Hi everyone,
I am using SFML for my 3D project (great library by the way), i have to display 3D objects and i want to add some kind of HUD (2D rectangle) on my camera.
What i do is that i draw all my vertices objects through OpenGL and then draw my sfml::rectangle, but this rectangle doesn't show up if I draw 3D stuff before, please note that it actually displays if I don't draw 3D vertices objects.
If anyone has already had the issue, any help will be greatly appreciated !