When to use Java3D
Java3D overviewWhen to use Java3D
- Java3D is a program-centric approach to building 3D worlds
- Neither the application nor the content is standardized;
both are variable
- Java3D is good when operations on the content are complex and
application-specific
- Java3D is primarily for application-developers