Browse Source

increase minimum for line distance parameter

master
Fr3deric 5 years ago
parent
commit
32408417fe
  1. 2
      chaostest/connected-lines.html

2
chaostest/connected-lines.html

@ -92,7 +92,7 @@ window.onload = function() { @@ -92,7 +92,7 @@ window.onload = function() {
},
line_distance: {
type: 'number',
minimum: 0,
minimum: 0.005,
maximum: 0.05,
format: 'range',
step: 0.0001,

Loading…
Cancel
Save