mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
allow downloading of obj files
This commit is contained in:
parent
d7c8f22246
commit
4a7dd2b3e6
1 changed files with 1 additions and 0 deletions
|
@ -2084,6 +2084,7 @@ void GeometryReader::run() {
|
||||||
urlValid &= !urlname.isEmpty();
|
urlValid &= !urlname.isEmpty();
|
||||||
urlValid &= !_url.path().isEmpty();
|
urlValid &= !_url.path().isEmpty();
|
||||||
urlValid &= _url.path().toLower().endsWith(".fbx")
|
urlValid &= _url.path().toLower().endsWith(".fbx")
|
||||||
|
|| _url.path().toLower().endsWith(".obj")
|
||||||
|| _url.path().toLower().endsWith(".svo");
|
|| _url.path().toLower().endsWith(".svo");
|
||||||
|
|
||||||
if (urlValid) {
|
if (urlValid) {
|
||||||
|
|
Loading…
Reference in a new issue