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