X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=o2demo;a=blobdiff_plain;f=src%2Fdemo.h;h=3e88036df6e8cfe04fe31d3cf66aed1048834b11;hp=3bb190aac81cc29fff0a70b62882ed963f0facec;hb=HEAD;hpb=4b32bd7bc643379bd4a63c5714cec68c32a0c3c1 diff --git a/src/demo.h b/src/demo.h index 3bb190a..3e88036 100644 --- a/src/demo.h +++ b/src/demo.h @@ -5,7 +5,7 @@ int win_width, win_height; float win_aspect; unsigned int time_msec; -float sball_matrix[16], sball_inv_matrix[16]; +float sball_obj_matrix[16], sball_cam_matrix[16]; int demo_init(int argc, char **argv); void demo_cleanup(void);