Package zombie.core.skinnedmodel.model
Class FileTask_LoadMesh
java.lang.Object
zombie.fileSystem.FileTask
zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
zombie.core.skinnedmodel.model.FileTask_LoadMesh
- All Implemented Interfaces:
java.util.concurrent.Callable
public class FileTask_LoadMesh extends FileTask_AbstractLoadModel
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
m_fileNameFields inherited from class zombie.fileSystem.FileTask
m_cb, m_file_system, m_priority -
Constructor Summary
Constructors Constructor Description FileTask_LoadMesh(ModelMesh modelMesh, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback) -
Method Summary
Modifier and Type Method Description voiddone()java.lang.StringgetErrorMessage()java.lang.StringgetRawFileName()ProcessedAiSceneloadFBX()ModelTxtloadTxt()ProcessedAiSceneloadX()Methods inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
callMethods inherited from class zombie.fileSystem.FileTask
handleResult, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileTask_LoadMesh
public FileTask_LoadMesh(ModelMesh modelMesh, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback)
-
-
Method Details
-
getErrorMessage
public java.lang.String getErrorMessage()- Overrides:
getErrorMessagein classFileTask
-
done
public void done() -
getRawFileName
public java.lang.String getRawFileName()- Specified by:
getRawFileNamein classFileTask_AbstractLoadModel
-
loadX
- Specified by:
loadXin classFileTask_AbstractLoadModel- Throws:
java.io.IOException
-
loadFBX
- Specified by:
loadFBXin classFileTask_AbstractLoadModel- Throws:
java.io.IOException
-
loadTxt
- Specified by:
loadTxtin classFileTask_AbstractLoadModel- Throws:
java.io.IOException
-