three
Safe HaskellNone
LanguageHaskell2010

THREE.DepthTexture

Synopsis

Types

newtype DepthTexture Source #

Constructors

DepthTexture 

Instances

Instances details
FromJSVal DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

ToArgs DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

ToJSVal DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

ToObject DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

EventDispatcher DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

TextureClass DepthTexture Source # 
Instance details

Defined in THREE.DepthTexture

Methods

id :: ReadOnly DepthTexture Int Source #

uuid :: ReadOnly DepthTexture MisoString Source #

name :: Property DepthTexture MisoString Source #

image :: Property DepthTexture Object Source #

mipmaps :: Property DepthTexture [Object] Source #

mapping :: Property DepthTexture MappingModes Source #

channel :: Property DepthTexture UvChannel Source #

wrapS :: Property DepthTexture WrappingModes Source #

wrapT :: Property DepthTexture WrappingModes Source #

magFilter :: Property DepthTexture MagnificationFilters Source #

minFilter :: Property DepthTexture MinificationFilters Source #

anisotropy :: Property DepthTexture Double Source #

format :: Property DepthTexture Formats Source #

internalFormat :: Property DepthTexture InternalFormats Source #

type_ :: Property DepthTexture Types Source #

offset :: Property DepthTexture Vector2 Source #

repeat :: Property DepthTexture Vector2 Source #

rotation :: Property DepthTexture Double Source #

center :: Property DepthTexture Vector2 Source #

matrixAutoUpdate :: Property DepthTexture Bool Source #

matrix :: Property DepthTexture Matrix3 Source #

generateMipmaps :: Property DepthTexture Bool Source #

premultiplyAlpha :: Property DepthTexture Bool Source #

flipY :: Property DepthTexture Bool Source #

unpackAlignment :: Property DepthTexture Int Source #

colorSpace :: Property DepthTexture ColorSpace Source #

version :: Property DepthTexture Int Source #

onUpdate :: Property DepthTexture (Maybe Function) Source #

needsUpdate :: Property DepthTexture Bool Source #

userData :: Property DepthTexture Object Source #

source :: Property DepthTexture Source Source #

updateMatrix :: Method DepthTexture () () Source #

clone :: Method DepthTexture () DepthTexture Source #

toJSON :: Method DepthTexture Object Object Source #

dispose :: Method DepthTexture () () Source #

transformUv :: Method DepthTexture Vector2 Vector2 Source #

Constructors

new :: (DepthTextureNewParams t, ToArgs t) => t -> Three DepthTexture Source #

Properties