#include <OgreGeometryData.h>
Public Attributes | |
unsigned short | numVertices |
Count of the number of vertices contained herein. More... | |
bool | hasNormals |
If true, vertex normals are present in the data. More... | |
unsigned short | numTexCoords |
Number of texture coordinates sets present in the data. More... | |
unsigned short | numTexCoordDimensions [OGRE_MAX_TEXTURE_COORD_SETS] |
Number of texture dimensions in each set of texture coords. More... | |
bool | hasColours |
If true, vertex colours are present in the data. More... | |
Real * | pVertices |
Position (x,y,z) components of shared vertices. More... | |
Real * | pTexCoords [OGRE_MAX_TEXTURE_COORD_SETS] |
Texture coordinate components of shared vertices. More... | |
Real * | pNormals |
Vertex normal components of shared vertices. More... | |
unsigned long * | pColours |
Vertex colour components of shared vertices - RGBA packed. More... | |
unsigned short | vertexStride |
The 'Stride' between sets of vertex data. 0 indicates data is packed with no gaps. More... | |
unsigned short | normalStride |
The 'Stride' between sets of normal data. 0 indicates data is packed with no gaps. More... | |
unsigned short | texCoordStride [OGRE_MAX_TEXTURE_COORD_SETS] |
The 'Stride' between each set of texture data. 0 indicates data is packed with no gaps. More... | |
unsigned short | colourStride |
The 'Stride' between sets of diffuse colour data. 0 indicates data is packed with no gaps. More... | |
unsigned short | numBlendWeightsPerVertex |
The number of vertex blending weights per vertex. More... | |
RenderOperation::VertexBlendData * | pBlendingWeights |
Optional pointer to a list of vertex blending details, organised in vertex order. More... |
|
The 'Stride' between sets of diffuse colour data. 0 indicates data is packed with no gaps.
|
|
If true, vertex colours are present in the data.
|
|
If true, vertex normals are present in the data.
|
|
The 'Stride' between sets of normal data. 0 indicates data is packed with no gaps.
|
|
The number of vertex blending weights per vertex.
|
|
Number of texture dimensions in each set of texture coords.
|
|
Number of texture coordinates sets present in the data.
|
|
Count of the number of vertices contained herein.
|
|
Optional pointer to a list of vertex blending details, organised in vertex order. The number of weights per vertex is recorded in numBlendWeightsPerVertex - there must be this many for every vertex: set the weight to 0 for those vertices that don't use all the entries (if some vertices have more than others) |
|
Vertex colour components of shared vertices - RGBA packed.
|
|
Vertex normal components of shared vertices.
|
|
Texture coordinate components of shared vertices.
|
|
Position (x,y,z) components of shared vertices.
|
|
The 'Stride' between each set of texture data. 0 indicates data is packed with no gaps.
|
|
The 'Stride' between sets of vertex data. 0 indicates data is packed with no gaps.
|
Copyright © 2002 by The OGRE Team