PostproductionRenderer
A class that extends RendererWith2D and adds post-processing capabilities. 📕 Tutorial. 📘 API.
Extends
Properties
three2D
three2D:
CSS2DRenderer
This renderer is used to render 2D objects (CSS2DObjects) in a 3D scene.
Inherited from
Accessors
postproduction
get
postproduction():Postproduction
Getter for the postproduction instance. Throws an error if the postproduction instance is not yet initialized.
Returns
The initialized Postproduction instance.
Methods
dispose()
dispose():
void
OBC.Disposable.dispose.
Returns
void
Overrides
RendererWith2D.dispose
update()
update():
void
Updateable.update
Returns
void
Overrides
RendererWith2D.update