Package | Description |
---|---|
org.cesiumjs.cs.scene |
Modifier and Type | Method and Description |
---|---|
static Model |
Model.fromGltf(FromGltfOptions options)
Creates a model from a glTF asset.
|
Modifier and Type | Method and Description |
---|---|
Promise<Model,Void> |
Model.readyPromise()
Gets the promise that will be resolved when this model is ready to render, i.e., when the external binary,
image, and shader files were downloaded and the WebGL resources were created.
|
Copyright © 2019. All rights reserved.