DepthTexture

THREE.DepthTexture
class DepthTexture(width: Double, height: Double, tpe: UndefOr[Int], mapping: UndefOr[Int], wrapS: UndefOr[Int], wrapT: UndefOr[Int], magFilter: UndefOr[Int], minFilter: UndefOr[Int], anisotropy: UndefOr[Int], format: UndefOr[Int], depth: UndefOr[Int]) extends Texture

This class can be used to automatically save the depth information of a rendering into a texture.

Attributes

Graph
Supertypes
class Texture
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def copy(source: Texture): this.type

Attributes

Definition Classes
override def jsClone(): DepthTexture

Attributes

Definition Classes
override def toJSON(meta: Object): Object

Attributes

Definition Classes

Inherited methods

def dispose(): Unit

Attributes

Inherited from:
Texture
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

Attributes

Inherited from:
Texture
def updateMatrix(): Unit

Attributes

Inherited from:
Texture
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var compareFunction: UndefOr[Int]

Code corresponding to the depth compare function.

Code corresponding to the depth compare function.

Attributes

val isDepthTexture: Boolean

This flag can be used for type testing.

This flag can be used for type testing.

Attributes

Inherited fields

var `type`: UndefOr[Int]

Attributes

Inherited from:
Texture

Attributes

Inherited from:
Texture
var colorSpace: UndefOr[String]

Attributes

Inherited from:
Texture
var flipY: Boolean

Attributes

Inherited from:
Texture
var generateMipmaps: Boolean

Attributes

Inherited from:
Texture
val id: Int

Attributes

Inherited from:
Texture
var image: UndefOr[Any]

Attributes

Inherited from:
Texture
val isTexture: Boolean

Attributes

Inherited from:
Texture

Attributes

Inherited from:
Texture
var matrixAutoUpdate: Boolean

Attributes

Inherited from:
Texture
val name: String

Attributes

Inherited from:
Texture
var needsUpdate: Boolean

Attributes

Inherited from:
Texture

Attributes

Inherited from:
Texture
var premultiplyAlpha: Boolean

Attributes

Inherited from:
Texture

Attributes

Inherited from:
Texture
var rotation: Double

Attributes

Inherited from:
Texture
val uuid: String

Attributes

Inherited from:
Texture
var version: Int

Attributes

Inherited from:
Texture