Changeset 459 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.cpp
- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.cpp
r436 r459 84 84 The data container to source off of. 85 85 */ 86 86 87 /*! \var UInt32 GeoMultiPropertyBase::_sfOffset 87 The offset from the start of the container to the first element of 88 this property. 88 The offset from the start of the container to the first element of this property. 89 89 */ 90 90 91 /*! \var GLenum GeoMultiPropertyBase::_sfIFormat 91 92 The OpenGL format for the data. 92 93 */ 94 93 95 /*! \var UInt32 GeoMultiPropertyBase::_sfIDimension 94 96 The dimensionality of the data. 95 97 */ 98 96 99 /*! \var UInt32 GeoMultiPropertyBase::_sfISize 97 100 The number of elements in the data. 98 101 */ 102 99 103 /*! \var bool GeoMultiPropertyBase::_sfINormalize 100 104 Whether to normalize integer arguments to 0..1. 101 105 */ 106 102 107 /*! \var UInt32 GeoMultiPropertyBase::_sfIStride 103 108 The stride between elements (can be 0). 104 109 */ 110 105 111 106 112 void GeoMultiPropertyBase::classDescInserter(TypeObject &oType) … … 351 357 "</FieldContainer>\n", 352 358 "Class referencing data from a GeoMultiPropertyData.\n" 359 "\n" 360 "\n" 361 "\n" 362 "\n" 363 "\n" 364 "\n" 365 "\n" 366 "\n" 367 "\n" 353 368 "Class referencing data from a GeoMultiPropertyData container.\n" 354 369 );
