Update: So i got a weird setupfor my 3d ortho camera. But its wors then the 2d camera
the position and the target are(ScreenWidth/2 , ScreenHeight/2)
and the fovy is -WindowHeight
Because even though it sais it is the nearplane, it works more like a zoom
so if i want the cords for the window, i set it to the hieght, and then its flipped for some reason, so i do a - in front
But i then dont know how to draw anything, because DrawRectangle and DrawTexture still works, but there is no way to define which is on top of one other (appart from the order, but then tehre is no purpose)
So plzz help would be appriciated