I created two overlapping rectangles by FBX SDK, and they can't display properly. Is there any function can solve this problem?
Solved! Go to Solution.
I created two overlapping rectangles by FBX SDK, and they can't display properly. Is there any function can solve this problem?
Solved! Go to Solution.
Short answer.. NO.
The 2 meshes are trying to occupy the same space.
In the display routines for my apps, I sort and draw by importance. Usually I turn off depth buffer checking, draw the items that overlap first and than turn depth checking back on and draw everything else. Some times this causes problems but there really is no solution to objects that occupy the same physical depth.
Short answer.. NO.
The 2 meshes are trying to occupy the same space.
In the display routines for my apps, I sort and draw by importance. Usually I turn off depth buffer checking, draw the items that overlap first and than turn depth checking back on and draw everything else. Some times this causes problems but there really is no solution to objects that occupy the same physical depth.
Can't find what you're looking for? Ask the community or share your knowledge.