three
Safe HaskellNone
LanguageHaskell2010

THREE.LineDashedMaterial

Synopsis

Types

newtype LineDashedMaterial Source #

Instances

Instances details
FromJSVal LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

ToArgs LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

ToJSVal LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

ToObject LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

EventDispatcher LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

LineBasicMaterialClass LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

Material LineDashedMaterial Source # 
Instance details

Defined in THREE.LineDashedMaterial

Methods

type_ :: ReadOnly LineDashedMaterial MisoString Source #

uuid :: ReadOnly LineDashedMaterial MisoString Source #

isMaterial :: ReadOnly LineDashedMaterial Bool Source #

alphaHash :: Property LineDashedMaterial Bool Source #

alphaTest :: Property LineDashedMaterial Double Source #

alphaToCoverage :: Property LineDashedMaterial Bool Source #

blendAlpha :: Property LineDashedMaterial Double Source #

blendColor :: Property LineDashedMaterial Color Source #

blendDst :: Property LineDashedMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property LineDashedMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property LineDashedMaterial BlendingEquations Source #

blendEquationAlpha :: Property LineDashedMaterial (Maybe BlendingEquations) Source #

blending :: Property LineDashedMaterial (Maybe BlendingMode) Source #

blendSrc :: Property LineDashedMaterial SourceFactors Source #

blendSrcAlpha :: Property LineDashedMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property LineDashedMaterial Bool Source #

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

clipShadows :: Property LineDashedMaterial Bool Source #

colorWrite :: Property LineDashedMaterial Bool Source #

defines :: Property LineDashedMaterial (Maybe Object) Source #

depthFunc :: Property LineDashedMaterial DepthMode Source #

depthTest :: Property LineDashedMaterial Bool Source #

depthWrite :: Property LineDashedMaterial Bool Source #

forceSinglePass :: Property LineDashedMaterial Bool Source #

stencilWrite :: Property LineDashedMaterial Bool Source #

stencilWriteMask :: Property LineDashedMaterial Int Source #

stencilFunc :: Property LineDashedMaterial StencilFunctions Source #

stencilRef :: Property LineDashedMaterial Int Source #

stencilFuncMask :: Property LineDashedMaterial Int Source #

stencilFail :: Property LineDashedMaterial StencilOperations Source #

stencilZFail :: Property LineDashedMaterial StencilOperations Source #

stencilZPass :: Property LineDashedMaterial StencilOperations Source #

id :: Property LineDashedMaterial Int Source #

name :: Property LineDashedMaterial MisoString Source #

needsUpdate :: Property LineDashedMaterial Bool Source #

opacity :: Property LineDashedMaterial Double Source #

polygonOffset :: Property LineDashedMaterial Bool Source #

polygonOffsetFactor :: Property LineDashedMaterial Int Source #

polygonOffsetUnits :: Property LineDashedMaterial Int Source #

precision :: Property LineDashedMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property LineDashedMaterial Bool Source #

dithering :: Property LineDashedMaterial Bool Source #

shadowSide :: Property LineDashedMaterial Side Source #

side :: Property LineDashedMaterial Side Source #

toneMapped :: Property LineDashedMaterial Bool Source #

transparent :: Property LineDashedMaterial Bool Source #

version :: Property LineDashedMaterial Int Source #

vertexColors :: Property LineDashedMaterial Bool Source #

visible :: Property LineDashedMaterial Bool Source #

userData :: Property LineDashedMaterial Object Source #

clone :: Method LineDashedMaterial () LineDashedMaterial Source #

copy :: Method LineDashedMaterial LineDashedMaterial LineDashedMaterial Source #

dispose :: Method LineDashedMaterial () () Source #

customProgramCacheKey :: Method LineDashedMaterial () MisoString Source #

setValues :: Method LineDashedMaterial Object () Source #

toJSON :: Method LineDashedMaterial Object Object Source #

Constructors

Read-only Properties

Properties

Methods