three
Safe HaskellNone
LanguageHaskell2010

THREE.ShadowMaterial

Synopsis

Types

newtype ShadowMaterial Source #

Constructors

ShadowMaterial 

Instances

Instances details
FromJSVal ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

ToArgs ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

ToJSVal ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

ToObject ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

EventDispatcher ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

Material ShadowMaterial Source # 
Instance details

Defined in THREE.ShadowMaterial

Methods

type_ :: ReadOnly ShadowMaterial MisoString Source #

uuid :: ReadOnly ShadowMaterial MisoString Source #

isMaterial :: ReadOnly ShadowMaterial Bool Source #

alphaHash :: Property ShadowMaterial Bool Source #

alphaTest :: Property ShadowMaterial Double Source #

alphaToCoverage :: Property ShadowMaterial Bool Source #

blendAlpha :: Property ShadowMaterial Double Source #

blendColor :: Property ShadowMaterial Color Source #

blendDst :: Property ShadowMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property ShadowMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property ShadowMaterial BlendingEquations Source #

blendEquationAlpha :: Property ShadowMaterial (Maybe BlendingEquations) Source #

blending :: Property ShadowMaterial (Maybe BlendingMode) Source #

blendSrc :: Property ShadowMaterial SourceFactors Source #

blendSrcAlpha :: Property ShadowMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property ShadowMaterial Bool Source #

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

clipShadows :: Property ShadowMaterial Bool Source #

colorWrite :: Property ShadowMaterial Bool Source #

defines :: Property ShadowMaterial (Maybe Object) Source #

depthFunc :: Property ShadowMaterial DepthMode Source #

depthTest :: Property ShadowMaterial Bool Source #

depthWrite :: Property ShadowMaterial Bool Source #

forceSinglePass :: Property ShadowMaterial Bool Source #

stencilWrite :: Property ShadowMaterial Bool Source #

stencilWriteMask :: Property ShadowMaterial Int Source #

stencilFunc :: Property ShadowMaterial StencilFunctions Source #

stencilRef :: Property ShadowMaterial Int Source #

stencilFuncMask :: Property ShadowMaterial Int Source #

stencilFail :: Property ShadowMaterial StencilOperations Source #

stencilZFail :: Property ShadowMaterial StencilOperations Source #

stencilZPass :: Property ShadowMaterial StencilOperations Source #

id :: Property ShadowMaterial Int Source #

name :: Property ShadowMaterial MisoString Source #

needsUpdate :: Property ShadowMaterial Bool Source #

opacity :: Property ShadowMaterial Double Source #

polygonOffset :: Property ShadowMaterial Bool Source #

polygonOffsetFactor :: Property ShadowMaterial Int Source #

polygonOffsetUnits :: Property ShadowMaterial Int Source #

precision :: Property ShadowMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property ShadowMaterial Bool Source #

dithering :: Property ShadowMaterial Bool Source #

shadowSide :: Property ShadowMaterial Side Source #

side :: Property ShadowMaterial Side Source #

toneMapped :: Property ShadowMaterial Bool Source #

transparent :: Property ShadowMaterial Bool Source #

version :: Property ShadowMaterial Int Source #

vertexColors :: Property ShadowMaterial Bool Source #

visible :: Property ShadowMaterial Bool Source #

userData :: Property ShadowMaterial Object Source #

clone :: Method ShadowMaterial () ShadowMaterial Source #

copy :: Method ShadowMaterial ShadowMaterial ShadowMaterial Source #

dispose :: Method ShadowMaterial () () Source #

customProgramCacheKey :: Method ShadowMaterial () MisoString Source #

setValues :: Method ShadowMaterial Object () Source #

toJSON :: Method ShadowMaterial Object Object Source #

Constructors

Properties