Uses of Class
hm.zelha.particlesfx.shapers.ParticleCircle
Packages that use ParticleCircle
-
Uses of ParticleCircle in hm.zelha.particlesfx.shapers
Subclasses of ParticleCircle in hm.zelha.particlesfx.shapersModifier and TypeClassDescriptionclassclassThis class uses the Sunflower Seed Arrangement to form a sphere, as opposed toParticleSphereCSAwhich uses surface area and circumference.classThis 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 ParticleCircleModifier and TypeMethodDescriptionParticleCircle.clone()ParticleCircle.setLimit(double limit) ParticleCircle.setLimitInverse(boolean limitInverse)