Blocks :
|
Need to implement Predefined 3D shapes as specified in the FX 8 3D Features wiki and javadoc: Wiki: https://wikis.oracle.com/display/OpenJDK/3D+Features Javadoc: http://javaweb.us.oracle.com/~ckyang/reviews/FX8-3D-API/API-11-11-2012/docs/api/ This is to implement Box, Cylinder and Sphere in Java. This shape should store its geometry in a Mesh internally.
|