#include <tiny_gltf.h>
◆ Accessor()
| tinygltf::Accessor::Accessor |
( |
| ) |
|
|
inline |
◆ ByteStride()
| int tinygltf::Accessor::ByteStride |
( |
const BufferView & |
bufferViewObject | ) |
const |
|
inline |
Utility function to compute byteStride for a given bufferView object. Returns -1 upon invalid glTF value or parameter configuration.
◆ operator==()
◆ bufferView
| int tinygltf::Accessor::bufferView {-1} |
◆ byteOffset
| size_t tinygltf::Accessor::byteOffset {0} |
◆ componentType
| int tinygltf::Accessor::componentType {-1} |
◆ count
| size_t tinygltf::Accessor::count {0} |
◆ extensions
◆ extensions_json_string
| std::string tinygltf::Accessor::extensions_json_string |
◆ extras
| Value tinygltf::Accessor::extras |
◆ extras_json_string
| std::string tinygltf::Accessor::extras_json_string |
◆ maxValues
| std::vector<double> tinygltf::Accessor::maxValues |
◆ minValues
| std::vector<double> tinygltf::Accessor::minValues |
◆ name
| std::string tinygltf::Accessor::name |
◆ normalized
| bool tinygltf::Accessor::normalized {false} |
◆ sparse
| Sparse tinygltf::Accessor::sparse |
◆ type
| int tinygltf::Accessor::type {-1} |
The documentation for this struct was generated from the following file: