Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
RWGltf_CafWriter::Mesh Struct Reference

Mesh. More...

#include <RWGltf_CafWriter.hxx>

Data Fields

NCollection_LinearVector< NCollection_Vec3< float > > NodesVec
 vector for mesh nodes
 
NCollection_LinearVector< NCollection_Vec3< float > > NormalsVec
 vector for mesh normals
 
NCollection_LinearVector< NCollection_Vec2< float > > TexCoordsVec
 vector for mesh texture UV coordinates
 
NCollection_LinearVector< Poly_TriangleIndicesVec
 vector for mesh indices
 

Detailed Description

Mesh.

Field Documentation

◆ IndicesVec

NCollection_LinearVector<Poly_Triangle> RWGltf_CafWriter::Mesh::IndicesVec

vector for mesh indices

◆ NodesVec

NCollection_LinearVector<NCollection_Vec3<float> > RWGltf_CafWriter::Mesh::NodesVec

vector for mesh nodes

◆ NormalsVec

NCollection_LinearVector<NCollection_Vec3<float> > RWGltf_CafWriter::Mesh::NormalsVec

vector for mesh normals

◆ TexCoordsVec

NCollection_LinearVector<NCollection_Vec2<float> > RWGltf_CafWriter::Mesh::TexCoordsVec

vector for mesh texture UV coordinates


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