@@ -3621,7 +3621,9 @@ export class Viewer extends ViewerBase{
bound = boundingBox.applyMatrix4(inv);
scale = 1.0//0.9;
}
-
+ if(o.boundScale){
+ scale = o.boundScale
+ }
boundSize = bound.getSize(new THREE.Vector3)
{