PointLightHelper

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

PointLightHelper

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

Inherits Object3D.

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

light
Instance(PointLight, allow_none=True).tag(sync=True, **widget_serialization)
sphereSize
CFloat(1, allow_none=False).tag(sync=True)
color
Unicode("#ffffff", allow_none=True).tag(sync=True)
type
Unicode("PointLightHelper", allow_none=False).tag(sync=True)
color = Unicode('#ffffff')

a unicode string

light = Instance()

a PointLight or None

sphereSize = CFloat(1)

a float

type = Unicode('PointLightHelper')

a unicode string