This is a JavaFX 3D Shape example. Any shape, drawn in a three-dimensional space, having three dimensions (length, width, and depth) is known as a 3D shape. JavaFX 8 offers two types of 3D shapes. Predefined shapes User-defined shapes Box, Sphere, and Cylinder are three predefined 3D shapes that you can use in your JavaFX ...