Ignore:
Timestamp:
07/21/08 03:12:51 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Shape.h

    r2847 r2848  
    5353        */ 
    5454        AxisAlignedBox3 GetTransformedBoundingBox() const; 
    55  
     55        /** Returns material of this shape. 
     56        */ 
    5657        inline Material *GetMaterial() const  { return mMaterial; } 
    5758        /** Returns transformed center point of this shape. 
     
    6768        Material *mMaterial; 
    6869        SceneEntity *mParent; 
    69  
    7070        /// pointer to the renderqueue bucket this entity belongs to 
    7171        RenderQueueBucket *mRenderQueueBucket; 
Note: See TracChangeset for help on using the changeset viewer.