瀏覽代碼

Scale up Term version of the 3d example

rexim 3 年之前
父節點
當前提交
175f6fbe96
共有 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 40
+#define SCALE_DOWN_FACTOR 5
 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");