Module

Rito.Materials.MeshPhongMaterial

Package
purescript-rito
Repository
mikesol/purescript-rito

#meshPhongMaterial Source

#meshPhongMaterial_ Source

meshPhongMaterial_ :: forall i payload. InitialMeshPhongMaterial i => i -> Material payload

#MeshPhongMaterial' Source

type MeshPhongMaterial' = Variant (alphaMap :: Texture, aoMap :: Texture, aoMapIntensity :: Number, bumpMap :: Texture, bumpScale :: Number, color :: Color, combine :: CombineOperation, displacementBias :: Number, displacementMap :: Texture, displacementScale :: Number, emissive :: Color, emissiveIntensity :: Number, emissiveMap :: Texture, envMap :: Texture, flatShading :: Boolean, fog :: Boolean, lightMap :: Texture, lightMapIntensity :: Number, map :: Texture, normalMap :: Texture, normalMapType :: NormalMapType, normalScale :: Vector2, reflectivity :: Number, refractionRatio :: Number, shininess :: Number, specular :: Color, specularMap :: Texture, wireframe :: Boolean, wireframeLinecap :: WireframeLinecap, wireframeLinejoin :: WireframeLinejoin, wireframeLinewidth :: Number)

Instances

#MeshPhongMaterialOptions Source

data MeshPhongMaterialOptions

Instances