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