Capítulo 761 de 859

Chapter 761: PostProcessing

Core Idea

new PostProcessing( renderer : Renderer, outputNode : Node.<vec4> )

Constructs a new post processing management module.

renderer

A reference to the renderer.

outputNode

An optional output node.

Deprecated: since r183. Use RenderPipeline instead. PostProcessing has been renamed to RenderPipeline. This class is a wrapper for backward compatibility and will be removed in a future version.

Key Takeaways

  1. PostProcessing has no documented properties/methods beyond what's shown above — check the source link for implementation details.

Connects To