Changeset 153 for trunk/VUT/Ogre/include
- Timestamp:
- 07/04/05 03:15:53 (20 years ago)
- Location:
- trunk/VUT/Ogre/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h
r139 r153 80 80 GtpVisibility::VisibilityManager *GetVisibilityManager(); 81 81 82 /** Returns hierarchy interface. 83 */ 84 OctreeHierarchyInterface *GetHierarchyInterface(); 85 82 86 protected: 83 87 … … 107 111 bool mRenderDepthPass; 108 112 bool mRenderItemBuffer; 113 bool mUseItemBuffer; 109 114 bool mEnableDepthWrite; 110 115 bool mSkipTransparents; … … 115 120 int mCurrentEntityId; 116 121 117 PlatformQueryManager *mQueryManager;118 119 122 int mLeavePassesInQueue; 120 123 ShadowTechnique mSavedShadowTechnique;
Note: See TracChangeset
for help on using the changeset viewer.