chandlerprall / Physijs

Physics plugin for Three.js
MIT License
2.75k stars 455 forks source link

Fixing a variable name mismatch on applyForce #249

Closed jessemillar closed 8 years ago

jessemillar commented 8 years ago

physi.js and physijs_worker.js had mismatched variable names for applyForce which caused objects to simply disappear when a force was applied with an offset. This fixes that.