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

Popular posts from this blog

c++ - Function signature as a function template parameter -

How to call a javascript function after the page loads with a chrome extension? -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -