CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
OdGiProgressiveMeshFaceData Struct Reference

#include <GiProgressiveMesh.h>

Public Types

enum  FaceDataFlags { kFaceDataMaterials = 1 , kFaceDataColors = 1 << 1 , kFaceDataNormals = 1 <<2 }
 

Public Attributes

OdVector< OdDbStub * > materials
 
OdVector< OdCmEntityColorcolors
 
OdVector< OdGeVector3dnormals
 

Detailed Description

This structure represents Progressive Mesh face data.

See also
<link gi_geometry_progressive_mesh_usage, Usage of the Progressive Meshes in the OdGi Library>

Definition at line 152 of file GiProgressiveMesh.h.

Member Enumeration Documentation

◆ FaceDataFlags

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.

Member Data Documentation

◆ colors

OdVector< OdCmEntityColor > OdGiProgressiveMeshFaceData::colors

Face colors.

Definition at line 169 of file GiProgressiveMesh.h.

◆ materials

OdVector< OdDbStub* > OdGiProgressiveMeshFaceData::materials

Face materials.

Definition at line 167 of file GiProgressiveMesh.h.

◆ normals

OdVector< OdGeVector3d > OdGiProgressiveMeshFaceData::normals

Face normals.

Definition at line 171 of file GiProgressiveMesh.h.


The documentation for this struct was generated from the following file: