Load obj file Url
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Hi, I want a question:
2 method replaceSceneFromUrl and SceneUrl require url finish by ".obj".
Example:
viewer.setParameter('SceneUrl', 'http://example.com/models/ptero.obj');
It's work.
viewer.setParameter('SceneUrl', 'http://example.com/models/ptero.file');
Not work
viewer.setParameter('SceneUrl', 'http://example.com/models/ptero');
Not work
But 3 file: ptero.obj, ptero.file and ptero has response same return is obj file
```
Original issue reported on code.google.com by `fabien...@gmail.com` on 15 Jul 2014 at 2:09
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.