HemisphereLightHelper

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

HemisphereLightHelper

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

Inherits Object3D.

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

light
Instance(HemisphereLight, 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("HemisphereLightHelper", allow_none=False).tag(sync=True)
color = Color('#ffffff')

a valid HTML color

light = Instance()

a HemisphereLight or None

size = CFloat(1)

a float

type = Unicode('HemisphereLightHelper')

a unicode string