2019-12-26 14:45:42 -05:00
|
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
2018-12-12 11:25:29 -05:00
|
|
|
|
|
|
|
|
#include "GeometryCollection/GeometryCollectionSQAccelerator.h"
|
|
|
|
|
#include "Physics/Experimental/PhysScene_Chaos.h"
|
2019-06-08 17:15:34 -04:00
|
|
|
#include "Chaos/Box.h"
|
|
|
|
|
#include "Chaos/Capsule.h"
|
|
|
|
|
#include "Chaos/ImplicitObjectTransformed.h"
|
|
|
|
|
#include "Chaos/Sphere.h"
|
2018-12-12 11:25:29 -05:00
|
|
|
#include "Chaos/PBDRigidParticles.h"
|
|
|
|
|
#include "GeometryCollection/ManagedArray.h"
|
|
|
|
|
#include "GeometryCollection/GeometryCollectionComponent.h"
|
|
|
|
|
#include "GeometryCollection/GeometryCollectionActor.h"
|
|
|
|
|
#include "Components/BoxComponent.h"
|
|
|
|
|
#include "ChaosSolversModule.h"
|
|
|
|
|
#include "ChaosStats.h"
|
2019-08-02 09:01:58 -04:00
|
|
|
#include "PhysicsSolver.h"
|
|
|
|
|
#include "PhysicsProxy/GeometryCollectionPhysicsProxy.h"
|