@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.
package/dist/viewer-visualize.js
CHANGED
|
@@ -19792,8 +19792,9 @@
|
|
|
19792
19792
|
if (options.cameraAnimation !== visViewer.getEnableAnimation()) {
|
|
19793
19793
|
visViewer.setEnableAnimation(options.cameraAnimation);
|
|
19794
19794
|
}
|
|
19795
|
-
|
|
19796
|
-
|
|
19795
|
+
const antialiasing = options.antialiasing === true || options.antialiasing === "fxaa";
|
|
19796
|
+
if (antialiasing !== visViewer.fxaaAntiAliasing3d) {
|
|
19797
|
+
visViewer.fxaaAntiAliasing3d = antialiasing;
|
|
19797
19798
|
visViewer.fxaaQuality = 5;
|
|
19798
19799
|
}
|
|
19799
19800
|
if (options.shadows !== visViewer.shadows) {
|