@inweb/viewer-visualize 26.8.0 → 26.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3603,8 +3603,9 @@ class Viewer extends EventEmitter2 {
|
|
|
3603
3603
|
if (options.cameraAnimation !== visViewer.getEnableAnimation()) {
|
|
3604
3604
|
visViewer.setEnableAnimation(options.cameraAnimation);
|
|
3605
3605
|
}
|
|
3606
|
-
|
|
3607
|
-
|
|
3606
|
+
const antialiasing = options.antialiasing === true || options.antialiasing === "fxaa";
|
|
3607
|
+
if (antialiasing !== visViewer.fxaaAntiAliasing3d) {
|
|
3608
|
+
visViewer.fxaaAntiAliasing3d = antialiasing;
|
|
3608
3609
|
visViewer.fxaaQuality = 5;
|
|
3609
3610
|
}
|
|
3610
3611
|
if (options.shadows !== visViewer.shadows) {
|