Box3Helper¶
-
class
pythreejs.Box3Helper(box=None, color="yellow")[source]¶ Box3Helper
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/helpers/PlaneHelper
Inherits
Object3D.Three.js docs: https://threejs.org/docs/#api/helpers/PlaneHelper
-
box¶ Instance(Box3, allow_none=True).tag(sync=True, **widget_serialization)
-
color¶ Color("yellow", allow_none=True).tag(sync=True)
-
type¶ Unicode("Box3Helper", allow_none=False).tag(sync=True)
-
box = Instance() a Box3 or None
-
color = Color('yellow') a valid HTML color
-
type = Unicode('Box3Helper') a unicode string
-