CFx SDK Documentation 2024 SP0
|
#include <GiProgressiveMesh.h>
Public Types | |
enum | FaceDataFlags { kFaceDataMaterials = 1 , kFaceDataColors = 1 << 1 , kFaceDataNormals = 1 <<2 } |
Public Attributes | |
OdVector< OdDbStub * > | materials |
OdVector< OdCmEntityColor > | colors |
OdVector< OdGeVector3d > | normals |
This structure represents Progressive Mesh face data.
Definition at line 152 of file GiProgressiveMesh.h.
Defines used face data fields
Enumerator | |
---|---|
kFaceDataMaterials | Face data contains face material information |
kFaceDataColors | Face data contains face color information |
kFaceDataNormals | Face data contains face normal information |
Definition at line 157 of file GiProgressiveMesh.h.
OdVector< OdCmEntityColor > OdGiProgressiveMeshFaceData::colors |
Face colors.
Definition at line 169 of file GiProgressiveMesh.h.
OdVector< OdDbStub* > OdGiProgressiveMeshFaceData::materials |
Face materials.
Definition at line 167 of file GiProgressiveMesh.h.
OdVector< OdGeVector3d > OdGiProgressiveMeshFaceData::normals |
Face normals.
Definition at line 171 of file GiProgressiveMesh.h.