Ignore:
Timestamp:
04/06/06 20:48:19 (18 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGBBox.h

    r721 r731  
    2525//      this class encaplusalte the ogre::AxisAlignedBox 
    2626//* 
    27 class BBox: public Ogre::AxisAlignedBox { 
     27class _IMGExport BBox: public Ogre::AxisAlignedBox { 
    2828  public: 
    2929    BBox(); 
     
    3131        ~BBox(); 
    3232 
    33     void StartBoundingBox(); 
     33    void initialize(); 
    3434 
    35         Ogre::Vector3 GetMinimum(); 
     35        Ogre::Vector3 getMinimum(); 
    3636 
    37         Ogre::Vector3 GetMaximum(); 
     37        Ogre::Vector3 getMaximum(); 
    3838 
    39     void AddBoundingVector3(float x, float y, float z); 
     39    void addBoundingVector3(float x, float y, float z); 
    4040 
    41     void Print(); 
     41    void print(); 
    4242 
    43         Ogre::Vector3 GetCorner(int corner) const; 
     43        Ogre::Vector3 getCorner(int corner) const; 
    4444 
    4545    bool intersects(Ogre::Vector3 v); 
Note: See TracChangeset for help on using the changeset viewer.