Ignore:
Timestamp:
06/09/06 14:26:57 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoVertexBuffer.h

    r774 r1009  
    88 
    99 
    10 namespace Geometry { 
    11  
     10namespace Geometry 
     11{ 
    1212        /// VertexBuffer interface Class 
    1313        /** 
     
    4040                void Save(Serializer &s); 
    4141                 
    42         unsigned int mVertexInfo;  ///< Type of info stored by vertex 
     42                unsigned int mVertexInfo;  ///< Type of info stored by vertex 
    4343                size_t  mVertexCount;      ///< Number of vertices 
    44                 Vector3 *mPosition; ///< Position array of each Vertex, only valid if (vertexInfo & VERTEX_POSITON) == true 
     44                 
     45/// Position array of each Vertex, only valid if (vertexInfo & VERTEX_POSITON) == true 
     46                Vector3 *mPosition; 
     47                 
    4548                Vector3 *mNormal;   ///< Normal array of each Vertex, only valid if (vertexInfo & VERTEX_NORMAL) == true 
    4649                Vector2 *mTexCoords;///< Texture Coordinates array of each Vertex, only valid if (vertexInfo & VERTEX_TEXCOORDS) == true 
     
    5053 
    5154#endif 
     55 
Note: See TracChangeset for help on using the changeset viewer.