JDK-8102615 : Implement Predefined 3D Shapes
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-11-15
  • Updated: 2015-06-16
  • Resolved: 2012-12-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Description
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.
Comments
Initial implementation pushed to the sandbox
03-12-2012

The public API is done in RT-24644. It is waiting for implementation work to finish.
15-11-2012