Ze Lin

Results 3 comments of Ze Lin

thanks alot, I have tried this example. this is my testing data: ```js const trace = [ [-122.266637, 37.831245, 5], [-122.26672, 37.830865, 5], [-122.26672, 37.830865, 10], [-122.266969, 37.829645, 10], ];...

I'm checking out this example, and use the same data of tube object to draw a line on mapbox. ```js var lineGeometry = []; for (var l = 0; l...

> Check out this example on [how to generate a tube on Threebox](https://github.com/jscastro76/threebox/blob/master/examples/03-tube.html). You only have to provide a list of coordinates as param Do you have any suggestions? Thanks...