Closed GoogleCodeExporter closed 8 years ago
Example interface that would support this functionality:
interface SceneProcessor {
void preScene(Spatial scene, Camera cam, Renderer r);
void preQueue(RenderQueue queue);
void preRender(Geometry geom);
void postRender(Geometry geom);
void postAll(FrameBuffer fb);
}
Original comment by ShadowIs...@gmail.com
on 20 Sep 2009 at 5:10
Original comment by ShadowIs...@gmail.com
on 26 Feb 2010 at 4:46
Original comment by e.so...@gmail.com
on 25 Mar 2010 at 9:13
Original issue reported on code.google.com by
ShadowIs...@gmail.com
on 11 Sep 2009 at 3:56