Add build option with draco in Makefile.

This commit is contained in:
Syoyo Fujita
2019-03-08 14:00:16 +09:00
parent d06b2c2022
commit 29c431b2f2
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import subprocess
sample_model_dir = "/home/syoyo/work/glTF-Sample-Models"
base_model_dir = os.path.join(sample_model_dir, "2.0")
# Include `glTF-Draco` when you build `loader_example` with draco support.
kinds = [ "glTF", "glTF-Binary", "glTF-Embedded", "glTF-MaterialsCommon"]
# ---------------------------------