Ignore:
Timestamp:
06/22/08 05:24:22 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2793 r2795  
    2828        int GetNumTriangles() const { return mNumVertices / 3; } 
    2929 
    30         inline bool HasTexture() const { return mTexCoords != NULL; } 
     30        inline bool HasTexture() const { return mHasTexture; } 
    3131        const AxisAlignedBox3& GetBoundingBox() const; 
    3232 
     
    5252 
    5353        AxisAlignedBox3 mBoundingBox; 
     54 
     55        bool mHasTexture; 
    5456}; 
    5557 
Note: See TracChangeset for help on using the changeset viewer.