Co-authored-by: pank <[email protected]>
@@ -182,6 +182,7 @@ class SelectionBox {
object.getMatrixAt( instanceId, _matrix );
_matrix.decompose( _center, _quaternion, _scale );
+ _center.applyMatrix4( object.matrixWorld );
if ( frustum.containsPoint( _center ) ) {