Conscience Core
Public Member Functions | Public Attributes | List of all members
tinygltf::Mesh Struct Reference

#include <tiny_gltf.h>

Public Member Functions

 Mesh ()=default
 
bool operator== (const Mesh &) const
 

Public Attributes

std::string name
 
std::vector< Primitiveprimitives
 
std::vector< double > weights
 
ExtensionMap extensions
 
Value extras
 
std::string extras_json_string
 
std::string extensions_json_string
 

Constructor & Destructor Documentation

◆ Mesh()

tinygltf::Mesh::Mesh ( )
default

Member Function Documentation

◆ operator==()

bool tinygltf::Mesh::operator== ( const Mesh ) const

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::Mesh::extensions

◆ extensions_json_string

std::string tinygltf::Mesh::extensions_json_string

◆ extras

Value tinygltf::Mesh::extras

◆ extras_json_string

std::string tinygltf::Mesh::extras_json_string

◆ name

std::string tinygltf::Mesh::name

◆ primitives

std::vector<Primitive> tinygltf::Mesh::primitives

◆ weights

std::vector<double> tinygltf::Mesh::weights

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