Game Development Community

TGE physics

by IronHero · in Torque Game Engine · 03/09/2009 (1:40 pm) · 2 replies

Hello

what physics engine is used in TGE by default

Thanks

#1
03/09/2009 (8:33 pm)
None. TGE has it's own built in basic game physics. There are resources to modify tge for ode or physX if you need more advanced physics.
#2
03/09/2009 (9:32 pm)
Yep, just basic rigid shape physics. Ode is an easy addition, with physX taking a bit more work -- but can be done.