mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 06:26:28 +02:00
:}
This commit is contained in:
parent
43a1c78402
commit
709f784fea
1 changed files with 1 additions and 0 deletions
|
@ -1095,6 +1095,7 @@ HFMTexture GLTFSerializer::getHFMTexture(const GLTFTexture& texture) {
|
|||
|
||||
fbxtex.content = _glbBinary.mid(offset, length);
|
||||
fbxtex.filename = textureUrl.toEncoded().append(texture.source);
|
||||
}
|
||||
|
||||
if (url.contains("data:image/jpeg;base64,") || url.contains("data:image/png;base64,")) {
|
||||
fbxtex.content = requestEmbeddedData(url);
|
||||
|
|
Loading…
Reference in a new issue