| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshBasicMaterial
Contents
Synopsis
- newtype MeshBasicMaterial = MeshBasicMaterial {}
- new :: Maybe Object -> Three MeshBasicMaterial
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- aoMapIntensity :: Property MeshBasicMaterial Int
- color :: Property MeshBasicMaterial Color
- combine :: Property MeshBasicMaterial TextureCombineOperations
- envMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- envMapRotation :: Property MeshBasicMaterial Euler
- fog :: Property MeshBasicMaterial Bool
- lightMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- lightMapIntensity :: Property MeshBasicMaterial Double
- map :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- reflectivity :: Property MeshBasicMaterial Double
- refractionRatio :: Property MeshBasicMaterial Double
- specularMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture)
- wireframe :: Property MeshBasicMaterial Bool
- wireframeLinecap :: Property MeshBasicMaterial Linecap
- wireframeLinejoin :: Property MeshBasicMaterial Linejoin
- wireframeLinewidth :: Property MeshBasicMaterial Double
Types
newtype MeshBasicMaterial Source #
Constructors
| MeshBasicMaterial | |
Fields | |
Instances
Constructors
Properties
alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #
aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #
envMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #
lightMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #
map :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #
specularMap :: (TextureClass texture, FromJSVal texture) => Property MeshBasicMaterial (Maybe texture) Source #