Class EmitterMeshFaceShape

java.lang.Object
com.jme3.effect.shapes.EmitterMeshVertexShape
com.jme3.effect.shapes.EmitterMeshFaceShape
All Implemented Interfaces:
EmitterShape, Savable, JmeCloneable, Cloneable
Direct Known Subclasses:
EmitterMeshConvexHullShape

public class EmitterMeshFaceShape extends EmitterMeshVertexShape
This emitter shape emits the particles from the given shape's faces.
  • Constructor Details

    • EmitterMeshFaceShape

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

      public EmitterMeshFaceShape(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