Search found 2 matches

by AlexanderPD
Sat Aug 08, 2009 3:06 pm
Forum: Questions and Help
Topic: Problem with Camera Visualization
Replies: 2
Views: 5086

Re: Problem with Camera Visualization

Thank you! Now it works correctly! ;)

i just added:

Code: Select all

GraphicsDevice.RenderState.DepthBufferEnable = true;
before the base.Draw(gameTime); in my Framerate class! ^__^

Thank you a lot again ^__^
by AlexanderPD
Sat Aug 08, 2009 1:52 pm
Forum: Questions and Help
Topic: Problem with Camera Visualization
Replies: 2
Views: 5086

Problem with Camera Visualization

hi, i downloaded the BasicSetupDemo and it works (naturally! ;) ), but when i add the Framerate class i got some visualization errors: http://img31.imageshack.us/img31/5184/errormkg.jpg the "older" cube was always behind the "new" cubes :\ if i remove the framerate inizialitation...