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