|
enum | glTF2::AnimationPath { glTF2::AnimationPath_TRANSLATION
, glTF2::AnimationPath_ROTATION
, glTF2::AnimationPath_SCALE
, glTF2::AnimationPath_WEIGHTS
} |
| Values for the Animation::Target::path field. More...
|
|
enum | glTF2::BufferViewTarget { glTF2::BufferViewTarget_ARRAY_BUFFER = 34962
, glTF2::BufferViewTarget_ELEMENT_ARRAY_BUFFER = 34963
} |
| Values for the BufferView::target field. More...
|
|
enum | glTF2::ChunkType { glTF2::ChunkType_JSON = 0x4E4F534A
, glTF2::ChunkType_BIN = 0x004E4942
} |
| Values for the GLB_Chunk::chunkType field. More...
|
|
enum | glTF2::ComponentType {
glTF2::ComponentType_BYTE = 5120
, glTF2::ComponentType_UNSIGNED_BYTE = 5121
, glTF2::ComponentType_SHORT = 5122
, glTF2::ComponentType_UNSIGNED_SHORT = 5123
,
glTF2::ComponentType_UNSIGNED_INT = 5125
, glTF2::ComponentType_FLOAT = 5126
} |
| Values for the Accessor::componentType field. More...
|
|
enum | glTF2::Interpolation { glTF2::Interpolation_LINEAR
, glTF2::Interpolation_STEP
, glTF2::Interpolation_CUBICSPLINE
} |
| Values for the Animation::Sampler::interpolation field. More...
|
|
enum | glTF2::PrimitiveMode {
glTF2::PrimitiveMode_POINTS = 0
, glTF2::PrimitiveMode_LINES = 1
, glTF2::PrimitiveMode_LINE_LOOP = 2
, glTF2::PrimitiveMode_LINE_STRIP = 3
,
glTF2::PrimitiveMode_TRIANGLES = 4
, glTF2::PrimitiveMode_TRIANGLE_STRIP = 5
, glTF2::PrimitiveMode_TRIANGLE_FAN = 6
} |
| Values for the mesh primitive modes. More...
|
|
enum class | glTF2::SamplerMagFilter : unsigned int { glTF2::UNSET = 0
, glTF2::SamplerMagFilter_Nearest = 9728
, glTF2::SamplerMagFilter_Linear = 9729
} |
| Values for the Sampler::magFilter field. More...
|
|
enum class | glTF2::SamplerMinFilter : unsigned int {
glTF2::UNSET = 0
, glTF2::SamplerMinFilter_Nearest = 9728
, glTF2::SamplerMinFilter_Linear = 9729
, glTF2::SamplerMinFilter_Nearest_Mipmap_Nearest = 9984
,
glTF2::SamplerMinFilter_Linear_Mipmap_Nearest = 9985
, glTF2::SamplerMinFilter_Nearest_Mipmap_Linear = 9986
, glTF2::SamplerMinFilter_Linear_Mipmap_Linear = 9987
} |
| Values for the Sampler::minFilter field. More...
|
|
enum class | glTF2::SamplerWrap : unsigned int { glTF2::UNSET = 0
, glTF2::Clamp_To_Edge = 33071
, glTF2::Mirrored_Repeat = 33648
, glTF2::Repeat = 10497
} |
| Values for the Sampler::wrapS and Sampler::wrapT field. More...
|
|
enum | glTF2::TextureFormat {
glTF2::TextureFormat_ALPHA = 6406
, glTF2::TextureFormat_RGB = 6407
, glTF2::TextureFormat_RGBA = 6408
, glTF2::TextureFormat_LUMINANCE = 6409
,
glTF2::TextureFormat_LUMINANCE_ALPHA = 6410
} |
| Values for the Texture::format and Texture::internalFormat fields. More...
|
|
enum | glTF2::TextureTarget { glTF2::TextureTarget_TEXTURE_2D = 3553
} |
| Values for the Texture::target field. More...
|
|
enum | glTF2::TextureType { glTF2::TextureType_UNSIGNED_BYTE = 5121
, glTF2::TextureType_UNSIGNED_SHORT_5_6_5 = 33635
, glTF2::TextureType_UNSIGNED_SHORT_4_4_4_4 = 32819
, glTF2::TextureType_UNSIGNED_SHORT_5_5_5_1 = 32820
} |
| Values for the Texture::type field. More...
|
|