Browse Source

draw more connection lines

master
Fr3deric 4 years ago
parent
commit
d934e29ff8
  1. 2
      chaostest/braid.js

2
chaostest/braid.js

@ -3,7 +3,7 @@ function braid_get_rnd_params() {
return { return {
num_points: 10, num_points: 10,
point_noise: 0.6, point_noise: 0.6,
num_connections: 8, num_connections: 12,
}; };
} }

Loading…
Cancel
Save