I have a problem with rendering 3D on orthographic projection. i have the depth stencil enabled but on rendering, it produces weird cuts in between geometry.
I have tried two different depth stencil states, one with depth disabled (for 2D) and one with depth enabled (for 3D).The 3d one gives weird results.
So how to properly render in 3D in orthographic projection?
Here is an image of the problem: