Closed MikhailDindikov closed 1 year ago
Hello! Could you create an instruction how to use all methods from gl? And can you help me pls with line width? When I write "_gl.lineWidth(5);" width doesn't change:(
Hi, we have a similar problem with the lines width, modifying the material:
var linematerial = three.LineBasicMaterial({ "color": 0xffffff, "linewidth": 8,
On Android it works fine, but Win/MAC/Web doesn't
Hello! Could you create an instruction how to use all methods from gl? And can you help me pls with line width? When I write "_gl.lineWidth(5);" width doesn't change:(