Package de.coreengine.rendering.renderer
Class PostProcesser
- java.lang.Object
-
- de.coreengine.rendering.renderer.PostProcesser
-
public class PostProcesser extends Object
Can apply post processing effects to the scene- Author:
- Darius Dinger
-
-
Constructor Summary
Constructors Constructor Description PostProcesser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addEffect(PostProcessingEffect effect)
Adding a new effect to the post processing pipelinestatic void
init()
-
-
-
Method Detail
-
init
public static void init()
-
addEffect
public static void addEffect(PostProcessingEffect effect)
Adding a new effect to the post processing pipeline- Parameters:
effect
- Effect to add
-
-