Hi there,
is the an alternative to POLYGON_MODE_LINE that's available in the browser?
I'm trying to fake it in fragment shaders based on thresholds and barycentric coordinates but I notice it's quite non-trivial with inconsistent line width based on distance from the camera.
Wireframe looks fine (with a bit of tweaking) but it causes a panic in the browser because POLYGON_MODE_LINE isn't available.