|
@@ -182,6 +182,7 @@ class SelectionBox {
|
|
|
|
|
|
object.getMatrixAt( instanceId, _matrix );
|
|
object.getMatrixAt( instanceId, _matrix );
|
|
_matrix.decompose( _center, _quaternion, _scale );
|
|
_matrix.decompose( _center, _quaternion, _scale );
|
|
|
|
+ _center.applyMatrix4( object.matrixWorld );
|
|
|
|
|
|
if ( frustum.containsPoint( _center ) ) {
|
|
if ( frustum.containsPoint( _center ) ) {
|
|
|
|
|