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