Login  Register

Re: Question about JavaFX and Java3D 1.6.

Posted by gouessej on Aug 02, 2017; 8:03am
URL: https://forum.jogamp.org/Question-about-JavaFX-and-Java3D-1-6-tp4038088p4038089.html

Hi

JavaFX 3D and Java3D are 2 distinct APIs. Moreover, Java3D 1.7.0 doesn't use the javax.media namespace. javafx.scene.transform.Transform and javafx.scene.shape.Shape3D come from JavaFX 3D and cannot be used in Java3D. Therefore, you cannot use jfxrt.jar instead of j3dcore.jar and vice versa.
Julien Gouesse | Personal blog | Website