HemisphereLight¶
-
class
pythreejs.HemisphereLight(color="#ffffff", groundColor="#000000", intensity=1)[source]¶ HemisphereLight
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/lights/HemisphereLight
Inherits
Light.Three.js docs: https://threejs.org/docs/#api/lights/HemisphereLight
-
groundColor¶ Unicode("#000000", allow_none=False).tag(sync=True)
-
type¶ Unicode("HemisphereLight", allow_none=False).tag(sync=True)
-
groundColor = Unicode('#000000') a unicode string
-
type = Unicode('HemisphereLight') a unicode string
-