| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshToonMaterial
Contents
Synopsis
- newtype MeshToonMaterial = MeshToonMaterial {}
- new :: Three MeshToonMaterial
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- aoMapIntensity :: Property MeshToonMaterial Int
- bumpMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- bumpScale :: Property MeshToonMaterial Double
- color :: Property MeshToonMaterial Color
- displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- displacementScale :: Property MeshToonMaterial Double
- displacementBias :: Property MeshToonMaterial Double
- emissive :: Property MeshToonMaterial Color
- emissiveMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- emissiveIntensity :: Property MeshToonMaterial Double
- fog :: Property MeshToonMaterial Bool
- lightMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- lightMapIntensity :: Property MeshToonMaterial Double
- gradientMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- map :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- normalMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture)
- normalMapType :: Property MeshToonMaterial NormalMapType
- normalScale :: Property MeshToonMaterial Vector2
- wireframe :: Property MeshToonMaterial Bool
- wireframeLinecap :: Property MeshToonMaterial Linecap
- wireframeLinejoin :: Property MeshToonMaterial Linejoin
- wireframeLinewidth :: Property MeshToonMaterial Double
Types
newtype MeshToonMaterial Source #
Constructors
| MeshToonMaterial | |
Fields | |
Instances
Constructors
Properties
alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
bumpMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
emissiveMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
lightMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
gradientMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
map :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #
normalMap :: (TextureClass texture, FromJSVal texture) => Property MeshToonMaterial (Maybe texture) Source #