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