text
stringlengths
0
8.81k
A vector with two components
VEC3
string
A vector with three components
VEC4
string
A vector with four components
MAT2
string
A 2x2 matrix, stored in column-major format.
MAT3
string
A 3x3 matrix, stored in column-major format.
MAT4
string
A 4x4 matrix, stored in column-major format.
BOOLEAN
string
A boolean (true/false) value
STRING
string
A UTF-8 encoded string value
ENUM
string
An enumerated value. This type is used in conjunction with a MetadataEnum to describe the valid values.
Experimental
This feature is using part of the 3D Tiles spec that is not final and is subject to change without Cesium's standard deprecation policy.
constant ModelAnimationLoop : number
engine/Source/Scene/ModelAnimationLoop.js 8
Determines if and how a glTF animation is looped.
Properties:
Name
Type
Description
NONE
number
Play the animation once; do not loop it.
REPEAT
number