Changeset 120 for trunk/VUT/Ogre/include
- Timestamp:
- 06/06/05 18:55:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/Ogre/include/OgrePlatformHierarchyInterface.h
r115 r120 84 84 /** see set */ 85 85 bool GetOnlyShadowCasters(); 86 /** see set */ 87 bool GetUseOptimization(); 86 88 87 89 protected: 88 /** true if query should test using geomery whenever it is possible, false if89 bounding boxes are always used.90 */91 bool UseOptimization() const;92 93 90 /** materials for visualizing frustum and query culled nodes */ 94 91 void CreateNodeVizMaterials();
Note: See TracChangeset
for help on using the changeset viewer.