I am having a similar issue to http://www.synapsegaming.com/forums/p/1660/9075.aspx#9075
Basicly if I add the HDR post processor nothing renders and everything is black.This is my code to render the scene:
sceneState.BeginFrameRendering(View, Projection, GameTime, environment, frameBuffers, true);SceneInterface.BeginFrameRendering(sceneState);//SkyDome.GET.Render(View, SkyProjection, Camera.Position, Graphics.GraphicsDevice, (RenderTarget2D)MainRenderTargetHelper.GetTexture(), in_GameTime);SceneInterface.RenderManager.Render(); SceneInterface.EndFrameRendering();sceneState.EndFrameRendering();
If I add a HRD processor to the scene like this during the load of the game I go from getting everything rendering correctly to nothing rendering but black.
// Create the HDR post processor.SceneInterfacek.PostProcessManager.AddPostProcessor(new HighDynamicRangePostProcessor());
Do you have any ideas on how to fix this? I have tried everything from the post above.
Thanks!
Hi 2.0,
Are there any other post processors active? Is it possible the problem is with how the post processors interact with one another?
Let me know if this helps!
Follow me on Twitter – development and personal tweetsAwesome XNA Videos – Lighting, Rendering, and game videos