public class ColladaPhysicsParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float |
UNITS_PER_METER |
Constructor and Description |
---|
ColladaPhysicsParser() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv) |
static java.util.List<Shape<? extends Geometry>> |
parsePhysics(java.io.File f) |
static java.util.List<Shape<? extends Geometry>> |
parsePhysics(java.io.InputStream physicsData) |
static java.util.List<Shape<? extends Geometry>> |
parsePhysics(java.lang.String physicsData) |
static Shape<? extends Geometry> |
processShape(org.w3c.dom.Element shapeElement) |
public static Shape<? extends Geometry> processShape(org.w3c.dom.Element shapeElement) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public static void main(java.lang.String[] argv)
public static java.util.List<Shape<? extends Geometry>> parsePhysics(java.lang.String physicsData)