java.lang.Object
com.marginallyclever.ro3.mesh.load.LoadAMF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidload(BufferedInputStream inputStream, Mesh model) Load data from streamMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.marginallyclever.ro3.mesh.load.MeshLoader
getMaterialPath, hasMaterial
-
Constructor Details
-
LoadAMF
public LoadAMF()
-
-
Method Details
-
getEnglishName
- Specified by:
getEnglishNamein interfaceMeshLoader
-
getValidExtensions
- Specified by:
getValidExtensionsin interfaceMeshLoader
-
load
Description copied from interface:MeshLoaderLoad data from stream- Specified by:
loadin interfaceMeshLoader- Parameters:
inputStream- source of datamodel- mesh into which data will be loaded- Throws:
Exception- if something goes wrong
-