three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshPhongMaterial

Synopsis

Types

newtype MeshPhongMaterial Source #

Instances

Instances details
FromJSVal MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

ToArgs MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

ToJSVal MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

ToObject MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

EventDispatcher MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

Material MeshPhongMaterial Source # 
Instance details

Defined in THREE.MeshPhongMaterial

Methods

type_ :: ReadOnly MeshPhongMaterial MisoString Source #

uuid :: ReadOnly MeshPhongMaterial MisoString Source #

isMaterial :: ReadOnly MeshPhongMaterial Bool Source #

alphaHash :: Property MeshPhongMaterial Bool Source #

alphaTest :: Property MeshPhongMaterial Double Source #

alphaToCoverage :: Property MeshPhongMaterial Bool Source #

blendAlpha :: Property MeshPhongMaterial Double Source #

blendColor :: Property MeshPhongMaterial Color Source #

blendDst :: Property MeshPhongMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshPhongMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshPhongMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshPhongMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshPhongMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshPhongMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshPhongMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshPhongMaterial Bool Source #

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

clipShadows :: Property MeshPhongMaterial Bool Source #

colorWrite :: Property MeshPhongMaterial Bool Source #

defines :: Property MeshPhongMaterial (Maybe Object) Source #

depthFunc :: Property MeshPhongMaterial DepthMode Source #

depthTest :: Property MeshPhongMaterial Bool Source #

depthWrite :: Property MeshPhongMaterial Bool Source #

forceSinglePass :: Property MeshPhongMaterial Bool Source #

stencilWrite :: Property MeshPhongMaterial Bool Source #

stencilWriteMask :: Property MeshPhongMaterial Int Source #

stencilFunc :: Property MeshPhongMaterial StencilFunctions Source #

stencilRef :: Property MeshPhongMaterial Int Source #

stencilFuncMask :: Property MeshPhongMaterial Int Source #

stencilFail :: Property MeshPhongMaterial StencilOperations Source #

stencilZFail :: Property MeshPhongMaterial StencilOperations Source #

stencilZPass :: Property MeshPhongMaterial StencilOperations Source #

id :: Property MeshPhongMaterial Int Source #

name :: Property MeshPhongMaterial MisoString Source #

needsUpdate :: Property MeshPhongMaterial Bool Source #

opacity :: Property MeshPhongMaterial Double Source #

polygonOffset :: Property MeshPhongMaterial Bool Source #

polygonOffsetFactor :: Property MeshPhongMaterial Int Source #

polygonOffsetUnits :: Property MeshPhongMaterial Int Source #

precision :: Property MeshPhongMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshPhongMaterial Bool Source #

dithering :: Property MeshPhongMaterial Bool Source #

shadowSide :: Property MeshPhongMaterial Side Source #

side :: Property MeshPhongMaterial Side Source #

toneMapped :: Property MeshPhongMaterial Bool Source #

transparent :: Property MeshPhongMaterial Bool Source #

version :: Property MeshPhongMaterial Int Source #

vertexColors :: Property MeshPhongMaterial Bool Source #

visible :: Property MeshPhongMaterial Bool Source #

userData :: Property MeshPhongMaterial Object Source #

clone :: Method MeshPhongMaterial () MeshPhongMaterial Source #

copy :: Method MeshPhongMaterial MeshPhongMaterial MeshPhongMaterial Source #

dispose :: Method MeshPhongMaterial () () Source #

customProgramCacheKey :: Method MeshPhongMaterial () MisoString Source #

setValues :: Method MeshPhongMaterial Object () Source #

toJSON :: Method MeshPhongMaterial Object Object Source #

Constructors

Read-only Properties

Properties

aoMap :: (TextureClass texture, FromJSVal texture) => Property MeshPhongMaterial (Maybe texture) Source #

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

Methods