This is a simple benchmark using glTF-Transform.
See it on github pages.
- resample-fast.js is an example of using resample-wrapper.js with glTF-Transform..
- resample-opt.js is the optimized resample algorithm from glTF-Transform#922 in pure js.
- resample-orig.js is the resample algorithm from [email protected] ported to js, tried to stay close to the original impl is ts and added performance hooks.