浏览代码

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");