mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Add 'ellipse' distribution to ParticleSystem
This commit is contained in:
@@ -46,13 +46,14 @@ class ParticleSystem : public Drawable
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Type of distribution new particles are drawn from: None, uniform, normal.
|
||||
* Type of distribution new particles are drawn from: None, uniform, normal, ellipse.
|
||||
*/
|
||||
enum AreaSpreadDistribution
|
||||
{
|
||||
DISTRIBUTION_NONE,
|
||||
DISTRIBUTION_UNIFORM,
|
||||
DISTRIBUTION_NORMAL,
|
||||
DISTRIBUTION_ELLIPSE,
|
||||
DISTRIBUTION_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user