Prechádzať zdrojové kódy

default antialiasing

Raanan Weber 7 rokov pred
rodič
commit
fc14f33e6b
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      Viewer/src/configuration/configuration.ts

+ 3 - 0
Viewer/src/configuration/configuration.ts

@@ -62,6 +62,9 @@ export let defaultConfiguration: ViewerConfiguration = {
             }
         }
     },
+    engine: {
+        antialiasing: true
+    },
     scene: {
 
     }