I wanted to do some real 3d physics for quite some time, but there just weren’t really good actionscript 3 physics engines around. There are 2 real options:
WOW Physics engine: This is a particle based engine, which means every vertex has it’s own physics properties
JigLibFlash Physics engine: This is a Rigid Body based engine. You [...]