Uses of Class
hm.zelha.particlesfx.shapers.parents.ParticleShaper
Packages that use ParticleShaper
-
Uses of ParticleShaper in hm.zelha.particlesfx.shapers
Subclasses of ParticleShaper in hm.zelha.particlesfx.shapersModifier and TypeClassDescriptionclassclassclassclassclassThis 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))classclassclassclassclassThis 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.classclassMethods in hm.zelha.particlesfx.shapers that return ParticleShaperModifier and TypeMethodDescriptionprotected ParticleShaperParticleCircle.cloneConstructor()protected ParticleShaperParticleCircleFilled.cloneConstructor()protected ParticleShaperParticleCylinder.cloneConstructor()protected ParticleShaperParticleFluid.cloneConstructor()protected ParticleShaperParticleImage.cloneConstructor()protected ParticleShaperParticleLine.cloneConstructor()protected ParticleShaperParticleLineCurved.cloneConstructor()protected ParticleShaperParticlePolygon.cloneConstructor()protected ParticleShaperParticlePolygonFilled.cloneConstructor()protected ParticleShaperParticleSphere.cloneConstructor()protected ParticleShaperParticleSphereCSA.cloneConstructor()protected ParticleShaperParticleSpiral.cloneConstructor()protected ParticleShaperParticleText.cloneConstructor()ParticleFluid.start() -
Uses of ParticleShaper in hm.zelha.particlesfx.shapers.parents
Methods in hm.zelha.particlesfx.shapers.parents that return ParticleShaperModifier and TypeMethodDescriptionParticleShaper.clone()protected abstract ParticleShaperParticleShaper.cloneConstructor()ParticleShaper.setAsync(boolean async) ParticleShaper.setDelay(int delay) ParticleShaper.setParticlesPerDisplay(int particlesPerDisplay) ParticleShaper.start()ParticleShaper.stop()