| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshStandardMaterial
Synopsis
- newtype MeshStandardMaterial = MeshStandardMaterial {}
- class Material material => MeshStandardMaterialClass material where
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- aoMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- aoMapIntensity :: Property material Int
- bumpMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- bumpScale :: Property material Double
- color :: Property material Color
- defines :: Property material Object
- displacementMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- displacementScale :: Property material Double
- displacementBias :: Property material Double
- emissive :: Property material Color
- emissiveMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- emissiveIntensity :: Property material Double
- envMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- envMapRotation :: Property material Euler
- envMapIntensity :: Property material Double
- flatShading :: Property material Bool
- fog :: Property material Bool
- lightMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- lightMapIntensity :: Property material Double
- map :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- metalness :: Property material Double
- metalnessMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- normalMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- normalMapType :: Property material NormalMapType
- normalScale :: Property material Vector2
- roughness :: Property material Double
- roughnessMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture)
- wireframe :: Property material Bool
- wireframeLinecap :: Property material Linecap
- wireframeLinejoin :: Property material Linejoin
- wireframeLinewidth :: Property material Double
- new :: Three MeshStandardMaterial
Types
newtype MeshStandardMaterial Source #
Constructors
| MeshStandardMaterial | |
Fields | |
Instances
class Material material => MeshStandardMaterialClass material where Source #
Minimal complete definition
Nothing
Methods
alphaMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
aoMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
aoMapIntensity :: Property material Int Source #
bumpMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
bumpScale :: Property material Double Source #
color :: Property material Color Source #
defines :: Property material Object Source #
displacementMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
displacementScale :: Property material Double Source #
displacementBias :: Property material Double Source #
emissive :: Property material Color Source #
emissiveMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
emissiveIntensity :: Property material Double Source #
envMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
envMapRotation :: Property material Euler Source #
envMapIntensity :: Property material Double Source #
flatShading :: Property material Bool Source #
fog :: Property material Bool Source #
lightMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
lightMapIntensity :: Property material Double Source #
map :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
metalness :: Property material Double Source #
metalnessMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
normalMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
normalMapType :: Property material NormalMapType Source #
normalScale :: Property material Vector2 Source #
roughness :: Property material Double Source #
roughnessMap :: (TextureClass texture, FromJSVal texture) => Property material (Maybe texture) Source #
wireframe :: Property material Bool Source #
wireframeLinecap :: Property material Linecap Source #
wireframeLinejoin :: Property material Linejoin Source #
wireframeLinewidth :: Property material Double Source #