2020-01-07 17:07:47 -05:00
|
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
2019-09-25 13:55:37 -04:00
|
|
|
|
2020-01-06 12:54:08 -05:00
|
|
|
#include "ClothingSimulationInterface.h"
|
2019-09-25 13:55:37 -04:00
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
|
// IClotingSimulationContext
|
|
|
|
|
//==============================================================================
|
|
|
|
|
|
|
|
|
|
IClothingSimulationContext::IClothingSimulationContext()
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
IClothingSimulationContext::~IClothingSimulationContext()
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
//==============================================================================
|
2020-01-06 12:54:08 -05:00
|
|
|
// IClothingSimulation
|
2019-09-25 13:55:37 -04:00
|
|
|
//==============================================================================
|
|
|
|
|
|
2020-01-06 12:54:08 -05:00
|
|
|
IClothingSimulation::IClothingSimulation()
|
2019-09-25 13:55:37 -04:00
|
|
|
{}
|
|
|
|
|
|
2020-01-06 12:54:08 -05:00
|
|
|
IClothingSimulation::~IClothingSimulation()
|
2019-09-25 13:55:37 -04:00
|
|
|
{}
|