- setCenterOfRotation(Point3D) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Set the center of rotation.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in interface com.interactivemesh.jfx.importer.Importer
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
Sets the crease angle for normals generation measured in degrees.
- setCreaseAngle(double) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
Sets the crease angle for normals generation measured in degrees.
- setFarClip(double) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the far clipping plane distance.
- setFieldOfView(double) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the field of view value.
- setName(String) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the name.
- setNearClip(double) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the near clipping plane distance.
- setOptions(ColImportOption...) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
Sets the import options.
- setOptions(EnumSet<ColImportOption>) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
Sets the import options.
- setOptions(FxmlImportOption...) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
Sets the import options.
- setOptions(EnumSet<FxmlImportOption>) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
Sets the import options.
- setOptions(ObjImportOption...) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
Sets the import options.
- setOptions(EnumSet<ObjImportOption>) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
Sets the import options.
- setOptions(StlImportOption...) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
Sets the import options.
- setOptions(EnumSet<StlImportOption>) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
Sets the import options.
- setOptions(TdsImportOption...) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
Sets the import options.
- setOptions(EnumSet<TdsImportOption>) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
Sets the import options.
- setOptions(X3dImportOption...) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
Sets the import options.
- setOptions(EnumSet<X3dImportOption>) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
Sets the import options.
- setPerspectiveProjection(boolean) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the projection mode.
- setResourceBasePath(String) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBasePath(String) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBasePath(String) - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBasePath(String) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBasePath(String) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBasePath(String) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
Sets the path where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setResourceBaseUrl(URL) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
Sets the URL where files associated with the imported 3D model file are located.
- setTransform(Affine) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the affine transform.
- setVerticalFieldOfView(boolean) - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
Sets the state whether the field of view is measured vertically or horizontally.
- StlImportOption - Enum in com.interactivemesh.jfx.importer.stl
-
Import options for the JavaFX STL mesh importer.
- StlMeshImporter - Class in com.interactivemesh.jfx.importer.stl
-
A JavaFX importer for ASCII and binary STL files.
- StlMeshImporter() - Constructor for class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
Creates a STL mesh importer.