mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 06:32:57 +02:00
Add FIXME for missing relative URL handling case
This commit is contained in:
parent
4214182b2f
commit
2bfdaa31ab
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ bool OctreeEntitiesFileParser::readEntitiesArray(QVariantList& entitiesArray) {
|
|||
// model
|
||||
"modelURL",
|
||||
"animation.url",
|
||||
// FIXME: Handle models' "textures" and "originalTextures" properties which include URLs. Note that Particles
|
||||
// also has a "textures" property.
|
||||
// image
|
||||
"imageURL",
|
||||
// web
|
||||
|
|
Loading…
Reference in a new issue