Package com.jme3.effect.shapes
package com.jme3.effect.shapes
emitter shapes for use in particle effects
-
ClassDescriptionAn
EmitterShape
that emits particles randomly within the bounds of an axis-aligned box.This emitter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh).This emitter shape emits the particles from the given shape's faces.This emitter shape emits the particles from the given shape's verticesAnEmitterShape
that emits particles from a single point in space.This interface declares methods used by all shapes that represent particle emitters.AnEmitterShape
that emits particles randomly from within the volume of a sphere.