-
Hi, In my game, I'm using a Double precision system to handle large planetary systems. So positions are stored using a DoubleVector (X, Y and Z are doubles instead of floats) and are then translated to Xna translation matrix for rendering. I'm using SunBurn to render my planets with a Projection...
-
Thanks JohnK. The deferred rendering option sounds sounds like it might be the simplest way forward since the edge-effect post processor does indeed seem to only detect differences in the depth and normals, so I could probably just use what is already provided by Sunburn's deferred buffer object...