Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

Preliminary wheeled vehicle compat coding #32

Closed Ragora closed 8 years ago

Ragora commented 8 years ago

This is the starting implementation of some compatibility coding for T2-style wheeled vehicles. It needs a lot of work, but it looks like it should be possible to use T2-style wheeled vehicles by kicking off the unnecessary nodes (they're just rendered, we can't do anything with them) and grabbing the TSMesh of the wheels from the shape and using those meshes to create the wheels that are used in the sim & render for T3D's wheel objects.