public static final String SHADER_SHINY = "shader_shiny";
public static SceneBuilder getExampleScene1() {
List<Point> points = new ArrayList<Point>();
points.add(new Point(7.1, 7.1, -1.0));
points.add(new Point(7.1, -7.1, -1.0));
points.add(new Point(-7.1, -7.1, -1.0));
points.add(new Point(-7.1, 7.1, -1.0));
points.add(new Point(-7.1, 7.1, -1.61));
points.add(new Point(-7.1, -7.1, -1.61));
points.add(new Point(7.1, -7.1, -1.61));
points.add(new Point(7.1, 7.1, -1.61));
List<Face> faces = new ArrayList<Face>();
faces.add(new Face(0, 3, 2));
faces.add(new Face(0, 2, 1));
faces.add(new Face(2, 3, 4));