159b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
259b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<html>
359b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
459b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<head>
559b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<title></title>
659b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
759b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</head>
859b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<body>
959b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
1059b2e6871c65f58fdad78cd7229c292f6a177578Scott BartaThe <code>com.jme3.post</code> package provides utilities for 
1159b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartarender processing.
1259b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<p>
1359b2e6871c65f58fdad78cd7229c292f6a177578Scott BartaThe {@link com.jme3.post.SceneProcessor} interface is used as the base interface
1459b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartafor all render processing. The SceneProcessor contains hooks for various rendering
1559b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartaevents. 
1659b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta<p>
1759b2e6871c65f58fdad78cd7229c292f6a177578Scott BartaOne use of render processing is post-processing, which is applying effects
1859b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartaon an already-rendered scene. The engine's post-processing system is implemented
1959b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartain the {@link com.jme3.post.FilterPostProcessor} class, which contains a list
2059b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartaof {@link com.jme3.post.Filter filters}. Each are invoked in order to apply
2159b2e6871c65f58fdad78cd7229c292f6a177578Scott Bartavarious effects on the rendered scene.
2259b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta
2359b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</body>
2459b2e6871c65f58fdad78cd7229c292f6a177578Scott Barta</html>
25