vsgXchange 1.1.9
VulkanSceneGraph 3rd party data integration library
Loading...
Searching...
No Matches
vsgXchange::gltf::Accessor Struct Reference
Inheritance diagram for vsgXchange::gltf::Accessor:
Collaboration diagram for vsgXchange::gltf::Accessor:

Public Member Functions

DataProperties getDataProperties () const
void report (vsg::LogOutput &output)
void read_array (vsg::JSONParser &parser, const std::string_view &property) override
void read_string (vsg::JSONParser &parser, const std::string_view &property) override
void read_number (vsg::JSONParser &parser, const std::string_view &property, std::istream &input) override
void read_bool (vsg::JSONParser &parser, const std::string_view &property, bool value) override
void read_object (vsg::JSONParser &parser, const std::string_view &property) override

Public Attributes

glTFid bufferView
uint32_t byteOffset = 0
uint32_t componentType = 0
bool normalized = false
uint32_t count = 0
std::string type
vsg::ValuesSchema< double > max
vsg::ValuesSchema< double > min
vsg::ref_ptr< Sparsesparse

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