Package com.jme3.scene.plugins.ogre
Class SceneMeshLoader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.jme3.scene.plugins.ogre.MeshLoader
com.jme3.scene.plugins.ogre.SceneMeshLoader
- All Implemented Interfaces:
AssetLoader
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
Fields inherited from class com.jme3.scene.plugins.ogre.MeshLoader
AUTO_INTERLEAVE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jme3.scene.plugins.ogre.MeshLoader
characters, endDocument, endElement, startDocument, startElement
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SceneMeshLoader
public SceneMeshLoader()
-
-
Method Details
-
load
Description copied from interface:AssetLoader
Loads asset from the given input stream, parsing it into an application-usable object.- Specified by:
load
in interfaceAssetLoader
- Overrides:
load
in classMeshLoader
- Parameters:
info
- the located asset- Returns:
- An object representing the resource.
- Throws:
IOException
- If an I/O error occurs while loading
-
reset
public void reset()
-