Explorar el Código

default antialiasing

Raanan Weber hace 7 años
padre
commit
fc14f33e6b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: {
 
     }