1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3 4<head> 5<title></title> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7</head> 8<body> 9 10The <code>com.jme3.post</code> package provides utilities for 11render processing. 12<p> 13The {@link com.jme3.post.SceneProcessor} interface is used as the base interface 14for all render processing. The SceneProcessor contains hooks for various rendering 15events. 16<p> 17One use of render processing is post-processing, which is applying effects 18on an already-rendered scene. The engine's post-processing system is implemented 19in the {@link com.jme3.post.FilterPostProcessor} class, which contains a list 20of {@link com.jme3.post.Filter filters}. Each are invoked in order to apply 21various effects on the rendered scene. 22 23</body> 24</html> 25