Upon reviewing the LineBasicMaterial THREE documentation, I came across a note stating that on Windows systems, the linewidth is automatically set to 1 and cannot be adjusted.
Interestingly, there is a fascinating example on threejs.org utilizing the same THREE version (r68) where the linewidth on a Windows system is altered from 1 to 5 and then back to 1 when the mouse hovers over a line in the scene.
With this in mind, my inquiry is whether this parameter can actually be changed, and if so, how can it be accomplished? I attempted to modify the material.linewidth simply by setting it to a different value, but unfortunately, it had no effect.