Add **Cloth** simulation with physics

This commit is contained in:
Wojtek Figat
2023-07-03 10:38:36 +02:00
parent 8818b3b07c
commit f81989a171
9 changed files with 1586 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ public class PhysX : DepsModule
bool useDynamicLinking = false;
bool usePVD = false;
bool useVehicle = true;
bool useVehicle = Physics.WithVehicle;
bool usePhysicsCooking = Physics.WithCooking;
var depsRoot = options.DepsFolder;