The base class of Modelo.Scene3D.Visualize.XXX.
Signature:
export default class Visualize
Property | Modifiers | Description |
---|---|---|
_drawables | ||
_enabled | ||
_position | ||
_quaternion | ||
_renderScene | ||
_scale | ||
alwaysRenderOnTop | 是否一直渲染在最上层 | |
alwaysUpdate | ||
name | ||
needUpdate |
Method | Description |
---|---|
_onEnableChanged() | |
getTexture() | |
isEnabled() | Check if enabled. |
isNeedUpdate() | |
setAlwaysUpdate(enabled) | |
setEnabled(enabled) | Set visuzalize enabled. When enabled, the visualize will be rendered each frame. |
setPosition(position) | Set the position of visualization object. |
setRotation(axis, angle) | Set the rotation of visualization object. |
setRotationByQuat(quat) | Set the rotation of visualization object. |
setScaling(scale) | Set the size of visualization object. |