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