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
IEEEFloat(1, allow_none=False).tag(sync=True)
far
IEEEFloat(1000, allow_none=False).tag(sync=True)
color = Color('white')

a valid HTML color

far = IEEEFloat(1000)

a float

name = Unicode('')

a unicode string

near = IEEEFloat(1)

a float