Texture

THREE.Texture
class Texture(var image: UndefOr[Any], var mapping: UndefOr[Int], var wrapS: UndefOr[Int], var wrapT: UndefOr[Int], var magFilter: UndefOr[Int], var minFilter: UndefOr[Int], var format: UndefOr[Int], `type`: UndefOr[Int], var anisotropy: UndefOr[Int], var colorSpace: UndefOr[String]) extends Object

Base class for textures in THREE.js.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def copy(source: Texture): this.type
def dispose(): Unit
def jsClone(): Texture
def toJSON(meta: Object): Object
def updateMatrix(): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var `type`: UndefOr[Int]
var anisotropy: UndefOr[Int]
var colorSpace: UndefOr[String]
var flipY: Boolean
var format: UndefOr[Int]
var generateMipmaps: Boolean
val id: Int
var image: UndefOr[Any]
val isTexture: Boolean
var magFilter: UndefOr[Int]
var mapping: UndefOr[Int]
var matrixAutoUpdate: Boolean
var minFilter: UndefOr[Int]
val name: String
var needsUpdate: Boolean
var premultiplyAlpha: Boolean
var rotation: Double
val uuid: String
var version: Int
var wrapS: UndefOr[Int]
var wrapT: UndefOr[Int]