DEF_VAR_IN(Real, SmoothingLength, "Smoothing Length")
DEF_ENUM(EKernelType, KernelType, EKernelType::KT_Spiky, "Rendering mode")
void calculateScalingFactor()
virtual ~ParticleApproximation()
DECLARE_ENUM(EKernelType, KT_Smooth=0, KT_Spiky=1, KT_Cubic=2, KT_Constant=3, KT_Quartic=4, KT_Corrected=5, KT_CorrectedQuatic=6, KT_WendlandC2=7, KT_CorrectedMPSKernel=8)
DEF_VAR_IN(Real, SamplingDistance, "Particle sampling distance")