Modifier Curve threejs example does NOT RUN in Safari or iOS Chrome

@Sarge Thank you for the pastebin. The problem is that the shader code of CurveModifier use the WebGL 2 function texture(). However, Webkit based browser do not support WebGL 2 yet.

In general CurveModifier should also work with a WebGL 1 context. Let me try to fix this.

1 Like