fixed 6dof camera
[o2demo] / src / demo.h
index 3bb190a..3e88036 100644 (file)
@@ -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);