Fog¶
-
class
pythreejs.Fog(color="white", near=1, far=1000)[source]¶ Fog
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/scenes/Fog
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/scenes/Fog
-
name¶ Unicode("", allow_none=False).tag(sync=True)
-
color¶ Color("white", allow_none=False).tag(sync=True)
-
near¶ CFloat(1, allow_none=False).tag(sync=True)
-
far¶ CFloat(1000, allow_none=False).tag(sync=True)
-
color = Color('white') a valid HTML color
-
far = CFloat(1000) a float
-
name = Unicode('') a unicode string
-
near = CFloat(1) a float
-