| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshDepthMaterial
Contents
Synopsis
- newtype MeshDepthMaterial = MeshDepthMaterial {}
- new :: Three MeshDepthMaterial
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture)
- depthPacking :: Property MeshDepthMaterial DepthPacking
- displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture)
- displacementScale :: Property MeshDepthMaterial Double
- displacementBias :: Property MeshDepthMaterial Double
- map :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture)
- wireframe :: Property MeshDepthMaterial Bool
- wireframeLinewidth :: Property MeshDepthMaterial Double
Types
newtype MeshDepthMaterial Source #
Constructors
| MeshDepthMaterial | |
Fields | |
Instances
Constructors
Properties
alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture) Source #
displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture) Source #
map :: (TextureClass texture, FromJSVal texture) => Property MeshDepthMaterial (Maybe texture) Source #