josephg / Chipmunk-js

Port of slembcke/Chipmunk-Physics to Javascript
http://dl.dropbox.com/u/2494815/demo/Joints.html
536 stars 59 forks source link

NoCollide collides. #4

Open nornagon opened 12 years ago

nornagon commented 12 years ago
NoCollide

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
ReferenceError: Exception is not defined
    at [object Object].begin (/Users/jeremya/Source/Chipmunk-js/bench.js:6541:2)
josephg commented 11 years ago

I spent a bunch of time looking at this ages ago. Its like it slowly loses accuracy for some reason. Its gross.

josephg commented 11 years ago

But more importantly, it should be throw new Error('not implemented') not throw new Exception('not implemented'). Way fixed :D

josephg commented 11 years ago

(Test disabled for now)