Ignore:
Timestamp:
10/26/08 18:29:27 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3061 r3070  
    5252        /** Returns bounding box transformed with the parent transform. 
    5353        */ 
    54         AxisAlignedBox3 GetTransformedBoundingBox() const; 
     54        AxisAlignedBox3 GetWorldBoundingBox() const; 
    5555        /** Returns material of this shape. 
    5656        */ 
     
    5858        /** Returns transformed center point of this shape. 
    5959        */ 
    60         Vector3 GetCenter() const; 
     60        Vector3 GetWorldCenter() const; 
    6161 
    6262 
Note: See TracChangeset for help on using the changeset viewer.