options/config
[demo_prior] / src / part_whitted.c
index d71585c..be0152c 100644 (file)
@@ -23,7 +23,7 @@ static struct demo_part part = {
        mbutton, mmotion
 };
 
-static float cam_theta, cam_phi, cam_dist = 8;
+static float cam_theta, cam_phi = 15, cam_dist = 6;
 
 static int bnstate[8];
 static int mouse_x, mouse_y;