Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
add version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Jun 10, 2015
1 parent 71a84b2 commit f2649b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions include/AnnEngine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define ANN_MAJOR 0
#define ANN_MINOR 0
#define ANN_PATCH 10
#define ANN_EXPERIMENTAL true

#include "systemMacro.h"

Expand Down Expand Up @@ -260,14 +261,24 @@ namespace Annwvyn
//LevelManager
AnnLevelManager* levelManager;

//The window created by OGRE that receive event for OIS
Ogre::RenderWindow* m_Window;
//The scene manager
Ogre::SceneManager* m_SceneManager;
//Where to put the camera
Ogre::SceneNode* m_CameraReference;
//Where the visualBody is attached
Ogre::SceneNode* VisualBodyAnchor;
//Orientation offcet between the model and the cameras
AnnQuaternion refVisualBody;
//The entity representing the player
Ogre::Entity* VisualBody;
//The animation state of the player
Ogre::AnimationState* VisualBodyAnimation;
//offset in Z axis of the visual body
float visualBody_Zoffset;

//Can load resources
bool readyForLoadingRessources;

//Oculus oculus;
Expand Down
5 changes: 5 additions & 0 deletions versioning
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MAJOR.MINOR.PATCH

Experimental phase : 0.0.feature_level


0 comments on commit f2649b9

Please sign in to comment.