Particle Ellipsoid (Expression) — skript-particle
Addon: skript-particle · Category: Expression · Since: 1.0.0
Syntax
[a[n]] [(outlined|wireframe|hollow|(solid|filled))] ellipsoid (with|of) radi(i|us) %number%(,| and) %number%[,] and %number%Description
Creates a ellipsoid shape with the given radii. The radii must be greater than 0. The first radius is the x radius, and the second is the y radius, and the last is the z radius. These are relative to the shape's rotation, so they only correspond exactly to the world axes if the shape is not rotated. Note that this shape is modified using the Length/Width/Height modifiers, not the Radius modifier. This means the length/width/height of the shape will be twice the radius in each direction. Length is the x axis, width is the z axis, and height is the y axis. NOTE: Very eccentric solid ellipsoids (those with a large difference between the radii) may have many more particles than expected. Be careful.
Examples
set {_shape} to ellipsoid with radii 10, 3, and 8
set {_shape} to a solid ellipsoid of radius 3 and 5 and 6
set {_shape} to a hollow ellipsoid with radii 3, 6 and 5