- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.cpp
r436 r459 85 85 86 86 /*! \var GeoIntegralPropertyPtr GeometryBase::_sfTypes 87 The types property contains the primitive's types. Legal values are 88 everything that can be passed to glBegin(). There have to be as many 87 The types property contains the primitive's types. Legal values are 88 everything that can be passed to glBegin(). There have to be as many 89 89 types as lengths. 90 90 */ 91 91 92 /*! \var GeoIntegralPropertyPtr GeometryBase::_sfLengths 92 The lengths property contains the number of vertices to use for the 93 The lengths property contains the number of vertices to use for the 93 94 corresponding primitive. There have to be as many lengths as types. 94 95 */ 96 95 97 /*! \var GeoVectorPropertyPtr GeometryBase::_mfProperties 96 The attributes used to render the geometry. The order is based on the 98 The attributes used to render the geometry. The order is based on the 97 99 the one given in ARB_vertex_program. 98 100 */ 101 99 102 /*! \var GeoIntegralPropertyPtr GeometryBase::_mfPropIndices 100 The indices property contains the index data. See \ref 103 The indices property contains the index data. See \ref 101 104 PageSystemGeoIndexing for a description of the indexing options. 102 105 */ 106 103 107 /*! \var Int32 GeometryBase::_sfClassicGLId 104 108 The dlist id for the classic rendering mode, if used. 105 109 */ 110 106 111 /*! \var Int32 GeometryBase::_sfAttGLId 107 112 The dlist id for the attribute-based rendering mode, if used. 108 113 */ 114 109 115 110 116 void GeometryBase::classDescInserter(TypeObject &oType)
