RectAreaLight

class pythreejs.RectAreaLight(color='#ffffff', intensity=1, width=10, height=10)[source]

RectAreaLight

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

Inherits Light.

Three.js docs: https://threejs.org/docs/#api/lights/RectAreaLight

width
IEEEFloat(10, allow_none=False).tag(sync=True)
height
IEEEFloat(10, allow_none=False).tag(sync=True)
type
Unicode("RectAreaLight", allow_none=False).tag(sync=True)
height = IEEEFloat(10)

a float

type = Unicode('RectAreaLight')

a unicode string

width = IEEEFloat(10)

a float