Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
GltfAccessorAttributeType
|
Specifies if the attribute is a scalar, vector, or matrix.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.schema.json
|
|
GltfAlphaMode
|
The alpha rendering mode of the material.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/material.schema.json
|
|
GltfAnimationChannelPath
|
The name of the node's TRS property to modify, or the weights of the Morph Target it instantiates.
For the translation property, the values that are provided by the sampler are the translation along the x, y, and z axes.
For the rotation property, the values are a quaternion in the order (x, y, z, w), where w is the scalar.
For the scale property, the values are the scaling factors along the x, y, and z axes.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/animation.channel.target.schema.json
|
|
GltfBufferViewTarget
|
The target that the GPU buffer should be bound to.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/bufferView.schema.json
|
|
GltfCameraType
|
Specifies if the camera uses a perspective or orthographic projection.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/camera.schema.json
|
|
GltfComponentType
|
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.schema.json:componentType
The datatype of components in the attribute. All valid values correspond to WebGL enums.
The corresponding typed arrays are 'Int8Array', 'Uint8Array', 'Int16Array', 'Uint16Array', 'Uint32Array', and 'Float32Array', respectively.
5125 (UNSIGNED_INT) is only allowed when the accessor contains indices, i.e., the accessor is only referenced by 'primitive.indices'.
|
|
GltfDrawMode
|
The type of primitives to render.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/mesh.primitive.schema.json
|
|
GltfInterpolationType
|
Interpolation algorithm.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/animation.sampler.schema.json
|
|
GltfMagnificationFilterMode
|
Magnification filter mode.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
|
|
GltfMinFilterMode
|
Minification filter mode.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
|
|
GltfWrapMode
|
Texture wrap mode.
https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
|