Class EmitterMeshConvexHullShape

All Implemented Interfaces:
EmitterShape, Savable, JmeCloneable, Cloneable

public class EmitterMeshConvexHullShape extends EmitterMeshFaceShape
This emitter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh). So in case of multiple meshes some vertices may appear in a space between them.
  • Constructor Details

    • EmitterMeshConvexHullShape

      public EmitterMeshConvexHullShape()
      Empty constructor. Sets nothing.
    • EmitterMeshConvexHullShape

      public EmitterMeshConvexHullShape(List<Mesh> meshes)
      Constructor. It stores a copy of vertex list of all meshes.
      Parameters:
      meshes - a list of meshes that will form the emitter's shape
  • Method Details