1.0F);
sphere.setSlices(8).setStacks(8).setWireframe(true, 3.0F);
ShapeRotate rotate = new ShapeRotate(0.0, Axis.Y);
sphere.addTransform(rotate);
libShapeDraw.addShape(sphere);
rotate.animateStartLoop(360.0, false, 5000);
}
private void createColorShiftingShape() {
WireframeCuboid box = new WireframeCuboid(8,63,2, 9,64,3);
Color color = Color.CRIMSON.copy();