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
CFloat(10, allow_none=False).tag(sync=True)
height
CFloat(10, allow_none=False).tag(sync=True)
type
Unicode("RectAreaLight", allow_none=False).tag(sync=True)
height = CFloat(10)

a float

type = Unicode('RectAreaLight')

a unicode string

width = CFloat(10)

a float