Package com.jme3.scene.plugins.ogre
Class MaterialLoader
java.lang.Object
com.jme3.scene.plugins.ogre.MaterialLoader
- All Implemented Interfaces:
AssetLoader
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MaterialLoader
public MaterialLoader()
-
-
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
- Parameters:
info
- the located asset- Returns:
- An object representing the resource.
- Throws:
IOException
- If an I/O error occurs while loading
-