Module

Rito.Materials.MeshLambertMaterial

Package
purescript-rito
Repository
mikesol/purescript-rito

#meshLambertMaterial Source

#meshLambertMaterial_ Source

meshLambertMaterial_ :: forall i payload. InitialMeshLambertMaterial i => i -> Material payload

#MeshLambertMaterial' Source

type MeshLambertMaterial' = Variant (alphaMap :: Texture, aoMap :: Texture, aoMapIntensity :: Number, bumpMap :: Texture, bumpScale :: Number, color :: Color, displacementBias :: Number, displacementMap :: Texture, displacementScale :: Number, emissive :: Color, emissiveIntensity :: Number, emissiveMap :: Texture, envMap :: Texture, envMapIntensity :: Number, flatShading :: Boolean, lightMap :: Texture, lightMapIntensity :: Number, map :: Texture, metalness :: Number, metalnessMap :: Texture, normalMap :: Texture, normalMapType :: NormalMapType, normalScale :: Vector2, roughness :: Number, roughnessMap :: Texture, wireframe :: Boolean, wireframeLinewidth :: Number)

Instances

#MeshLambertMaterialOptions Source

data MeshLambertMaterialOptions

Instances