Changeset 254 for trunk/VUT/Ogre/include
- Timestamp:
- 08/26/05 23:24:31 (19 years ago)
- Location:
- trunk/VUT/Ogre/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgreVisibilityOctreeSceneManager.h
r202 r254 86 86 void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup); 87 87 88 void loadVisibilityConfig(const String& filename); 89 88 90 protected: 89 91 … … 123 125 bool mUseDepthPass; 124 126 /// flag indicating if we currently render the depth pass 125 bool m RenderDepthPass;127 bool mIsDepthPassPhase; 126 128 127 129 /// if we use an item buffer for rendering (i.e., object ids as color codes 128 130 bool mUseItemBuffer; 129 131 /// if we currently render the item buffer 130 bool m RenderItemBuffer;132 bool mIsItemBufferPhase; 131 133 132 134 /// if depth write should be enabled -
trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h
r202 r254 128 128 /// if we use a depth pass (i.e., fill only the depth buffer in the first pass) 129 129 bool mUseDepthPass; 130 /// if we currently render the depth pass131 bool m RenderDepthPass;130 /// if we currently rendering the depth pass 131 bool mIsDepthPassPhase; 132 132 133 133 /// if we use an item buffer for rendering (i.e., object ids as color codes 134 134 bool mUseItemBuffer; 135 135 /// if we currently render the item buffer 136 bool m RenderItemBuffer;136 bool mIsItemBufferPhase; 137 137 138 138 /// if depth write should be enabled
Note: See TracChangeset
for help on using the changeset viewer.