فهرست منبع

Increase the resolution for 3d.term

rexim 3 سال پیش
والد
کامیت
f8b67f2082
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/3d.c

+ 1 - 1
examples/3d.c

@@ -168,7 +168,7 @@ defer:
 #include <time.h>
 #include <unistd.h>
 
-#define SCALE_DOWN_FACTOR 10
+#define SCALE_DOWN_FACTOR 40
 static_assert(WIDTH%SCALE_DOWN_FACTOR == 0, "WIDTH must be divisible by the SCALE_DOWN_FACTOR");
 #define SCALED_DOWN_WIDTH (WIDTH/SCALE_DOWN_FACTOR)
 static_assert(HEIGHT%SCALE_DOWN_FACTOR == 0, "HEIGHT must be divisible by the SCALE_DOWN_FACTOR");