OctahedronGeometry¶
-
class
pythreejs.OctahedronGeometry(radius=1, detail=0)[source]¶ OctahedronGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/OctahedronGeometry
Inherits
BaseGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/OctahedronGeometry
-
radius¶ CFloat(1, allow_none=False).tag(sync=True)
-
detail¶ CInt(0, allow_none=False).tag(sync=True)
-
type¶ Unicode("OctahedronGeometry", allow_none=False).tag(sync=True)
-
detail = CInt(0) an int
-
radius = CFloat(1) a float
-
type = Unicode('OctahedronGeometry') a unicode string
-