Showing related tags and posts across the entire site.
-
I am trying to implement a custom effect for one of my animated models. I've had the problem, though, that anything I rendered with my custom effect was overexposed, although lighting was at intensity 1.0. While testing, I've found that the colors of the rendered result were always twice as bright...
-
Hi all, I am cleaning up my code so that everything is part of the SunBurn rendering system (I had some quads rendering after the SceneInterface Render() call using some Depth tricks to achieve the expected result) and in order to do so, it would require these SceneObjects to avoid applying the Lights...