From f2649b910dd3971a5b04287383ae70bb21efd020 Mon Sep 17 00:00:00 2001 From: Ybalrid Date: Thu, 11 Jun 2015 00:10:24 +0200 Subject: [PATCH] add version information --- include/AnnEngine.hpp | 11 +++++++++++ versioning | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 versioning diff --git a/include/AnnEngine.hpp b/include/AnnEngine.hpp index f81212c6..69d7795b 100644 --- a/include/AnnEngine.hpp +++ b/include/AnnEngine.hpp @@ -13,6 +13,7 @@ #define ANN_MAJOR 0 #define ANN_MINOR 0 #define ANN_PATCH 10 +#define ANN_EXPERIMENTAL true #include "systemMacro.h" @@ -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; diff --git a/versioning b/versioning new file mode 100644 index 00000000..8a00c4dd --- /dev/null +++ b/versioning @@ -0,0 +1,5 @@ +MAJOR.MINOR.PATCH + +Experimental phase : 0.0.feature_level + +