- Timestamp:
- 05/17/06 19:00:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCSubEntity.h
r936 r969 56 56 bool mHasTangents; 57 57 58 bool mHasVertexColo urs;58 bool mHasVertexColors; 59 59 60 60 bool mHasNormals; … … 84 84 void enableTextureCoords(bool value); 85 85 86 bool hasVertexColo urs();86 bool hasVertexColors(); 87 87 88 void enableVertexColo urs(bool value);88 void enableVertexColors(bool value); 89 89 90 void setVertexColo ur(unsigned int index, Ogre::RGBA value);90 void setVertexColor(unsigned int index, Ogre::RGBA value); 91 91 92 Ogre::RGBA getVertexColo ur(unsigned int index);92 Ogre::RGBA getVertexColor(unsigned int index); 93 93 94 94 unsigned int getNumTexCoordSets();
Note: See TracChangeset
for help on using the changeset viewer.