Box3¶
-
class
pythreejs.Box3(min=[0, 0, 0], max=[0, 0, 0], )[source]¶ Box3
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/math/Box3
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/math/Box3
-
min¶ Vector3(default_value=[0, 0, 0]).tag(sync=True)
-
max¶ Vector3(default_value=[0, 0, 0]).tag(sync=True)
-
max = Vector3((0, 0, 0)) a tuple of any type
-
min = Vector3((0, 0, 0)) a tuple of any type
-