kulanah / latticeSimulator

0 stars 0 forks source link

Lattice weight has no impact #25

Open Ensath opened 6 years ago

Ensath commented 6 years ago

Adjusting the value of lattice weight input has no effect on line width. This is because linewidth is always 1 in WebGL in Windows regardless of the set value (see https://threejs.org/docs/#api/materials/LineBasicMaterial.linewidth).

Ensath commented 6 years ago

A potential fix could be to use long, thin cylinders or boxes instead of lines.