java.lang.Object
com.marginallyclever.ro3.mesh.load.LoadAMF
- All Implemented Interfaces:
MeshLoader
LoadAMF
is a MeshLoader
that loads an
AMF into a Mesh
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
load
(BufferedInputStream inputStream, Mesh model) Load data from streamMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.marginallyclever.ro3.mesh.load.MeshLoader
getMaterialPath, hasMaterial
-
Constructor Details
-
LoadAMF
public LoadAMF()
-
-
Method Details
-
getEnglishName
- Specified by:
getEnglishName
in interfaceMeshLoader
-
getValidExtensions
- Specified by:
getValidExtensions
in interfaceMeshLoader
-
load
Description copied from interface:MeshLoader
Load data from stream- Specified by:
load
in interfaceMeshLoader
- Parameters:
inputStream
- source of datamodel
- mesh into which data will be loaded- Throws:
Exception
- if something goes wrong
-