three
Safe HaskellNone
LanguageHaskell2010

THREE.CompressedArrayTexture

Synopsis

Types

newtype CompressedArrayTexture Source #

Instances

Instances details
FromJSVal CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

ToArgs CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

ToJSVal CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

ToObject CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

CompressedTextureClass CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

EventDispatcher CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

TextureClass CompressedArrayTexture Source # 
Instance details

Defined in THREE.CompressedArrayTexture

Methods

id :: ReadOnly CompressedArrayTexture Int Source #

uuid :: ReadOnly CompressedArrayTexture MisoString Source #

name :: Property CompressedArrayTexture MisoString Source #

image :: Property CompressedArrayTexture Object Source #

mipmaps :: Property CompressedArrayTexture [Object] Source #

mapping :: Property CompressedArrayTexture MappingModes Source #

channel :: Property CompressedArrayTexture UvChannel Source #

wrapS :: Property CompressedArrayTexture WrappingModes Source #

wrapT :: Property CompressedArrayTexture WrappingModes Source #

magFilter :: Property CompressedArrayTexture MagnificationFilters Source #

minFilter :: Property CompressedArrayTexture MinificationFilters Source #

anisotropy :: Property CompressedArrayTexture Double Source #

format :: Property CompressedArrayTexture Formats Source #

internalFormat :: Property CompressedArrayTexture InternalFormats Source #

type_ :: Property CompressedArrayTexture Types Source #

offset :: Property CompressedArrayTexture Vector2 Source #

repeat :: Property CompressedArrayTexture Vector2 Source #

rotation :: Property CompressedArrayTexture Double Source #

center :: Property CompressedArrayTexture Vector2 Source #

matrixAutoUpdate :: Property CompressedArrayTexture Bool Source #

matrix :: Property CompressedArrayTexture Matrix3 Source #

generateMipmaps :: Property CompressedArrayTexture Bool Source #

premultiplyAlpha :: Property CompressedArrayTexture Bool Source #

flipY :: Property CompressedArrayTexture Bool Source #

unpackAlignment :: Property CompressedArrayTexture Int Source #

colorSpace :: Property CompressedArrayTexture ColorSpace Source #

version :: Property CompressedArrayTexture Int Source #

onUpdate :: Property CompressedArrayTexture (Maybe Function) Source #

needsUpdate :: Property CompressedArrayTexture Bool Source #

userData :: Property CompressedArrayTexture Object Source #

source :: Property CompressedArrayTexture Source Source #

updateMatrix :: Method CompressedArrayTexture () () Source #

clone :: Method CompressedArrayTexture () CompressedArrayTexture Source #

toJSON :: Method CompressedArrayTexture Object Object Source #

dispose :: Method CompressedArrayTexture () () Source #

transformUv :: Method CompressedArrayTexture Vector2 Vector2 Source #

Constructors

new :: (CompressedArrayTextureNewParams t, ToArgs t) => t -> Three CompressedArrayTexture Source #

Properties

Methods