Explorar el Código

tweak cellpack shadow params

Alexander Rose hace 2 años
padre
commit
26b633618a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/extensions/cellpack/model.ts

+ 1 - 1
src/extensions/cellpack/model.ts

@@ -611,7 +611,7 @@ export const LoadCellPackModel = StateAction.build({
                     params: {
                         bias: 0.6,
                         maxDistance: 80,
-                        steps: 1,
+                        steps: 3,
                         tolerance: 1.0,
                     }
                 },