mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 12:29:00 +08:00
Update glTF sample model repo path.
This commit is contained in:
parent
4be2f888f7
commit
af4109e6e3
@ -10,8 +10,9 @@ import subprocess
|
|||||||
|
|
||||||
# -- config -----------------------
|
# -- config -----------------------
|
||||||
|
|
||||||
# Absolute path pointing to your cloned git repo of https://github.com/KhronosGroup/glTF/sampleModels
|
# Absolute path pointing to your cloned git repo of https://github.com/KhronosGroup/glTF-Sample-Models
|
||||||
base_model_dir = "/home/syoyo/work/glTF/sampleModels"
|
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"]
|
kinds = [ "glTF", "glTF-Binary", "glTF-Embedded", "glTF-MaterialsCommon"]
|
||||||
# ---------------------------------
|
# ---------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user