RenderPipeline

THREE.RenderPipeline
See theRenderPipeline companion object
class RenderPipeline(renderer: Object, outputNode: UndefOr[Object] = ...) extends Object

RenderPipeline is the new name for PostProcessing since r183. It manages a series of post-processing passes to be applied to a scene.

Attributes

Since

r183

Companion
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getResolutionScale(): Double

Gets the resolution scale for the render pipeline.

Gets the resolution scale for the render pipeline.

Attributes

def render(): Unit

Renders the scene with all post-processing passes applied.

Renders the scene with all post-processing passes applied.

Attributes

def setResolutionScale(scale: Double): Unit

Sets the resolution scale for the render pipeline.

Sets the resolution scale for the render pipeline.

Attributes

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