Draw 2D shapes on the screen with a 3D environment in the background
in
Programming Questions
•
2 years ago
Title is a bit confusing, Anyways, what I'm trying to do is to draw a GUI on the screen of a program that utilizes 3D graphics. The issue is that 2D drawing functions (like line()) draw in the 3D space instead of on the screen. Is there a way to fix this?
1