Cloth example not working

Does anyone know of a fix for the cloth example that use to come with threejs? It looks like since r132 it got broke, and I can’t seem to find a solution. Looks like something with facenormals, at least that’s what error you get when running old cloth example. Any help in right direction would be great

You are referring to this example, right? three.js webgl - cloth simulation

It has been removed with r133 so it is not considered to be broken. The code isn’t just supported anymore.

Here is a migrated version with r139: https://jsfiddle.net/7qn4fo5m/

Perfect, got it working again in my app

Thank you…
Jeff