sonygod / UnityGLTFTest

UnityGLTFTest webgltest
1 stars 0 forks source link

How do I display a model located at an external URL? #2

Open cx20 opened 5 years ago

cx20 commented 5 years ago

In gltf-test, external glTF files can be displayed by specifying an arbitrary URL in the parameter.

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?

sonygod commented 5 years ago

ok,I will add some feature like that.