mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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) {
|
getThisPointer()->forEachDescendant([&](SpatiallyNestablePointer descendant) {
|
||||||
bool success;
|
bool success;
|
||||||
AACube descendantAACube = descendant->getMaximumAACube(success);
|
AACube descendantAACube = descendant->getQueryAACube(success);
|
||||||
if (success) {
|
if (success) {
|
||||||
if (_queryAACube.contains(currentAACube)) {
|
if (_queryAACube.contains(currentAACube)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue