A 3D model based on https://github.com/KhronosGroup/glTF|glTF, the runtime asset format for WebGL, OpenGL ES, and OpenGL.
The position and orientation of the model is determined by the containing Entity
Cesium includes support for glTF geometry, materials, animations, and skinning.
Cameras and lights are not currently supported.
alias ModelGraphics
The options object takes the following properties
{Property} [options.uri] A string Property specifying the URI of the glTF asset.
{Property} [options.show=true] A boolean Property specifying the visibility of the model.
{Property} [options.scale=1.0] A numeric Property specifying a uniform linear scale.
{Property} [options.minimumPixelSize=0.0] A numeric Property specifying the approximate minimum pixel size of the model regardless of zoom.
{Property} [options.maximumScale] The maximum scale size of a model. An upper limit for minimumPixelSize.
{Property} [options.incrementallyLoadTextures=true] Determine if textures may continue to stream in after the model is loaded.
{Property} [options.runAnimations=true] A boolean Property specifying if glTF animations specified in the model should be started.
{Property} [options.nodeTransformations] An object, where keys are names of nodes, and values are TranslationRotationScale Properties describing the transformation to apply to that node.
A 3D model based on https://github.com/KhronosGroup/glTF|glTF, the runtime asset format for WebGL, OpenGL ES, and OpenGL. The position and orientation of the model is determined by the containing Entity
Cesium includes support for glTF geometry, materials, animations, and skinning. Cameras and lights are not currently supported.
alias ModelGraphics
Models Tutorial demo Sandcastle 3D Models Demo