mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Give better error message when draco part of model baking fails
This commit is contained in:
parent
01b29c3aac
commit
5171b660ae
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ void ModelBaker::abort() {
|
||||||
|
|
||||||
bool ModelBaker::buildDracoMeshNode(FBXNode& dracoMeshNode, const QByteArray& dracoMeshBytes, const std::vector<hifi::ByteArray>& dracoMaterialList) {
|
bool ModelBaker::buildDracoMeshNode(FBXNode& dracoMeshNode, const QByteArray& dracoMeshBytes, const std::vector<hifi::ByteArray>& dracoMaterialList) {
|
||||||
if (dracoMeshBytes.isEmpty()) {
|
if (dracoMeshBytes.isEmpty()) {
|
||||||
handleError("Failed to finalize the baking of a draco Geometry node");
|
handleError("Failed to finalize the baking of a draco Geometry node from model " + _modelURL.toString());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue