TFXplorer collisions

Our attempt at remaking DID’s flight sims.
Post Reply
mikew
Data Genius
Posts: 558
Joined: 2022-Jan-09, 20:21

TFXplorer collisions

Post 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?
User avatar
Krishty
Site Admin
Posts: 1270
Joined: 2022-Jan-09, 00:59

Re: TFXplorer collisions

Post by Krishty »

It is indeed COLLISION_BOX and COLLISION_TRIANGLE, i.e. should be exactly like TAW’s!
Post Reply