CFx SDK Documentation 2024 SP0
|
#include <GiProgressiveMesh.h>
Public Types | |
enum | VertexDataFlags { kVertexDataNormals = 1 , kVertexDataColors = 1 << 1 , kVertexDataUVs = 1 << 2 } |
Public Attributes | |
OdVector< OdGeVector3d > | normals |
OdVector< OdCmEntityColor > | colors |
OdVector< OdGePoint3d > | UV |
This structure represents Progressive Mesh vertex data.
Definition at line 125 of file GiProgressiveMesh.h.
Defines used vertex data fields
Enumerator | |
---|---|
kVertexDataNormals | Vertex data contains vertex normal information |
kVertexDataColors | Vertex data contains vertex color information |
kVertexDataUVs | Vertex data contains vertex UV information |
Definition at line 130 of file GiProgressiveMesh.h.
OdVector< OdCmEntityColor > OdGiProgressiveMeshVertexData::colors |
Vertex colors.
Definition at line 142 of file GiProgressiveMesh.h.
OdVector< OdGeVector3d > OdGiProgressiveMeshVertexData::normals |
Vertex normals.
Definition at line 140 of file GiProgressiveMesh.h.
OdVector< OdGePoint3d > OdGiProgressiveMeshVertexData::UV |
Vertex UV coordinates.
Definition at line 144 of file GiProgressiveMesh.h.