|
| enum class | ComponentType : uint16_t {
None = 0
, Byte = 5120
, UnsignedByte = 5121
, Short = 5122
,
UnsignedShort = 5123
, UnsignedInt = 5125
, Float = 5126
} |
| |
| enum class | Type : uint8_t {
None
, Scalar
, Vec2
, Vec3
,
Vec4
, Mat2
, Mat3
, Mat4
} |
| |
Definition at line 353 of file gltf.h.
◆ ComponentType
| enum class fx::gltf::Accessor::ComponentType : uint16_t |
|
strong |
◆ Type
| enum class fx::gltf::Accessor::Type : uint8_t |
|
strong |
◆ bufferView
| int32_t fx::gltf::Accessor::bufferView { -1 } |
◆ byteOffset
| uint32_t fx::gltf::Accessor::byteOffset {} |
◆ componentType
| ComponentType fx::gltf::Accessor::componentType { ComponentType::None } |
◆ count
| uint32_t fx::gltf::Accessor::count {} |
◆ extensionsAndExtras
| nlohmann::json fx::gltf::Accessor::extensionsAndExtras {} |
◆ max
| std::vector<float> fx::gltf::Accessor::max {} |
◆ min
| std::vector<float> fx::gltf::Accessor::min {} |
◆ name
| std::string fx::gltf::Accessor::name |
◆ normalized
| bool fx::gltf::Accessor::normalized { defaults::AccessorNormalized } |
◆ sparse
| Sparse fx::gltf::Accessor::sparse {} |
◆ type
| Type fx::gltf::Accessor::type { Type::None } |
The documentation for this struct was generated from the following file: