three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshDepthMaterial

Synopsis

Types

newtype MeshDepthMaterial Source #

Instances

Instances details
FromJSVal MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

ToArgs MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

ToJSVal MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

ToObject MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

EventDispatcher MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

Material MeshDepthMaterial Source # 
Instance details

Defined in THREE.MeshDepthMaterial

Methods

type_ :: ReadOnly MeshDepthMaterial MisoString Source #

uuid :: ReadOnly MeshDepthMaterial MisoString Source #

isMaterial :: ReadOnly MeshDepthMaterial Bool Source #

alphaHash :: Property MeshDepthMaterial Bool Source #

alphaTest :: Property MeshDepthMaterial Double Source #

alphaToCoverage :: Property MeshDepthMaterial Bool Source #

blendAlpha :: Property MeshDepthMaterial Double Source #

blendColor :: Property MeshDepthMaterial Color Source #

blendDst :: Property MeshDepthMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshDepthMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshDepthMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshDepthMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshDepthMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshDepthMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshDepthMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshDepthMaterial Bool Source #

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

clipShadows :: Property MeshDepthMaterial Bool Source #

colorWrite :: Property MeshDepthMaterial Bool Source #

defines :: Property MeshDepthMaterial (Maybe Object) Source #

depthFunc :: Property MeshDepthMaterial DepthMode Source #

depthTest :: Property MeshDepthMaterial Bool Source #

depthWrite :: Property MeshDepthMaterial Bool Source #

forceSinglePass :: Property MeshDepthMaterial Bool Source #

stencilWrite :: Property MeshDepthMaterial Bool Source #

stencilWriteMask :: Property MeshDepthMaterial Int Source #

stencilFunc :: Property MeshDepthMaterial StencilFunctions Source #

stencilRef :: Property MeshDepthMaterial Int Source #

stencilFuncMask :: Property MeshDepthMaterial Int Source #

stencilFail :: Property MeshDepthMaterial StencilOperations Source #

stencilZFail :: Property MeshDepthMaterial StencilOperations Source #

stencilZPass :: Property MeshDepthMaterial StencilOperations Source #

id :: Property MeshDepthMaterial Int Source #

name :: Property MeshDepthMaterial MisoString Source #

needsUpdate :: Property MeshDepthMaterial Bool Source #

opacity :: Property MeshDepthMaterial Double Source #

polygonOffset :: Property MeshDepthMaterial Bool Source #

polygonOffsetFactor :: Property MeshDepthMaterial Int Source #

polygonOffsetUnits :: Property MeshDepthMaterial Int Source #

precision :: Property MeshDepthMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshDepthMaterial Bool Source #

dithering :: Property MeshDepthMaterial Bool Source #

shadowSide :: Property MeshDepthMaterial Side Source #

side :: Property MeshDepthMaterial Side Source #

toneMapped :: Property MeshDepthMaterial Bool Source #

transparent :: Property MeshDepthMaterial Bool Source #

version :: Property MeshDepthMaterial Int Source #

vertexColors :: Property MeshDepthMaterial Bool Source #

visible :: Property MeshDepthMaterial Bool Source #

userData :: Property MeshDepthMaterial Object Source #

clone :: Method MeshDepthMaterial () MeshDepthMaterial Source #

copy :: Method MeshDepthMaterial MeshDepthMaterial MeshDepthMaterial Source #

dispose :: Method MeshDepthMaterial () () Source #

customProgramCacheKey :: Method MeshDepthMaterial () MisoString Source #

setValues :: Method MeshDepthMaterial Object () Source #

toJSON :: Method MeshDepthMaterial Object Object Source #

Constructors

Properties

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