Add FIXME for missing relative URL handling case

This commit is contained in:
David Rowe 2020-09-02 09:20:35 +12:00
parent 4214182b2f
commit 2bfdaa31ab

View file

@ -247,6 +247,8 @@ bool OctreeEntitiesFileParser::readEntitiesArray(QVariantList& entitiesArray) {
// model // model
"modelURL", "modelURL",
"animation.url", "animation.url",
// FIXME: Handle models' "textures" and "originalTextures" properties which include URLs. Note that Particles
// also has a "textures" property.
// image // image
"imageURL", "imageURL",
// web // web