Uses of Package
hm.zelha.particlesfx.shapers
Packages that use hm.zelha.particlesfx.shapers
-
Classes in hm.zelha.particlesfx.shapers used by hm.zelha.particlesfx.shapersClassDescriptionThis class is generally meant to be used with particles that extend ColorableParticle to properly display a colored image
(ParticleDustColored,ParticleEffectColored)
however it allows you to use normal particles to draw detailed objects by reading transparent images
(or by usingParticleImage.addIgnoredColor(Color)andParticleImage.setFuzz(int))This class uses the Sunflower Seed Arrangement to form a sphere, as opposed toParticleSphereCSAwhich uses surface area and circumference.This 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. -
Classes in hm.zelha.particlesfx.shapers used by hm.zelha.particlesfx.utilClassDescriptionThis class uses the Sunflower Seed Arrangement to form a sphere, as opposed to
ParticleSphereCSAwhich uses surface area and circumference.