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

#include <GiProgressiveMesh.h>

Public Types

enum  VertexDataFlags { kVertexDataNormals = 1 , kVertexDataColors = 1 << 1 , kVertexDataUVs = 1 << 2 }
 

Public Attributes

OdVector< OdGeVector3dnormals
 
OdVector< OdCmEntityColorcolors
 
OdVector< OdGePoint3dUV
 

Detailed Description

This structure represents Progressive Mesh vertex data.

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

Definition at line 125 of file GiProgressiveMesh.h.

Member Enumeration Documentation

◆ VertexDataFlags

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.

Member Data Documentation

◆ colors

OdVector< OdCmEntityColor > OdGiProgressiveMeshVertexData::colors

Vertex colors.

Definition at line 142 of file GiProgressiveMesh.h.

◆ normals

OdVector< OdGeVector3d > OdGiProgressiveMeshVertexData::normals

Vertex normals.

Definition at line 140 of file GiProgressiveMesh.h.

◆ UV

OdVector< OdGePoint3d > OdGiProgressiveMeshVertexData::UV

Vertex UV coordinates.

Definition at line 144 of file GiProgressiveMesh.h.


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