Browse Source

tweak cellpack shadow params

Alexander Rose 2 years ago
parent
commit
26b633618a
1 changed files with 1 additions and 1 deletions
  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,
                     }
                 },