- Timestamp:
- 02/20/06 19:06:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/ogre_changes/Plugins/OctreeSceneManager/include/OgreTerrainRenderable.h
r316 r657 290 290 291 291 /** Overridden from MovableObject */ 292 Real getBoundingRadius(void) const { return 0; /* not needed */}292 Real getBoundingRadius(void) const { return mBoundingRadius; } 293 293 294 294 /** @copydoc Renderable::getLights */ … … 383 383 /// Connection to tiles four neighbours 384 384 TerrainRenderable *mNeighbors [ 4 ]; 385 /// Whether light list need to re-calculate 386 mutable bool mLightListDirty; 387 /// Cached light list 388 mutable LightList mLightList; 389 /// The bounding radius of this tile 390 Real mBoundingRadius; 385 391 /// Bounding box of this tile 386 392 AxisAlignedBox mBounds;
Note: See TracChangeset
for help on using the changeset viewer.