Class ModelLoaderUtils
java.lang.Object
repast.simphony.visualization.editedStyle.ModelLoaderUtils
Utils class for finding a org.jogamp.java3d.loaders.Loader based on the
file type.
- Author:
- Eric Tatara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jogamp.java3d.loaders.Loader
getLoaderForFile
(String filename) static org.jogamp.java3d.loaders.Scene
loadSceneFromModel
(File file) Load the scene from a provided model file name.
-
Constructor Details
-
ModelLoaderUtils
public ModelLoaderUtils()
-
-
Method Details
-
getLoaderForFile
-
loadSceneFromModel
Load the scene from a provided model file name.- Parameters:
filename
- the mode file name- Returns:
- the scene
-