PlaneBufferGeometry

class pythreejs.PlaneBufferGeometry(width=1, height=1, widthSegments=1, heightSegments=1)[source]

PlaneBufferGeometry

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/PlaneGeometry

Inherits BaseBufferGeometry.

Three.js docs: https://threejs.org/docs/#api/geometries/PlaneGeometry

width
IEEEFloat(1, allow_none=False).tag(sync=True)
height
IEEEFloat(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("PlaneBufferGeometry", allow_none=False).tag(sync=True)
height = IEEEFloat(1)

a float

heightSegments = CInt(1)

an int

type = Unicode('PlaneBufferGeometry')

a unicode string

width = IEEEFloat(1)

a float

widthSegments = CInt(1)

an int