threejs-mesh-modifiers
threejs-mesh-modifiers copied to clipboard
A Three.js mesh morph modifier
Hello, what types of 3D files does this library support? I started to load the GLB file and always reported errors. Later, I changed to the JSON file, but also...
The code below hangs on `new Bend` line and takes around 30 seconds: ``` this.modifier = new ModifierStack(this.result); const bendAngle = Math.PI / 180 * 90; const bend = new...
I want to make some custom modify to the object, and I see the 'userDefined' on the readme, is there any detailed documentations about it? I can't find any on...