blackjk3 / threefab

Fabrication tool for three.js
http://blackjk3.github.com/threefab/
MIT License
170 stars 38 forks source link

Add collider mesh #19

Open blackjk3 opened 11 years ago

blackjk3 commented 11 years ago

Add the ability to define collider meshes on objects. This seems very useful for rapid game prototyping.

blackjk3 commented 11 years ago

Need to examine how this would be possible. Each object can have a cube, sphere or custom mesh that will define the collision mesh that will interact with other objects.