three
Safe HaskellNone
LanguageHaskell2010

THREE.Texture

Synopsis

Types

newtype Texture Source #

Constructors

Texture 

Fields

Instances

Instances details
FromJSVal Texture Source # 
Instance details

Defined in THREE.Texture

ToArgs Texture Source # 
Instance details

Defined in THREE.Texture

Methods

toArgs :: Texture -> IO [JSVal] Source #

ToJSVal Texture Source # 
Instance details

Defined in THREE.Texture

ToObject Texture Source # 
Instance details

Defined in THREE.Texture

EventDispatcher Texture Source # 
Instance details

Defined in THREE.Texture

TextureClass Texture Source # 
Instance details

Defined in THREE.Texture

Methods

id :: ReadOnly Texture Int Source #

uuid :: ReadOnly Texture MisoString Source #

name :: Property Texture MisoString Source #

image :: Property Texture Object Source #

mipmaps :: Property Texture [Object] Source #

mapping :: Property Texture MappingModes Source #

channel :: Property Texture UvChannel Source #

wrapS :: Property Texture WrappingModes Source #

wrapT :: Property Texture WrappingModes Source #

magFilter :: Property Texture MagnificationFilters Source #

minFilter :: Property Texture MinificationFilters Source #

anisotropy :: Property Texture Double Source #

format :: Property Texture Formats Source #

internalFormat :: Property Texture InternalFormats Source #

type_ :: Property Texture Types Source #

offset :: Property Texture Vector2 Source #

repeat :: Property Texture Vector2 Source #

rotation :: Property Texture Double Source #

center :: Property Texture Vector2 Source #

matrixAutoUpdate :: Property Texture Bool Source #

matrix :: Property Texture Matrix3 Source #

generateMipmaps :: Property Texture Bool Source #

premultiplyAlpha :: Property Texture Bool Source #

flipY :: Property Texture Bool Source #

unpackAlignment :: Property Texture Int Source #

colorSpace :: Property Texture ColorSpace Source #

version :: Property Texture Int Source #

onUpdate :: Property Texture (Maybe Function) Source #

needsUpdate :: Property Texture Bool Source #

userData :: Property Texture Object Source #

source :: Property Texture Source Source #

updateMatrix :: Method Texture () () Source #

clone :: Method Texture () Texture Source #

toJSON :: Method Texture Object Object Source #

dispose :: Method Texture () () Source #

transformUv :: Method Texture Vector2 Vector2 Source #

class EventDispatcher texture => TextureClass texture where Source #

Minimal complete definition

Nothing

Methods

id :: ReadOnly texture Int Source #

uuid :: ReadOnly texture MisoString Source #

name :: Property texture MisoString Source #

image :: Property texture Object Source #

mipmaps :: Property texture [Object] Source #

mapping :: Property texture MappingModes Source #

channel :: Property texture UvChannel Source #

wrapS :: Property texture WrappingModes Source #

wrapT :: Property texture WrappingModes Source #

magFilter :: Property texture MagnificationFilters Source #

minFilter :: Property texture MinificationFilters Source #

anisotropy :: Property texture Double Source #

format :: Property texture Formats Source #

internalFormat :: Property texture InternalFormats Source #

type_ :: Property texture Types Source #

offset :: Property texture Vector2 Source #

repeat :: Property texture Vector2 Source #

rotation :: Property texture Double Source #

center :: Property texture Vector2 Source #

matrixAutoUpdate :: Property texture Bool Source #

matrix :: Property texture Matrix3 Source #

generateMipmaps :: Property texture Bool Source #

premultiplyAlpha :: Property texture Bool Source #

flipY :: Property texture Bool Source #

unpackAlignment :: Property texture Int Source #

colorSpace :: Property texture ColorSpace Source #

version :: Property texture Int Source #

onUpdate :: Property texture (Maybe Function) Source #

needsUpdate :: Property texture Bool Source #

userData :: Property texture Object Source #

source :: Property texture Source Source #

updateMatrix :: Method texture () () Source #

clone :: Method texture () texture Source #

toJSON :: Method texture Object Object Source #

dispose :: Method texture () () Source #

transformUv :: Method texture Vector2 Vector2 Source #

Instances

Instances details
TextureClass JSVal Source # 
Instance details

Defined in THREE.Texture

Methods

id :: ReadOnly JSVal Int Source #

uuid :: ReadOnly JSVal MisoString Source #

name :: Property JSVal MisoString Source #

image :: Property JSVal Object Source #

mipmaps :: Property JSVal [Object] Source #

mapping :: Property JSVal MappingModes Source #

channel :: Property JSVal UvChannel Source #

wrapS :: Property JSVal WrappingModes Source #

wrapT :: Property JSVal WrappingModes Source #

magFilter :: Property JSVal MagnificationFilters Source #

minFilter :: Property JSVal MinificationFilters Source #

anisotropy :: Property JSVal Double Source #

format :: Property JSVal Formats Source #

internalFormat :: Property JSVal InternalFormats Source #

type_ :: Property JSVal Types Source #

offset :: Property JSVal Vector2 Source #

repeat :: Property JSVal Vector2 Source #

rotation :: Property JSVal Double Source #

center :: Property JSVal Vector2 Source #

matrixAutoUpdate :: Property JSVal Bool Source #

matrix :: Property JSVal Matrix3 Source #

generateMipmaps :: Property JSVal Bool Source #

premultiplyAlpha :: Property JSVal Bool Source #

flipY :: Property JSVal Bool Source #

unpackAlignment :: Property JSVal Int Source #

colorSpace :: Property JSVal ColorSpace Source #

version :: Property JSVal Int Source #

onUpdate :: Property JSVal (Maybe Function) Source #

needsUpdate :: Property JSVal Bool Source #

userData :: Property JSVal Object Source #

source :: Property JSVal Source Source #

updateMatrix :: Method JSVal () () Source #

clone :: Method JSVal () JSVal Source #

toJSON :: Method JSVal Object Object Source #

dispose :: Method JSVal () () Source #

transformUv :: Method JSVal Vector2 Vector2 Source #

TextureClass CanvasTexture Source # 
Instance details

Defined in THREE.CanvasTexture

Methods

id :: ReadOnly CanvasTexture Int Source #

uuid :: ReadOnly CanvasTexture MisoString Source #

name :: Property CanvasTexture MisoString Source #

image :: Property CanvasTexture Object Source #

mipmaps :: Property CanvasTexture [Object] Source #

mapping :: Property CanvasTexture MappingModes Source #

channel :: Property CanvasTexture UvChannel Source #

wrapS :: Property CanvasTexture WrappingModes Source #

wrapT :: Property CanvasTexture WrappingModes Source #

magFilter :: Property CanvasTexture MagnificationFilters Source #

minFilter :: Property CanvasTexture MinificationFilters Source #

anisotropy :: Property CanvasTexture Double Source #

format :: Property CanvasTexture Formats Source #

internalFormat :: Property CanvasTexture InternalFormats Source #

type_ :: Property CanvasTexture Types Source #

offset :: Property CanvasTexture Vector2 Source #

repeat :: Property CanvasTexture Vector2 Source #

rotation :: Property CanvasTexture Double Source #

center :: Property CanvasTexture Vector2 Source #

matrixAutoUpdate :: Property CanvasTexture Bool Source #

matrix :: Property CanvasTexture Matrix3 Source #

generateMipmaps :: Property CanvasTexture Bool Source #

premultiplyAlpha :: Property CanvasTexture Bool Source #

flipY :: Property CanvasTexture Bool Source #

unpackAlignment :: Property CanvasTexture Int Source #

colorSpace :: Property CanvasTexture ColorSpace Source #

version :: Property CanvasTexture Int Source #

onUpdate :: Property CanvasTexture (Maybe Function) Source #

needsUpdate :: Property CanvasTexture Bool Source #

userData :: Property CanvasTexture Object Source #

source :: Property CanvasTexture Source Source #

updateMatrix :: Method CanvasTexture () () Source #

clone :: Method CanvasTexture () CanvasTexture Source #

toJSON :: Method CanvasTexture Object Object Source #

dispose :: Method CanvasTexture () () Source #

transformUv :: Method CanvasTexture Vector2 Vector2 Source #

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 #

TextureClass CompressedTexture Source # 
Instance details

Defined in THREE.CompressedTexture

Methods

id :: ReadOnly CompressedTexture Int Source #

uuid :: ReadOnly CompressedTexture MisoString Source #

