Uses of Class
hm.zelha.particlesfx.shapers.ParticleSphere
Packages that use ParticleSphere
-
Uses of ParticleSphere in hm.zelha.particlesfx.shapers
Subclasses of ParticleSphere in hm.zelha.particlesfx.shapersModifier and TypeClassDescriptionclassThis class uses surface area and circumference to position particles, as opposed toParticleSpherewhich uses the Sunflower Seed Arrangement
This class's sphere looks worse, but is much less chaotic and easier to color with secondary particles.Methods in hm.zelha.particlesfx.shapers that return ParticleSphereModifier and TypeMethodDescriptionParticleSphere.clone()ParticleSphere.setLimit(double limit) ParticleSphereCSA.setLimit(double limit) ParticleSphere.setLimitInverse(boolean limitInverse) -
Uses of ParticleSphere in hm.zelha.particlesfx.util
Methods in hm.zelha.particlesfx.util that return ParticleSphereModifier and TypeMethodDescriptionstatic ParticleSphereParticleSFX.sun(TravellingParticle particle, LocationSafe center, double xRadius, double yRadius, double zRadius, int particleFrequency) Creates a sphere with the particles travelling away from the centerstatic ParticleSphereParticleSFX.sun(TravellingParticle particle, LocationSafe center, double radius, int particleFrequency) Creates a sphere with the particles travelling away from the center.