LCCObject::raiseToTop
Moves the LCC model to the back of the rendering order in Cesium's Scene.primitives.
Functionally equivalent to PrimitiveCollection.raiseToTop.
Version Requirement
SDK v0.3.1+
Engine Support
CesiumJS
API
LCCObject::raiseToTop(): void
Parameters
None
Return Value
void
Usage Example
lccObject.raiseToTop();
Notes
- This method must be called after the success callback of
LCCRender.load()has been triggered.
Related APIs
LCCObject::lowerToBottom()LCCObject::setRenderState()