three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshPhysicalMaterial

Synopsis

Types

newtype MeshPhysicalMaterial Source #

Instances

Instances details
FromJSVal MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

ToArgs MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

ToJSVal MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

ToObject MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

EventDispatcher MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

Material MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

Methods

type_ :: ReadOnly MeshPhysicalMaterial MisoString Source #

uuid :: ReadOnly MeshPhysicalMaterial MisoString Source #

isMaterial :: ReadOnly MeshPhysicalMaterial Bool Source #

alphaHash :: Property MeshPhysicalMaterial Bool Source #

alphaTest :: Property MeshPhysicalMaterial Double Source #

alphaToCoverage :: Property MeshPhysicalMaterial Bool Source #

blendAlpha :: Property MeshPhysicalMaterial Double Source #

blendColor :: Property MeshPhysicalMaterial Color Source #

blendDst :: Property MeshPhysicalMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshPhysicalMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshPhysicalMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshPhysicalMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshPhysicalMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshPhysicalMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshPhysicalMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshPhysicalMaterial Bool Source #

clippingPlanes :: Property MeshPhysicalMaterial (Maybe [Plane]) Source #

clipShadows :: Property MeshPhysicalMaterial Bool Source #

colorWrite :: Property MeshPhysicalMaterial Bool Source #

defines :: Property MeshPhysicalMaterial (Maybe Object) Source #

depthFunc :: Property MeshPhysicalMaterial DepthMode Source #

depthTest :: Property MeshPhysicalMaterial Bool Source #

depthWrite :: Property MeshPhysicalMaterial Bool Source #

forceSinglePass :: Property MeshPhysicalMaterial Bool Source #

stencilWrite :: Property MeshPhysicalMaterial Bool Source #

stencilWriteMask :: Property MeshPhysicalMaterial Int Source #

stencilFunc :: Property MeshPhysicalMaterial StencilFunctions Source #

stencilRef :: Property MeshPhysicalMaterial Int Source #

stencilFuncMask :: Property MeshPhysicalMaterial Int Source #

stencilFail :: Property MeshPhysicalMaterial StencilOperations Source #

stencilZFail :: Property MeshPhysicalMaterial StencilOperations Source #

stencilZPass :: Property MeshPhysicalMaterial StencilOperations Source #

id :: Property MeshPhysicalMaterial Int Source #

name :: Property MeshPhysicalMaterial MisoString Source #

needsUpdate :: Property MeshPhysicalMaterial Bool Source #

opacity :: Property MeshPhysicalMaterial Double Source #

polygonOffset :: Property MeshPhysicalMaterial Bool Source #

polygonOffsetFactor :: Property MeshPhysicalMaterial Int Source #

polygonOffsetUnits :: Property MeshPhysicalMaterial Int Source #

precision :: Property MeshPhysicalMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshPhysicalMaterial Bool Source #

dithering :: Property MeshPhysicalMaterial Bool Source #

shadowSide :: Property MeshPhysicalMaterial Side Source #

side :: Property MeshPhysicalMaterial Side Source #

toneMapped :: Property MeshPhysicalMaterial Bool Source #

transparent :: Property MeshPhysicalMaterial Bool Source #

version :: Property MeshPhysicalMaterial Int Source #

vertexColors :: Property MeshPhysicalMaterial Bool Source #

visible :: Property MeshPhysicalMaterial Bool Source #

userData :: Property MeshPhysicalMaterial Object Source #

clone :: Method MeshPhysicalMaterial () MeshPhysicalMaterial Source #

copy :: Method MeshPhysicalMaterial MeshPhysicalMaterial MeshPhysicalMaterial Source #

dispose :: Method MeshPhysicalMaterial () () Source #

customProgramCacheKey :: Method MeshPhysicalMaterial () MisoString Source #

setValues :: Method MeshPhysicalMaterial Object () Source #

toJSON :: Method MeshPhysicalMaterial Object Object Source #

MeshStandardMaterialClass MeshPhysicalMaterial Source # 
Instance details

Defined in THREE.MeshPhysicalMaterial

Methods

alphaMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

aoMapIntensity :: Property MeshPhysicalMaterial Int Source #

bumpMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

bumpScale :: Property MeshPhysicalMaterial Double Source #

color :: Property MeshPhysicalMaterial Color Source #

defines :: Property MeshPhysicalMaterial Object Source #

displacementMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

displacementScale :: Property MeshPhysicalMaterial Double Source #

displacementBias :: Property MeshPhysicalMaterial Double Source #

emissive :: Property MeshPhysicalMaterial Color Source #

emissiveMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

emissiveIntensity :: Property MeshPhysicalMaterial Double Source #

envMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

envMapRotation :: Property MeshPhysicalMaterial Euler Source #

envMapIntensity :: Property MeshPhysicalMaterial Double Source #

flatShading :: Property MeshPhysicalMaterial Bool Source #

fog :: Property MeshPhysicalMaterial Bool Source #

lightMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

lightMapIntensity :: Property MeshPhysicalMaterial Double Source #

map :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

metalness :: Property MeshPhysicalMaterial Double Source #

metalnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

normalMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

normalMapType :: Property MeshPhysicalMaterial NormalMapType Source #

normalScale :: Property MeshPhysicalMaterial Vector2 Source #

roughness :: Property MeshPhysicalMaterial Double Source #

roughnessMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhysicalMaterial (Maybe texture) Source #

wireframe :: Property MeshPhysicalMaterial Bool Source #

wireframeLinecap :: Property MeshPhysicalMaterial Linecap Source #

wireframeLinejoin :: Property MeshPhysicalMaterial Linejoin Source #

wireframeLinewidth :: Property MeshPhysicalMaterial Double Source #

Constructors

Properties