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