three
Safe HaskellNone
LanguageHaskell2010

THREE.MeshLambertMaterial

Synopsis

Types

newtype MeshLambertMaterial Source #

Instances

Instances details
FromJSVal MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

ToArgs MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

ToJSVal MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

ToObject MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

EventDispatcher MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

Material MeshLambertMaterial Source # 
Instance details

Defined in THREE.MeshLambertMaterial

Methods

type_ :: ReadOnly MeshLambertMaterial MisoString Source #

uuid :: ReadOnly MeshLambertMaterial MisoString Source #

isMaterial :: ReadOnly MeshLambertMaterial Bool Source #

alphaHash :: Property MeshLambertMaterial Bool Source #

alphaTest :: Property MeshLambertMaterial Double Source #

alphaToCoverage :: Property MeshLambertMaterial Bool Source #

blendAlpha :: Property MeshLambertMaterial Double Source #

blendColor :: Property MeshLambertMaterial Color Source #

blendDst :: Property MeshLambertMaterial (Maybe DestinationFactors) Source #

blendDstAlpha :: Property MeshLambertMaterial (Maybe DestinationFactors) Source #

blendEquation :: Property MeshLambertMaterial BlendingEquations Source #

blendEquationAlpha :: Property MeshLambertMaterial (Maybe BlendingEquations) Source #

blending :: Property MeshLambertMaterial (Maybe BlendingMode) Source #

blendSrc :: Property MeshLambertMaterial SourceFactors Source #

blendSrcAlpha :: Property MeshLambertMaterial (Maybe SourceFactors) Source #

clipIntersection :: Property MeshLambertMaterial Bool Source #

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

clipShadows :: Property MeshLambertMaterial Bool Source #

colorWrite :: Property MeshLambertMaterial Bool Source #

defines :: Property MeshLambertMaterial (Maybe Object) Source #

depthFunc :: Property MeshLambertMaterial DepthMode Source #

depthTest :: Property MeshLambertMaterial Bool Source #

depthWrite :: Property MeshLambertMaterial Bool Source #

forceSinglePass :: Property MeshLambertMaterial Bool Source #

stencilWrite :: Property MeshLambertMaterial Bool Source #

stencilWriteMask :: Property MeshLambertMaterial Int Source #

stencilFunc :: Property MeshLambertMaterial StencilFunctions Source #

stencilRef :: Property MeshLambertMaterial Int Source #

stencilFuncMask :: Property MeshLambertMaterial Int Source #

stencilFail :: Property MeshLambertMaterial StencilOperations Source #

stencilZFail :: Property MeshLambertMaterial StencilOperations Source #

stencilZPass :: Property MeshLambertMaterial StencilOperations Source #

id :: Property MeshLambertMaterial Int Source #

name :: Property MeshLambertMaterial MisoString Source #

needsUpdate :: Property MeshLambertMaterial Bool Source #

opacity :: Property MeshLambertMaterial Double Source #

polygonOffset :: Property MeshLambertMaterial Bool Source #

polygonOffsetFactor :: Property MeshLambertMaterial Int Source #

polygonOffsetUnits :: Property MeshLambertMaterial Int Source #

precision :: Property MeshLambertMaterial (Maybe MisoString) Source #

premultipliedAlpha :: Property MeshLambertMaterial Bool Source #

dithering :: Property MeshLambertMaterial Bool Source #

shadowSide :: Property MeshLambertMaterial Side Source #

side :: Property MeshLambertMaterial Side Source #

toneMapped :: Property MeshLambertMaterial Bool Source #

transparent :: Property MeshLambertMaterial Bool Source #

version :: Property MeshLambertMaterial Int Source #

vertexColors :: Property MeshLambertMaterial Bool Source #

visible :: Property MeshLambertMaterial Bool Source #

userData :: Property MeshLambertMaterial Object Source #

clone :: Method MeshLambertMaterial () MeshLambertMaterial Source #

copy :: Method MeshLambertMaterial MeshLambertMaterial MeshLambertMaterial Source #

dispose :: Method MeshLambertMaterial () () Source #

customProgramCacheKey :: Method MeshLambertMaterial () MisoString Source #

setValues :: Method MeshLambertMaterial Object () Source #

toJSON :: Method MeshLambertMaterial Object Object Source #

Constructors

Properties

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