EffectComposer class

Constructors

EffectComposer.new(WebGLRenderer renderer, [WebGLRenderTarget? renderTarget])

Properties

clock ↔ Clock
getter/setter pair
copyPass Pass
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passes List<Pass>
getter/setter pair
readBuffer ↔ WebGLRenderTarget
getter/setter pair
renderer ↔ WebGLRenderer
getter/setter pair
renderTarget1 ↔ WebGLRenderTarget
getter/setter pair
renderTarget2 ↔ WebGLRenderTarget
getter/setter pair
renderToScreen bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeBuffer ↔ WebGLRenderTarget
getter/setter pair

Methods

addPass(Pass pass) → void
clearPass() → void
dispose() → void
insertPass(Pass pass, int index) → void
isLastEnabledPass(int passIndex) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePass(Pass pass) → void
render([double? deltaTime]) → void
reset([WebGLRenderTarget? renderTarget]) → void
setPixelRatio(double pixelRatio) → void
setSize(int width, int height) → void
swapBuffers() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited