I am curious about how I can increase the thickness of the circle dash in three.js.
https://jsfiddle.net/fs904hon/
In the link above, I want only the thickness to become thicker. What should I do
I am curious about how I can increase the thickness of the circle dash in three.js.
https://jsfiddle.net/fs904hon/
In the link above, I want only the thickness to become thicker. What should I do
Use fat lines, for example: three.js examples
But not with r76
thank you Thanks to you, I was able to solve the problem well.