three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshNormalMaterial

Synopsis

Types

newtype MeshNormalMaterial Source #

Instances

Instances details
FromJSVal MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

ToArgs MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

ToJSVal MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

ToObject MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

EventDispatcher MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

Material MeshNormalMaterial Source # 
Instance details

Defined in THREE.MeshNormalMaterial

Methods

type_ :: ReadOnly MeshNormalMaterial MisoString Source #

uuid :: ReadOnly MeshNormalMaterial MisoString Source #

isMaterial :: ReadOnly MeshNormalMaterial Bool Source #

alphaHash :: Property MeshNormalMaterial Bool Source #

alphaTest :: Property MeshNormalMaterial Double Source #

alphaToCoverage :: Property MeshNormalMaterial Bool Source #

blendAlpha :: Property MeshNormalMaterial Double Source #

blendColor :: Property MeshNormalMaterial Color Source #

blendDst :: Property MeshNormalMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshNormalMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshNormalMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshNormalMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshNormalMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshNormalMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshNormalMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshNormalMaterial Bool Source #

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

clipShadows :: Property MeshNormalMaterial Bool Source #

colorWrite :: Property MeshNormalMaterial Bool Source #

defines :: Property MeshNormalMaterial (Maybe Object) Source #

depthFunc :: Property MeshNormalMaterial DepthMode Source #

depthTest :: Property MeshNormalMaterial Bool Source #

depthWrite :: Property MeshNormalMaterial Bool Source #

forceSinglePass :: Property MeshNormalMaterial Bool Source #

stencilWrite :: Property MeshNormalMaterial Bool Source #

stencilWriteMask :: Property MeshNormalMaterial Int Source #

stencilFunc :: Property MeshNormalMaterial StencilFunctions Source #

stencilRef :: Property MeshNormalMaterial Int Source #

stencilFuncMask :: Property MeshNormalMaterial Int Source #

stencilFail :: Property MeshNormalMaterial StencilOperations Source #

stencilZFail :: Property MeshNormalMaterial StencilOperations Source #

stencilZPass :: Property MeshNormalMaterial StencilOperations Source #

id :: Property MeshNormalMaterial Int Source #

name :: Property MeshNormalMaterial MisoString Source #

needsUpdate :: Property MeshNormalMaterial Bool Source #

opacity :: Property MeshNormalMaterial Double Source #

polygonOffset :: Property MeshNormalMaterial Bool Source #

polygonOffsetFactor :: Property MeshNormalMaterial Int Source #

polygonOffsetUnits :: Property MeshNormalMaterial Int Source #

precision :: Property MeshNormalMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshNormalMaterial Bool Source #

dithering :: Property MeshNormalMaterial Bool Source #

shadowSide :: Property MeshNormalMaterial Side Source #

side :: Property MeshNormalMaterial Side Source #

toneMapped :: Property MeshNormalMaterial Bool Source #

transparent :: Property MeshNormalMaterial Bool Source #

version :: Property MeshNormalMaterial Int Source #

vertexColors :: Property MeshNormalMaterial Bool Source #

visible :: Property MeshNormalMaterial Bool Source #

userData :: Property MeshNormalMaterial Object Source #

clone :: Method MeshNormalMaterial () MeshNormalMaterial Source #

copy :: Method MeshNormalMaterial MeshNormalMaterial MeshNormalMaterial Source #

dispose :: Method MeshNormalMaterial () () Source #

customProgramCacheKey :: Method MeshNormalMaterial () MisoString Source #

setValues :: Method MeshNormalMaterial Object () Source #

toJSON :: Method MeshNormalMaterial Object Object Source #

Constructors

Properties