mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33: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 &= !_url.path().isEmpty();
|
||||
urlValid &= _url.path().toLower().endsWith(".fbx")
|
||||
|| _url.path().toLower().endsWith(".obj")
|
||||
|| _url.path().toLower().endsWith(".svo");
|
||||
|
||||
if (urlValid) {
|
||||
|
|
Loading…
Reference in a new issue