THREE.Fog
Contents
newtype Fog Source #
https://threejs.org/docs/#api/en/scenes/Fog
Constructors
Fields
Defined in THREE.Fog
Methods
fromJSVal :: JSVal -> IO (Maybe Fog) Source #
fromJSValUnchecked :: JSVal -> IO Fog Source #
toArgs :: Fog -> IO [JSVal] Source #
toJSVal :: Fog -> IO JSVal Source #
toObject :: Fog -> IO Object Source #
new :: (FogNewParams a, ToArgs a) => a -> Three Fog Source #
isFog :: ReadOnly Fog Bool Source #
name :: Property Fog MisoString Source #
color :: Property Fog Color Source #
near :: Property Fog Double Source #
far :: Property Fog Double Source #