Why occlusion is failing sometimes?
- by cad
I am rendering two cubes in the space using XNA 4.0 and occlusion only works from certain angles.
Here is what I see from the front angle (everything ok)
Here is what I see from behind
This is my draw method. Cubes are drawn by serverManager and serverManager1
protected override void Draw(GameTime gameTime)
{
…