three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshMatcapMaterial

Synopsis

Types

newtype MeshMatcapMaterial Source #

Instances

Instances details
FromJSVal MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

ToArgs MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

ToJSVal MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

ToObject MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

EventDispatcher MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

Material MeshMatcapMaterial Source # 
Instance details

Defined in THREE.MeshMatcapMaterial

Methods

type_ :: ReadOnly MeshMatcapMaterial MisoString Source #

uuid :: ReadOnly MeshMatcapMaterial MisoString Source #

isMaterial :: ReadOnly MeshMatcapMaterial Bool Source #

alphaHash :: Property MeshMatcapMaterial Bool Source #

alphaTest :: Property MeshMatcapMaterial Double Source #

alphaToCoverage :: Property MeshMatcapMaterial Bool Source #

blendAlpha :: Property MeshMatcapMaterial Double Source #

blendColor :: Property MeshMatcapMaterial Color Source #

blendDst :: Property MeshMatcapMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshMatcapMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshMatcapMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshMatcapMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshMatcapMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshMatcapMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshMatcapMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshMatcapMaterial Bool Source #

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

clipShadows :: Property MeshMatcapMaterial Bool Source #

colorWrite :: Property MeshMatcapMaterial Bool Source #

defines :: Property MeshMatcapMaterial (Maybe Object) Source #

depthFunc :: Property MeshMatcapMaterial DepthMode Source #

depthTest :: Property MeshMatcapMaterial Bool Source #

depthWrite :: Property MeshMatcapMaterial Bool Source #

forceSinglePass :: Property MeshMatcapMaterial Bool Source #

stencilWrite :: Property MeshMatcapMaterial Bool Source #

stencilWriteMask :: Property MeshMatcapMaterial Int Source #

stencilFunc :: Property MeshMatcapMaterial StencilFunctions Source #

stencilRef :: Property MeshMatcapMaterial Int Source #

stencilFuncMask :: Property MeshMatcapMaterial Int Source #

stencilFail :: Property MeshMatcapMaterial StencilOperations Source #

stencilZFail :: Property MeshMatcapMaterial StencilOperations Source #

stencilZPass :: Property MeshMatcapMaterial StencilOperations Source #

id :: Property MeshMatcapMaterial Int Source #

name :: Property MeshMatcapMaterial MisoString Source #

needsUpdate :: Property MeshMatcapMaterial Bool Source #

opacity :: Property MeshMatcapMaterial Double Source #

polygonOffset :: Property MeshMatcapMaterial Bool Source #

polygonOffsetFactor :: Property MeshMatcapMaterial Int Source #

polygonOffsetUnits :: Property MeshMatcapMaterial Int Source #

precision :: Property MeshMatcapMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshMatcapMaterial Bool Source #

dithering :: Property MeshMatcapMaterial Bool Source #

shadowSide :: Property MeshMatcapMaterial Side Source #

side :: Property MeshMatcapMaterial Side Source #

toneMapped :: Property MeshMatcapMaterial Bool Source #

transparent :: Property MeshMatcapMaterial Bool Source #

version :: Property MeshMatcapMaterial Int Source #

vertexColors :: Property MeshMatcapMaterial Bool Source #

visible :: Property MeshMatcapMaterial Bool Source #

userData :: Property MeshMatcapMaterial Object Source #

clone :: Method MeshMatcapMaterial () MeshMatcapMaterial Source #

copy :: Method MeshMatcapMaterial MeshMatcapMaterial MeshMatcapMaterial Source #

dispose :: Method MeshMatcapMaterial () () Source #

customProgramCacheKey :: Method MeshMatcapMaterial () MisoString Source #

setValues :: Method MeshMatcapMaterial Object () Source #

toJSON :: Method MeshMatcapMaterial Object Object Source #

Constructors

Properties

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