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