codesite...@google.com
unread,Apr 3, 2009, 11:59:35 PM4/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pjmo...@googlegroups.com
Author: davidferreira.FZ
Date: Fri Apr 3 20:45:48 2009
New Revision: 146
Modified:
trunk/projeto/src/FPSFactory.h
Log:
FSPSystem: Adicionando variações de frames (30,40,50,60)
Modified: trunk/projeto/src/FPSFactory.h
==============================================================================
--- trunk/projeto/src/FPSFactory.h (original)
+++ trunk/projeto/src/FPSFactory.h Fri Apr 3 20:45:48 2009
@@ -17,8 +17,8 @@
#include "FPS.h"
-namespace GBF { namespace Kernel { namespace FPS { class FPSContador; }
} }
-namespace GBF { namespace Kernel { namespace FPS { class FPSLimitado; }
} }
+namespace GBF { namespace Kernel { namespace FPS { class FPSContador; }
} }
+namespace GBF { namespace Kernel { namespace FPS { class FPSLimitado; }
} }
namespace GBF {
@@ -30,9 +30,13 @@
//Frame n�o limitado, exibe apenas o contador em seu m�ximo processamento
FPS_CONTADOR = 0,
//Limitado a 30 frames por segundo
- FPS_LIMITADO = 30,
+ FPS_LIMITADO = 33,
//Limitado a 40 frames por segundo
- FPS_LIMITADO_40 = 40
+ FPS_LIMITADO_40 = 25,
+ //Limitado a 50 frames por segundo
+ FPS_LIMITADO_50 = 20,
+ //Limitado a aproximadamente 60 frames por segundo
+ FPS_LIMITADO_60 = 16
};
class FPSFactory
{