| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.MeshPhysicalMaterial
Contents
Synopsis
- newtype MeshPhysicalMaterial = MeshPhysicalMaterial {}
- new :: Three MeshPhysicalMaterial
- anisotropy :: Property MeshPhysicalMaterial Double
- anisotropyMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- anisotropyRotation :: Property MeshPhysicalMaterial Double
- attenuationColor :: Property MeshPhysicalMaterial Color
- attenuationDistance :: Property MeshPhysicalMaterial Double
- clearcoat :: Property MeshPhysicalMaterial Double
- clearcoatMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- clearcoatNormalMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- clearcoatNormalScale :: Property MeshPhysicalMaterial Vector2
- clearcoatRoughness :: Property MeshPhysicalMaterial Double
- clearcoatRoughnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- dispersion :: Property MeshPhysicalMaterial Double
- ior :: Property MeshPhysicalMaterial Double
- reflectivity :: Property MeshPhysicalMaterial Double
- iridescence :: Property MeshPhysicalMaterial Double
- iridescenceMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- iridescenceIOR :: Property MeshPhysicalMaterial Double
- iridescenceThicknessRange :: Property MeshPhysicalMaterial [Double]
- iridescenceThicknessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- sheen :: Property MeshPhysicalMaterial Double
- sheenRoughness :: Property MeshPhysicalMaterial Double
- sheenRoughnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- sheenColor :: Property MeshPhysicalMaterial Color
- sheenColorMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- specularIntensity :: Property MeshPhysicalMaterial Double
- specularIntensityMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- specularColor :: Property MeshPhysicalMaterial Color
- specularColorMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- thickness :: Property MeshPhysicalMaterial Double
- thicknessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
- transmission :: Property MeshPhysicalMaterial Double
- transmissionMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture)
Types
newtype MeshPhysicalMaterial Source #
Constructors
| MeshPhysicalMaterial | |
Fields | |
Instances
Constructors
Properties
anisotropyMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
clearcoatMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
clearcoatNormalMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
clearcoatRoughnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
iridescenceMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
iridescenceThicknessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
sheenRoughnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
sheenColorMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
specularIntensityMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
specularColorMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
thicknessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #
transmissionMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #