import org.code.theater.*; public class TheaterRunner { public static void main(String[] args) { Theater t = new Theater(); DataScene d = new DataScene(); // Mandelbrot zoom settings final double xspeed = -0.01; final double yspeed = 0.11; final double zspeed = -0.4; final double xydist = 1.305; final double zdist = 1.273; // Video settings final int length = 40; final double delay = 0.25; // Loop for each frame for(int i=0;i