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