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

Backwards Footprints #29

Open Ragora opened 8 years ago

Ragora commented 8 years ago

Tribes 2's foot prints work, but they are apparently backwards. This is true for the light BioDerm foot prints anyway. It may have to do with the material declaration, though:

new Material(CommonPlayerFootprint) { diffuseMap[0] = "footprint"; vertColor[0] = true; translucent = true; castShadows = "0"; translucentZWrite = "1"; materialTag0 = "Player"; };