org.jagatoo.loaders.models.collada.stax
Class XMLAsset
java.lang.Object
org.jagatoo.loaders.models.collada.stax.XMLAsset
public class XMLAsset
- extends java.lang.Object
Asset information about a COLLADA file, e.g.
the author, the contributor, the creation/modification
dates, units, etc..
Child of Camera, COLLADA, Light, Material, Technique,
Source, Geometry, Image, Animation, AnimationClip,
Controller, Extra, Node, VisualScene, Library_*, Effect,
ForceField, PhysicsMaterial, PhysicsScene, PhysicsModel
|
Method Summary |
org.openmali.vecmath2.Vector3f |
getUpVector()
|
void |
parse(javax.xml.stream.XMLStreamReader parser)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contributors
public java.util.List<XMLContributor> contributors
created
public java.lang.String created
modified
public java.lang.String modified
unit
public XMLUnit unit
upAxis
public XMLAsset.UpAxis upAxis
XMLAsset
public XMLAsset()
getUpVector
public final org.openmali.vecmath2.Vector3f getUpVector()
parse
public void parse(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException