Update glTF sample model repo path.

This commit is contained in:
Syoyo Fujita 2016-11-24 16:20:57 +09:00
parent 4be2f888f7
commit af4109e6e3

View File

@ -10,8 +10,9 @@ import subprocess
# -- config -----------------------
# Absolute path pointing to your cloned git repo of https://github.com/KhronosGroup/glTF/sampleModels
base_model_dir = "/home/syoyo/work/glTF/sampleModels"
# Absolute path pointing to your cloned git repo of https://github.com/KhronosGroup/glTF-Sample-Models
sample_model_dir = "/home/syoyo/work/glTF-Sample-Models"
base_model_dir = os.path.join(sample_model_dir, "1.0")
kinds = [ "glTF", "glTF-Binary", "glTF-Embedded", "glTF-MaterialsCommon"]
# ---------------------------------