JavaFX 2 and 3D -
i read java fx has hardware accelerated 3d support. graphics card intel 945g directx acceleration, directdraw acceleration, agp texture acceleration , open gl capabilities.
but still.. system.out.println(platform.issupported(conditionalfeature.scene3d));
gives me false. x axis , y axis rotation not work.
is there way make work? software based solution?
Comments
Post a Comment