Package com.jme3.bullet.debug
Interface MeshCustomizer
public interface MeshCustomizer
Interface used to customize debug meshes.
-
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-