Interface DebugMeshInitListener

All Known Implementing Classes:
PlaneDmiListener

public interface DebugMeshInitListener
Callback interface used to add texture coordinates to a debug mesh.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    debugMeshInit(com.jme3.scene.Mesh debugMesh)
    Callback from DebugShapeFactory or SoftBodyDebugControl, invoked just after the mesh positions and normals are initialized.
  • Method Details

    • debugMeshInit

      void debugMeshInit(com.jme3.scene.Mesh debugMesh)
      Callback from DebugShapeFactory or SoftBodyDebugControl, invoked just after the mesh positions and normals are initialized. A good time to add texture coordinates.
      Parameters:
      debugMesh - the mesh to be used for visualization (not null)