three
Safe HaskellNone
LanguageHaskell2010

THREE.Data3DTexture

Synopsis

Types

newtype Data3DTexture Source #

Constructors

Data3DTexture 

Instances

Instances details
FromJSVal Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

ToArgs Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

ToJSVal Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

ToObject Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

EventDispatcher Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

TextureClass Data3DTexture Source # 
Instance details

Defined in THREE.Data3DTexture

Methods

id :: ReadOnly Data3DTexture Int Source #

uuid :: ReadOnly Data3DTexture MisoString Source #

name :: Property Data3DTexture MisoString Source #

image :: Property Data3DTexture Object Source #

mipmaps :: Property Data3DTexture [Object] Source #

mapping :: Property Data3DTexture MappingModes Source #

channel :: Property Data3DTexture UvChannel Source #

wrapS :: Property Data3DTexture WrappingModes Source #

wrapT :: Property Data3DTexture WrappingModes Source #

magFilter :: Property Data3DTexture MagnificationFilters Source #

minFilter :: Property Data3DTexture MinificationFilters Source #

anisotropy :: Property Data3DTexture Double Source #

format :: Property Data3DTexture Formats Source #

internalFormat :: Property Data3DTexture InternalFormats Source #

type_ :: Property Data3DTexture Types Source #

offset :: Property Data3DTexture Vector2 Source #

repeat :: Property Data3DTexture Vector2 Source #

rotation :: Property Data3DTexture Double Source #

center :: Property Data3DTexture Vector2 Source #

matrixAutoUpdate :: Property Data3DTexture Bool Source #

matrix :: Property Data3DTexture Matrix3 Source #

generateMipmaps :: Property Data3DTexture Bool Source #

premultiplyAlpha :: Property Data3DTexture Bool Source #

flipY :: Property Data3DTexture Bool Source #

unpackAlignment :: Property Data3DTexture Int Source #

colorSpace :: Property Data3DTexture ColorSpace Source #

version :: Property Data3DTexture Int Source #

onUpdate :: Property Data3DTexture (Maybe Function) Source #

needsUpdate :: Property Data3DTexture Bool Source #

userData :: Property Data3DTexture Object Source #

source :: Property Data3DTexture Source Source #

updateMatrix :: Method Data3DTexture () () Source #

clone :: Method Data3DTexture () Data3DTexture Source #

toJSON :: Method Data3DTexture Object Object Source #

dispose :: Method Data3DTexture () () Source #

transformUv :: Method Data3DTexture Vector2 Vector2 Source #

Constructors

new :: (Data3DTextureNewParams t, ToArgs t) => t -> Three Data3DTexture Source #

Properties