45464748495051
public static void initSim(){ shapes = new ArrayList<Shape> (); sim_shapes = new ArrayList<Shape> (); distroy_shapes = new ArrayList<Shape> (); cam = new Camera(new Vector(0,0,-500),new Quat()); }