X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fpart_whitted.c;h=be0152cc285f0415d161d98684968fbec0a4b3ef;hp=d71585c2b1e947bcfb0b1b4cc2520c85621c667a;hb=44a7a61d2bec54ed741930572e63e5015326daca;hpb=ec776ad8bf37d25b9308e2c770d66247135b46ea diff --git a/src/part_whitted.c b/src/part_whitted.c index d71585c..be0152c 100644 --- a/src/part_whitted.c +++ b/src/part_whitted.c @@ -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;