RenderPass

THREE.RenderPass
See theRenderPass companion object
class RenderPass(scene: Scene, camera: Camera, overrideMaterial: UndefOr[Material], clearColor: UndefOr[Color], clearAlpha: UndefOr[Double]) extends EffectPass

Render pass that renders a scene to a render target

Attributes

Companion
object
Graph
Supertypes
class EffectPass
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getClearAlpha(): Double
def setClearAlpha(alpha: Double): Unit
def setClearColor(color: Color, alpha: Double): Unit

Inherited methods

def dispose(): Unit

Attributes

Inherited from:
EffectPass
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 render(renderer: WebGLRenderer, writeBuffer: Object, readBuffer: Object, deltaTime: Double, maskActive: Boolean): Unit

Attributes

Inherited from:
EffectPass
def setSize(width: Double, height: Double): Unit

Attributes

Inherited from:
EffectPass
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var clear: Boolean
var clearDepth: Boolean

Inherited fields

var enabled: Boolean

Attributes

Inherited from:
EffectPass
var needsSwap: Boolean

Attributes

Inherited from:
EffectPass