Changeset 54 for trunk/VUT/OcclusionCullingSceneManager/include
- Timestamp:
- 04/21/05 14:04:02 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/OcclusionCullingSceneManager/include/OgreSolidHalfBoundingBox.h
r51 r54 17 17 public: 18 18 19 SolidHalfBoundingBox( bool isFirstHalf);20 void setupBoundingBox( const AxisAlignedBox& aabb);19 SolidHalfBoundingBox( bool isFirstHalf ); 20 void setupBoundingBox( const AxisAlignedBox& aabb ); 21 21 /** Override this method to prevent parent transforms (rotation,translation,scale) 22 22 and to make it public. … … 29 29 @param the axis aligned bounding box for setting up the list. 30 30 */ 31 void setupBoundingBoxVertices(const AxisAlignedBox& aab); 32 31 void setupBoundingBoxVertices( const AxisAlignedBox& aab ); 32 /** 33 Sets the material used for occlusion queries. 34 @remarks the material is called "OcclusionQuery" and 35 uses no lighting, no depth write, and no colours 36 */ 37 void setOcclusionQueryMaterial( void ); 38 /** Whether this half box is the first or the second half of the bounding box. 39 */ 33 40 bool mIsFirstHalf; 34 41 };
Note: See TracChangeset
for help on using the changeset viewer.