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

Cannot move static bodies. #33

Open guatedude2 opened 9 years ago

guatedude2 commented 9 years ago

I know you haven't maintained this repo for a while... but i found an issue with static bodies... I tried creating a static body and moving it and it doesnt seem to work. I tried also moving the static shape using shape.update() but it also doesn't work There is no way to move a static shapes?