Particle Spherical Cap (Expression) — skript-particle
Addon: skript-particle · Category: Expression · Since: 1.0.0
Syntax
[a] spherical (cap|sector) (with|of) radius %number% and [cutoff] angle [of] %number% [degrees|radians]Description
Creates a spherical cap or spherical sector shape with the given radius and cutoff angle. The radius must be greater than 0. The angle must be between 0 and 180 degrees. If the angle is 180 degrees, the shape will be a sphere. A spherical cap is a portion of the surface of a sphere. A spherical sector, or spherical cone, is essentially a cone with a rounded base.
Examples
set {_shape} to spherical cap with radius 10 and angle 45 degrees
set {_shape} to a spherical sector of radius 3 and angle 90 degrees