You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LineMaterial is an "extra" material, but it seems it only supports LineSegments2 (also extra). I see that a Line2 object was also started, but only supports Geometry for the geometry attribute. Please consult the ThickLines example as much as possible: it also outlines the shader that is used, and some of the options available.
I am trying to created a dashed line, as in this example.
Using
LineBasicMaterial
produces a solid line as expected:However, when using either
LineMaterial
orLineDashedMaterial
, no line is visible:Am I doing something wrong, or is it a bug? Thanks!
The text was updated successfully, but these errors were encountered: