Forráskód Böngészése

default antialiasing

Raanan Weber 7 éve
szülő
commit
fc14f33e6b
1 módosított fájl, 3 hozzáadás és 0 törlés
  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: {
 
     }