|
enum | glTF::BufferViewTarget { glTF::BufferViewTarget_ARRAY_BUFFER = 34962
, glTF::BufferViewTarget_ELEMENT_ARRAY_BUFFER = 34963
} |
| Values for the BufferView::target field. More...
|
|
enum | glTF::ComponentType {
glTF::ComponentType_BYTE = 5120
, glTF::ComponentType_UNSIGNED_BYTE = 5121
, glTF::ComponentType_SHORT = 5122
, glTF::ComponentType_UNSIGNED_SHORT = 5123
,
glTF::ComponentType_UNSIGNED_INT = 5125
, glTF::ComponentType_FLOAT = 5126
} |
| Values for the Accessor::componentType field. More...
|
|
enum | glTF::PrimitiveMode {
glTF::PrimitiveMode_POINTS = 0
, glTF::PrimitiveMode_LINES = 1
, glTF::PrimitiveMode_LINE_LOOP = 2
, glTF::PrimitiveMode_LINE_STRIP = 3
,
glTF::PrimitiveMode_TRIANGLES = 4
, glTF::PrimitiveMode_TRIANGLE_STRIP = 5
, glTF::PrimitiveMode_TRIANGLE_FAN = 6
} |
| Values for the mesh primitive modes. More...
|
|
enum | glTF::SamplerMagFilter { glTF::SamplerMagFilter_Nearest = 9728
, glTF::SamplerMagFilter_Linear = 9729
} |
| Values for the Sampler::magFilter field. More...
|
|
enum | glTF::SamplerMinFilter {
glTF::SamplerMinFilter_Nearest = 9728
, glTF::SamplerMinFilter_Linear = 9729
, glTF::SamplerMinFilter_Nearest_Mipmap_Nearest = 9984
, glTF::SamplerMinFilter_Linear_Mipmap_Nearest = 9985
,
glTF::SamplerMinFilter_Nearest_Mipmap_Linear = 9986
, glTF::SamplerMinFilter_Linear_Mipmap_Linear = 9987
} |
| Values for the Sampler::minFilter field. More...
|
|
enum | glTF::SamplerWrap { glTF::SamplerWrap_Clamp_To_Edge = 33071
, glTF::SamplerWrap_Mirrored_Repeat = 33648
, glTF::SamplerWrap_Repeat = 10497
} |
| Values for the Sampler::wrapS and Sampler::wrapT field. More...
|
|
enum | glTF::SceneFormat { glTF::SceneFormat_JSON = 0
} |
| Values for the GLB_Header::sceneFormat field. More...
|
|
enum | glTF::TextureFormat {
glTF::TextureFormat_ALPHA = 6406
, glTF::TextureFormat_RGB = 6407
, glTF::TextureFormat_RGBA = 6408
, glTF::TextureFormat_LUMINANCE = 6409
,
glTF::TextureFormat_LUMINANCE_ALPHA = 6410
} |
| Values for the Texture::format and Texture::internalFormat fields. More...
|
|
enum | glTF::TextureTarget { glTF::TextureTarget_TEXTURE_2D = 3553
} |
| Values for the Texture::target field. More...
|
|
enum | glTF::TextureType { glTF::TextureType_UNSIGNED_BYTE = 5121
, glTF::TextureType_UNSIGNED_SHORT_5_6_5 = 33635
, glTF::TextureType_UNSIGNED_SHORT_4_4_4_4 = 32819
, glTF::TextureType_UNSIGNED_SHORT_5_5_5_1 = 32820
} |
| Values for the Texture::type field. More...
|
|
Declares a glTF class to handle gltf/glb files.
glTF Extensions Support: KHR_binary_glTF: full KHR_materials_common: full
glTF Extensions Support: KHR_materials_pbrSpecularGlossiness full KHR_materials_unlit full KHR_lights_punctual full