| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshNormalMaterial
Contents
Synopsis
- newtype MeshNormalMaterial = MeshNormalMaterial {}
- new :: Three MeshNormalMaterial
- bumpMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture)
- bumpScale :: Property MeshNormalMaterial Double
- displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture)
- displacementScale :: Property MeshNormalMaterial Double
- displacementBias :: Property MeshNormalMaterial Double
- flatShading :: Property MeshNormalMaterial Bool
- normalMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture)
- normalMapType :: Property MeshNormalMaterial NormalMapType
- normalScale :: Property MeshNormalMaterial Vector2
- wireframe :: Property MeshNormalMaterial Bool
- wireframeLinewidth :: Property MeshNormalMaterial Double
Types
newtype MeshNormalMaterial Source #
Constructors
| MeshNormalMaterial | |
Fields | |
Instances
Constructors
Properties
bumpMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture) Source #
displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture) Source #
normalMap :: (TextureClass texture, FromJSVal texture) => Property MeshNormalMaterial (Maybe texture) Source #