Implemented dust particle system
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40164
This commit is contained in:
@@ -57,9 +57,10 @@ public:
|
||||
static bool extension_available[KRENGINE_NUM_EXTENSIONS];
|
||||
|
||||
void startFrame();
|
||||
void endFrame();
|
||||
void endFrame(float deltaTime);
|
||||
|
||||
long getCurrentFrame();
|
||||
long getCurrentFrame() const;
|
||||
float getAbsoluteTime() const;
|
||||
|
||||
private:
|
||||
KRBundleManager *m_pBundleManager;
|
||||
@@ -73,6 +74,7 @@ private:
|
||||
bool m_bDetectedExtensions;
|
||||
|
||||
long m_current_frame;
|
||||
float m_absolute_time;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user