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 96a2643 commit 66a6cdbCopy full SHA for 66a6cdb
Sources/Widgets/Widgets3D/ShapeWidget/example/index.js
@@ -354,22 +354,16 @@ reader
354
const maxRadius = Math.ceil(Math.max(ijkRadius[0], ijkRadius[1]));
355
const ellipseBounds = [
356
-maxRadius,
357
- 0,
+ -maxRadius,
358
0,
359
maxRadius,
360
361
+ maxRadius,
362
363
364
365
366
367
368
- (-maxRadius * Math.sqrt(2)) / 2,
369
370
371
- (maxRadius * Math.sqrt(2)) / 2,
372
373
374
];
375
ijkToWorldMatrix.apply(ellipseBounds);
0 commit comments