Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PostProcessRenderEffect

This represents a set of one or more post processes in Babylon. A post process can be used to apply a shader to a texture after it is rendered.

example

https://doc.babylonjs.com/how_to/how_to_use_postprocessrenderpipeline

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Instantiates a post process render effect. A post process can be used to apply a shader to a texture after it is rendered.

    Parameters

    Returns PostProcessRenderEffect

Accessors

isSupported

  • get isSupported(): boolean
  • Checks if all the post processes in the effect are supported.

    Returns boolean

Methods

getPostProcessesSearch playground for getPostProcesses

  • Gets a list of the post processes contained in the effect.

    Parameters

    • Optional camera: Camera

      The camera to get the post processes on.

    Returns Nullable<Array<PostProcess>>

    The list of the post processes in the effect.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method