Uses of Class
com.jmex.model.ModelFormatException

Packages that use ModelFormatException
com.jmex.model   
com.jmex.model.ogrexml   
 

Uses of ModelFormatException in com.jmex.model
 

Methods in com.jmex.model that throw ModelFormatException
static Quaternion XMLUtil.getQuatAttribute(org.w3c.dom.Node node, java.lang.String name)
           
static Quaternion XMLUtil.getQuatAttribute(org.w3c.dom.Node node, java.lang.String name, Quaternion defVal)
           
static ColorRGBA XMLUtil.getRGBAAttribute(org.w3c.dom.Node node, java.lang.String name)
           
static ColorRGBA XMLUtil.getRGBAAttribute(org.w3c.dom.Node node, java.lang.String name, ColorRGBA defVal)
           
static Vector3f XMLUtil.getVec3Attribute(org.w3c.dom.Node node, java.lang.String name)
           
static Vector3f XMLUtil.getVec3Attribute(org.w3c.dom.Node node, java.lang.String name, Vector3f defVal)
           
static org.w3c.dom.Node XMLUtil.loadDocument(java.io.InputStream in, java.lang.String rootElementName)
           
 

Uses of ModelFormatException in com.jmex.model.ogrexml
 

Methods in com.jmex.model.ogrexml that throw ModelFormatException
 void SceneLoader.load(java.io.InputStream in)
          Adds data from the specified dotScene file onto a scene node (which may then be retrieved with getScene().
 void SceneLoader.load(org.w3c.dom.Node sceneXmlNode)
           
 void SceneLoader.load(java.net.URI uri)
          Convenience wrapper
 void SceneLoader.load(java.net.URL url)
          Adds contents of dotScene file at specified URI onto a scene node, automatically adding the containing directory to the resource locator paths for the duration of the load.
 OgreEntityNode OgreLoader.loadModel(java.net.URL url)
          Legacy wrapper.
 OgreEntityNode OgreLoader.loadModel(java.net.URL url, java.lang.String nodeName)
          Load a MESH.XML model from the specified URL, automatically adding the containing directory to the Model resource locator paths for the duration of the load (in order to pull in reference skeletons files).
 void SceneLoader.loadNode(Node targetJmeNode, org.w3c.dom.Node sourceXmlNode)
          Populates the specified jME Node with data from the specified XML Node.