This document provides an example of using Java 3D to create a 3D checkers board scene. It includes code to:
1) Create a windowed Java application with a Canvas3D panel to display the 3D scene
2) Build the 3D scene graph with objects like a checkered floor, floating sphere, lights and sky background
3) Add viewpoint controls to allow orbiting around the scene