Login  Register

Re: How to make a multi-line Text3D?

Posted by basti on Jul 18, 2023; 2:20pm
URL: https://forum.jogamp.org/How-to-make-a-multi-line-Text3D-tp4042759p4042776.html

Hello gouessej,

you are absolutely right, i am actually in the middle of migrating to Java3D 1.7 right now.
But since you've mentioned v1.6.2 ... i discovered that i indeed downloaded this version from here:
https://jogamp.org/deployment/java3d/1.6.2/jogamp-java3d.7z and am currently running it.

But when i fetch the version String via:

String version = (String) VirtualUniverse.getProperties().get("j3d.version");
System.out.println(version);


I get this result: 1.6.1 fcs fcs

I wonder if this is just me ?

basti