irllabs / dranimate-browser_archive

Browser-based dranimate research repo
4 stars 2 forks source link

ARAP.js crash with multiple puppets #1

Open zachrispoli opened 8 years ago

zachrispoli commented 8 years ago

this will be a pain.

zachrispoli commented 8 years ago

implemented, not tested yet

zachrispoli commented 8 years ago

strange crash from deform2d

zachrispoli commented 8 years ago

Now working except for bug:

If a puppet is created, followed by a puppet with more vertices in its mesh, deform2d will crash. Everything works fine if a larger mesh is created before a smaller mesh e.g. if a very large mesh guaranteed to be larger than the other meshes is added first, there will be no problems.

Possibly is some sort of memory problem ???????

zachrispoli commented 8 years ago

Added a hack to avoid this for now (added a big mesh before anything else happens)

zachrispoli commented 8 years ago

this the error

screen shot 2016-08-08 at 2 59 37 pm