Package com.jme3.scene.plugins.gltf
Class BinLoader
java.lang.Object
com.jme3.scene.plugins.gltf.BinLoader
- All Implemented Interfaces:
- AssetLoader
Created by Nehon on 08/08/2017.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BinLoaderpublic BinLoader()
 
- 
- 
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
- Parameters:
- assetInfo- the located asset
- Returns:
- An object representing the resource.
- Throws:
- IOException- If an I/O error occurs while loading
 
 
-