Atavism Version 2018.1AGIS API

atavism.server.physics
Class ColladaPhysicsParser

java.lang.Object
  extended by atavism.server.physics.ColladaPhysicsParser

public class ColladaPhysicsParser
extends java.lang.Object


Field Summary
static float UNITS_PER_METER
           
 
Constructor Summary
ColladaPhysicsParser()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNITS_PER_METER

public static float UNITS_PER_METER
Constructor Detail

ColladaPhysicsParser

public ColladaPhysicsParser()
Method Detail

processShape

public static Shape<? extends Geometry> processShape(org.w3c.dom.Element shapeElement)
                                              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

main

public static void main(java.lang.String[] argv)

parsePhysics

public static java.util.List<Shape<? extends Geometry>> parsePhysics(java.lang.String physicsData)

parsePhysics

public static java.util.List<Shape<? extends Geometry>> parsePhysics(java.io.File f)

parsePhysics

public static java.util.List<Shape<? extends Geometry>> parsePhysics(java.io.InputStream physicsData)


Copyright © 2018 Dragonsan Studios Sp. z o.o.