Open cx20 opened 5 years ago
In gltf-test, external glTF files can be displayed by specifying an arbitrary URL in the parameter.
gltf-test
usage) https://cx20.github.io/gltf-test/examples/xxxxx/index.html?url=<URL of glTF file>
For example, it is used as follows. https://cx20.github.io/gltf-test/examples/threejs/index.html?url=https://cdn.rawgit.com/KhronosGroup/glTF-Blender-Exporter/0e23c773bf27dad67d2c25f060370d6fa012d87d/polly/project_polly.gltf
Is it possible to specify such an option with UnityGLTFTest?
UnityGLTFTest
ok,I will add some feature like that.
In
gltf-test
, external glTF files can be displayed by specifying an arbitrary URL in the parameter.For example, it is used as follows. https://cx20.github.io/gltf-test/examples/threejs/index.html?url=https://cdn.rawgit.com/KhronosGroup/glTF-Blender-Exporter/0e23c773bf27dad67d2c25f060370d6fa012d87d/polly/project_polly.gltf
Is it possible to specify such an option with
UnityGLTFTest
?