Skip to content

Commit

Permalink
[Olympus] Disable missing bounding box warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zbai-sc committed Dec 4, 2022
1 parent 4edee31 commit b8d10ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/gltfio/src/AssetLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ void FAssetLoader::createRenderable(const cgltf_data* srcAsset, const cgltf_node
// If desired, clients can call "recomputeBoundingBoxes()" in FilamentInstance.
Box box = Box().set(aabb.min, aabb.max);
if (box.isEmpty()) {
slog.w << "Missing bounding box in " << name << io::endl;
box = Box().set(std::numeric_limits<float>::lowest(), std::numeric_limits<float>::max());
}

Expand Down

0 comments on commit b8d10ad

Please sign in to comment.