We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509cb4a commit e8f890fCopy full SHA for e8f890f
mfr/extensions/jsc3d/static/js/jsc3d.js
@@ -1464,6 +1464,10 @@ JSC3D.Viewer.prototype.render = function() {
1464
if(this.scene.isEmpty())
1465
return;
1466
1467
+ if(this.zoomFactor < .1){
1468
+ this.zoomFactor = .1;
1469
+ }
1470
+
1471
var aabb = this.scene.aabb;
1472
1473
// calculate transformation matrix
0 commit comments