Login  Register

Question about JavaFX and Java3D 1.6.

Posted by ZacharyABCD on Aug 02, 2017; 5:50am
URL: https://forum.jogamp.org/Question-about-JavaFX-and-Java3D-1-6-tp4038088.html

The JOGAMP people have been continuing java3D and have produced a stable 1.6 version of Java3D.

-I have found that JavaFX includes its own version of 1.6 Java3D classes, such as Shape3D and Transform.


-Will it entirely work, when programming in JavaFX using the classes in Oracle's jfxrt.jar,

if I simply submit the Java3D classes from j3dcore.jar, will things still compile and run?


-Are there reasons for or against doing so?  If so, what are they?