I’m new to the Java 3D world, so please be gentle…
Is there a benefit to rendering in Java 3D over Java 2D for flat plane surfaces? What I’m looking for is the tradeoff between the 2D software rendering and the 3D graphics-card accelerated rendering on large, dynamic, draped images (~1K x 1K). Any insights would be greatly appreciated. Thanks!