name :: Property CompressedTexture MisoString Source #

image :: Property CompressedTexture Object Source #

mipmaps :: Property CompressedTexture [Object] Source #

mapping :: Property CompressedTexture MappingModes Source #

channel :: Property CompressedTexture UvChannel Source #

wrapS :: Property CompressedTexture WrappingModes Source #

wrapT :: Property CompressedTexture WrappingModes Source #

magFilter :: Property CompressedTexture MagnificationFilters Source #

minFilter :: Property CompressedTexture MinificationFilters Source #

anisotropy :: Property CompressedTexture Double Source #

format :: Property CompressedTexture Formats Source #

internalFormat :: Property CompressedTexture InternalFormats Source #

type_ :: Property CompressedTexture Types Source #

offset :: Property CompressedTexture Vector2 Source #

repeat :: Property CompressedTexture Vector2 Source #

rotation :: Property CompressedTexture Double Source #

center :: Property CompressedTexture Vector2 Source #

matrixAutoUpdate :: Property CompressedTexture Bool Source #

matrix :: Property CompressedTexture Matrix3 Source #

generateMipmaps :: Property CompressedTexture Bool Source #

premultiplyAlpha :: Property CompressedTexture Bool Source #

flipY :: Property CompressedTexture Bool Source #

unpackAlignment :: Property CompressedTexture Int Source #

colorSpace :: Property CompressedTexture ColorSpace Source #

version :: Property CompressedTexture Int Source #

onUpdate :: Property CompressedTexture (Maybe Function) Source #

needsUpdate :: Property CompressedTexture Bool Source #

userData :: Property CompressedTexture Object Source #

source :: Property CompressedTexture Source Source #

updateMatrix :: Method CompressedTexture () () Source #

clone :: Method CompressedTexture () CompressedTexture Source #

toJSON :: Method CompressedTexture Object Object Source #

dispose :: Method CompressedTexture () () Source #

transformUv :: Method CompressedTexture Vector2 Vector2 Source #

TextureClass CubeTexture Source # 
Instance details

Defined in THREE.CubeTexture

Methods

id :: ReadOnly CubeTexture Int Source #

uuid :: ReadOnly CubeTexture MisoString Source #

name :: Property CubeTexture MisoString Source #

image :: Property CubeTexture Object Source #

mipmaps :: Property CubeTexture [Object] Source #

mapping :: Property CubeTexture MappingModes Source #

channel :: Property CubeTexture UvChannel Source #

wrapS :: Property CubeTexture WrappingModes Source #

wrapT :: Property CubeTexture WrappingModes Source #

magFilter :: Property CubeTexture MagnificationFilters Source #

minFilter :: Property CubeTexture MinificationFilters Source #

anisotropy :: Property CubeTexture Double Source #

format :: Property CubeTexture Formats Source #

internalFormat :: Property CubeTexture InternalFormats Source #

type_ :: Property CubeTexture Types Source #

offset :: Property CubeTexture Vector2 Source #

repeat :: Property CubeTexture Vector2 Source #

rotation :: Property CubeTexture Double Source #

center :: Property CubeTexture Vector2 Source #

matrixAutoUpdate :: Property CubeTexture Bool Source #

matrix :: Property CubeTexture Matrix3 Source #

generateMipmaps :: Property CubeTexture Bool Source #

premultiplyAlpha :: Property CubeTexture Bool Source #

flipY :: Property CubeTexture Bool Source #

unpackAlignment :: Property CubeTexture Int Source #

colorSpace :: Property CubeTexture ColorSpace Source #

version :: Property CubeTexture Int Source #

onUpdate :: Property CubeTexture (Maybe Function) Source #

needsUpdate :: Property CubeTexture Bool Source #

userData :: Property CubeTexture Object Source #

source :: Property CubeTexture Source Source #

updateMatrix :: Method CubeTexture () () Source #

clone :: Method CubeTexture () CubeTexture Source #

toJSON :: Method CubeTexture Object Object Source #

dispose :: Method CubeTexture () () Source #

transformUv :: Method CubeTexture Vector2 Vector2 Source #

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 #

TextureClass DataArrayTexture Source # 
Instance details

Defined in THREE.DataArrayTexture

Methods

id :: ReadOnly DataArrayTexture Int Source #

