var nodeCount = document.getElementById('nodeCount').value;
var nodeCount = 60;
for (var i = 0; i <nodeCount;i++){
for (var i = 0; i <nodeCount;i++){
nodes.push({
nodes.push({
id: i,
id: i,
@ -103,14 +103,6 @@
On start, the default settings will be loaded. Keep in mind that selecting the hierarchical simulation mode <b>disables</b> smooth curves. These will not be enabled again afterwards.
On start, the default settings will be loaded. Keep in mind that selecting the hierarchical simulation mode <b>disables</b> smooth curves. These will not be enabled again afterwards.