Hi, I’m rendering a mesh using three.js WebGPU, but the middle line color appears not deep enough. There has z-fighting between the line and the adjacent faces, yet WebGPU doesn’t support polygonOffset. And I do not want to scale the geometry, How can I resolve this?
This is a rendered image by WebGL, and it not use polygonOffset or scale geometry.