Browse Source

Fix solid bendy bridge in Teledahn.

[PXPhysical] Bendy Bridge
Changed the member group from kGroupDynamic to kGroupStatic. The
previous setting is for kickables (which this bridge is not). PhysX does
not allow for non-kinematic dynamic bodies to have triangle mesh bounds.
Because of the improper member group, we were forcing PhysX to treat the
triangle mesh bounds as a convex hull, making the whole bridge solid.

Or, as Simulation.0.log says:
```
WARNING: 'BendyBridge' is a dynamic triangle mesh; this is not supported
in PhysX 4... forcing to convex hull, sorry.
```
pull/56/head
Adam Johnson 3 years ago
parent
commit
d062f314da
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. BIN
      compiled/dat/Teledahn_District_tldnHarvest.prp

BIN
compiled/dat/Teledahn_District_tldnHarvest.prp (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save