Added messed up low performance camera rotation
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
#define RENDERER_HEADER
|
||||
#include "tgaimage.h"
|
||||
|
||||
|
||||
extern int angle_hor;
|
||||
extern int angle_ver;
|
||||
extern float* z_buffer;
|
||||
|
||||
void move_camera_right();
|
||||
void move_camera_left();
|
||||
void move_camera_up();
|
||||
void move_camera_down();
|
||||
void render();
|
||||
int color_to_int(TGAColor col);
|
||||
#endif
|
||||
Reference in New Issue
Block a user