@@ -13,8 +13,8 @@
#include "collision.h"
#include "raytrace.h"
int main() {
int width = 1080;
int height = 1080;
int width = 720;
int height = 720;
int channels = 4;
unsigned char *image = (unsigned char*)malloc(width * height * channels );
The note is not visible to the blocked user.