- var params = [["Torus radus", 100],
- ["Cross section radius", 40],
- ["Rotation (turns)", 0.001],
- ["Steps around the long way", 50],
- ["Steps around the short way", 16]];
+ var params = [["torus_radius", 100],
+ ["cross_section_radius", 40],
+ ["rotation", 0.001, "Rotation (in turns)"],
+ ["long_steps", 50, "Steps around the long way"],
+ ["short_steps", 16, "Steps around the short way"]];