cgv
Loading...
Searching...
No Matches
fx::gltf::Mesh Struct Reference

Public Attributes

std::string name
 
std::vector< float > weights {}
 
std::vector< Primitiveprimitives {}
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 680 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

nlohmann::json fx::gltf::Mesh::extensionsAndExtras {}

Definition at line 687 of file gltf.h.

◆ name

std::string fx::gltf::Mesh::name

Definition at line 682 of file gltf.h.

◆ primitives

std::vector<Primitive> fx::gltf::Mesh::primitives {}

Definition at line 685 of file gltf.h.

◆ weights

std::vector<float> fx::gltf::Mesh::weights {}

Definition at line 684 of file gltf.h.


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