We are about to switch to a new forum software. Until then we have removed the registration on this forum.
This seems like an easy question to answer but I can not figure it out.
I am attempting to draw a 2D GUI on top of a 3D sketch. I am using PeasyCam in order to move around in 3d Space, so my position and angle where I am looking is changing all the time. I want to create a crosshair in the center of the screen, any help?
Answers
at the very bottom of the peasycam webpage:
PeasyCam has two simple instructions to do that
where
pcam
is a PeasyCam object.If you are creating a desktop application, G4P provides a set of GUI controls that work with PeasyCam or any P3D application
@Snoweyy -- if you are trying to create a layered display, rather than a simple HUD or a GUI, a third approach is to use PGraphics and build your 2D HUD and 3D world out of different graphics layers: