
I got this while trying to render a cube on Three.js, using THREE.MeshBasicMaterial() and a loaded texture.
Is this normal? How can I fix it?
|
feedback
|
|
Set the option
| ||||
|
feedback
|
|
I have seen this artifact sometimes when using the canvas renderer. Is it an option for you to use the WebGLRenderer? If so, I suggest doing so. I suspect this occurs because of "gaps" between the triangles. Hardware rasterizers guarantee that neighboring triangles will not have gaps. In practice, this may be hard to guarantee for the canvas renderer. If this is in fact the issue, I can elaborate if you like. | |||
|
feedback
|