Ignore:
Timestamp:
02/20/06 19:06:03 (18 years ago)
Author:
mattausch
Message:

added ogre dependencies and patched ogre sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Plugins/OctreeSceneManager/include/OgreTerrainRenderable.h

    r316 r657  
    290290 
    291291        /** Overridden from MovableObject */ 
    292         Real getBoundingRadius(void) const { return 0; /* not needed */ } 
     292        Real getBoundingRadius(void) const { return mBoundingRadius; } 
    293293 
    294294        /** @copydoc Renderable::getLights */ 
     
    383383        /// Connection to tiles four neighbours 
    384384        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; 
    385391        /// Bounding box of this tile 
    386392        AxisAlignedBox mBounds; 
Note: See TracChangeset for help on using the changeset viewer.