I have an .OBJ loader that load an object and renders it. I can render it as wireframe or solid, like this:
Solid
Wireframe
So now i would like to render both modes at the same time like - Wireframe render over the Solid render (both with different colors). Is that possible?
Can anyone help please? Thank you.
I figured it out! Here's the code if anyone has the same doubt i had :-)