uuid :: ReadOnly DataArrayTexture MisoString Source #

name :: Property DataArrayTexture MisoString Source #

image :: Property DataArrayTexture Object Source #

mipmaps :: Property DataArrayTexture [Object] Source #

mapping :: Property DataArrayTexture MappingModes Source #

channel :: Property DataArrayTexture UvChannel Source #

wrapS :: Property DataArrayTexture WrappingModes Source #

wrapT :: Property DataArrayTexture WrappingModes Source #

magFilter :: Property DataArrayTexture MagnificationFilters Source #

minFilter :: Property DataArrayTexture MinificationFilters Source #

anisotropy :: Property DataArrayTexture Double Source #

format :: Property DataArrayTexture Formats Source #

internalFormat :: Property DataArrayTexture InternalFormats Source #

type_ :: Property DataArrayTexture Types Source #

offset :: Property DataArrayTexture Vector2 Source #

repeat :: Property DataArrayTexture Vector2 Source #

rotation :: Property DataArrayTexture Double Source #

center :: Property DataArrayTexture Vector2 Source #

matrixAutoUpdate :: Property DataArrayTexture Bool Source #

matrix :: Property DataArrayTexture Matrix3 Source #

generateMipmaps :: Property DataArrayTexture Bool Source #

premultiplyAlpha :: Property DataArrayTexture Bool Source #

flipY :: Property DataArrayTexture Bool Source #

unpackAlignment :: Property DataArrayTexture Int Source #

colorSpace :: Property DataArrayTexture ColorSpace Source #

version :: Property DataArrayTexture Int Source #

onUpdate :: Property DataArrayTexture (Maybe Function) Source #

needsUpdate :: Property DataArrayTexture Bool Source #

userData :: Property DataArrayTexture Object Source #

source :: Property DataArrayTexture Source Source #

updateMatrix :: Method DataArrayTexture () () Source #

clone :: Method DataArrayTexture () DataArrayTexture Source #

toJSON :: Method DataArrayTexture Object Object Source #

dispose :: Method DataArrayTexture () () Source #

transformUv :: Method DataArrayTexture Vector2 Vector2 Source #

TextureClass DataTexture Source # 
Instance details

Defined in THREE.DataTexture

Methods

id :: ReadOnly DataTexture Int Source #

uuid :: ReadOnly DataTexture MisoString Source #

name :: Property DataTexture MisoString Source #

image :: Property DataTexture Object Source #

mipmaps :: Property DataTexture [Object] Source #

mapping :: Property DataTexture MappingModes Source #

channel :: Property DataTexture UvChannel Source #

wrapS :: Property DataTexture WrappingModes Source #

wrapT :: Property DataTexture WrappingModes Source #

magFilter :: Property DataTexture MagnificationFilters Source #

minFilter :: Property DataTexture MinificationFilters Source #

anisotropy :: Property DataTexture Double Source #

format :: Property DataTexture Formats Source #

internalFormat :: Property DataTexture InternalFormats Source #

type_ :: Property DataTexture Types Source #

offset :: Property DataTexture Vector2 Source #

repeat :: Property DataTexture Vector2 Source #

rotation :: Property DataTexture Double Source #

center :: Property DataTexture Vector2 Source #

matrixAutoUpdate :: Property DataTexture Bool Source #

matrix :: Property DataTexture Matrix3 Source #

generateMipmaps :: Property DataTexture Bool Source #

premultiplyAlpha :: Property DataTexture Bool Source #

flipY :: Property DataTexture Bool Source #

unpackAlignment :: Property DataTexture Int Source #

colorSpace :: Property DataTexture ColorSpace Source #

version :: Property DataTexture Int Source #

onUpdate :: Property DataTexture (Maybe Function) Source #

needsUpdate :: Property DataTexture Bool Source #

userData :: Property DataTexture Object Source #

source :: Property DataTexture Source Source #

updateMatrix :: Method DataTexture () () Source #

clone :: Method DataTexture () DataTexture Source #

toJSON :: Method DataTexture Object Object Source #

dispose :: Method DataTexture () () Source #

transformUv :: Method DataTexture Vector2 Vector2 Source #

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 #

TextureClass FramebufferTexture Source # 
Instance details

Defined in THREE.FramebufferTexture

Methods

