Hi all,
I’m new to java 3d, and am wondering how I go about putting some simple text on screen…I’ve been reading around and have tried Text3D and Text2D, but they seem to be releative to the 3d world…and my camera is moving around so the text isn’t really 2d on screen text.
My simple 3d class extends the JFrame, and wanted to know if there was any examples of using java3d and putting some 2d text on screen…like a counter or something.
Thanks,
Ben