mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 00:30:52 +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.content = _glbBinary.mid(offset, length);
|
||||||
fbxtex.filename = textureUrl.toEncoded().append(texture.source);
|
fbxtex.filename = textureUrl.toEncoded().append(texture.source);
|
||||||
|
}
|
||||||
|
|
||||||
if (url.contains("data:image/jpeg;base64,") || url.contains("data:image/png;base64,")) {
|
if (url.contains("data:image/jpeg;base64,") || url.contains("data:image/png;base64,")) {
|
||||||
fbxtex.content = requestEmbeddedData(url);
|
fbxtex.content = requestEmbeddedData(url);
|
||||||
|
|
Loading…
Reference in a new issue