id :: ReadOnly FramebufferTexture Int Source #

uuid :: ReadOnly FramebufferTexture MisoString Source #

name :: Property FramebufferTexture MisoString Source #

image :: Property FramebufferTexture Object Source #

mipmaps :: Property FramebufferTexture [Object] Source #

mapping :: Property FramebufferTexture MappingModes Source #

channel :: Property FramebufferTexture UvChannel Source #

wrapS :: Property FramebufferTexture WrappingModes Source #

wrapT :: Property FramebufferTexture WrappingModes Source #

magFilter :: Property FramebufferTexture MagnificationFilters Source #

minFilter :: Property FramebufferTexture MinificationFilters Source #

anisotropy :: Property FramebufferTexture Double Source #

format :: Property FramebufferTexture Formats Source #

internalFormat :: Property FramebufferTexture InternalFormats Source #

type_ :: Property FramebufferTexture Types Source #

offset :: Property FramebufferTexture Vector2 Source #

repeat :: Property FramebufferTexture Vector2 Source #

rotation :: Property FramebufferTexture Double Source #

center :: Property FramebufferTexture Vector2 Source #

matrixAutoUpdate :: Property FramebufferTexture Bool Source #

matrix :: Property FramebufferTexture Matrix3 Source #

generateMipmaps :: Property FramebufferTexture Bool Source #

premultiplyAlpha :: Property FramebufferTexture Bool Source #

flipY :: Property FramebufferTexture Bool Source #

unpackAlignment :: Property FramebufferTexture Int Source #

colorSpace :: Property FramebufferTexture ColorSpace Source #

version :: Property FramebufferTexture Int Source #

onUpdate :: Property FramebufferTexture (Maybe Function) Source #

needsUpdate :: Property FramebufferTexture Bool Source #

userData :: Property FramebufferTexture Object Source #

source :: Property FramebufferTexture Source Source #

updateMatrix :: Method FramebufferTexture () () Source #

clone :: Method FramebufferTexture () FramebufferTexture Source #

toJSON :: Method FramebufferTexture Object Object Source #

dispose :: Method FramebufferTexture () () Source #

transformUv :: Method FramebufferTexture Vector2 Vector2 Source #

TextureClass Texture Source # 
Instance details

Defined in THREE.Texture

Methods

id :: ReadOnly Texture Int Source #

uuid :: ReadOnly Texture MisoString Source #

name :: Property Texture MisoString Source #

image :: Property Texture Object Source #

mipmaps :: Property Texture [Object] Source #

mapping :: Property Texture MappingModes Source #

channel :: Property Texture UvChannel Source #

wrapS :: Property Texture WrappingModes Source #

wrapT :: Property Texture WrappingModes Source #

magFilter :: Property Texture MagnificationFilters Source #

minFilter :: Property Texture MinificationFilters Source #

anisotropy :: Property Texture Double Source #

format :: Property Texture Formats Source #

internalFormat :: Property Texture InternalFormats Source #

type_ :: Property Texture Types Source #

offset :: Property Texture Vector2 Source #

repeat :: Property Texture Vector2 Source #

rotation :: Property Texture Double Source #

center :: Property Texture Vector2 Source #

matrixAutoUpdate :: Property Texture Bool Source #

matrix :: Property Texture Matrix3 Source #

generateMipmaps :: Property Texture Bool Source #

premultiplyAlpha :: Property Texture Bool Source #

flipY :: Property Texture Bool Source #

unpackAlignment :: Property Texture Int Source #

colorSpace :: Property Texture ColorSpace Source #

version :: Property Texture Int Source #

onUpdate :: Property Texture (Maybe Function) Source #

needsUpdate :: Property Texture Bool Source #

userData :: Property Texture Object Source #

source :: Property Texture Source Source #

updateMatrix :: Method Texture () () Source #

clone :: Method Texture () Texture Source #

toJSON :: Method Texture Object Object Source #

dispose :: Method Texture () () Source #

transformUv :: Method Texture Vector2 Vector2 Source #

TextureClass VideoFrameTexture Source # 
Instance details

Defined in THREE.VideoFrameTexture

Methods

id :: ReadOnly VideoFrameTexture Int Source #

uuid :: ReadOnly VideoFrameTexture MisoString Source #

name :: Property VideoFrameTexture MisoString Source #

image :: Property VideoFrameTexture Object Source #

mipmaps :: Property VideoFrameTexture [Object] Source #

mapping :: Property VideoFrameTexture MappingModes Source #

channel :: Property VideoFrameTexture UvChannel Source #

wrapS :: Property VideoFrameTexture WrappingModes Source #

wrapT :: Property VideoFrameTexture WrappingModes Source #

magFilter :: Property VideoFrameTexture MagnificationFilters Source #

minFilter :: Property VideoFrameTexture MinificationFilters Source #

anisotropy :: Property VideoFrameTexture Double Source #

format :: Property VideoFrameTexture Formats Source #

internalFormat :: Property VideoFrameTexture InternalFormats Source #

type_ :: Property VideoFrameTexture Types Source #

offset :: Property VideoFrameTexture Vector2 Source #

repeat :: Property VideoFrameTexture Vector2 Source #

rotation :: Property VideoFrameTexture Double Source #

center :: Property VideoFrameTexture Vector2 Source #

matrixAutoUpdate :: Property VideoFrameTexture Bool Source #

matrix :: Property VideoFrameTexture Matrix3 Source #

generateMipmaps :: Property VideoFrameTexture Bool Source #

premultiplyAlpha :: Property VideoFrameTexture Bool Source #

flipY :: Property VideoFrameTexture Bool Source #

unpackAlignment :: Property VideoFrameTexture Int Source #

colorSpace :: Property VideoFrameTexture ColorSpace Source #

version :: Property VideoFrameTexture Int Source #

onUpdate :: Property VideoFrameTexture (Maybe Function) Source #

needsUpdate :: Property VideoFrameTexture Bool Source #

userData :: Property VideoFrameTexture Object Source #

source :: Property VideoFrameTexture Source Source #

updateMatrix :: Method VideoFrameTexture () () Source #

clone :: Method VideoFrameTexture () VideoFrameTexture Source #

toJSON :: Method VideoFrameTexture Object Object Source #

dispose :: Method VideoFrameTexture () () Source #

transformUv :: Method VideoFrameTexture Vector2 Vector2 Source #

TextureClass VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

Methods

id :: ReadOnly VideoTexture Int Source #

uuid :: ReadOnly VideoTexture MisoString Source #

name :: Property VideoTexture MisoString Source #

image :: Property VideoTexture Object Source #

mipmaps :: Property VideoTexture [Object] Source #

mapping :: Property VideoTexture MappingModes Source #

channel :: Property VideoTexture UvChannel Source #

wrapS :: Property VideoTexture WrappingModes Source #

wrapT :: Property VideoTexture WrappingModes Source #

magFilter :: Property VideoTexture MagnificationFilters Source #

minFilter :: Property VideoTexture MinificationFilters Source #

anisotropy :: Property VideoTexture Double Source #

format :: Property VideoTexture Formats Source #

internalFormat :: Property VideoTexture InternalFormats Source #

type_ :: Property VideoTexture Types Source #

offset :: Property VideoTexture Vector2 Source #

repeat :: Property VideoTexture Vector2 Source #

rotation :: Property VideoTexture Double Source #

center :: Property VideoTexture Vector2 Source #

matrixAutoUpdate :: Property VideoTexture Bool Source #

matrix :: Property VideoTexture Matrix3 Source #

generateMipmaps :: Property VideoTexture Bool Source #

premultiplyAlpha :: Property VideoTexture Bool Source #

flipY :: Property VideoTexture Bool Source #

unpackAlignment :: Property VideoTexture Int Source #

colorSpace :: Property VideoTexture ColorSpace Source #

version :: Property VideoTexture Int Source #

onUpdate :: Property VideoTexture (Maybe Function) Source #

needsUpdate :: Property VideoTexture Bool Source #

userData :: Property VideoTexture Object Source #

source :: Property VideoTexture Source Source #

updateMatrix :: Method VideoTexture () () Source #

clone :: Method VideoTexture () VideoTexture Source #

toJSON :: Method VideoTexture Object Object Source #

dispose :: Method VideoTexture () () Source #

transformUv :: Method VideoTexture Vector2 Vector2 Source #

Constructors

new :: (TextureNewParams t, ToArgs t) => t -> Three Texture Source #

Read-only Properties

Properties

Methods