-
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...
-
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...
-
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...
-
Hi Jhon, Yes. Your updated Billboard class works fine. I've given below some screen shots from the game. 1) With a new instance of BasicEffect 2 ) With a custom Effect P.S. :- Until I get a decent foliage texture from our graphics designer I have used the same texture that I have for my tree leaves...
-
Hi, Could anyone come up with a small Update/Draw sample code on how to use FullFrameQuad? I've been trying to use it for the whole afternoon with no success... and can't get any idea on what I'm doing wrong... Just for some clarification: I'm simply creating a Fade In / Fade Out effect...
-
Hey, I'm having some issues with custom geometry. It casts shadows to world around, but it itself is completely invisisble. We create a mesh in code, using a vertex buffer, index buffer and vertex positionnormaltexture for our vertex type. CustomMesh FinalBall = new CustomMesh(VertexBuffer, IndexBuffer...
-
G'day, I've managed to get a cube map rendering outside of sunburn onto a sphere. Now I want that sphere to cast shadows as well as be cube mapped. But I am stumped, and I am using deferred lighting. Currently I have 3 stages for rendering my cube map: Generate the map. I do this by rendering...
-
Robot model with non HDR with the huffs phenomenon in realtime
-
Is there a way to use instancing with deferred effects and scene objects? I am having some difficulties converting the example, which uses forward rendering; it could be that I use a (simple) custom mesh and a custom POM shader. If not, are there good ways to optimize the repetition of large numbers...
-
I have been trying to draw lines and i have managed to get it working but they don't draw using the colors they are ment to be using :( Unless i start the sunburn light editor and then all of a sudden they are fully colored... What is sunburn changeing to get my lines to draw right when we open the...