com.jme3.bullet.util
Class DebugMeshCallback

java.lang.Object
  extended by com.jme3.bullet.util.DebugMeshCallback

public class DebugMeshCallback
extends java.lang.Object


Constructor Summary
DebugMeshCallback()
           
 
Method Summary
 void addVector(float x, float y, float z, int part, int index)
           
 java.nio.FloatBuffer getVertices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugMeshCallback

public DebugMeshCallback()
Method Detail

addVector

public void addVector(float x,
                      float y,
                      float z,
                      int part,
                      int index)

getVertices

public java.nio.FloatBuffer getVertices()