libalmath
2.8.7.4
|
#include <gltf.h>
Public Attributes | |
size_t | bufferView |
ComponentType | componentType |
size_t | count |
std::array< T, data_type_traits< DTYPE > ::number_of_components > | min |
std::array< T, data_type_traits< DTYPE > ::number_of_components > | max |
boost::optional< size_t > | byteOffset |
Static Public Attributes | |
static const DataType | type = DTYPE |
size_t AL::Math::glTF::Accessor< T, DTYPE >::bufferView |
boost::optional<size_t> AL::Math::glTF::Accessor< T, DTYPE >::byteOffset |
ComponentType AL::Math::glTF::Accessor< T, DTYPE >::componentType |
size_t AL::Math::glTF::Accessor< T, DTYPE >::count |
std::array<T, data_type_traits<DTYPE>::number_of_components> AL::Math::glTF::Accessor< T, DTYPE >::max |
std::array<T, data_type_traits<DTYPE>::number_of_components> AL::Math::glTF::Accessor< T, DTYPE >::min |
|
static |