I have a brief question regarding 3D graphics in JavaFX 8. Is it possible to set the full x, y, and z location coordinates for a 3D object? There are methods such as: setLayoutX() and setLayoutY() for the x and y coordinates, but there doesn't appear to be a setLayoutZ() for the z coordinates. The solution I've been using so far is setting the translate variables for x, y, and z, but I would rather be setting their actual location variables. Does anyone know how to set that Z location coordinate?