Search found 1 match

by xxelysion
Tue Jun 06, 2017 9:46 am
Forum: Beginners Help
Topic: Depth Error when render to image
Replies: 1
Views: 592

Depth Error when render to image

Hi,
I use IMeshSceneNode to load a model and use function drawVertexPrimitiveList() in another ISceneNode named CRingSceneNode to draw a circle around the model. It works when rendering in main scene. But when I try to save it in a image, the circle seems always to be always on top.
These two ...