Interface MeshCustomizer


public interface MeshCustomizer
Interface used to customize debug meshes.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.jme3.scene.Mesh
    customizeMesh(com.jme3.scene.Mesh inputMesh)
    Customize the specified Mesh.
  • Method Details

    • customizeMesh

      com.jme3.scene.Mesh customizeMesh(com.jme3.scene.Mesh inputMesh)
      Customize the specified Mesh.
      Parameters:
      inputMesh - the Mesh to be customized (not null)
      Returns:
      the customized mesh (not null)