ccdemos/realtime_bunny.cc
branchpyrit
changeset 38 5d043eeb09d9
parent 37 5f954c0d34fc
child 39 7079dcc3bd74
--- a/ccdemos/realtime_bunny.cc	Fri Dec 14 00:05:54 2007 +0100
+++ b/ccdemos/realtime_bunny.cc	Fri Dec 14 10:34:31 2007 +0100
@@ -6,8 +6,8 @@
 #include <fstream>
 #include <iomanip>
 
-int w = 320;
-int h = 200;
+int w = 640;
+int h = 400;
 Float *render_buffer;
 
 Raytracer rt;