three
Safe HaskellNone
LanguageHaskell2010

THREE.VideoTexture

Synopsis

Types

newtype VideoTexture Source #

Constructors

VideoTexture 

Fields

Instances

Instances details
FromJSVal VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

ToArgs VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

ToJSVal VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

ToObject VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

EventDispatcher VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

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 #

VideoTextureClass VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

class TextureClass texture => VideoTextureClass texture where Source #

Minimal complete definition

Nothing

Methods

update :: Method texture () () Source #

Instances

Instances details
VideoTextureClass JSVal Source # 
Instance details

Defined in THREE.VideoTexture

Methods

update :: Method JSVal () () Source #

VideoTextureClass VideoFrameTexture Source # 
Instance details

Defined in THREE.VideoFrameTexture

VideoTextureClass VideoTexture Source # 
Instance details

Defined in THREE.VideoTexture

Constructors

new :: (VideoTextureNewParams t, ToArgs t) => t -> Three VideoTexture Source #