Open CASCADE Technology  7.7.2
Data Fields
RWGltf_CafWriter::Mesh Struct Reference

Mesh. More...

#include <RWGltf_CafWriter.hxx>

Data Fields

std::vector< Graphic3d_Vec3NodesVec
 vector for mesh nodes More...
 
std::vector< Graphic3d_Vec3NormalsVec
 vector for mesh normals More...
 
std::vector< Graphic3d_Vec2TexCoordsVec
 vector for mesh texture UV coordinates More...
 
std::vector< Poly_TriangleIndicesVec
 vector for mesh indices More...
 

Detailed Description

Mesh.

Field Documentation

std::vector<Poly_Triangle> RWGltf_CafWriter::Mesh::IndicesVec

vector for mesh indices

std::vector<Graphic3d_Vec3> RWGltf_CafWriter::Mesh::NodesVec

vector for mesh nodes

std::vector<Graphic3d_Vec3> RWGltf_CafWriter::Mesh::NormalsVec

vector for mesh normals

std::vector<Graphic3d_Vec2> RWGltf_CafWriter::Mesh::TexCoordsVec

vector for mesh texture UV coordinates


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