Page 1 of 1

TFXplorer collisions

Posted: 2022-Feb-19, 15:09
by mikew
I forget what TFXplorer uses for collision detection for terrain, buildings and mobile objects.
Is it the same as TAW, ie using the COLLISION BOX and COLLISION TRIANGLE information from the ssd file, or have you rationalized it with some DirectX feature?

Re: TFXplorer collisions

Posted: 2022-Feb-19, 16:24
by Krishty
It is indeed COLLISION_BOX and COLLISION_TRIANGLE, i.e. should be exactly like TAW’s!