DirectionalLightHelper

class pythreejs.DirectionalLightHelper(light=None, size=1, color="#ffffff")[source]

DirectionalLightHelper

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

Inherits Object3D.

Three.js docs: https://threejs.org/docs/#api/helpers/DirectionalLightHelper

light
Instance(DirectionalLight, allow_none=True).tag(sync=True, **widget_serialization)
size
CFloat(1, allow_none=False).tag(sync=True)
color
Color("#ffffff", allow_none=True).tag(sync=True)
type
Unicode("DirectionalLightHelper", allow_none=False).tag(sync=True)
color = Color('#ffffff')

a valid HTML color

light = Instance()

a DirectionalLight or None

size = CFloat(1)

a float

type = Unicode('DirectionalLightHelper')

a unicode string