How to make the edges of shapes inderalici exactly three js?
2 answers
When you create a WebGLRenderer object, give him the options antialias: true
WebGLRenderer({ antialias: true })
new THREE.WebGLRenderer({ antialias: true });
"antialias: true" to add a parameter.
it disables the antialias
Find more questions by tags 3DJavaScriptthree.js