... | @@ -10,10 +10,6 @@ Generates a particle effect based on an equation. |
... | @@ -10,10 +10,6 @@ Generates a particle effect based on an equation. |
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| equation | | The equation to use. Allows the `x`,`y`,`z` variables | 0 |
|
|
| equation | | The equation to use. Allows the `x`,`y`,`z` variables | 0 |
|
|
| boundx | bx | The maximum width of the generated particles on the x axis | 1 |
|
|
|
|
| boundz | bz | The maximum width of the generated particles on the z axis | 1 |
|
|
|
|
| boundy | by | The maximum height of the generated particles on the y axis | 1 |
|
|
|
|
| resolution | res | The resolution of the equation | 0.1 |
|
|
|
|
| precision | | The distance between individual particles | 1 |
|
|
| precision | | The distance between individual particles | 1 |
|
|
| tolerance | | Tolerance for floating points errors | 0.1 |
|
|
| tolerance | | Tolerance for floating points errors | 0.1 |
|
|
| variables | | A map of variables for the equation expression, like x/y/z are, separated by `;`<br>for example, `variables="h=1;t=2"` | |
|
|
| variables | | A map of variables for the equation expression, like x/y/z are, separated by `;`<br>for example, `variables="h=1;t=2"` | |
|
... | | ... | |