Ignore:
Timestamp:
06/20/08 20:04:15 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2782 r2793  
    2020        */ 
    2121        Geometry(Vector3 *vertices, Vector3 *normals, float *texcoords, int numVertices, bool delData); 
     22 
    2223        ~Geometry(); 
    2324        /** Render the geometry 
     
    4041        ////////// 
    4142 
    42         unsigned int mVboId; 
    43  
    4443        Vector3 *mVertices; 
    4544 
     
    4746 
    4847        float *mTexCoords; 
     48 
     49        unsigned int mVboId; 
    4950 
    5051        int mNumVertices; 
Note: See TracChangeset for help on using the changeset viewer.