public class ObjOrPolyObjImporter extends Importer
| Constructor and Description |
|---|
ObjOrPolyObjImporter() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Group |
getRoot()
Gets the 3D node that was loaded earlier through the load() call.
|
boolean |
isSupported(java.lang.String extension)
Tests if the given 3D file extension is supported (e.g.
|
void |
load(java.lang.String fileUrl,
boolean asPolygonMesh)
Loads the 3D file.
|
getTimelinepublic void load(java.lang.String fileUrl,
boolean asPolygonMesh)
throws java.io.IOException
Importerpublic javafx.scene.Group getRoot()
Importerpublic boolean isSupported(java.lang.String extension)
ImporterisSupported in class Importerextension - The file extension (e.g. "ma", "ase", "obj", "fxml",
"dae")