mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
parent query-cube should encompass child query-cube not child max-aa-cube
This commit is contained in:
parent
abaa329984
commit
3c2dac5cf8
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ bool SpatiallyNestable::setPuffedQueryAACube() {
|
|||
|
||||
getThisPointer()->forEachDescendant([&](SpatiallyNestablePointer descendant) {
|
||||
bool success;
|
||||
AACube descendantAACube = descendant->getMaximumAACube(success);
|
||||
AACube descendantAACube = descendant->getQueryAACube(success);
|
||||
if (success) {
|
||||
if (_queryAACube.contains(currentAACube)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue