| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.Texture
Synopsis
- newtype Texture = Texture {}
- class EventDispatcher texture => TextureClass texture where
- id :: ReadOnly texture Int
- uuid :: ReadOnly texture MisoString
- name :: Property texture MisoString
- image :: Property texture Object
- mipmaps :: Property texture [Object]
- mapping :: Property texture MappingModes
- channel :: Property texture UvChannel
- wrapS :: Property texture WrappingModes
- wrapT :: Property texture WrappingModes
- magFilter :: Property texture MagnificationFilters
- minFilter :: Property texture MinificationFilters
- anisotropy :: Property texture Double
- format :: Property texture Formats
- internalFormat :: Property texture InternalFormats
- type_ :: Property texture Types
- offset :: Property texture Vector2
- repeat :: Property texture Vector2
- rotation :: Property texture Double
- center :: Property texture Vector2
- matrixAutoUpdate :: Property texture Bool
- matrix :: Property texture Matrix3
- generateMipmaps :: Property texture Bool
- premultiplyAlpha :: Property texture Bool
- flipY :: Property texture Bool
- unpackAlignment :: Property texture Int
- colorSpace :: Property texture ColorSpace
- version :: Property texture Int
- onUpdate :: Property texture (Maybe Function)
- needsUpdate :: Property texture Bool
- userData :: Property texture Object
- source :: Property texture Source
- updateMatrix :: Method texture () ()
- clone :: Method texture () texture
- toJSON :: Method texture Object Object
- dispose :: Method texture () ()
- transformUv :: Method texture Vector2 Vector2
- new :: (TextureNewParams t, ToArgs t) => t -> Three Texture
Types
Instances
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 #