jscastro76 / threebox

A Three.js plugin for Mapbox GL JS, with support for animations and advanced 3D rendering.
Other
549 stars 145 forks source link

Problems with LineMaterial and Line2 not drawing #421

Closed zh103 closed 5 months ago

zh103 commented 5 months ago

When I drew lines using LineMaterial and Line2, it didn't show up on the map, but when I changed it to LineBasicMaterial and Line, it did. You need to use Line2 to set the width of the line.