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¶ Color("#ffffff", allow_none=True).tag(sync=True)
-
type¶ Unicode("PointLightHelper", allow_none=False).tag(sync=True)
-
color = Color('#ffffff') a valid HTML color
-
light = Instance() a PointLight or None
-
sphereSize = CFloat(1) a float
-
type = Unicode('PointLightHelper') a unicode string
-