DECLARE_ENUM(EKernelType, KT_Smooth=0, KT_Spiky=1)
DEF_VAR_IN(Real, SmoothingLength, "Smoothing Length")
DEF_ENUM(EKernelType, KernelType, EKernelType::KT_Spiky, "Rendering mode")
void calculateScalingFactor()
virtual ~ParticleApproximation()
DEF_VAR_IN(Real, SamplingDistance, "Particle sampling distance")