Changeset 1273 for GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/include
- Timestamp:
- 08/24/06 14:17:44 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/include/TestKdTree.h
r1220 r1273 56 56 57 57 // scene options 58 String mSceneFiles;58 //String mSceneFiles; 59 59 Real mRotationRadius; 60 60 int mModelSpacing; … … 87 87 88 88 void createMaterials(void); 89 void createSimpleScene(void); 89 90 private: 90 91 std::string cat(std::string name, int x, int z) -
GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/include/TestKdTreeAppListener.h
r1258 r1273 49 49 #define VIZ_VIEWPORT_Z_ORDER 10 50 50 51 #define TERRAIN_SCENE "terrain" 52 51 53 using namespace Ogre; 52 54 … … 80 82 { 81 83 SM_KDT, 84 SM_KTE, 82 85 SM_OCM, 83 86 SM_OCT, 87 SM_TER, 84 88 SM_GEN, 85 89 SM_SIZE, … … 121 125 } 122 126 127 String mSceneFiles; 123 128 String mDemoInfileName; 124 129 String mDemoOutfileName; … … 272 277 Degree mRotScale; 273 278 Radian mDeathAngle; 279 // for terrain 280 RaySceneQuery *mRaySceneQuery; 274 281 275 282 // just to stop toggles flipping too fast
Note: See TracChangeset
for help on using the changeset viewer.