▲ | hnuser123456 2 days ago | |||||||
https://threejs.org/docs/index.html#api/en/materials/LineBas... const material = new THREE.LineBasicMaterial( { color: 0xffffff, linewidth: 1, linecap: 'round', //ignored by WebGLRenderer linejoin: 'round' //ignored by WebGLRenderer } ); | ||||||||
▲ | ge96 2 days ago | parent [-] | |||||||
yeah it says on that page "Due to limitations of the OpenGL Core Profile with the WebGL renderer on most platforms linewidth will always be 1 regardless of the set value." anyway yeah I was trying to be snide | ||||||||
|