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 SummaryFields inherited from class com.jme3.scene.plugins.ogre.MeshLoaderAUTO_INTERLEAVE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.jme3.scene.plugins.ogre.MeshLoadercharacters, endDocument, endElement, startDocument, startElementMethods inherited from class org.xml.sax.helpers.DefaultHandlerendPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
SceneMeshLoaderpublic SceneMeshLoader()
 
- 
- 
Method Details- 
loadDescription copied from interface:AssetLoaderLoads asset from the given input stream, parsing it into an application-usable object.- Specified by:
- loadin interface- AssetLoader
- Overrides:
- loadin class- MeshLoader
- Parameters:
- info- the located asset
- Returns:
- An object representing the resource.
- Throws:
- IOException- If an I/O error occurs while loading
 
- 
resetpublic void reset()
 
-