com.bulletphysics.demos.bsp
Class BspConverter

java.lang.Object
  extended by com.bulletphysics.demos.bsp.BspConverter

public abstract class BspConverter
extends java.lang.Object


Constructor Summary
BspConverter()
           
 
Method Summary
abstract  void addConvexVerticesCollider(java.util.List<javax.vecmath.Vector3f> vertices)
           
 void convertBsp(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BspConverter

public BspConverter()
Method Detail

convertBsp

public void convertBsp(java.io.InputStream in)
                throws java.io.IOException
Throws:
java.io.IOException

addConvexVerticesCollider

public abstract void addConvexVerticesCollider(java.util.List<javax.vecmath.Vector3f> vertices)