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 b051e06 commit 336c801Copy full SHA for 336c801
js/src/_base/utils.js
@@ -73,7 +73,7 @@ var computeBoundingSphere = function() {
73
74
// Calculate new bounding-sphere:
75
boundingSphere.radius = 0.5 * (rA + rB + d);
76
- boundingSphere.center.addScaledVector(vAB, 0.5 + rB);
+ boundingSphere.center.addScaledVector(vAB, 0.5);
77
}
78
});
79
return boundingSphere;
0 commit comments