three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshDistanceMaterial

Synopsis

Types

newtype MeshDistanceMaterial Source #

Instances

Instances details
FromJSVal MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

ToArgs MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

ToJSVal MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

ToObject MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

EventDispatcher MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

Material MeshDistanceMaterial Source # 
Instance details

Defined in THREE.MeshDistanceMaterial

Methods

type_ :: ReadOnly MeshDistanceMaterial MisoString Source #

uuid :: ReadOnly MeshDistanceMaterial MisoString Source #

isMaterial :: ReadOnly MeshDistanceMaterial Bool Source #

alphaHash :: Property MeshDistanceMaterial Bool Source #

alphaTest :: Property MeshDistanceMaterial Double Source #

alphaToCoverage :: Property MeshDistanceMaterial Bool Source #

blendAlpha :: Property MeshDistanceMaterial Double Source #

blendColor :: Property MeshDistanceMaterial Color Source #

blendDst :: Property MeshDistanceMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshDistanceMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshDistanceMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshDistanceMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshDistanceMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshDistanceMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshDistanceMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshDistanceMaterial Bool Source #

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

clipShadows :: Property MeshDistanceMaterial Bool Source #

colorWrite :: Property MeshDistanceMaterial Bool Source #

defines :: Property MeshDistanceMaterial (Maybe Object) Source #

depthFunc :: Property MeshDistanceMaterial DepthMode Source #

depthTest :: Property MeshDistanceMaterial Bool Source #

depthWrite :: Property MeshDistanceMaterial Bool Source #

forceSinglePass :: Property MeshDistanceMaterial Bool Source #

stencilWrite :: Property MeshDistanceMaterial Bool Source #

stencilWriteMask :: Property MeshDistanceMaterial Int Source #

stencilFunc :: Property MeshDistanceMaterial StencilFunctions Source #

stencilRef :: Property MeshDistanceMaterial Int Source #

stencilFuncMask :: Property MeshDistanceMaterial Int Source #

stencilFail :: Property MeshDistanceMaterial StencilOperations Source #

stencilZFail :: Property MeshDistanceMaterial StencilOperations Source #

stencilZPass :: Property MeshDistanceMaterial StencilOperations Source #

id :: Property MeshDistanceMaterial Int Source #

name :: Property MeshDistanceMaterial MisoString Source #

needsUpdate :: Property MeshDistanceMaterial Bool Source #

opacity :: Property MeshDistanceMaterial Double Source #

polygonOffset :: Property MeshDistanceMaterial Bool Source #

polygonOffsetFactor :: Property MeshDistanceMaterial Int Source #

polygonOffsetUnits :: Property MeshDistanceMaterial Int Source #

precision :: Property MeshDistanceMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshDistanceMaterial Bool Source #

dithering :: Property MeshDistanceMaterial Bool Source #

shadowSide :: Property MeshDistanceMaterial Side Source #

side :: Property MeshDistanceMaterial Side Source #

toneMapped :: Property MeshDistanceMaterial Bool Source #

transparent :: Property MeshDistanceMaterial Bool Source #

version :: Property MeshDistanceMaterial Int Source #

vertexColors :: Property MeshDistanceMaterial Bool Source #

visible :: Property MeshDistanceMaterial Bool Source #

userData :: Property MeshDistanceMaterial Object Source #

clone :: Method MeshDistanceMaterial () MeshDistanceMaterial Source #

copy :: Method MeshDistanceMaterial MeshDistanceMaterial MeshDistanceMaterial Source #

dispose :: Method MeshDistanceMaterial () () Source #

customProgramCacheKey :: Method MeshDistanceMaterial () MisoString Source #

setValues :: Method MeshDistanceMaterial Object () Source #

toJSON :: Method MeshDistanceMaterial Object Object Source #

Constructors

Properties