Skip to content

Commit

Permalink
Critter
Browse files Browse the repository at this point in the history
- Added OgreResourceProtocol and OgreResource classes.
- Added createSceneNodeEntity functions to RenderSystem.
  • Loading branch information
betajaen committed Apr 16, 2010
1 parent 97c0f5c commit 5104a2a
Show file tree
Hide file tree
Showing 9 changed files with 1,429 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/source/Critter.h
Expand Up @@ -36,11 +36,14 @@
#include "CritterCommon.h"
#include "CritterEnums.h"
#include "CritterKinematicBody.h"
#include "CritterOgreResourceProtocol.h"
#include "CritterParticleRenderable.h"
#include "CritterPointRenderable.h"
#include "CritterRenderable.h"
#include "CritterRenderSystem.h"

#include "CritterStable.h"



#endif
6 changes: 6 additions & 0 deletions build/source/CritterEnums.h
Expand Up @@ -48,6 +48,12 @@ enum SceneNodeDestructorBehaviour
SceneNodeDestructorBehaviour_Inherit //< \brief Use the behaviour as given by the class.
};

enum ClassTypes
{
_OgreResource = NxOgre::Classes::RENDERSYSTEMS_CLASSES_BEGIN + 1500,
_OgreResourceProtocol,

};

enum RigidBodyTypes
{
Expand Down

0 comments on commit 5104a2a

Please sign in to comment.