From 6a8c77c670ede6f56c0caee6770e4bf3dfacc700 Mon Sep 17 00:00:00 2001
From: Kusal Ekanayake
Date: Tue, 12 Sep 2017 15:11:27 +1200
Subject: [PATCH] Made the project successfully build and deploy using new
libraries on a local maven repo. Removed old unused libraries.
#story[1266]
---
.../LICENSE-3dsModelImporterJFX.txt | 26 -
.../LICENSE-ColModelImporterJFX.txt | 26 -
.../LICENSE-FxmlModelImporterJFX.txt | 26 -
.../LICENSE-ObjModelImporterJFX.txt | 26 -
.../LICENSE-StlMeshImporterJFX.txt | 26 -
.../LICENSE-X3dModelImporterJFX.txt | 26 -
.../apidoc/allclasses-frame.html | 41 -
.../apidoc/allclasses-noframe.html | 41 -
.../jfx/importer/FilePath.html | 322 ----
.../jfx/importer/ImportException.html | 299 ----
.../jfx/importer/Importer.html | 408 -----
.../jfx/importer/ModelImporter.html | 357 ----
.../jfx/importer/Viewpoint.html | 683 -------
.../importer/col/ColAsset.Contributor.html | 374 ----
.../col/ColAsset.GeographicLocation.html | 315 ----
.../jfx/importer/col/ColAsset.UpAxis.html | 373 ----
.../jfx/importer/col/ColAsset.html | 515 ------
.../jfx/importer/col/ColImportOption.html | 446 -----
.../jfx/importer/col/ColModelImporter.html | 876 ---------
.../jfx/importer/col/package-frame.html | 28 -
.../jfx/importer/col/package-summary.html | 896 ----------
.../jfx/importer/col/package-tree.html | 154 --
.../jfx/importer/fxml/FxmlImportOption.html | 429 -----
.../jfx/importer/fxml/FxmlModelImporter.html | 852 ---------
.../jfx/importer/fxml/package-frame.html | 24 -
.../jfx/importer/fxml/package-summary.html | 241 ---
.../jfx/importer/fxml/package-tree.html | 150 --
.../jfx/importer/obj/ObjImportOption.html | 391 ----
.../jfx/importer/obj/ObjModelImporter.html | 808 ---------
.../jfx/importer/obj/package-frame.html | 24 -
.../jfx/importer/obj/package-summary.html | 362 ----
.../jfx/importer/obj/package-tree.html | 150 --
.../jfx/importer/package-frame.html | 30 -
.../jfx/importer/package-summary.html | 207 ---
.../jfx/importer/package-tree.html | 160 --
.../jfx/importer/stl/StlImportOption.html | 371 ----
.../jfx/importer/stl/StlMeshImporter.html | 653 -------
.../jfx/importer/stl/package-frame.html | 24 -
.../jfx/importer/stl/package-summary.html | 181 --
.../jfx/importer/stl/package-tree.html | 150 --
.../jfx/importer/tds/TdsImportOption.html | 391 ----
.../jfx/importer/tds/TdsModelImporter.html | 811 ---------
.../jfx/importer/tds/package-frame.html | 24 -
.../jfx/importer/tds/package-summary.html | 188 --
.../jfx/importer/tds/package-tree.html | 150 --
.../jfx/importer/x3d/X3dHead.UnitCat.html | 383 ----
.../jfx/importer/x3d/X3dHead.html | 353 ----
.../jfx/importer/x3d/X3dImportOption.html | 431 -----
.../jfx/importer/x3d/X3dModelImporter.html | 904 ----------
.../jfx/importer/x3d/package-frame.html | 26 -
.../jfx/importer/x3d/package-summary.html | 1587 -----------------
.../jfx/importer/x3d/package-tree.html | 152 --
.../apidoc/constant-values.html | 125 --
.../apidoc/deprecated-list.html | 125 --
.../apidoc/help-doc.html | 226 ---
.../apidoc/index-files/index-1.html | 243 ---
.../apidoc/index-files/index-10.html | 208 ---
.../apidoc/index-files/index-11.html | 149 --
.../apidoc/index-files/index-2.html | 151 --
.../apidoc/index-files/index-3.html | 515 ------
.../apidoc/index-files/index-4.html | 154 --
.../apidoc/index-files/index-5.html | 133 --
.../apidoc/index-files/index-6.html | 168 --
.../apidoc/index-files/index-7.html | 212 ---
.../apidoc/index-files/index-8.html | 296 ---
.../apidoc/index-files/index-9.html | 140 --
.../apidoc/index.html | 74 -
.../apidoc/overview-frame.html | 28 -
.../apidoc/overview-summary.html | 392 ----
.../apidoc/overview-tree.html | 195 --
.../apidoc/package-list | 7 -
.../apidoc/script.js | 30 -
.../apidoc/serialized-form.html | 142 --
.../apidoc/stylesheet-im.css | 574 ------
.../jim3dsModelImporterJFX.jar | Bin 58440 -> 0 bytes
.../jimColModelImporterJFX.jar | Bin 198684 -> 0 bytes
.../jimFxmlModelImporterJFX.jar | Bin 101946 -> 0 bytes
.../jimObjModelImporterJFX.jar | Bin 64470 -> 0 bytes
.../jimStlMeshImporterJFX.jar | Bin 20847 -> 0 bytes
.../jimX3dModelImporterJFX.jar | Bin 119651 -> 0 bytes
80 files changed, 21178 deletions(-)
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-3dsModelImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ColModelImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-FxmlModelImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ObjModelImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-StlMeshImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-X3dModelImporterJFX.txt
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-noframe.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/FilePath.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ImportException.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Importer.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Viewpoint.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.Contributor.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.GeographicLocation.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.UpAxis.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlMeshImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.UnitCat.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dImportOption.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dModelImporter.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/constant-values.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/deprecated-list.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/help-doc.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-1.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-10.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-11.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-2.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-3.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-4.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-5.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-6.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-7.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-8.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-9.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-frame.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-summary.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-tree.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/package-list
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/script.js
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/serialized-form.html
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/apidoc/stylesheet-im.css
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jim3dsModelImporterJFX.jar
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jimColModelImporterJFX.jar
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jimFxmlModelImporterJFX.jar
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jimObjModelImporterJFX.jar
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jimStlMeshImporterJFX.jar
delete mode 100644 libs/JFX3DModelImporters_EA_2014-02-09/jimX3dModelImporterJFX.jar
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-3dsModelImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-3dsModelImporterJFX.txt
deleted file mode 100644
index d45a8aa5..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-3dsModelImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-3dsModelImporterJFX - jim3dsModelImporterJFX.jar
-
-Copyright (c) 2013 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ColModelImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ColModelImporterJFX.txt
deleted file mode 100644
index 37a3b3b8..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ColModelImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-ColModelImporterJFX - jimColModelImporterJFX.jar
-
-Copyright (c) 2013-2014 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-FxmlModelImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-FxmlModelImporterJFX.txt
deleted file mode 100644
index f75c5dcc..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-FxmlModelImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-FXMLModelImporterJFX - jimFxmlModelImporterJFX.jar
-
-Copyright (c) 2013 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ObjModelImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ObjModelImporterJFX.txt
deleted file mode 100644
index 7bf42eaa..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-ObjModelImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-ObjModelImporterJFX - jimObjModelImporterJFX.jar
-
-Copyright (c) 2013 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-StlMeshImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-StlMeshImporterJFX.txt
deleted file mode 100644
index 1911835a..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-StlMeshImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-StlMeshImporterJFX - jimStlMeshImporterJFX.jar
-
-Copyright (c) 2013 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-X3dModelImporterJFX.txt b/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-X3dModelImporterJFX.txt
deleted file mode 100644
index 1ac72c0c..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/LICENSE-X3dModelImporterJFX.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-X3dModelImporterJFX - jimX3dModelImporterJFX.jar
-
-Copyright (c) 2013 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
-InteractiveMesh e.K.
-August Lammersdorf
-Hauptstraße 28d
-85737 Ismaning
-Germany / Munich Area
-www.InteractiveMesh.com/org
-
-License Agreement
-
-By installing, copying, or otherwise using the Software, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software.
-
-The copyright holder grants to you a non-exclusive, perpetual, irrevocable, and worldwide right to use the Software. It is provided to you free of charge for academic, commercial, and personal use.
-
-You may not remove any copyright, license, or other proprietary notice from the Software.
-
-No parts of the Software may be reproduced in part or in whole. You may not reverse engineer, decompile, or disassemble the Software or prepare derivative works of it.
-
-THIS PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING THE PROGRAM AND ASSUME ANY RISKS ASSOCIATED WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE, UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE THE PROGRAM, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-frame.html
deleted file mode 100644
index 271d8a21..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-frame.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-All Classes (JavaFX 3D Model Importers)
-
-
-
-
-
-All Classes
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-noframe.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-noframe.html
deleted file mode 100644
index 51137bcd..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/allclasses-noframe.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-All Classes (JavaFX 3D Model Importers)
-
-
-
-
-
-All Classes
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/FilePath.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/FilePath.html
deleted file mode 100644
index d4d77e17..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/FilePath.html
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
-FilePath (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-FilePath (java.lang.String importedPath,
- java.net.URL absolutePath)
-A FilePath object represents the paths of a referenced file
- by the string as read from the imported 3D model file and
- by the corresponding absolute Uniform Resource Locator (URL) object.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.net.URL
-getAbsolutePath ()
-Gets the absolute path of a referenced file as a Uniform Resource Locator (URL) object.
-
-
-
-java.lang.String
-getImportedPath ()
-Gets the path string of a referenced file as read from the imported 3D model file.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-FilePath
-public FilePath(java.lang.String importedPath,
- java.net.URL absolutePath)
-A FilePath object represents the paths of a referenced file
- by the string as read from the imported 3D model file and
- by the corresponding absolute Uniform Resource Locator (URL) object.
-
-Parameters:
-importedPath - the imported file path
-absolutePath - the absolute file path
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getImportedPath
-public java.lang.String getImportedPath()
-Gets the path string of a referenced file as read from the imported 3D model file.
- This is typically a relative path with each name separated from the next
- by the separator character '/'.
-
-Returns:
-the imported file path
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ImportException.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ImportException.html
deleted file mode 100644
index d2707cef..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ImportException.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-ImportException (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Throwable
-
-
-java.lang.Exception
-
-
-java.lang.RuntimeException
-
-
-com.interactivemesh.jfx.importer.ImportException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ImportException (java.lang.String message)
-Creates a new ImportException with the specified detail message.
-
-
-
-ImportException (java.lang.String message,
- java.lang.Throwable cause)
-Creates a new ImportException with the specified detail message and cause.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from class java.lang.Throwable
-addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-ImportException
-public ImportException(java.lang.String message,
- java.lang.Throwable cause)
-Creates a new ImportException with the specified detail message and cause.
-
-Parameters:
-message - the detail message
-cause - the cause
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Importer.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Importer.html
deleted file mode 100644
index e7c8e81e..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Importer.html
+++ /dev/null
@@ -1,408 +0,0 @@
-
-
-
-
-
-Importer (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Abstract Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-java.lang.Object
-getImport ()
-Gets the imported 3D data.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getCreaseAngle
-double getCreaseAngle()
-Gets the crease angle for normals generation measured in degrees.
-
Default value: 45
-
-Returns:
-crease angle for normals generation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Parameters:
-filePath - location of the file to import
-Throws:
-ImportException - if the importer encounters a problem reading or parsing the specified file or if the importer is closed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ModelImporter.html
deleted file mode 100644
index da37c386..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/ModelImporter.html
+++ /dev/null
@@ -1,357 +0,0 @@
-
-
-
-
-
-ModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Abstract Methods
-
-Modifier and Type
-Method and Description
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-getImageFilePaths
-java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-getNamedMaterials
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Viewpoint.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Viewpoint.html
deleted file mode 100644
index 4e80e09e..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/Viewpoint.html
+++ /dev/null
@@ -1,683 +0,0 @@
-
-
-
-
-
-Viewpoint (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.Viewpoint
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Viewpoint ()
-Constructs a perspective Viewpoint object with an identity transform.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-javafx.geometry.Point3D
-getCenterOfRotation ()
-Gets the center of rotation.
-
-
-
-double
-getFarClip ()
-Gets the far clipping plane distance.
-
-
-
-double
-getFieldOfView ()
-Gets the field of view value.
-
-
-
-java.lang.String
-getName ()
-Gets the name.
-
-
-
-double
-getNearClip ()
-Gets the near clipping plane distance.
-
-
-
-javafx.scene.transform.Affine
-getTransform ()
-Gets the affine transform.
-
-
-
-boolean
-isPerspective ()
-Gets the state whether the projection mode is perspective (default) or parallel.
-
-
-
-boolean
-isVerticalFieldOfView ()
-Gets the state whether the field of view is measured vertically (default) or horizontally.
-
-
-
-void
-setCenterOfRotation (javafx.geometry.Point3D value)
-Set the center of rotation.
-
-
-
-void
-setFarClip (double value)
-Sets the far clipping plane distance.
-
-
-
-void
-setFieldOfView (double value)
-Sets the field of view value.
-
-
-
-void
-setName (java.lang.String value)
-Sets the name.
-
-
-
-void
-setNearClip (double value)
-Sets the near clipping plane distance.
-
-
-
-void
-setPerspectiveProjection (boolean value)
-Sets the projection mode.
-
-
-
-void
-setTransform (javafx.scene.transform.Affine value)
-Sets the affine transform.
-
-
-
-void
-setVerticalFieldOfView (boolean value)
-Sets the state whether the field of view is measured vertically or horizontally.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.Contributor.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.Contributor.html
deleted file mode 100644
index 475940f0..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.Contributor.html
+++ /dev/null
@@ -1,374 +0,0 @@
-
-
-
-
-
-ColAsset.Contributor (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.String
-getAuthor ()
-Gets the name of the author.
-
-
-
-java.lang.String
-getAuthorEmail ()
-Gets the email address of the author.
-
-
-
-java.lang.String
-getAuthoringTool ()
-Gets the name of the authoring tool.
-
-
-
-java.lang.String
-getAuthorWebsite ()
-Gets the URL of the author's website.
-
-
-
-java.lang.String
-getComments ()
-Gets the comments of the contributor.
-
-
-
-java.lang.String
-getCopyright ()
-Gets the copyright information.
-
-
-
-java.lang.String
-getSourceData ()
-Gets a URI reference to the source data
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.GeographicLocation.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.GeographicLocation.html
deleted file mode 100644
index 0297a17d..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.GeographicLocation.html
+++ /dev/null
@@ -1,315 +0,0 @@
-
-
-
-
-
-ColAsset.GeographicLocation (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.col.ColAsset.GeographicLocation
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getAltitudeMode
-public java.lang.String getAltitudeMode()
-Gets the mode of the altitude value. The default mode "relativeToGround"
- specifies that the value is the distance from the altitude
- of the terrain at the latitude/longitude point. The mode "absolut" specifies
- that the value is the distance from sea level.
-
-Returns:
-"relativeToGround" or "absolut"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.UpAxis.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.UpAxis.html
deleted file mode 100644
index fd0cbcde..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.UpAxis.html
+++ /dev/null
@@ -1,373 +0,0 @@
-
-
-
-
-
-ColAsset.UpAxis (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<ColAsset.UpAxis >
-
-
-com.interactivemesh.jfx.importer.col.ColAsset.UpAxis
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-X_UP
-Upward axis: positive x, right axis: negative y, inward axis: positive z.
-
-
-
-Y_UP
-Upward axis: positive y, right axis: positive x, inward axis: positive z.
-
-
-
-Z_UP
-Upward axis: positive z, right axis: positive x, inward axis: negative y.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-X_UP
-public static final ColAsset.UpAxis X_UP
-Upward axis: positive x, right axis: negative y, inward axis: positive z.
-
-
-
-
-
-
-
-Y_UP
-public static final ColAsset.UpAxis Y_UP
-Upward axis: positive y, right axis: positive x, inward axis: positive z.
-
-
-
-
-
-
-
-Z_UP
-public static final ColAsset.UpAxis Z_UP
-Upward axis: positive z, right axis: positive x, inward axis: negative y.
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static ColAsset.UpAxis valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.html
deleted file mode 100644
index 3f77950c..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColAsset.html
+++ /dev/null
@@ -1,515 +0,0 @@
-
-
-
-
-
-ColAsset (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.col.ColAsset
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static class
-ColAsset.Contributor
-A Contributor object provides authoring information.
-
-
-
-static class
-ColAsset.GeographicLocation
-A GeographicLocation object provides geographic location information.
-
-
-
-static class
-ColAsset.UpAxis
-UpAxis describes the coordinate system of the geometric data.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-ColAsset.Contributor []
-getContributors ()
-Gets the contributors of the COLLADA file.
-
-
-
-java.lang.String
-getCreatedDate ()
-Gets the date and time when the COLADA file was created (in an ISO 8601 format).
-
-
-
-ColAsset.GeographicLocation
-getGeographicLocation ()
-Gets the geographic location information of the COLLADA file.
-
-
-
-java.lang.String
-getKeywords ()
-Gets a list of words used as search criteria.
-
-
-
-java.lang.String
-getModifiedDate ()
-Gets date and time when the COLADA file was last modified (in an ISO 8601 format).
-
-
-
-java.lang.String
-getRevision ()
-Gets the revision information of the COLLADA file.
-
-
-
-java.lang.String
-getSubject ()
-Gets a description of the topical subject of the COLLADA file.
-
-
-
-java.lang.String
-getTitle ()
-Gets the title information of the COLLADA file.
-
-
-
-float
-getUnitMeter ()
-Gets the real-world meters of one distance unit as a floating-point number.
-
-
-
-java.lang.String
-getUnitName ()
-Gets the name of the distance unit used in the COLLADA file.
-
-
-
-ColAsset.UpAxis
-getUpAxis ()
-Gets the coordinate system of the geometric data.
-
-
-
-java.lang.String
-getVersion ()
-Gets the version number of the COLLADA file.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColImportOption.html
deleted file mode 100644
index ba96d022..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColImportOption.html
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
-
-
-ColImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<ColImportOption >
-
-
-com.interactivemesh.jfx.importer.col.ColImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
-
-
-
-IGNORE_CAMERAS
-No camera node will be created and added to the scene graph.
-
-
-
-IGNORE_LIGHTS
-No light node will be created and added to the scene graph.
-
-
-
-MAP_WRITABLEIMAGE
-The maps of a PhongMaterial object will be of type WritableImage.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-REVERSE_TRANSPARENCY
-The transparency value will be reversed: t = 1.0 - t.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-GENERATE_NORMALS
-public static final ColImportOption GENERATE_NORMALS
-Normals will be generated based on the given crease angle. The normals
- in the imported file will be ignored.
- A new set of face smoothing groups will be created afterwards.
-
-See Also:
-ColModelImporter.setCreaseAngle(double)
-
-
-
-
-
-
-
-
-
-
-
-
-IGNORE_LIGHTS
-public static final ColImportOption IGNORE_LIGHTS
-No light node will be created and added to the scene graph.
- The light library and instance elements (<library_lights>, <instance_light>)
- will be ignored.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static ColImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColModelImporter.html
deleted file mode 100644
index f2e79efe..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/ColModelImporter.html
+++ /dev/null
@@ -1,876 +0,0 @@
-
-
-
-
-
-ColModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.col.ColModelImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ColModelImporter ()
-Creates a COLLADA 1.4.1 and 1.5.0 model importer.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-ColAsset
-getAsset ()
-Gets the asset attributes of the imported COLLADA root element.
-
-
-
-FilePath []
-getColladaFilePaths ()
-Gets the paths of included COLLADA files which are used for external referencing.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-javafx.scene.Node[]
-getImport ()
-Gets the array of Nodes from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.Node>
-getNamedNodes ()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-
-
-java.util.EnumSet<ColImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-Viewpoint []
-getViewpoints ()
-Gets the viewpoints of the imported file.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (ColImportOption ... options)
-Sets the import options.
-
-
-
-void
-setOptions (java.util.EnumSet<ColImportOption > options)
-Sets the import options.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-public void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBasePath in interface ModelImporter
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-public void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBaseUrl in interface ModelImporter
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getNamedNodes
-public java.util.Map<java.lang.String,javafx.scene.Node> getNamedNodes()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-Returns:
-named Nodes or null if no imported Node is named
-
-
-
-
-
-
-
-
-getNamedMaterials
-public java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Specified by:
-getNamedMaterials in interface ModelImporter
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-getImageFilePaths
-public java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Specified by:
-getImageFilePaths in interface ModelImporter
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-frame.html
deleted file mode 100644
index 6fba5cba..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-frame.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.col (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-summary.html
deleted file mode 100644
index 9850822d..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-summary.html
+++ /dev/null
@@ -1,896 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.col (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-ColAsset
-
-A ColAsset object provides the attributes of the asset child element and
- the version number of the COLLADA root element.
-
-
-
-ColAsset.Contributor
-
-A Contributor object provides authoring information.
-
-
-
-ColAsset.GeographicLocation
-
-A GeographicLocation object provides geographic location information.
-
-
-
-ColModelImporter
-
-A JavaFX model importer for COLLADA 1.4.1 and 1.5.0 files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-ColAsset.UpAxis
-
-UpAxis describes the coordinate system of the geometric data.
-
-
-
-ColImportOption
-
-Import options for the JavaFX COLLADA model importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.col Description
-
- ColModelImporterJFX 0.6 - Importer for COLLADA™ 1.4.1 & 1.5.0 files.
-
-
-
Supported JavaFX 3D scene graph nodes and attributes
-
-
-
- javafx.scene.AmbientLight
- javafx.scene.Group
- javafx.scene.ParallelCamera
- javafx.scene.PerspectiveCamera
- javafx.scene.PointLight
- javafx.scene.image.Image
- javafx.scene.image.WritableImage
- javafx.scene.paint.Color
- javafx.scene.paint.PhongMaterial
- javafx.scene.shape.MeshView
- javafx.scene.shape.TriangleMesh
- javafx.scene.transform.Affine
- javafx.scene.transform.Rotate
- javafx.scene.transform.Scale
- javafx.scene.transform.Translate
-
-
-
-
-
-
- Mapping COLLADA --> JavaFX 3D
-
-
-
- COLLADA
- JavaFX 3D
-
-
- Element hierarchy (extract)
-
-
- Scene graph node / attribute
- ColModelImporter
-
-
-
-
-
-
-
-
-
- Option
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- asset
-
-
-
-
-
-
-
- ColAsset
-
-
-
-
-
-
-
-
-
-
-
-
-
- scene
- instance_visual_scene
-
-
-
-
- see visual_scene
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- library_
-
-
-
-
-
-
-
-
-
-
- animations
- animation
-
-
-
-
- u. d.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- animation_clips
- animation_clip
- instance_animation
-
-
-
- u. d.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- cameras
- camera
- optics
- orthographic
-
-
- ParallelCamera
- ignored
-
-
-
-
-
-
- perspective
-
-
- PerspectiveCamera
- ignored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- controllers
- controller
- Morph
-
-
-
- currently static
-
-
-
-
-
-
- Skin
-
-
-
- currently static
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- effects
- effect
- profile_COMMON
- blinn
-
-
- see material
-
-
-
-
-
-
-
- constant
-
-
- see material
-
-
-
-
-
-
-
- lambert
-
-
- see material
-
-
-
-
-
-
-
- phong
-
-
- see material
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- geometries
- mesh
- lines
-
-
-
- n. a.
-
-
-
-
-
-
- linestrips
-
-
-
- n. a.
-
-
-
-
-
-
- polygons
-
-
-
- TriangleMesh
-
-
-
-
-
-
- polylist
-
-
-
- TriangleMesh
-
-
-
-
-
-
- triangles
-
-
-
- TriangleMesh
-
-
-
-
-
-
- trifans
-
-
-
- TriangleMesh
-
-
-
-
-
-
- tristrips
-
-
-
- TriangleMesh
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- images
- image
-
-
-
-
- Image
- WritableImage
- FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
- lights
- light
- ambient
-
-
-
- AmbientLight
- ignored
-
-
-
-
-
- directional
-
-
-
- PointLight
- ignored
-
-
-
-
-
- point
-
-
-
- PointLight
- ignored
-
-
-
-
-
- spot
-
-
-
- PointLight
- ignored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- materials
- material
- instance_effect
-
-
-
- PhongMaterial
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- nodes
- node
-
-
-
-
- Group
-
-
-
-
-
-
- lookat
-
-
-
- Affine
-
-
-
-
-
-
- matrix
-
-
-
- Affine
-
-
-
-
-
-
- rotate
-
-
-
- Rotate
-
-
-
-
-
-
- scale
-
-
-
- Scale
-
-
-
-
-
-
- skew
-
-
-
- n. a.
-
-
-
-
-
-
- translate
-
-
-
- Translate
-
-
-
-
-
-
- instance_camera
-
-
-
- ParallelCamera, PerspectiveCamera
- ignored
- Viewpoint
-
-
-
-
- instance_controller
-
-
-
- MeshView
-
-
-
-
-
-
- instance_geometry
-
-
-
- Group, MeshView
-
-
-
-
-
-
- instance_light
-
-
-
- AmbientLight, PointLight
- ignored
-
-
-
-
-
- instance_node
-
-
-
- Group, MeshView
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- visual_scenes
- visual_scene
-
-
-
-
- Node[ ]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Further implementation details
-
-
TODO
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-tree.html
deleted file mode 100644
index 28b932ad..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/col/package-tree.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.col Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlImportOption.html
deleted file mode 100644
index 14a5c0b5..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlImportOption.html
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
-
-FxmlImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<FxmlImportOption >
-
-
-com.interactivemesh.jfx.importer.fxml.FxmlImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
-
-
-
-IGNORE_CAMERAS
-No camera node will be created and added to the scene graph.
-
-
-
-IGNORE_LIGHTS
-No light node will be created and added to the scene graph.
-
-
-
-MAP_WRITABLEIMAGE
-The maps of a PhongMaterial object will be of type WritableImage.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-GENERATE_NORMALS
-public static final FxmlImportOption GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
- The smoothing groups in the imported file will be ignored.
- A new set of smoothing groups will be created afterwards.
-
-See Also:
-FxmlModelImporter.setCreaseAngle(double)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static FxmlImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlModelImporter.html
deleted file mode 100644
index 1e192194..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/FxmlModelImporter.html
+++ /dev/null
@@ -1,852 +0,0 @@
-
-
-
-
-
-FxmlModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-FxmlModelImporter ()
-Creates a model importer for JavaFX 3D FXML files.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-javafx.scene.Node
-getImport ()
-Gets the root Node from the imported file.
-
-
-
-java.util.Map<javafx.scene.Node,FilePath >
-getIncludedFxmlFilePaths ()
-Gets the map which contains the FilePath objects for all included root nodes.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.Node>
-getNamedNodes ()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-
-
-java.util.EnumSet<FxmlImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-Viewpoint []
-getViewpoints ()
-Gets the viewpoints of the imported file.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (java.util.EnumSet<FxmlImportOption > options)
-Sets the import options.
-
-
-
-void
-setOptions (FxmlImportOption ... options)
-Sets the import options.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-public void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBasePath in interface ModelImporter
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-public void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBaseUrl in interface ModelImporter
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-getNamedNodes
-public java.util.Map<java.lang.String,javafx.scene.Node> getNamedNodes()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-Returns:
-named Nodes or null if no imported Node is named
-
-
-
-
-
-
-
-
-getNamedMaterials
-public java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Specified by:
-getNamedMaterials in interface ModelImporter
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-getImageFilePaths
-public java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Specified by:
-getImageFilePaths in interface ModelImporter
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-getIncludedFxmlFilePaths
-public java.util.Map<javafx.scene.Node,FilePath > getIncludedFxmlFilePaths()
-Gets the map which contains the FilePath objects for all included root nodes.
-
-Returns:
-paths of included root nodes or null if no FXML file is included
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-frame.html
deleted file mode 100644
index 5e520369..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.fxml (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-summary.html
deleted file mode 100644
index 9101e95d..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-summary.html
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.fxml (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-FxmlModelImporter
-
-A JavaFX model importer for 3D FXML files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-FxmlImportOption
-
-Import options for the JavaFX FXML model importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.fxml Description
-
- FxmlModelImporterJFX 0.5 - Importer for 3D FXML files.
-
-
-
Supported classes in JavaFX FXML files
-
-
-
- java.lang.Boolean
- java.lang.Double
- java.lang.Float
- java.lang.Integer
- java.lang.String
- javafx.geometry.Point3D
- javafx.scene.AmbientLight
- javafx.scene.Group
- javafx.scene.ParallelCamera
- javafx.scene.PerspectiveCamera
- javafx.scene.PointLight
- javafx.scene.image.Image
- javafx.scene.paint.Color
- javafx.scene.paint.PhongMaterial
- javafx.scene.shape.Box
- javafx.scene.shape.Cylinder
- javafx.scene.shape.MeshView
- javafx.scene.shape.Sphere
- javafx.scene.shape.TriangleMesh
- javafx.scene.transform.Affine
- javafx.scene.transform.Rotate
- javafx.scene.transform.Scale
- javafx.scene.transform.Translate
-
-
-
Supported root nodes in main and included FXML files
-
-
-
- javafx.scene.AmbientLight
- javafx.scene.Group
- javafx.scene.ParallelCamera
- javafx.scene.PerspectiveCamera
- javafx.scene.PointLight
- javafx.scene.shape.Box
- javafx.scene.shape.Cylinder
- javafx.scene.shape.MeshView
- javafx.scene.shape.Sphere
-
-
-
Supported javafx.scene.Node properties in JavaFX FXML files
-
-
-
- id
- opacity
- rotate
- rotationAxis
- scaleX, scaleY, scaleZ
- translateX, translateY, translateZ
- visible
- and the ObservableList of Transform objects
-
-
-
Supported FXML features
-
-
-
- <fx:include source="mySubScene.fxml"> : including of a root node of another FXML file
- <fx:reference source="myPhongMaterial"> : reference to an existing sharable element
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-tree.html
deleted file mode 100644
index 703db9bf..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/fxml/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.fxml Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjImportOption.html
deleted file mode 100644
index 7b9fe3f3..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjImportOption.html
+++ /dev/null
@@ -1,391 +0,0 @@
-
-
-
-
-
-ObjImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<ObjImportOption >
-
-
-com.interactivemesh.jfx.importer.obj.ObjImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
-
-
-
-MAP_WRITABLEIMAGE
-The maps of a PhongMaterial object will be of type WritableImage.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-GENERATE_NORMALS
-public static final ObjImportOption GENERATE_NORMALS
-Normals will be generated based on the given crease angle. The normals
- or face smoothing groups in the imported file will be ignored.
- A new set of face smoothing groups will be created afterwards.
-
-See Also:
-ObjModelImporter.setCreaseAngle(double)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static ObjImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjModelImporter.html
deleted file mode 100644
index e4cd114b..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/ObjModelImporter.html
+++ /dev/null
@@ -1,808 +0,0 @@
-
-
-
-
-
-ObjModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ObjModelImporter ()
-Creates an OBJ model importer.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-javafx.scene.shape.MeshView[]
-getImport ()
-Gets the array of MeshViews from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.shape.MeshView>
-getNamedMeshViews ()
-Gets the map which contains all named (id property) MeshViews from the imported file.
-
-
-
-java.util.EnumSet<ObjImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (java.util.EnumSet<ObjImportOption > options)
-Sets the import options.
-
-
-
-void
-setOptions (ObjImportOption ... options)
-Sets the import options.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-public void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBasePath in interface ModelImporter
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-public void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBaseUrl in interface ModelImporter
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getNamedMaterials
-public java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Specified by:
-getNamedMaterials in interface ModelImporter
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-getImageFilePaths
-public java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Specified by:
-getImageFilePaths in interface ModelImporter
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-frame.html
deleted file mode 100644
index 491ed2ae..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.obj (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-summary.html
deleted file mode 100644
index aca6d79e..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-summary.html
+++ /dev/null
@@ -1,362 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.obj (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-ObjModelImporter
-
-A JavaFX importer for OBJ files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-ObjImportOption
-
-Import options for the JavaFX OBJ model importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.obj Description
-
- ObjModelImporterJFX 0.8 - Importer for OBJ files.
-
-
-
Supported JavaFX 3D scene graph nodes and attributes
-
-
-
- javafx.scene.image.Image
- javafx.scene.image.WritableImage
- javafx.scene.paint.Color
- javafx.scene.paint.PhongMaterial
- javafx.scene.shape.MeshView
- javafx.scene.shape.TriangleMesh
-
-
-
Point and line meshes are currently not available.
-
-
-
- Mapping OBJ -> JavaFX
-
-
-
- OBJ
- JavaFX
-
-
- Feature
- Description
- Node/Attribute
- Description
-
-
-
-
-
-
-
-
- File *.obj
-
-
-
-
-
-
-
-
-
-
-
-
- o
- object name
- MeshView
- id property string, if no group name is provided
-
-
- g
- group name
- MeshView
- id property string, mesh property
-
-
-
-
-
-
-
-
- v
- position coordinates x, y, z
- TriangleMesh
- point
-
-
- vn
- normal vector x, y, z
- TriangleMesh
- smoothing group
-
-
- vt
- texture coordinates s, t
- TriangleMesh
- texture coordinates
-
-
- f
- v/vt/vn ...
- TriangleMesh
- face(s)
-
-
- s
- smoothing group number
- TriangleMesh
- smoothing group number
-
-
-
-
-
-
-
-
- mtllib
- one or more material library files (*.mtl)
-
-
-
-
- usemtl
- referenced material: 'newmtl' material name in mtl-file
- MeshView
- material property
-
-
-
-
-
-
-
-
- File *.mtl
-
-
-
-
-
-
-
-
-
-
-
- newmtl
- material name
-
-
-
-
- Kd
- diffuse color
- PhongMaterial
- diffuse color property
-
-
- Ks
- specular color
- PhongMaterial
- specular color property
-
-
- Ns
- shininess
- PhongMaterial
- specular power property
-
-
- d
- dissolve factor, transparency
- PhongMaterial
- (waiting for final JavaFX transparency specification)
-
-
- map_Kd
- diffuse map
- PhongMaterial
- diffuse map property
-
-
- map_Ks
- specular map
- PhongMaterial
- specular map property
-
-
- map_Bump / bump
- bump map
- PhongMaterial
- bump map property
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-tree.html
deleted file mode 100644
index 94f1c556..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/obj/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.obj Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-frame.html
deleted file mode 100644
index dfe714c5..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-frame.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
Exceptions
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-summary.html
deleted file mode 100644
index be34ffe6..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-summary.html
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-Importer
-
-The Importer interface specifies the core import capabilities of the
- JavaFX 3D importers.
-
-
-
-ModelImporter
-
-The ModelImporter interface specifies the core import capabilities of the
- JavaFX 3D model importers.
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-FilePath
-
-A FilePath object represents the paths of a resource file
- associated with the imported 3D model file.
-
-
-
-Viewpoint
-
-A Viewpoint object provides viewing properties of a JavaFX Camera object.
-
-
-
-
-
-
-
-Exception Summary
-
-Exception
-Description
-
-
-
-ImportException
-
-An ImportException is thrown if the importer encounters a problem
- reading or parsing the specified file.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer Description
-
- Common classes for JavaFX 3D model importers.
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-tree.html
deleted file mode 100644
index a890c4f5..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/package-tree.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-com.interactivemesh.jfx.importer.FilePath
-java.lang.Throwable (implements java.io.Serializable)
-
-java.lang.Exception
-
-java.lang.RuntimeException
-
-
-
-
-
-
-com.interactivemesh.jfx.importer.Viewpoint
-
-
-
-
Interface Hierarchy
-
-com.interactivemesh.jfx.importer.Importer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlImportOption.html
deleted file mode 100644
index 60266547..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlImportOption.html
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
-
-StlImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<StlImportOption >
-
-
-com.interactivemesh.jfx.importer.stl.StlImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-CALCULATE_FACET_NORMAL
-The facet normals will be calculated.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static StlImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlMeshImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlMeshImporter.html
deleted file mode 100644
index 2065113c..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/StlMeshImporter.html
+++ /dev/null
@@ -1,653 +0,0 @@
-
-
-
-
-
-StlMeshImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StlMeshImporter ()
-Creates a STL mesh importer.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-javafx.scene.shape.TriangleMesh
-getImport ()
-Gets the TriangleMesh from the imported file.
-
-
-
-java.util.EnumSet<StlImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getSolidName ()
-Gets the solid name from the imported ASCII file or
- the header from the imported binary file.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (java.util.EnumSet<StlImportOption > options)
-Sets the import options.
-
-
-
-void
-setOptions (StlImportOption ... options)
-Sets the import options.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-frame.html
deleted file mode 100644
index 578366cf..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.stl (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-summary.html
deleted file mode 100644
index 8ec21625..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-summary.html
+++ /dev/null
@@ -1,181 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.stl (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-StlMeshImporter
-
-A JavaFX importer for ASCII and binary STL files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-StlImportOption
-
-Import options for the JavaFX STL mesh importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.stl Description
-
- StlMeshImporterJFX 0.7 - Importer for STL files.
-
-
Supported JavaFX 3D scene graph attribute
-
-
-
- javafx.scene.shape.TriangleMesh
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-tree.html
deleted file mode 100644
index def710bb..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/stl/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.stl Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsImportOption.html
deleted file mode 100644
index 51501486..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsImportOption.html
+++ /dev/null
@@ -1,391 +0,0 @@
-
-
-
-
-
-TdsImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<TdsImportOption >
-
-
-com.interactivemesh.jfx.importer.tds.TdsImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
-
-
-
-MAP_WRITABLEIMAGE
-The maps of a PhongMaterial object will be of type WritableImage.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-GENERATE_NORMALS
-public static final TdsImportOption GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
- The face smoothing groups in the imported file will be ignored.
- A new set of face smoothing groups will be created afterwards.
-
-See Also:
-TdsModelImporter.setCreaseAngle(double)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static TdsImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsModelImporter.html
deleted file mode 100644
index ec35c9d0..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/TdsModelImporter.html
+++ /dev/null
@@ -1,811 +0,0 @@
-
-
-
-
-
-TdsModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TdsModelImporter ()
-Creates a 3ds model importer.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-javafx.scene.Node[]
-getImport ()
-Gets the array of Nodes from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.Node>
-getNamedNodes ()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-
-
-java.util.EnumSet<TdsImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (java.util.EnumSet<TdsImportOption > options)
-Sets the import options.
-
-
-
-void
-setOptions (TdsImportOption ... options)
-Sets the import options.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-public void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBasePath in interface ModelImporter
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-public void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBaseUrl in interface ModelImporter
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-getNamedNodes
-public java.util.Map<java.lang.String,javafx.scene.Node> getNamedNodes()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-Returns:
-named Nodes or null if no imported Node is named
-
-
-
-
-
-
-
-
-getNamedMaterials
-public java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Specified by:
-getNamedMaterials in interface ModelImporter
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-getImageFilePaths
-public java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Specified by:
-getImageFilePaths in interface ModelImporter
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-frame.html
deleted file mode 100644
index a4d845cd..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.tds (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-summary.html
deleted file mode 100644
index 10b019b0..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-summary.html
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.tds (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-TdsModelImporter
-
-A JavaFX importer for 3ds files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-TdsImportOption
-
-Import options for the JavaFX 3ds model importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.tds Description
-
- 3dsModelImporterJFX 0.7 - Importer for 3ds files.
-
-
-
Supported JavaFX 3D scene graph nodes and attributes
-
-
-
- javafx.scene.Group
- javafx.scene.image.Image
- javafx.scene.image.WritableImage
- javafx.scene.paint.PhongMaterial
- javafx.scene.shape.MeshView
- javafx.scene.shape.TriangleMesh
- javafx.scene.transform.Affine
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-tree.html
deleted file mode 100644
index fcf531db..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/tds/package-tree.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.tds Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.UnitCat.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.UnitCat.html
deleted file mode 100644
index df9a0bfc..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.UnitCat.html
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
-
-X3dHead.UnitCat (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<X3dHead.UnitCat >
-
-
-com.interactivemesh.jfx.importer.x3d.X3dHead.UnitCat
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-ANGLE
-Angle.
-
-
-
-FORCE
-Force.
-
-
-
-LENGTH
-Length.
-
-
-
-MASS
-Mass.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static X3dHead.UnitCat valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.html
deleted file mode 100644
index ca121c22..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dHead.html
+++ /dev/null
@@ -1,353 +0,0 @@
-
-
-
-
-
-X3dHead (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.x3d.X3dHead
-
-
-
-
-
-
-
-
-public final class X3dHead
-extends java.lang.Object
-An X3dHead object comprises attributes of the X3D root element and
- the component, meta, and unit elements of its head child element.
- Only the declarations of the main X3D file are provided.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-Nested Classes
-
-Modifier and Type
-Class and Description
-
-
-static class
-X3dHead.UnitCat
-Base unit category.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.util.List<javafx.util.Pair<java.lang.String,java.lang.Integer>>
-getComponents ()
-Gets the list which contains explicitly declared additional components.
-
-
-
-java.util.List<javafx.util.Pair<java.lang.String,java.lang.String>>
-getMedadata ()
-Gets the list which contains metadata of the X3D file.
-
-
-
-java.lang.String
-getProfile ()
-Gets the profile declaration specifying the set of components and their support levels.
-
-
-
-java.util.Map<X3dHead.UnitCat ,javafx.util.Pair<java.lang.String,java.lang.Double>>
-getUnits ()
-Gets the map which contains altered initial base units.
-
-
-
-java.lang.String
-getVersion ()
-Gets the version number of the X3D standard being supported.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-getComponents
-public java.util.List<javafx.util.Pair<java.lang.String,java.lang.Integer>> getComponents()
-Gets the list which contains explicitly declared additional components.
- A Pair object provides the additional component name and its support level.
-
-Returns:
-additional components
-
-
-
-
-
-
-
-
-getMedadata
-public java.util.List<javafx.util.Pair<java.lang.String,java.lang.String>> getMedadata()
-Gets the list which contains metadata of the X3D file.
- A Pair object provides a key and data pair.
-
-Returns:
-metadata about the X3D file
-
-
-
-
-
-
-
-
-getUnits
-public java.util.Map<X3dHead.UnitCat ,javafx.util.Pair<java.lang.String,java.lang.Double>> getUnits()
-Gets the map which contains altered initial base units.
- In case of an altered base unit a Pair object provides
- the new unit name and the corresponding conversion factor.
-
-Returns:
-altered base units
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dImportOption.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dImportOption.html
deleted file mode 100644
index 626cc487..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dImportOption.html
+++ /dev/null
@@ -1,431 +0,0 @@
-
-
-
-
-
-X3dImportOption (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<X3dImportOption >
-
-
-com.interactivemesh.jfx.importer.x3d.X3dImportOption
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-GENERATE_NORMALS
-Normals will be generated based on the given crease angle.
-
-
-
-IGNORE_CAMERAS
-No camera node will be created and added to the scene graph.
-
-
-
-IGNORE_LIGHTS
-No light node will be created and added to the scene graph.
-
-
-
-MAP_WRITABLEIMAGE
-The maps of a PhongMaterial object will be of type WritableImage.
-
-
-
-NONE
-No option is applied.
-
-
-
-REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-GENERATE_NORMALS
-public static final X3dImportOption GENERATE_NORMALS
-Normals will be generated based on the given crease angle. The normals
- in the imported file will be ignored.
- A new set of face smoothing groups will be created afterwards.
-
-See Also:
-X3dModelImporter.setCreaseAngle(double)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-REVERSE_GEOMETRY
-public static final X3dImportOption REVERSE_GEOMETRY
-The winding of the triangles will be reversed (counterclockwise <-> clockwise).
- The triangles of the primitive shapes Box, Cylinder, and Sphere will not be reversed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static X3dImportOption valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name - the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dModelImporter.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dModelImporter.html
deleted file mode 100644
index 6a2636c8..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/X3dModelImporter.html
+++ /dev/null
@@ -1,904 +0,0 @@
-
-
-
-
-
-X3dModelImporter (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-java.lang.Object
-
-
-com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-X3dModelImporter ()
-Creates an X3D model importer.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-Disposes of the imported data.
-
-
-
-void
-close ()
-Disposes of the imported data and closes the importer.
-
-
-
-double
-getCreaseAngle ()
-Gets the crease angle for normals generation measured in degrees.
-
-
-
-X3dHead
-getHead ()
-Gets the X3dHead object of the imported X3D file.
-
-
-
-java.util.Map<javafx.scene.image.Image,FilePath >
-getImageFilePaths ()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-
-
-javafx.scene.Node[]
-getImport ()
-Gets the array of Nodes from the imported file.
-
-
-
-java.util.Map<javafx.scene.Group,FilePath >
-getInlinedX3DFilePaths ()
-Gets the map which contains the FilePath objects for all imported inlined X3D files.
-
-
-
-int[]
-getLayerOrder ()
-Gets the rendering order of the Layer nodes.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial>
-getNamedMaterials ()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-
-
-java.util.Map<java.lang.String,javafx.scene.Node>
-getNamedNodes ()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-
-
-java.util.EnumSet<X3dImportOption >
-getOptions ()
-Gets a copy of the import options enum set.
-
-
-
-java.lang.String
-getResourceBasePath ()
-Gets the path where files associated with the imported 3D model file are located.
-
-
-
-java.net.URL
-getResourceBaseUrl ()
-Gets the URL where files associated with the imported 3D model file are located.
-
-
-
-Viewpoint []
-getViewpoints ()
-Gets the viewpoints of the imported file.
-
-
-
-void
-onFileImported ()
-Method is invoked upon completion of import.
-
-
-
-void
-read (java.io.File file)
-Imports a 3D model file passed as a File object.
-
-
-
-void
-read (java.lang.String filePath)
-Imports a 3D model file with the passed file path.
-
-
-
-void
-read (java.net.URL url)
-Imports a 3D model file from the passed location.
-
-
-
-void
-setCreaseAngle (double degrees)
-Sets the crease angle for normals generation measured in degrees.
-
-
-
-void
-setOptions (java.util.EnumSet<X3dImportOption > options)
-Sets the import options.
-
-
-
-void
-setOptions (X3dImportOption ... options)
-Sets the import options.
-
-
-
-void
-setResourceBasePath (java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
-
-
-
-void
-setResourceBaseUrl (java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-setResourceBasePath
-public void setResourceBasePath(java.lang.String path)
-Sets the path where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBasePath in interface ModelImporter
-Parameters:
-path - location of associated files
-
-
-
-
-
-
-
-
-setResourceBaseUrl
-public void setResourceBaseUrl(java.net.URL url)
-Sets the URL where files associated with the imported 3D model file are located.
- Only needs to be set if the base directory differs from that
- containing the imported 3D model file. Default value: null.
-
-Specified by:
-setResourceBaseUrl in interface ModelImporter
-Parameters:
-url - location of associated files
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-read
-public void read(java.io.File file)
-Imports a 3D model file passed as a File object.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-file - File object to import
-
-
-
-
-
-
-
-
-read
-public void read(java.lang.String filePath)
-Imports a 3D model file with the passed file path.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-filePath - location of the file to import
-
-
-
-
-
-
-
-
-read
-public void read(java.net.URL url)
-Imports a 3D model file from the passed location.
- The data of the last imported file will be disposed of.
- The imported data is available as soon as this method returns.
-
-Specified by:
-read in interface Importer
-Parameters:
-url - location of the file to import
-
-
-
-
-
-
-
-
-onFileImported
-public void onFileImported()
-Method is invoked upon completion of import.
- This implementation doesn't do anything, but may be customized in subclasses.
-
-Specified by:
-onFileImported in interface Importer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getNamedNodes
-public java.util.Map<java.lang.String,javafx.scene.Node> getNamedNodes()
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-Returns:
-named Nodes or null if no imported Node is named
-
-
-
-
-
-
-
-
-getNamedMaterials
-public java.util.Map<java.lang.String,javafx.scene.paint.PhongMaterial> getNamedMaterials()
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-Specified by:
-getNamedMaterials in interface ModelImporter
-Returns:
-named and used PhongMaterials or null if no material is named and used
-
-
-
-
-
-
-
-
-getImageFilePaths
-public java.util.Map<javafx.scene.image.Image,FilePath > getImageFilePaths()
-Gets the map which contains the FilePath objects for all imported texture images.
-
-Specified by:
-getImageFilePaths in interface ModelImporter
-Returns:
-paths of imported images or null if no image is imported
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-getInlinedX3DFilePaths
-public java.util.Map<javafx.scene.Group,FilePath > getInlinedX3DFilePaths()
-Gets the map which contains the FilePath objects for all imported inlined X3D files.
-
-Returns:
-paths of inlined X3D files or null if X3D files aren't inlined
-See Also:
-FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-frame.html
deleted file mode 100644
index f4e3926c..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-frame.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.x3d (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-summary.html
deleted file mode 100644
index e97f0df7..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-summary.html
+++ /dev/null
@@ -1,1587 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.x3d (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-X3dHead
-
-An X3dHead object comprises attributes of the X3D root element and
- the component, meta, and unit elements of its head child element.
-
-
-
-X3dModelImporter
-
-A JavaFX model importer for X3D files.
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-X3dHead.UnitCat
-
-Base unit category.
-
-
-
-X3dImportOption
-
-Import options for the JavaFX X3D model importer.
-
-
-
-
-
-
-
-
-
-
Package com.interactivemesh.jfx.importer.x3d Description
-
- X3dModelImporterJFX 0.4 - Importer for X3D™ files.
-
-
-
Supported JavaFX 3D scene graph nodes and attributes
-
-
-
-
- javafx.scene.Group
- javafx.scene.ParallelCamera
- javafx.scene.PerspectiveCamera
- javafx.scene.PointLight
- javafx.scene.image.Image
- javafx.scene.image.WritableImage
- javafx.scene.paint.Color
- javafx.scene.paint.PhongMaterial
- javafx.scene.shape.MeshView
- javafx.scene.shape.TriangleMesh
-
- javafx.scene.transform.Rotate
- javafx.scene.transform.Scale
- javafx.scene.transform.Translate
-
-
-
-
- Mapping X3D --> JavaFX 3D
-
-
-
- X3D
- JavaFX 3D
-
-
- Node
- Version
- Profile
- Component
- Scene graph node / attribute
- X3dModelImporter
-
-
-
- 3.0
- 3.1
- 3.2
- 3.3
-
-
- Level
-
- Option
-
-
-
- Layering
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LayerSet
-
-
- 3.2
-
- Full
- Layering
- 1
-
-
- order of layers
-
-
- Layer
-
-
- 3.2
-
- Full
- Layering
- 1
- Group
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Inline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Inline
- 3.0
-
-
-
- Interactive
- Networking
- 3
- Group
-
- FilePath
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Groups
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Billboard
- 3.0
-
-
-
- Immersive
- Navigation
- 2
- Group
-
-
-
-
- Collision
- 3.0
-
-
-
- Immersive
- Navigation
- 2
- Group
-
-
-
-
- Group
- 3.0
-
-
-
- Interchange
- Grouping
- 1
- Group
-
-
-
-
- LOD
- 3.0
-
-
-
- Immersive
- Navigation
- 2
- Group
-
-
-
-
- PickableGroup
-
-
-
- 3.3
- Immersive
- Picking
- 1
- Group
-
-
-
-
- StaticGroup
- 3.0
-
-
-
- Full
- Grouping
- 3
- Group
-
-
-
-
- Switch
- 3.0
-
-
-
- Interactive
- Grouping
- 2
- Group
-
-
-
-
- Transform
- 3.0
-
-
-
- Interchange
- Grouping
- 1
- Group/Rotate, Scale, Translate
-
-
-
-
- Viewport
-
-
- 3.2
-
- Full
- Layering
- 1
- Group
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CAD
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CADLayer
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 2
- Group
-
-
-
-
- CADAssembly
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 2
- Group
-
-
-
-
- CADPart
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 2
- Group/Rotate, Scale, Translate
-
-
-
-
- CADFace
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 2
- Group
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shape
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shape
- 3.0
-
-
-
- Interchange
- Shape
- 1
- MeshView, Box, Cylinder, Sphere
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Appearance
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Appearance
- 3.0
-
-
-
- Interchange
- Shape
- 1
- PhongMaterial
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LineProperties
- 3.0
-
-
-
- Immersive
- Shape
- 2
- n. a.
-
-
-
-
- Material
- 3.0
-
-
-
- Interchange
- Shape
- 1
- PhongMaterial diffuse/specular color
-
-
-
-
- MultiTexture
- 3.0
-
-
-
- Interchange
- Texturing
- 2
- n. a.
-
-
-
-
- ImageTexture
- 3.0
-
-
-
- Interchange
- Texturing
- 1
- Image, PhongMaterial diffuse map
- WritableImage
- FilePath
-
-
- TextureProperties
-
-
- 3.2
-
- Interchange
- Texturing
- 2
- n. a.
-
-
-
-
- ComposedCubeMapTexture
-
- 3.1
-
-
- Full
- CubeMapTexturing
- 1
- n. a.
-
-
-
-
- ComposedTexture3D
-
- 3.1
-
-
- Full
- Texturing3D
- 1
- n. a.
-
-
-
-
- MultiTextureTransform
- 3.0
-
-
-
- Interchange
- Texturing
- 2
- n. a.
-
-
-
-
- TextureTransform
- 3.0
-
-
-
- Interchange
- Texturing
- 1
- n. a.
-
-
-
-
- TextureMatrixTransform
-
- 3.1
-
-
- Full
- Texturing3D
- 1
- n. a.
-
-
-
-
- TextureTransform3D
-
- 3.1
-
-
- Full
- Texturing3D
- 1
- n. a.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Geometry
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PointSet
- 3.0
-
-
-
- Interchange
- Rendering
- 1
- n. a.
-
-
-
-
- LineSet
- 3.0
-
-
-
- Interchange
- Rendering
- 1
- n. a.
-
-
-
-
- TriangleSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- TriangleFanSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- TriangleStripSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- QuadSet
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 1
- TriangleMesh
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- IndexedLineSet
- 3.0
-
-
-
- Interchange
- Rendering
- 1
- n. a.
-
-
-
-
- IndexedTriangleSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- IndexedTriangleFanSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- IndexedTriangleStripSet
- 3.0
-
-
-
- Interchange
- Rendering
- 3
- TriangleMesh
-
-
-
-
- IndexedQuadSet
-
- 3.1
-
-
- CADInterchange
- CADGeometry
- 1
- TriangleMesh
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- IndexedFaceSet
- 3.0
-
-
-
- Interchange
- Geometry3D
- 2
- TriangleMesh
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Box
- 3.0
-
-
-
- Interchange
- Geometry3D
- 1
- Box
-
-
-
-
- Cone
- 3.0
-
-
-
- Interchange
- Geometry3D
- 1
- MeshView/TriangleMesh
-
-
-
-
- Cylinder
- 3.0
-
-
-
- Interchange
- Geometry3D
- 1
- Cylinder, MeshView/TriangleMesh
-
-
-
-
- Sphere
- 3.0
-
-
-
- Interchange
- Geometry3D
- 1
- Sphere
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Color
- 3.0
-
-
-
- Interchange
- Rendering
- 1
- n. a.
-
-
-
-
- ColorRGBA
- 3.0
-
-
-
- Interchange
- Rendering
- 4
- n. a.
-
-
-
-
- Coordinate
- 3.0
-
-
-
- Interchange
- Rendering
- 1
- TriangleMesh points
-
-
-
-
- CoordinateDouble
- 3.0
-
-
-
- Full
- NURBS
- 1
- TriangleMesh points
-
-
-
-
- Normal
- 3.0
-
-
-
- Interchange
- Rendering
- 2
- TriangleMesh smoothing groups
-
-
-
-
- MultiTextureCoordinate
- 3.0
-
-
-
- Interchange
- Texturing
- 2
- n. a.
-
-
-
-
- TextureCoordinateGenerator
- 3.0
-
-
-
- Interchange
- Texturing
- 2
- n. a.
-
-
-
-
- TextureCoordinate
- 3.0
-
-
-
- Interchange
- Texturing
- 1
- TriangleMesh texture coordinates
-
-
-
-
- TextureCoordinate3D
-
- 3.1
-
-
- Full
- Texturing3D
- 1
- n. a.
-
-
-
-
- TextureCoordinate4D
-
- 3.1
-
-
- Full
- Texturing3D
- 1
- n. a.
-
-
-
-
- FloatVertexAttribute
-
- 3.1
-
-
- Full
- Shaders
- 1
- n. a.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lighting
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DirectionalLight
- 3.0
-
-
-
- Interchange
- Lighting
- 1
- PointLight
- ignored
-
-
-
- PointLight
- 3.0
-
-
-
- Interactive
- Lighting
- 2
- PointLight/Translate
- ignored
-
-
-
- SpotLight
- 3.0
-
-
-
- Interactive
- Lighting
- 2
- PointLight/Translate
- ignored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Viewing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OrthoViewpoint
-
-
- 3.2
-
- Full
- Navigation
- 3
- ParallelCamera/Rotate, Translate
- ignored
- Viewpoint
-
-
- Viewpoint
- 3.0
-
-
-
- Interchange
- Navigation
- 1
- PerspectveCamera/Rotate, Translate
- ignored
- Viewpoint
-
-
- ViewpointGroup
-
-
- 3.2
-
- Full
- Navigation
- 3
- -
- ignored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Further implementation details
-
-
TODO
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-tree.html
deleted file mode 100644
index ff0f03c1..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/com/interactivemesh/jfx/importer/x3d/package-tree.html
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-com.interactivemesh.jfx.importer.x3d Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/constant-values.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/constant-values.html
deleted file mode 100644
index 9d3cdc9a..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/constant-values.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-Constant Field Values (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/deprecated-list.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/deprecated-list.html
deleted file mode 100644
index 03a47b38..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/deprecated-list.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-Deprecated List (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/help-doc.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/help-doc.html
deleted file mode 100644
index be8b7d96..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/help-doc.html
+++ /dev/null
@@ -1,226 +0,0 @@
-
-
-
-
-
-API Help (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-Overview
-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-Package
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
-
-Interfaces (italic)
-Classes
-Enums
-Exceptions
-Errors
-Annotation Types
-
-
-
-Class/Interface
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
-
-Class inheritance diagram
-Direct Subclasses
-All Known Subinterfaces
-All Known Implementing Classes
-Class/interface declaration
-Class/interface description
-
-
-Nested Class Summary
-Field Summary
-Constructor Summary
-Method Summary
-
-
-Field Detail
-Constructor Detail
-Method Detail
-
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-Annotation Type
-Each annotation type has its own separate page with the following sections:
-
-Annotation Type declaration
-Annotation Type description
-Required Element Summary
-Optional Element Summary
-Element Detail
-
-
-
-Enum
-Each enum has its own separate page with the following sections:
-
-Enum declaration
-Enum description
-Enum Constant Summary
-Enum Constant Detail
-
-
-
-Tree (Class Hierarchy)
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
-
-When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
-When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-
-
-Deprecated API
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-
-
-Index
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-
-
-Prev/Next
-These links take you to the next or previous class, interface, package, or related page.
-
-
-Frames/No Frames
-These links show and hide the HTML frames. All pages are available with or without frames.
-
-
-All Classes
-The All Classes link shows all classes and interfaces except non-static nested types.
-
-
-Serialized Form
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-
-
-Constant Field Values
-The Constant Field Values page lists the static final fields and their values.
-
-
-
This help file applies to API documentation generated using the standard doclet.
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-1.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-1.html
deleted file mode 100644
index a491f1be..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-1.html
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-
-
-
-C-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
C
-
-clear() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Disposes of the imported data.
-
-clear() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Disposes of the imported data.
-
-clear() - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Disposes of the imported data.
-
-clear() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Disposes of the imported data.
-
-clear() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Disposes of the imported data.
-
-clear() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Disposes of the imported data.
-
-clear() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Disposes of the imported data.
-
-close() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Disposes of the imported data and closes the importer.
-
-close() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Disposes of the imported data and closes the importer.
-
-ColAsset - Class in com.interactivemesh.jfx.importer.col
-
-A ColAsset object provides the attributes of the asset child element and
- the version number of the COLLADA root element.
-
-ColAsset.Contributor - Class in com.interactivemesh.jfx.importer.col
-
-A Contributor object provides authoring information.
-
-ColAsset.GeographicLocation - Class in com.interactivemesh.jfx.importer.col
-
-A GeographicLocation object provides geographic location information.
-
-ColAsset.UpAxis - Enum in com.interactivemesh.jfx.importer.col
-
-UpAxis describes the coordinate system of the geometric data.
-
-ColImportOption - Enum in com.interactivemesh.jfx.importer.col
-
-Import options for the JavaFX COLLADA model importer.
-
-ColModelImporter - Class in com.interactivemesh.jfx.importer.col
-
-A JavaFX model importer for COLLADA 1.4.1 and 1.5.0 files.
-
-ColModelImporter() - Constructor for class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Creates a COLLADA 1.4.1 and 1.5.0 model importer.
-
-com.interactivemesh.jfx.importer - package com.interactivemesh.jfx.importer
-
-
- Common classes for JavaFX 3D model importers.
-
-com.interactivemesh.jfx.importer.fxml - package com.interactivemesh.jfx.importer.fxml
-
-
- FxmlModelImporterJFX 0.5 - Importer for 3D FXML files.
-
-com.interactivemesh.jfx.importer.obj - package com.interactivemesh.jfx.importer.obj
-
-
- ObjModelImporterJFX 0.8 - Importer for OBJ files.
-
-com.interactivemesh.jfx.importer.stl - package com.interactivemesh.jfx.importer.stl
-
-
- StlMeshImporterJFX 0.7 - Importer for STL files.
-
-com.interactivemesh.jfx.importer.tds - package com.interactivemesh.jfx.importer.tds
-
-
- 3dsModelImporterJFX 0.7 - Importer for 3ds files.
-
-com.interactivemesh.jfx.importer.x3d - package com.interactivemesh.jfx.importer.x3d
-
-
- X3dModelImporterJFX 0.4 - Importer for X3D™ files.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-10.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-10.html
deleted file mode 100644
index bd87852a..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-10.html
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-
-
-V-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
V
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.col.ColAsset.UpAxis
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.col.ColImportOption
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.fxml.FxmlImportOption
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.obj.ObjImportOption
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.stl.StlImportOption
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.tds.TdsImportOption
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.x3d.X3dHead.UnitCat
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum com.interactivemesh.jfx.importer.x3d.X3dImportOption
-
-Returns the enum constant of this type with the specified name.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.col.ColAsset.UpAxis
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.col.ColImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.fxml.FxmlImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.obj.ObjImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.stl.StlImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.tds.TdsImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.x3d.X3dHead.UnitCat
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum com.interactivemesh.jfx.importer.x3d.X3dImportOption
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-Viewpoint - Class in com.interactivemesh.jfx.importer
-
-A Viewpoint object provides viewing properties of a JavaFX Camera object.
-
-Viewpoint() - Constructor for class com.interactivemesh.jfx.importer.Viewpoint
-
-Constructs a perspective Viewpoint object with an identity transform.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-11.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-11.html
deleted file mode 100644
index 1e2a7761..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-11.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-X-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
X
-
-X3dHead - Class in com.interactivemesh.jfx.importer.x3d
-
-An X3dHead object comprises attributes of the X3D root element and
- the component, meta, and unit elements of its head child element.
-
-X3dHead.UnitCat - Enum in com.interactivemesh.jfx.importer.x3d
-
-Base unit category.
-
-X3dImportOption - Enum in com.interactivemesh.jfx.importer.x3d
-
-Import options for the JavaFX X3D model importer.
-
-X3dModelImporter - Class in com.interactivemesh.jfx.importer.x3d
-
-A JavaFX model importer for X3D files.
-
-X3dModelImporter() - Constructor for class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Creates an X3D model importer.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-2.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-2.html
deleted file mode 100644
index 8c7c6ddb..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-2.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-F-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
F
-
-FilePath - Class in com.interactivemesh.jfx.importer
-
-A FilePath object represents the paths of a resource file
- associated with the imported 3D model file.
-
-FilePath(String, URL) - Constructor for class com.interactivemesh.jfx.importer.FilePath
-
-A FilePath object represents the paths of a referenced file
- by the string as read from the imported 3D model file and
- by the corresponding absolute Uniform Resource Locator (URL) object.
-
-FxmlImportOption - Enum in com.interactivemesh.jfx.importer.fxml
-
-Import options for the JavaFX FXML model importer.
-
-FxmlModelImporter - Class in com.interactivemesh.jfx.importer.fxml
-
-A JavaFX model importer for 3D FXML files.
-
-FxmlModelImporter() - Constructor for class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Creates a model importer for JavaFX 3D FXML files.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-3.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-3.html
deleted file mode 100644
index 0dec4919..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-3.html
+++ /dev/null
@@ -1,515 +0,0 @@
-
-
-
-
-
-G-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
G
-
-getAbsolutePath() - Method in class com.interactivemesh.jfx.importer.FilePath
-
-Gets the absolute path of a referenced file as a Uniform Resource Locator (URL) object.
-
-getAltitude() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.GeographicLocation
-
-Gets the altitude value in meters.
-
-getAltitudeMode() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.GeographicLocation
-
-Gets the mode of the altitude value.
-
-getAsset() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the asset attributes of the imported COLLADA root element.
-
-getAuthor() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the name of the author.
-
-getAuthorEmail() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the email address of the author.
-
-getAuthoringTool() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the name of the authoring tool.
-
-getAuthorWebsite() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the URL of the author's website.
-
-getCenterOfRotation() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the center of rotation.
-
-getColladaFilePaths() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the paths of included COLLADA files which are used for external referencing.
-
-getComments() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the comments of the contributor.
-
-getComponents() - Method in class com.interactivemesh.jfx.importer.x3d.X3dHead
-
-Gets the list which contains explicitly declared additional components.
-
-getContributors() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the contributors of the COLLADA file.
-
-getCopyright() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets the copyright information.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreaseAngle() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the crease angle for normals generation measured in degrees.
-
-getCreatedDate() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the date and time when the COLADA file was created (in an ISO 8601 format).
-
-getFarClip() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the far clipping plane distance.
-
-getFieldOfView() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the field of view value.
-
-getGeographicLocation() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the geographic location information of the COLLADA file.
-
-getHead() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the X3dHead object of the imported X3D file.
-
-getImageFilePaths() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImageFilePaths() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImageFilePaths() - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImageFilePaths() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImageFilePaths() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImageFilePaths() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the map which contains the FilePath objects for all imported texture images.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the array of Nodes from the imported file.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the root Node from the imported file.
-
-getImport() - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Gets the imported 3D data.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the array of MeshViews from the imported file.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Gets the TriangleMesh from the imported file.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the array of Nodes from the imported file.
-
-getImport() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the array of Nodes from the imported file.
-
-getImportedPath() - Method in class com.interactivemesh.jfx.importer.FilePath
-
-Gets the path string of a referenced file as read from the imported 3D model file.
-
-getIncludedFxmlFilePaths() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the map which contains the FilePath objects for all included root nodes.
-
-getInlinedX3DFilePaths() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the map which contains the FilePath objects for all imported inlined X3D files.
-
-getKeywords() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets a list of words used as search criteria.
-
-getLatitude() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.GeographicLocation
-
-Gets the latitude value in degrees.
-
-getLayerOrder() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the rendering order of the Layer nodes.
-
-getLongitude() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.GeographicLocation
-
-Gets the longitude value in degrees.
-
-getMedadata() - Method in class com.interactivemesh.jfx.importer.x3d.X3dHead
-
-Gets the list which contains metadata of the X3D file.
-
-getModifiedDate() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets date and time when the COLADA file was last modified (in an ISO 8601 format).
-
-getName() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the name.
-
-getNamedMaterials() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMaterials() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMaterials() - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMaterials() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMaterials() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMaterials() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the map which contains all named and used PhongMaterial objects
- from the imported file.
-
-getNamedMeshViews() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the map which contains all named (id property) MeshViews from the imported file.
-
-getNamedNodes() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-getNamedNodes() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-getNamedNodes() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-getNamedNodes() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the map which contains all named (id property) Nodes from the imported file.
-
-getNearClip() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the near clipping plane distance.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets a copy of the import options enum set.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets a copy of the import options enum set.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets a copy of the import options enum set.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Gets a copy of the import options enum set.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets a copy of the import options enum set.
-
-getOptions() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets a copy of the import options enum set.
-
-getProfile() - Method in class com.interactivemesh.jfx.importer.x3d.X3dHead
-
-Gets the profile declaration specifying the set of components and their support levels.
-
-getResourceBasePath() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBasePath() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBasePath() - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBasePath() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBasePath() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBasePath() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the path where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in interface com.interactivemesh.jfx.importer.ModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getResourceBaseUrl() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the URL where files associated with the imported 3D model file are located.
-
-getRevision() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the revision information of the COLLADA file.
-
-getSolidName() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Gets the solid name from the imported ASCII file or
- the header from the imported binary file.
-
-getSourceData() - Method in class com.interactivemesh.jfx.importer.col.ColAsset.Contributor
-
-Gets a URI reference to the source data
-
-getSubject() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets a description of the topical subject of the COLLADA file.
-
-getTitle() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the title information of the COLLADA file.
-
-getTransform() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the affine transform.
-
-getUnitMeter() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the real-world meters of one distance unit as a floating-point number.
-
-getUnitName() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the name of the distance unit used in the COLLADA file.
-
-getUnits() - Method in class com.interactivemesh.jfx.importer.x3d.X3dHead
-
-Gets the map which contains altered initial base units.
-
-getUpAxis() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the coordinate system of the geometric data.
-
-getVersion() - Method in class com.interactivemesh.jfx.importer.col.ColAsset
-
-Gets the version number of the COLLADA file.
-
-getVersion() - Method in class com.interactivemesh.jfx.importer.x3d.X3dHead
-
-Gets the version number of the X3D standard being supported.
-
-getViewpoints() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Gets the viewpoints of the imported file.
-
-getViewpoints() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Gets the viewpoints of the imported file.
-
-getViewpoints() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Gets the viewpoints of the imported file.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-4.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-4.html
deleted file mode 100644
index 3f8beebb..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-4.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-I-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
I
-
-Importer - Interface in com.interactivemesh.jfx.importer
-
-The Importer interface specifies the core import capabilities of the
- JavaFX 3D importers.
-
-ImportException - Exception in com.interactivemesh.jfx.importer
-
-An ImportException is thrown if the importer encounters a problem
- reading or parsing the specified file.
-
-ImportException(String) - Constructor for exception com.interactivemesh.jfx.importer.ImportException
-
-Creates a new ImportException with the specified detail message.
-
-ImportException(String, Throwable) - Constructor for exception com.interactivemesh.jfx.importer.ImportException
-
-Creates a new ImportException with the specified detail message and cause.
-
-isPerspective() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the state whether the projection mode is perspective (default) or parallel.
-
-isVerticalFieldOfView() - Method in class com.interactivemesh.jfx.importer.Viewpoint
-
-Gets the state whether the field of view is measured vertically (default) or horizontally.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-5.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-5.html
deleted file mode 100644
index ddb30ecf..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-5.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-M-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
M
-
-ModelImporter - Interface in com.interactivemesh.jfx.importer
-
-The ModelImporter interface specifies the core import capabilities of the
- JavaFX 3D model importers.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-6.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-6.html
deleted file mode 100644
index c58a95cc..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-6.html
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
-
-
-O-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
O
-
-ObjImportOption - Enum in com.interactivemesh.jfx.importer.obj
-
-Import options for the JavaFX OBJ model importer.
-
-ObjModelImporter - Class in com.interactivemesh.jfx.importer.obj
-
-A JavaFX importer for OBJ files.
-
-ObjModelImporter() - Constructor for class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Creates an OBJ model importer.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Method is invoked upon completion of import.
-
-onFileImported() - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Method is invoked upon completion of import.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-7.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-7.html
deleted file mode 100644
index 8f100233..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-7.html
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
-
-
-
-R-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
R
-
-read(File) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.col.ColModelImporter
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.fxml.FxmlModelImporter
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in interface com.interactivemesh.jfx.importer.Importer
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.obj.ObjModelImporter
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.stl.StlMeshImporter
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Imports a 3D model file from the passed location.
-
-read(File) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Imports a 3D model file passed as a File object.
-
-read(String) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Imports a 3D model file with the passed file path.
-
-read(URL) - Method in class com.interactivemesh.jfx.importer.x3d.X3dModelImporter
-
-Imports a 3D model file from the passed location.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-8.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-8.html
deleted file mode 100644
index 01379719..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-8.html
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-
-
-
-S-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
S
-
-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.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-9.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-9.html
deleted file mode 100644
index d0f70ac7..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index-files/index-9.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-T-Index (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-C F G I M O R S T V X
-
-
-
T
-
-TdsImportOption - Enum in com.interactivemesh.jfx.importer.tds
-
-Import options for the JavaFX 3ds model importer.
-
-TdsModelImporter - Class in com.interactivemesh.jfx.importer.tds
-
-A JavaFX importer for 3ds files.
-
-TdsModelImporter() - Constructor for class com.interactivemesh.jfx.importer.tds.TdsModelImporter
-
-Creates a 3ds model importer.
-
-
-
C F G I M O R S T V X
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index.html
deleted file mode 100644
index 057a6376..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-Frame Alert
-This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version .
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-frame.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-frame.html
deleted file mode 100644
index 36e9cedb..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-frame.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-Overview List (JavaFX 3D Model Importers)
-
-
-
-
-
-JavaFX 3D Model Importers
-
-
-
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-summary.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-summary.html
deleted file mode 100644
index 5497408a..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-summary.html
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
-Overview (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
- JavaFX 8 importers for 3D model files.
-
-
-
-
-
- 3D format
-
-
- Files
-
-
- 3D model importer
-
-
- Archive
-
-
- Release
-
-
-
-
- 3ds
- COLLADA 1.4.1 & 1.5.0
- FXML 8
- OBJ
- STL
- X3D 3.3
-
-
- *.3ds
- *.dae *.zae
- *.fxml
- *.obj
- *.stl
- *.x3d *.x3dz
-
-
- 3dsModelImporterJFX
- ColModelImporterJFX
- FxmlModelImporterJFX
- ObjModelImporterJFX
- StlModelImporterJFX
- X3dModelImporterJFX
-
-
- jim3dsModelImporterJFX.jar
- jimColModelImporterJFX.jar
- jimFxmlModelImporterJFX.jar
- jimObjModelImporterJFX.jar
- jimStlModelImporterJFX.jar
- jimX3dModelImporterJFX.jar
-
-
- 0.7
- 0.6
- 0.5
- 0.8
- 0.7
- 0.4
-
-
-
-
-
System requirements
-
- JRE 8 - release candidate build b128, February 1, 2014. (http://jdk8.java.net)
-
-
JavaFX 8 restrictions/issues
-
-
-
- Rendering of double-sided geometry with culling property set to CullFace.NONE
- might fail due to not flipped normals (RT-30623).
- Transparency/opacity support is still under development (RT-28874, RT-34356).
-
- See https://javafx-jira.kenai.com
-
-
-
Model importers restrictions/issues
-
-
- Converting normals to smoothing groups supports only a single group per face but not multiple groups per face.
- See javafx.scene.shape.TriangleMesh.getFaceSmoothingGroups() for more details.
- Smoothing groups are generated correctly only if the normals are non-redundant indexed.
- Transparency is not active, see above.
-
-
-
-
Mapping imported coordinate sytem onto JavaFX 3D coordinate sytem
-
- The imported geometric data will be converted to the JavaFX 3D coordinate sytem:
- upward axis -Y, right axis +X, and inward axis +Z.
- For instance, the Y-up right-handed coordinate system will be mapped as follows: +Y -> -Y, +X -> +X, +Z -> -Z.
-
-
- Correspondingly, all imported transforms will be adapted so that the converted coordinates
- will be rotated, scaled, and translated correctly. This is also valid for cameras and lights.
-
-
-
-
-
Supported image formats for PhongMaterial maps
-
- Type javafx.scene.image.Image
-
- 'bmp', 'gif', 'jpeg', 'png'
- JavaFX image loader (default)
-
-
-
- Type javafx.scene.image.WritableImage
-
- 'bmp', 'gif', 'jpeg', 'png'
- Java Image I/O API, import option MAP_WRITABLEIMAGE
- 'tga'
- data type 2 - true-color images, 24/32 bit, uncompressed; InteractiveMesh implementation
- 'tif'
- Requires installed Java Advanced Imaging (JAI) or the cross-platform packages "jai_codec.jar" and "jai_core.jar" on the classpath
-
- JAI 1.3.1 downloads: http://download.java.net/media/jai/builds/release/1_1_3/
- JAI 1.3.1 cross-platform packages: jai-1_1_3-lib.zip
-
-
-
-
-
-
Date
-
-
2014/02/09
-
-
Copyright (C) 2013-2014 August Lammersdorf, InteractiveMesh e.K.. All rights reserved.
-
- InteractiveMesh e.K.
- August Lammersdorf
- Hauptstraße 28d
- 85737 Ismaning
- Germany / Munich Area
- District court Munich HRA 89887
- www.InteractiveMesh.com/org
-
-
-
License Agreement
-
-
- By installing, copying, or otherwise using the Software, you agree to be bound
- by the terms of this Agreement. If you do not agree to the terms of this
- Agreement, do not install or use the Software.
-
-
- The copyright holder grants to you a non-exclusive, perpetual, irrevocable,
- and worldwide right to use the Software. It is provided to you free of charge
- for academic, commercial, and personal use.
-
-
- You may not remove any copyright, license, or other proprietary notice
- from the Software.
-
-
- No parts of the Software may be reproduced in part or in whole. You may not
- reverse engineer, decompile, or disassemble the Software or prepare
- derivative works of it.
-
-
- THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
- EIHTER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
- CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS
- FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING
- THE APPROPRIATENESS OF USING THE SOFTWARE AND ASSUME ANY RISKS ASSOCIATED
- WITH YOUR EXERCISE OF PERMISSIONS UNDER THIS LICENSE.
-
-
- IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT, CONTRACT, OR OTHERWISE,
- UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SHALL
- THE COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
- INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER
- ARISING AS A RESULT OF THIS LICENSE OR OUT THE USE OR INABILITY TO USE
- THE SOFTWARE, EVEN IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY
- OF SUCH DAMAGES.
-
-
-
-
Trademarks
-
- COLLADA is a trademark of Sony Computer Entertainment, Inc.
- Java and JavaFX are trademarks or registered trademarks of Oracle and/or its affiliates in the United States and other countries.
- X3D is a registered trademark of Web3D Consortium, Inc. in the United States and other countries.
- All other trademarks mentioned herein are the property of their respective owners.
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-tree.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-tree.html
deleted file mode 100644
index a1a6e1c6..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/overview-tree.html
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
-
-
-Class Hierarchy (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-com.interactivemesh.jfx.importer.Importer
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/package-list b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/package-list
deleted file mode 100644
index bbbf469b..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/package-list
+++ /dev/null
@@ -1,7 +0,0 @@
-com.interactivemesh.jfx.importer
-com.interactivemesh.jfx.importer.col
-com.interactivemesh.jfx.importer.fxml
-com.interactivemesh.jfx.importer.obj
-com.interactivemesh.jfx.importer.stl
-com.interactivemesh.jfx.importer.tds
-com.interactivemesh.jfx.importer.x3d
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/script.js b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/script.js
deleted file mode 100644
index b3463569..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/script.js
+++ /dev/null
@@ -1,30 +0,0 @@
-function show(type)
-{
- count = 0;
- for (var key in methods) {
- var row = document.getElementById(key);
- if ((methods[key] & type) != 0) {
- row.style.display = '';
- row.className = (count++ % 2) ? rowColor : altColor;
- }
- else
- row.style.display = 'none';
- }
- updateTabs(type);
-}
-
-function updateTabs(type)
-{
- for (var value in tabs) {
- var sNode = document.getElementById(tabs[value][0]);
- var spanNode = sNode.firstChild;
- if (value == type) {
- sNode.className = activeTableTab;
- spanNode.innerHTML = tabs[value][1];
- }
- else {
- sNode.className = tableTab;
- spanNode.innerHTML = "" + tabs[value][1] + " ";
- }
- }
-}
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/serialized-form.html b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/serialized-form.html
deleted file mode 100644
index df9c5497..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/serialized-form.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-Serialized Form (JavaFX 3D Model Importers)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
JavaFX 3D Model Importers
-
-
-
-
Copyright (C) 2013-2014 InteractiveMesh e.K.
-
-
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/stylesheet-im.css b/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/stylesheet-im.css
deleted file mode 100644
index 809dab0d..00000000
--- a/libs/JFX3DModelImporters_EA_2014-02-09/apidoc/stylesheet-im.css
+++ /dev/null
@@ -1,574 +0,0 @@
-/* Derived from 'stylesheet.css' in jdk-8-ea-docs-b124-all-17_jan_2014.zip */
-
-/* Javadoc style sheet */
-/*
-Overall document style
-*/
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a:hover, a:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a:active {
- text-decoration:none;
- color:#4A6782;
-}
-a[name] {
- color:#353833;
-}
-a[name]:hover {
- text-decoration:none;
- color:#353833;
-}
-pre {
- font-family:monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
- font-style:italic;
-}
-h4 {
- font-size:13px;
-}
-h5 {
- font-size:12px;
-}
-h6 {
- font-size:11px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:monospace;
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:monospace;
- font-size:14px;
- padding-top:4px;
-}
-table tr td dt code {
- font-family:monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-/*
-Document title and Copyright styles
-*/
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
-.aboutLanguage {
- float:right;
- padding:0px 21px;
- font-size:11px;
- z-index:200;
- margin-top:-9px;
-}
-.legalCopy {
- margin-left:.5em;
-}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
-}
-.bar a:hover, .bar a:focus {
- color:#bb7a2a;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
-Navigation bar styles
-*/
-.bar {
- background-color:#4D7A97;
- color:#FFFFFF;
- padding:.8em .5em .4em .8em;
- height:auto;/*height:1.8em;*/
- font-size:11px;
- margin:0;
-}
-.topNav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.bottomNav {
- margin-top:10px;
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.subNav {
- background-color:#dee3e9;
- float:left;
- width:100%;
- overflow:hidden;
- font-size:12px;
-}
-.subNav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
- text-transform:uppercase;
-}
-ul.navList, ul.subNavList {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.navList li{
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-ul.subNavList li{
- list-style:none;
- float:left;
-}
-.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
- color:#FFFFFF;
- text-decoration:none;
- text-transform:uppercase;
-}
-.topNav a:hover, .bottomNav a:hover {
- text-decoration:none;
- color:#bb7a2a;
- text-transform:uppercase;
-}
-.navBarCell1Rev {
- background-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skipNav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
-Page header and footer styles
-*/
-.header, .footer {
- clear:both;
- margin:0 20px;
- padding:5px 0 0 0;
-}
-.indexHeader {
- margin:10px;
- position:relative;
-}
-.indexHeader span{
- margin-right:15px;
-}
-.indexHeader h1 {
- font-size:13px;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.footer ul {
- margin:20px 0 5px 0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
-Heading styles
-*/
-div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList li.blockList h3 {
- padding:0;
- margin:15px 0;
-}
-ul.blockList li.blockList h2 {
- padding:0px 0 20px 0;
-}
-/*
-Page layout container styles
-*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-.indexContainer {
- margin:10px;
- position:relative;
- font-size:12px;
-}
-.indexContainer h2 {
- font-size:13px;
- padding:0 0 3px 0;
-}
-.indexContainer ul {
- margin:0;
- padding:0;
-}
-.indexContainer ul li {
- list-style:none;
- padding-top:2px;
-}
-.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
- font-size:12px;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
- margin:5px 0 10px 0px;
- font-size:14px;
- font-family:monospace;
-}
-.serializedFormContainer dl.nameValue dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-.serializedFormContainer dl.nameValue dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-ul.inheritance {
- margin:0;
- padding:0;
-}
-ul.inheritance li {
- display:inline;
- list-style:none;
-}
-ul.inheritance li ul.inheritance {
- margin-left:15px;
- padding-left:15px;
- padding-top:1px;
-}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.blockList li.blockList, ul.blockListLast li.blockList {
- list-style:none;
- margin-bottom:15px;
- line-height:1.4;
-}
-ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
- padding:0px 20px 5px 10px;
- border:1px solid #ededed;
- background-color:#f8f8f8;
-}
-ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
- margin-left:0;
- padding-left:0;
- padding-bottom:15px;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
-}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-/*
-Table styles
-*/
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
- width:100%;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
-}
-.overviewSummary, .memberSummary {
- padding:0px;
-}
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0px;
- padding-top:10px;
- padding-left:1px;
- margin:0px;
- white-space:pre;
-}
-.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
-.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
-.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
-.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
- color:#FFFFFF;
-}
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-.memberSummary caption span.activeTableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- height:16px;
-}
-.memberSummary caption span.tableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#4D7A97;
- height:16px;
-}
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
- padding-top:0px;
- padding-left:0px;
- padding-right:0px;
- background-image:none;
- float:none;
- display:inline;
-}
-.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
- display:none;
- width:5px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .activeTableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .tableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- background-color:#4D7A97;
- float:left;
-
-}
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
- text-align:left;
- padding:0px 0px 12px 10px;
- width:100%;
-}
-th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
-td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
- vertical-align:top;
- padding-right:0px;
- padding-top:8px;
- padding-bottom:3px;
-}
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
- background:#dee3e9;
- text-align:left;
- padding:8px 3px 3px 7px;
-}
-td.colFirst, th.colFirst {
- white-space:nowrap;
- font-size:13px;
-}
-td.colLast, th.colLast {
- font-size:13px;
-}
-td.colOne, th.colOne {
- font-size:13px;
-}
-.overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.overviewSummary td.colOne, .overviewSummary th.colOne,
-.memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colOne, .memberSummary th.colOne,
-.typeSummary td.colFirst{
- width:25%;
- vertical-align:top;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
- font-weight:bold;
-}
-.tableSubHeadingColor {
- background-color:#EEEEFF;
-}
-.altColor {
- background-color:#FFFFFF;
-}
-.rowColor {
- background-color:#EEEEEF;
-}
-/*
-Content styles
-*/
-.description pre {
- margin-top:0;
-}
-.deprecatedContent {
- margin:0;
- padding:10px 0;
-}
-.docSummary {
- padding:0;
-}
-
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- font-style:normal;
-}
-
-div.block {
- font-size:14px;
- font-family:Arial, Helvetica, sans-serif;
-}
-
-td.colLast div {
- padding-top:0px;
-}
-
-
-td.colLast a {
- padding-bottom:3px;
-}
-/*
-Formatting effect styles
-*/
-.sourceLineNo {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:3px 10px 2px 0px;
- color:#474747;
-}
-.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
-.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
-.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
- font-weight:bold;
-}
-.deprecationComment, .emphasizedPhrase, .interfaceName {
- font-style:italic;
-}
-
-div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
-div.block div.block span.interfaceName {
- font-style:normal;
-}
-
-div.contentContainer ul.blockList li.blockList h2{
- padding-bottom:0px;
-}
diff --git a/libs/JFX3DModelImporters_EA_2014-02-09/jim3dsModelImporterJFX.jar b/libs/JFX3DModelImporters_EA_2014-02-09/jim3dsModelImporterJFX.jar
deleted file mode 100644
index cee763221f8760f472ecf4e163cbda2639042d9c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 58440
zcmbTdV{m5C-=-VePRF)w+qP{dPt@tyw(WFm+qP}9^Q5EG|C#qx&6j!4%-J8-s$Kiz
zy6Rq4*Zteda^MgcATTg6Ajsh|;voOa!wdoeV&>$)WaH>=;c8;$ZsTd;VBu!XWNQgv
zvT-o6vS5<=&no%vlas4AqnW*lo7>kU2uQA)gA%$3%Fk8?eP4YVWz=Y<0+{ACA1O#9
zw3tZHZ1rdy5!gNbTDzUiF1y=Wh=4>RiiITWL*#p@N;j?DAdaFAb4SZRnVD9WR(;>V
zN5p=#+v;&++E5eu@J$a)F6QK61)$J)qOfX|{mcW;e;SEwz#aJsW~xLL34i>+n;k7D6Ou
z8zasl9%$R{?}tB>dp403c_QjKP&H{+=)@iY7_do`t$}II!z7suN>C<$sNq>ui0*WX2&C5@Ff$O8zB4pCEmv&3z+B-R^QpSR
zSj;(MjMaz0CgB|Iw1?4#_z|b?`Ql8XJC7xk<%Wu2wMQ*mRCO>5zjA!H%f2|a2Mod<
z-=sc{Ra(55mZ)NDn%nP$+=8RFTrS55*l@l*-F~>5h$Xj=732%0m>h>p{#8`d1|0(8
zdUB+%g^nc%5dQf~Q#26-g;f{_W+WT=tq-_&SLKzZTvManY@
zPZYsGK-wTc{=NV2coqD|?*BQjG7ir6-(`<{<9_+t|i?l;BG^N|M$JRsa4z0-dJnA?{@RPkuDqkUfEu*MW
zRPS>j-S#dypD(=;=dcc$Hq|v*q>Ag(0*c2=yNV#i0qSZ;w9{;i$i=J9-He39rtf=z
z!br5vWmtL5&cNzAqZi#>o(~@&GRBJ4sCy5_v~4zSSftN^RQcAr2Aku|PE4kf+ouBO
z5TL1%O-Bn|Yhw9f1xck-5=&E!SQc8t6#3a9HVe83%VWAuId_^m}iv}+z
zQEE5pHNd9bpw}N|hF_3)xy167h>`R6+q&Ek{Rg&v6(&5;f3S)Fx3IDQU&Ho45&O*x
z3s7HKIh&S$q)bkCNJ^ic8Y~-3012ceQ(Q-b;l@HkAl`?HH~Sy6rj3^S$k`>N-Q}
zy+1MY1>MI_whh)hXu)rX{2Jc(fO296EFpw~Z2LwJY$5EL+*?82u>zwZ?ly>#cdhP0
zgOS}1>h9b0fiPdQ`)06TCc$VxsyTnt(14Boy?Y|M4=!lI&^i0z!vIa-Hk{EtFaZ-u
z?*PUup7k@G^IWWekn}+qU7>&n+EFYzM2FLP&<=t*`-~j+_x36CUv$c57L(eLMnp>H
z1BmIPT`IKGEn`wMO4C3@_=X5yPdqHMNKDKmWVzqkl!d`6B{`Mavjw7qvUu#qn875R
z_)$ZE?1ODQk^@{$Zlbwk3abrg^0-5uazv>kn6%=oN?UtwsIkYiBb?>UeKq{K9$19l
zL2@g%JA5c~+;*ItDSb*7?zu3>nx+HuoI&HNkR|(igmSiuxe=%wlcCJ@jNm3`&fq6p
z0FHkDvr)?devTcu5U0$#{g5|+#7q}w+A0W=Q$GS*rhOcWM1R^iG6Y)=5Q)e%G6i^a
zg-zcqfKG2P{&CluBSPo2JIYp>7vj
zNSt%t%?gHC`A0~13nakc3GVS8XVEB6mFKcQM>uT&O4*1b>W_N%j
zie@tFXXGm!?H=9@g9uJTc}3laWnEXw;1~FZH;_e~SOb>i+2OJbZRjv1_soXmx0?Mf
zK(_{xXh1+{v9|O&g87!4S2saY3BQr5>9dS9Be$4Iw0;_j
zF|c*}F1222uv%KCL~jQcC5;<8v5Rv*cA3#W(=0~&tHk6|5}rO1)A0qWJIpy+v=`=%
zOgq`Wb(G`xZfyh;4vZXtL)6jKNQq7Ktnw!3c4dY{a|l*ij7L8tXPR}mC4zbD?b~C0
zu%2siClyOqPATRMR(ym$3oguuKiA-k4V|Z0aj;Hhv26W}ZRYaNyRYS6(Ou0+7)C2q
zh2I1}EU*IFJ=5myato1T$Pnd`-e5H)H(j{dPA0yYiRM
zC51@XTwFhR4dBoW$qri3eu@oVQ7_2>6<~cSy7O51PMly@<$w&ZeGCVPDe@LTTz>K)
zUTvl!f_jlKz5_yaG_8I)@|@?i*+zPi}v^d@Oxs>gD-`waIep~sW8o{fnyZHEpRS#(|9?A->V`TM-M
zo&%0W=WxyF_OHJaTm)*1Zyyz9nJi`DS^1Ha#sScd3HOS)cY|FP+Yv&kF6g^tLxup=
z(V2EglS3K{Yuq+d^-aAfH3A$^F_Q$5F%2(
zDWKc-XmB{iHscXldvJ3{P`A#g6w7GVil`&pO?&Yyni`)AHlABsO#FcYj74P=%^}MS
zAuiDv75O&ZQL?!i04gul1TVXul;W4blP?&mg92&g1P~+puZ^GNpp}ImQhxdY55REH
zpY?W(f%OY4faU<6^$RY5;mGN}jkPxd+Wdo{R~#vbX$t5I^?F2P?iWgBIPmXcPZ*H&
z(->XD@e=xy8C-
zBwre%eJsF;fjwNmm=ub-P(%B(SWpPXIk*0B-m7v4A7QGiaF
z60Tp^cd>NpgWCt#LCntyW6Am^I-Gkb(kG5dv)vANwKog?kZ=qBpm0=41WBep7{@Rx
zpAn~TtAI~JPwGA`y&DI)0|i*I(PH}5bZHKNMqg@3kNYZ6!GBuZkRxzbT!QbLM%OYoRt%R=CRJ41h(Sv6Ml~*5)fSoH!eZ
zW{IIY;SBGZsVicydRyWw7Vj8D`8!$hVA?%udXsG_Rje>gBo95MK7%~-!l2OOohE3=H8rsaN?;(ocvZ())N=W=V9b9c94T|
zkiGnDJt$t#lSAg`PQCML%_vqCZ4U0##y|=Fh!l5Wksw{gyHP9~S)EAK`4eljn<(F8
zB@@(7Vko?|gdVW0h>tH4D?kolq|JMcy$*-GmU_=zB1nBunR*l#M*@+7(Y4G>9LZ({
zjA2kwVgef^UD0$^veufP0ws)34I}ZP1+~u)nv7WO@8FDqVJ9M7r}SY2pp}uBsT5@j
zd2u*~cmdZ-&igOyDfyXo@!~YwaM_NtLeI4sG(qlzO|p+t>7rg%R`!od*!SAUsA(Ti
z7KJLGTC59V_j1YjY5MXpGDGRCJtF%R(p_NJ^uaU2Df_BsY!z*OVvCK7qwo<92dic6Sjtx_#1Z?z%k8
zgPAPPs@9jPnj=o@X1^D0xNogf4Jl%H89S({v_%l*u-F+LGImtsomXLNC**2$czjKmJi))6t=(TT`H^N);7TWXh~p{CuT;+^RQBR~17?(-#SjB~a;JJ6S`O&^
z?N!2>u$W5l;;UkEq@7nyi`DJ;W|hFklp?88I52s|)x644*dOePRp5?*E34()k{!EE19NPofxOdC_$EX94Lv$2cLoVbf1*Ed%(dpN}=Y%qvj7-g_{
zOvs!E{hqwf?*Jxj#A^}tGb@8MrS`hLa{E`@4!%&CF3ulTd8*=%@$=dC-kT3MGJa^8
z)qIHA%>4C#l{i#dS0%jAcM{E@nZTh1U#0UVhe=o!^~eT*YSc#_ikq~|HGAi;o|kbq
z?mn#M(=n;$oMRwoNEB)w*MTO^@Y|E$P@;Rh+Q=VX(Do=dxz5-k=--``o3UU{hkNVd
zzR31iH(2X%Fe(du>Aml&qpwS^Ap9^NOm6*sI}6ium0mR370}FeK2*jWf^cQFOU1^g
zd7&bjEduW<3GH?k2}Av(#OZE+4y+g~(5)Q)W)TlQPqTJgF#C
ztTPUfSr`cu7J7m(U=Hdd>$p4r(%|^hh{L@atZ$}O*@X01Z8sXTgLJ}IXsQ?6!wOzY
zi^(NEhB)&JkJ7pIlEutx@ZO=Ffg}^N@uv0g@DMCwA>ySkd3Y1D%j3YA|Da}B*6%(G
zCx%#|y=l4Tlex(fJLh0lvk6flcSyiML%zQ5POL$ECTbuv8Yl0>lCp!NYB+-$*K>Lu
zC&nCW%Vb&8x=`opCz>BJclve6Ld_JxA=`qLCId@_W)qG@AtMVXyr*ax3kwe2x}F(x
zZI)NX&ZzyEQz+%&>A5`>%2r*yhiAmxApIN`y<6M>D;3lk4!s(N7Sx8+0Lg%v`J&jq
zAlMMaI-5>zO4-=h0qoHDT2fy_VtTU9`MiSJNa7snpGL+l@uZm%#cnab!*LdFuPtqt
z2o_ve2J<}}d0q3GLb9B6T2n^txPE4|>VB0hQcaR?Kl_Lm&`1iEu5wEv`x3XV?9t6D
zQ|31$Ya+XR(Og95H^Pk0kg~FykPAoE4MA(;o|QWAS3+y;B3;kH7@TPg&Ttj`^HC4x
z6#5o)%R~noe!ZDpXzvwTNG2KnpL!Vfj)lI+4L!nlKQ)Z%qCDL6O?UJu-We05RhmT!
znvhd2S=hN!pSjv5GuDw5w$7C?>*0c&dtDs)%!xqzAe1_G);uEc+W}r7
zhPoU|1Y9qwY;7sfs@}p3nCmJ~(r$v_X=;m^<%!GHSq%_$ImJXgEL`&%x{P~G;7GNN
zo8hr_%G7IvcYpW;7M80JjX9JeMeA(^GCYopNa5+_?hX0{+D0;5EpX9m?J2S?^iGqi
zFe5!z+SvY_B5J^QOqtqZ{9r_VZ!%<}ge~%4!})0B6v1*l3Ji=$j%wMK@reiH8KR39
zrXU1`oCzQBg_$QWr+MT7?A{l*QHQ&*#wX@6nvBSs5bYwD*03ab?WSB#j{Qz~C{muL
zUfP{WiFHr0sM@eV<<`<%;gt>E)*9wvJaKE9ER!_JOH$w^^ZUb^F42IaYbI&Wkqo1;
zWN09>YCA#;s7ABf5TEiKum}=vXzpmFS1a~!)1ph03PqhpE)#EgfyoJkG!kVb&Fuzb
z@CYYfOTiL+H}3lxe;gngPAIvyew_7Lqs{wqq6R~stE;ne(0CnaAxB&788q5U5Pag(
zXfNR`m!r73t+~=k(5+VxwS}oCe9-C-f9$f=Fk*b+c22l=W{TK4#R6Hbe2m
zc13r=u9SE;F4Ap&Wvt*pw@K_0XV|z>ovu|aRafB*tV*LUJ<_*`GN2*L?!4|P#kuh{
zn(_Y8xt1wpv0MFb)r2>7KJj_-jq>k#bHFm5QJXKm^T2GNXODNIu`RU7sa9v0CiS#T
zA5s>tRUX##3w);XAm85pP3ygZcL3H@txuyxpKTm9S;U>vXkj(Be9q!R}BpEJf+)
zLvXt5iuNayT2T$YX{=*%Bu(!?w5eLO(zuLGDXbDF^{Ut~ytFL{a2Gk)Wx1woLG9+t
zFK#ktJqQ
zb>Jfj6l!6^7OGW;i`1!M_-lzg*i92RqpVGF**pnyiz&QyDGmD>`0%}hgJvP2eKJ_L
z9%C)iSiOQXgPr~ivH072uBj0?@dIrJQAOKxsek;64`+*<$o*TO9MSw=o(&38_#Hj4
zrA(kaT-%Sz;$r#GE0Sjj{vFaS!VWkW{RTLf>dq6vy8;WawrF_Ymj(Ex2pmYhh#XR%
zXL3o&qS0#z_fSq!!Pm&%S8bBhSe{g1)|ydy!d%2XD(`(6ZltcK50q>vZE@>cSRaR}+UR$e{^l04KDOz4s8w~4lvX)zm)BSb)
zxL;j<0s>W`A{dM{0N#Y!-}ogFGhxyRb{#m(d-`uVa+fV9y*STq2|fA
zj=IWr{sG_Myhm$)=sawl%}3*Tj{+7Sws%6oz!@r-eeX7!&iKzx^4uK1KHk^%Kyn7X
z;5u36BN!2)C>RXGF`6Sv5ye<%=@MA*MEVDqF;{g~Y0k6#DOlRO7)H
z`*76FrEy!N7A9hxv4X{#&?e@tIbG_?v_<_8$)3BmmPv1>^Oj~
zHkD7RJdoVN6vX4i-K5m|S(+d7V?SH$V4Zl25BIc-%pSQlW-@BTgvtfu!s%Ei^65!9
z7_t+r87{hRXB~0oPeI10)R`80_G96GXIyT=etbaWs|slOLzmEwkRGvN<{!c18dU+|
zjH-c9d#pJCcd+g!{6Zy6-$?wKlxm90jh!nX96@|FjxDp3P+b@AivMV1yMX#4LAV-T
z&PH}eFS|Q+N}2?B_D&HUb^;&qyiI9W|2n2TLL4c@D(S+E{{SHl9!#v+%F?+
zgf-8#)Nf9xEZBnqeMjdgk{2W4te7kZUxYe7oFA5p%SqWCI!*SS2r+Q1*AlXrsTnd>
z!!acX;~r65NxiJBtU1NowO6&JMI7T0koktL;G7$da`x{c1%z8JX^yf2GF8X(K1a+5
zLb@(~o_TnV%+;+oJ@hRq0n90!aDW?}2Pv}PrefUBG`!=TI}w#BJzn47lD*y%|HRq3
zjnTT6FT%PcwHv+wiwMjPzH=bYv7MKyRFPY?UN*TnhJxSb(DOV4NSI&|5?cPkZjL^vTx0$MaoW5;Fra)Dvd%|Ymuz05c3mwXJZ=?w837=EMVawjLG4jOK}$LgmtU5HScJI{re`>^h%`K>Bsmt0Pa@`)
z>NJh@pcWFoi4qVQepOD|5uj5}Pc|^!Ym*lhObQ9phNuHzkbOY8@Ig8YkseFndFTyVWf2-JzdMMT7jVYzAr&`j
zi*-N3sMw!hG8_{r#D;sOMxA@+cW;4RG~%W`s)^BxAKv2PQD`&Te`bFuYL0JE;cSf(
zGe6u&X^t9FYlvHSqXP(H#)X?n(bO@?qdl1F!&R8=1VwlZ4+-=UCq@mEdAOGyo9ow-
zbzJA3ibW$(6k%>kRmx*QZGM6NCsKFmto3gHbxKok|6Qc={hvjujFOC_vxmEyyQ_tX
zgNUoE$$$0l{_1;bcpfObTAmlP#RWvn_3{+2e(n;GV3Dx3b?xnZ-v0FL
z>w0_1&wmBgAJv5cZ$}eHFw5y4n*c8jg?1?WV2kaw)ev?8hgiYP4yPWEbr+gFgY!g2iq%c8&F@*NobnVs
zCKs8uhIMgndw(G1ru+rUHLzOj6OAS@J$~D|HA$Y$Px~m=X@}|5MiK`Es4&&(+Id#t
zA%GTh{ytfK?*2_oO#mIm(_^m5g;N4P;t@QCUDbKY{Y1;n%26l_zzas({Y8I(u$$tH
zkoN=;8b-(lpe-qObDfFyM;v-pzKimC;*SiP5cHW@x<7z0hr`av1k~
zYYf)PE15Sk4Nc}laA+jm+G&0oA?!F|1i0y2w&1jbo!f21C2%oY@h!Q&@;)BsF2@gi)X=sE~At
z9-0T0DVX3)WKxWbmY&cb^%^eP*-iEgcADN_rkeTmC+tfbFl7y8Ik@d0=dP%hj?X)2
zNf_FemBK~lHS_ecqdy##{Z*f8wqK_25l6RLwb3JOf)2cSaZ!z1(zZ*DGAtXwcQtF3
z-vk^+OcDro;>1={WrC+&RN(j=N)e3d(K>*NXR92Pldj;u2?@6WiE*CiAunMVYznpO
z7NTadIebWUrwW$zd5=gxFA(PUGO-DJjmf=%aT__SF@OlcO`&<(MDpZ3)H|8mAc_qn
zewjI>Zkaoz5Tb*RL+SQiFX~!heTA}is}x@(j(s^tF(6W~&_Exwiw$<5bA6z)ZC_w(
zy|`*h2-GIt`F4_zZJa%YMK|9N#ce`)P87=L
zowz9!e=uCe`Eq4GL&R3ZyW%s)dO5&Yi&y&q|6rOOp5TDzTg8m8G2TE0Jah0b2RygV
zCCMGwS9ZPnSVp|5w!Pwb2qo7@b~=*StVcjQJX7DsqdiA9S^tvvtx##~z5&+^Q3-nF
z_i0IFE5B%nE|FcU;0yfbtFsTyc31S8p*Yt9?v}V7yC+x6H%9uO`8Idwy1q9+U01vn
zykmudxY2N4|JjaDX_5kvU+)75P>*oY5FZzk$fi?}kn&HlUnY8x_z)`K!aOiLiiAOi
zS1YV;rd_m7`pHP^tDvMu_OVlM;tseya)$+K4J3>W8!W!d+2F8QmEt%
zsa&bx`q5V5G<`WrVRThp>!q?eb_cQX!rNJ^HpA(S2@oT^{tWP+%E0VR$ql0D(~@upiPj
zaV&Hy*m3$y7Ze)~I|x1=yGMIGw8}UUn-UdDanKY}uA3Q`5iUnwiT=bC4%@XJ7iaAUxr=$(`8()=8bK`(I(N(Ewfjd=R@d_l$ve*nqZv2QV?PHu!5S9IOi1
zYt(hRdZmGgegeaYCV##O#Xnvty9cIU6i4y>KLc3;T>`Ep+Bbht=rL46o
zY^ZS~IVZ|2FhX(@ceSZ`*egi%`TqDe?V=!#_+)P$HSAjaUKUHONGt*6<)0EIf~@up3_JFLHD&Nkue5jgvAEGA5(s54j43n8pS
zEwd-t-oma`Dv3Zq0G2`K)3-=0QjnpWC9mM?3MIwa@5q>3G9NCBtU6jzZ#>a-C#BB)R{M
z6C4yD{V8OoZs9dne6j>fWh9hrNujwIo+vDreH;a~Gy74n`q~CIk-Ti7ViZSp!h;0q
z?`t!w#Ch4nDMS&%MAPbady+^GNo*tmv9T;`{*nNFF~R*bjR%qo30vLNwD{qQLi!si
z+{j#+AAff(QdAIHvblaIs-2j~V!{0+i50?#y=5Wj7;(PA+E}b?Q+6oTfzN93uylyk
z(JNh}Tmtcu%~zwB1Wd<>%t2Hm3NiEhE>xzC$=FvphHtd=cJt$tsAmE72
z>;-*jkCEPnl-(@vaZh^hCW!=RsjE2|>Tgv3L
zR%&Jm!Gi0kF^CAb!TU{$>iL=Kehh+``NQSy0NoL?`?#RF3IIla>Gb(8)7+LXA0r0Q
z(qN2uya0^{9)Q7!31eQk6R()838nj(LGR5rtYI)0ieq<6UF@e)Hcf
z|EEj;*WIh9Ce^3VK6Yus-@P|(FV4T~xT+PNdm^hCUQ+V1$LRp{U6ri8pRF+`#V-S<
zOm9Xwmz7nEW6csRaJ?0WF2Kkrs(k}YqaZKT%SM{TdWOqmY0Dxs2@UearDV(WiQTjQ!3FiQ
z0Y0ZFx%o;4dgP1&+VHRj4
zu?PA;u5!I_|NJI90Z*H0C6l=$d68#lnz|iJF-1Dfl<}-=qW@T^SjCH~#knT9Tr-uC
z%c^912mTF5gD70sI~I6NAbIjD)Lw5Z;q+A{yW#B;_6!U$$HKcj>%^$_L|N^r3!ZUh
z<>+BsT`0*}T1-wn66S!&ZNzq}@W>40UMLz|H_I(G5bWc4XDwIU^zxG!(R#qY`Ml>i
zyCJ!o@c2r;mU7r-UqXA}&7(SYfwsl`IVv|nvpb>AR(NVN`Zj*7CZE(;C*;j0SeojS8r{;-Ll
z1#Y`QJSe=pUMHD5R`aE@-T|P%-`LPLhW0>r8Uz#5ij#csX?z@9AG8Ffr=rfqM9az{7~`WgXsH#{Jl7Zf0sbig+%+T
z=Wr{dz&hj-MpB8S|-PUeot2-uP)w&X(>lawtof)Es!)E1>F`nZa=S
z*%HP=>GpZS9cxdZA7_O{_Svbegq^FY_Ibb!Yccb{KIiD1M}_sItQmb;p?*}@iJ8GI
z{|=PA-AD)`h2n)y?vyOZc*)QZ%ZAMxRmh~5ixg<0Pe^&b8y_P)dZ%5?lA0^)r&9*N
zR4Iy0@MOrJmzJujDoajIsVOH0RZhz#DE|akRnb8)YSENI;P*
zXX&RSR@CjnR7;I>BA?v}l5D$T*eP@4vcbPl7~uF@{0M__)lxO#Y_s>!eMDJ>_ZVe&
z&|O1fp9&|52r%2*2N21z4P+nCao`X>c2Tq*5Vf|@Slm0KNrOJErw5(9~gk1Nbp!z>c{08^ti>Q
zHjKc#46GWqB`v70u*m-O-HfGQcZ094IQ8~mKeF5gzB6rpq5H`}8OjW`#Rc}!V1MKf
zZ9(~U*@J7_2O0^Y0)s8;55LfP+&@Aqk1U5mAh8JO*mz~dbtkG=WHq-QrW}9)uzPa{
zMI7k$CO2|C=iiwBu7%HRDp4VzE7IQp#5)||P>7N695~j8M@RsYW8w71Zr<9VZRvJ<
zX43HA+BEEw&DGJj>~Gl2ytTzSJO1eNGp{zJA$c#l2`BBtQ$vbfDihg)!Q7xYlY35e
zfs~+Fy>O=7ib-EMb=`Bv(&=cbN>@G0lPrWHASnjzJy%5R?FFRwpPWBp$zMo5uDk}O
zg?l!&)->zOv)REI4?^&ItH@#pP=;4rbGWJTqsb7b!8-ft^)=qS6g_gxh>sXRJ;*O4
z<-oo^kSMTkW3ziQV8eiMe&W3EXr1O=({IgY!PKR{>^ikdbIOf%yJ?EA2Ck5-YdHSG
zPHl)44a?@L{-EvtCwYx5H9wQgNP5YdQ1)!L^f2N<-=x5gQU8vApO`2iU3#&+Je2kA
zS^8`?e^_s}cPSj{NAH~6UXm#~cXE$Two
z+C)7+VaO$Id=0SnITorHc(pZ1X@`9EN)~Bf1>e)&k(DE@=dQkyzD>>r<-Cmw&&05H
zWR}WKq;$-3*pXs27aK2mR3=JVTby+!mURW>wl$Q5$=LMul?{zgv=10jebd_Mwof3T
zUzuEp#@}!5OTDU)MO4B71z9*+?bS)I4f?p(v^s{ky>~xR#+wVi@r+^q&tD6ODUjwm+UtTSFux&x#IQWTphwGfxKzEKKq$VVd9z5Id
zdZ|_v2GNaNPW9@~-(g3{9G7QhlFx6s*xegYozs~KQ+l#vC1m#1=1t^6r85{9P&|@`
ze4#kQ2mRi)9)}8ah7)W|&C);H2jL>X4~%z3Cji@0LRDp<4=O$Fl~y+YvtStU@{Me>
zI1__w>DXxfH=~dS5?NW0uT)Fu3+h^FfGSOI+P}W~IhpLfazR)@wsV4_6scr?={IO2
zkPTN)r|lICxXtMsV8)w0x6DtnHOBYeliEGR^qOm=U$I@?rO&pZ--K^(?77YBR>A->6_=>
zZ=qrC&h^h5+KWr<)sycMlUuCd(gbq6_Fn?irfn-~#v1=}ZTzFt00U-aEET!D1Dw}l
zWohGhR{)gcK67{lSSa%Zf(qm#=QxZ)@F(bg{D0)g9hGKC6AB2(DE)sYM_B(q<%qhK
z$^ZC4Mb*N@{Qp%VJO7l3`Us|AQ}&MU>+Q}AWqX1~5U9ABDFO_HG)xk)u`U8k$~}t7
zhJMn>jN`TeyLNPg!rtAgZmQ;m*y<{_wzP8dimm_3U)yT`EzS3OU5A#IQql_^w%3;I
z9fiTQy1li_bhfiu0k_lq@0?6NtCxqPS3f+E)A}XMc9hz*{m
zBxppG52$EF6b~$DL{ty3X!+z1G-&yh54dRg6c0RT`BW~kU`D^}Wc(Ijnfc{6J;-aR
zT!ImNF@R`(nZvPg+Yr8(KsdkD;WcS}slzLB$28-7Fg9YbLo7&xfZ$;+nQhtu2e{?I
z8}i%x!Q6VIKyc@D=w3)@8T_INC`_E7p^_biLqasE@moW**M)i~wY`6Z@^}Q;>kv43
zuiPOat9OFFfcWMs|2;E5=|C|YePFc(AZBw+#?L5>s^T*cOleS!m0tmvNAggEAe3?-
zh4!HxbcR#G!myiqYlyXCnu~~_jpr$W)*${E6RmpxOKDYiVh
zYx6Kymk7Miq&w){MA_2axte2v&N*YbjTQGMYE)&*!n$^kZ_
zZq15U^(1CsDgJP)U_aQbb;b*{tS{(K>Gtw9@~15tY4PbD{2OP^uF&*U*j~g2L@;Zh
zzgb)y&6!GyB!vALX+u9y_n)GDPxihDf~m5eAfcNzx~mnSd$pKETNB1XTSM_ch;}9I
zo}jH{3LY6t&Y9RAF>Hy3oxCn;N*Bo-=|E0O&I{`8XBfISaHjzT|4<1{KTx9W7Cp28
zVB$LHH8uY0c{|`QElE~rKX47z4m^PHNwtGU2Z-i|pyb!q(a}y2l>tz=(JoP
z&CLOc0KHHHXP!tw%%WeoIvhXz*{?I;?)qJhtudi81gpXK@G3=<
z1L@P`e9YS2?R8DN2e};RX4HNewyV#Mibm#BK;Z3>_Owz^b!0^1>S^G#!e$9Rqo@^=^jGjArQu!OS0Rl4BR+yo
z=<4c3iitTTSg9+N0`Yk$JY>)$kZ6zmN?g%YEtNOdipukGq)bt3;237&<6)w=6QTI7
zSZhj)$!F|V6nUioQ9l}?d8QYPuaJwa@CY$v;be|dwcA`$Q0>f$yBqpYEtu>&EKvre
zNIYM5B%9G-&=pe6PDNX)ddj=x%%lI$GgPL;Wt^VT$V;~;zv`E9yD9tYbEAVXqsPlNbk@k^Iz`*G8Dl+ZA?98jdztw
zs6s>>JbGV4E#3dz9w+F+YJ6{;AYDI>-oIw&?;80_9$_1-rb7^>5c
zKvf(wweN0>4h<@s|4oBZMO^K}9gXXUz6-^c|H8U0^vAosSvkx_xP&7@BNGbec5aLm
zxU=JN*hNyRBD7gI=NoeP<=pqYsD=>VVk{_pWlU+<#x%_5$HRS|6_OR~DBJBHzgxSs
zh16qE*M|4(S-k7GxE1~E*|cj|)28?AS-l(f;+efG34nKR5~VpJ+CBdz!ey&<=o{wX
zG=ox~<$6X!eXuxEnk^S8mnnyw4wr7osKMy3|F?twgtgxSH~mCkasRR8hbK%BG&d=<
z0iH4`nkP-lJ|^7ycGjjyhBnkt7i@HCmwjjUv&;!*7i>=DBqx0Q%5UweHB}9{myOXk
z2Ok@S84+s4l-sfqXO8-8&Eb`*oo4!4#$5$FvKEBDUU+oFXGwS@QMaNqE!0Y7aleC|
zWu@MZhm|1dWwvy?tCLDZS|LFJ#-(GPIs&5O=KAz#u=;O}x
z^JN9{W(6|ACkkC%2qpeV<&SGgP330^+eh#tdzMIT%Y1ML=Nqjx)@j(ZaoiL1e;@t2
z(!<_oZPzzP5IV*WX({uBsd{~C!!m5VUSgp7h5ijG8$KcCY*||wOv`L?sfR@9jxZ_e
zsM|EYp&WGF?kG+V?ZN;pa_dN4i9o6+Rp1FOSPeYG3u+p+tQyKa>cyM2oTm;g5vg!W
zLCn5|`f=-d^Kw15N>tGv`Th)D^@mp|PIe#aOjx=X-f|bg(AMh4EPSRx_0@#?jCqawFSI4s7U-)J7H
za3Lytc9?=kzJ@Ea{&!!dwg~r$!m7x8zQ6r?9+>}UaJ_QK&Cl6EE>`DdbCaLaxZ(Mh
zsGU-*%;X?rZXiyR(0~V6&{Z-oqOoo!a5;r(g`<%gsXG$F9toTtH;HGgr}LKM_`HbR
zE{(l}T5M}EsNm;8Kd8l!E}_As
z%Y?v%MBsu-#ZSK{E@fRjniS8;-DYV3Nf+-IE{V74Cndh*dmYZbKN+=SFt;XJ%i*>%
zJtNLOVsXPwPe0Je^2e@Jg?4Xe>feW1cPA&luxGB@PCkmMGBDk2piP*AXg#3)p+*b#
z`v1+NpIF|z{mPhpF;QIb%DWheY7-y`k=lBK>Equzd$i9_3WT1q?|X+><49I@r+davham*XI)Ji60v0WlU=}qzzBk4bmCJQWLjJ
zH;{_ftrWBah-DN&Vym<^9oskm!=&wup&w_qFYJ+bL_p2<7hCr;cC0`&s5(yc#3h44
zL?{!YzHf!qhBZv}TeUhMk>xq1a;$Kd^M-WFvd|1?vVdO5P-O^IY@gj3CpzdcC{6wY
zocYti8W(B}CnqVjEdtZjO}L;P@39DzWfD}wo)>TFY(1m5-_%aWrS&gEE7-VZBeUKo
zr5^fj*oef&B@w#bXK}-dQ=^9rDj7japH1_`^m3J2`EiPt&rI2F^oa&Y{}cO)JvMi?
zgoB33s^%eA^n~7pU8pRiK`-B4RFxiX2*Cv=nAe>>-ewk9^6A=YuRqt0}6e
z914R!>~6eY?*Ad}ouV{bmu=Ckw9QJ}wzJZ6
zy5~HMm%p|DVZ?~&@x>QCdawyiBgGGLt@`CSIn+-U#v#wbBPg&z%`QMd^lv>ppoISqPwkvnRck4;tj
zn78o(6S9jMy;Uymx{Y4vEd#@4K=X|q-&GPPbzs&z+Lse#7@HlB^VV0BjVD?;9%oy$
zYa~n?`=p(ouz}!#EGqsv_f`}`XTCiK(bf(I({N5oc*Vi;QQ4j=!Mp6F#HI|7ELC8-
zb=Q^4yq<`OX>tlFJxhZTHfv;R85^Ea#%Q??@W{4(@s#c3*B6cp@i7{kXYicyc7Iqx
z_e*t;lb@cMwt|8bjNA!`KbB%Ywf3U*O>uGHE5_daN*9Wgw*#EJqu6qX&3NlB+Qp}~
z9+ey|vs0ADxf7nuxi^M$7{;PB!Ntgp1TRVMc-Tka#)JEhz3@-XRSZ!#
z*`0O@V2D3%0pp{s1_w@=B3dRXs
zynd1TblBFdXn!m|m$LO9CN0h=xW}}w#+zO-A?G<8V@)bMHcdwqC=M1mVG<{>y!>b<
zf}8{!>V&$;qUtf_&cY9)Ex14|pC>kS#z9<{HK&QdBzHm}71td3y;
z0CfIu>u6J>e^I3VW=s7|E$~#(kik@e|BPH2KpUUfmj8pDmXH6)p(`e4ibO*!EoPny
ztUjmAR60MP9S5>z?z%)Clgk4Vf*V~Fdzcd%kLFU0T&+mtQm*(AbWf`&o;F#I#tETh
zagoB#xb<>qcldsDWgP@SvzG=Sy%UP-*E~8#M61v)31*U_do`pz{%S)FfIG{hY5Yd2
zJ^o@t=p&uq@jM?k1$aDwg3Ca4oY$Ll4s^#pQjKdxFf2QfMP5hm4!OB7NcEp*~UL>sQ$!_0UZPpRrh3rSUg!N3G$Z
zoo}hsYKt!PHP}E@!YZ?14cg^4OF@lTd2CLQim2L>PD`1&Rtc1QPG~^EkwGdFXKUb
zXN_zf8l-8R@}x#pI=V?tt|#Vs9Q^et_;OwVaoF;
z*@)7c6~l_6(rsD3w8Ehd!Ppq$gx}A8mFz&B;S}P95v{S6LGF%x4d;c1-axbXdL=C_
z2FRsSr3hut0fAQ
z4oPR{n=b%TNh?MY5CVrgYuh)AI$gwLnRH-jz3|L6a<@{;>+9_3!yPqSq6nxF=~t6T
zK2{O+^yohZUGhP){Wx5q#&DLQ-f**3Chwbl>}cGQ$1JhB!~?^_^s#6!=sdGTaB{LF
z*3QA0pV~MIwROCb+K+Dup1t!smVAi!V*A%KN&dTkz%o+FybsugJYh{Kd710&cljXE
z){nJl+C
zR-G)dEfn;uL_jv3m$|q-t8Qk;%x_2U!6uQerlR%RV6lz!iuC)UGWl>al@d)c=Ykm<
z*N7f^_uPG>?|)u_CEK{ZZNR?9=S+A4H%YTx^%*r)aky_|1zE=5q5I{#qz`X_u-z}Z
z&}x4+@2!{`@%1@8!VE@f4)Ts162DMAa6T2-v(GDuJjoegZp>IZ2CJH#4a1_8lYgX_9cmMq$--;8sJB}WJhyGsK$4G_(k1^w#;#;R
zN{J?)6m(aGZTkA-tC)PXjFgBYuIF)*L-oyml7Ns%Q&g{4Qo!}l+CV#~L_Za`9
zy6;tI-sSxZmu|el@Yue|PuTxReq#LpzTY!7`kU?aKY&S5!x~cv`E$^jb8@2Pdm{N<
zR(+9WB5~Tz95K{A2i8(PH6GsOWDutCAh2-`$%0!b)_UVcIXD)!sh_UHoN%OMVdt!Ni!|o
zK2zXptcID2v|@u9A$wYTzv396F%!?!6!C_6GEExF+@d_Wkw(a_*0|seK>TZdpE65%
zZ09mnl2QtG|IWkyy5=lFT6c@S%_PNeML}VQ;<$2}a?Z>SeV*xpUQC=AaTb@DnV~5*
z?sBYHtr<@Xk5sJz?{2+v%P`op__kiB`b-8@c)KM}BFc(OzBO`_L!DlHey1MlhOTO3
zNeGHBRJb)0bq4`dVU9I=VP=uq=$S{H2X2**fEGz8Nv~-HU+_<(RuE{@lE@Qx=4wJS
zqKw;+xq9(QF4(yQCtr67E@LKYwNqU!W$2&IWkhtBo32YYgT!ve#wQJsE-pV!mSk{Y
zz)VR@S;gIcF~suti-v9OxWYaq@yYAz`QJoC=QCnImavFO+5&UDgUDc=tnl!YHU`as
zUCU!-L9vTuMM3MnZuYu@WGeRPoosEh`)r~3_MW?(#V;X8T(40CAQbVz?sWT=O({jH
zCsAREnmjyE$%|5U@_;-(tCyyae=TqJ3^>8d7)N(MewzO(%%QxtoOKnOB$FJ9d;ub7&er#X#rok)f5lp^crCxrMy>g7((?Qj}<_
z3n|$sx|Y$>kC-KK!m;!3_u>?U&z#;uzsm@|#rgPZlM5^Xwelq6?)3EO%$QqZ3Z}dm
z>nLB%gM=>j_Y&%AJHzeo;;rYZaI&Bkd`Dh-3q5n6eG&bc!rLMSWM0!F&>u{=JEB`1gXDyE(+DzJX
z#XYNwf^cml9CVTv*<;(FYQ2V~f|p?8G(rTZ_Bh;~*QaglU9q+ok4dhK5rWz1OhXyl
z$%pxK*Xq?!#;Yp<>?NSWzG;e592ZDAG3uLO$g$f@yQ7nI-KjZ
z%NhfEQX7>UZ=n7%IkY4GKI#tufbQ?--^+^qM<)LsZ2Fh&|2DZ+q?B|Y9ehBR=_=E^
ze`7axYy#_fE5D+sXhJk!weuW4o4CckDvGgw&kr_az1^P>3u!W+=dO31-aK6ZntKET
zTm$@gRU=y*^4uHAt;D`^a+Ru2U>xMi2T*<+%D=VCF&h-*HC&4{)L~^*W*SE4Z$~&S
zPq)85f8O4{*kWs1P0%@Sb!Z%!Vm8)JHji&YXrdl;wFgNFByQmKI=5<2(2
zXz|G8cn_ev@@&YqyD@DLg^meqO1p`ls70b!-);+8LxOVP1IKula^v=NclH6)4gSIH
zVxn=Zdi;9)!bVgNl|mUK$Uv)Dh)b#h+=|aMltL3eO@cTg?^X{FQ?%1Dl8~9H!TBummB%%Hd#=Pq9NPzTo~OIh%^zm-)7Z4QKBgr&
zLVZLLwa(_V7FMZs*euw@}T$n+CR_otgV2BBB6_9Qr2(7PocQacylMsPpf(S
zot09ml4HF89EA9|LVZoTp{DJtQ+VUNzsSf7jw~Ksl1>iI2U-rHfyhnll
zwsp`y+WVh{$^Hu=q^u1LE&iv^2E`ONpUgv;ioPTTE+RBAAjSi`QE2n?uP
zqId!I0lHd4e*C!P}$9ZB@o3Oc%KH)%sIkhPVPXY
zq9U8YOM54k?LTLOS*;M)Fn@iO3sI*`rtdFe@hutm??L3Bo4x<_RU8cLX~nDz3|;F
z9M9{iLPqEH;jv@@0e0b@-{iB*v-dHy%OwdB9-V@)(c`-PRL9f%>$=wM(Pb4Uz@~3e
z4z{OmyFV-Y<}7^o+Rv1&gXZ#ILh|aBcA9hWgO2Pi_zh15kG_#!9>w|qtOd;jH!+dI
z`328xl0jev=&`%7L)C%G9*89LWCQR+WJ6kk*QFOOmlN_cM#W?K81v>YdYf%M@WGB!
zbYwsUYU+?iP{c`tiRJnlnVzi7m-|UjjcYpTQfS6nw@738vndWLBm?jmcjf21*ygV5
zspQLwNw^l_dss^R3AW+(9;3e%Gb*sIg<2rn|EPdy53&aif|xIaR=K?Jzc(Hn4wq?u
zX9nbFXa%e+M$O5@#NC%%V@~D8v8q*x#vi811!aa-%f2)Lwl;<9M(-<;S7
z=SS!+N=PSqGftq8iD#>o&@l+lfKQJ|WU2!%E~)(EYmwba&*Hy-CU!&D0@h_y41pZd
z$pk>`N295B6NvckNLB!dckU_A*k39Le8~NV2m=%%7tbE;OziDp5ZIk(u84<{8w;iK
zZPs+dXPtL;pKwCYZO{`jLOm}hwGI$er_>uK(O0m{OziAH#8%cbbv4XwXz&`Uxl}+M
z)$HV}kkwDA?;`dZ-QAy2q#%w0Jv4luT%Pu3>{xZ27xYo7=nduO_cYBp4~(qNr}jNS
zxpg@}kD^5<6ikpDru&o-xRM=CwD}Nb9;6U?bU(VPYAipPzV)Is++-iaZd~HpBG$4k
zIF?D(A2NbxcNi+xn9u)}R;d;oFK%WLfx|yCJdQIB6Fw4{8`a5uaZgP!eH%b1l@qkd
zTiY(I4z+?2q5edo%K8T4$eZ{6N0Q@&V%zzqF#W9X!jnQi+NvJ|#`i9MK)0
z0}PcW8*BE2H2)D9jO7GMP2iC)_AI6IH&3!3GJ$j85F#=kr3neA5LQXk5C7NM}WENSQb3Pg~evQNwrA#tfpZ@c0E}Pd9
zLu3AT-Ov<4CNMpgjyK+}7cin~AX3)|XKDj%G_V8lA94M5l<*9BTs$jqVqF)v2@YSP4wAZo-
zuRM!Sm6uPo3UM*yniUjIyw@$InocOCI%<`ai>d)qH>*viIia?c_xr*Xzgz_(EiXYV
z3W$4WUoLYG`IQ^eGttYiSach5mCOdRN$F({
z-xs0&<6q~ajnY$b_wPEl2mGI)jr~7K@P9#@)VFxBf~B>!gNdOX5&hpeK0#6ovX>5B
z;z*_l{1Tk!Svzo(&*NJ6c^ks)$?{B9!*uN0g2x2_j#!z?7XpIFw|z5;)Q1}tixGCR
znn#_vIonc0?p$*shVeX}k$+88yR=w@0hwcl)j4Nk;zcn`6-=(+Q7=6V`^9pknnO+E
zlWrKEj1IX2s{lRUa^Ph(E)@D;t7`xh8pCUtPK-wi_)u)DzQ&s3_FqTx)0vd9l<&7&
z`F{RAwEy#v(|?2Z|MC7p2F8Yen;=78f)+>)`P1sCac*J1+e$!~L+m)Bfu1XpGVaWxOz^+vX>S
zu)IM81#_XI^iXr87$}LTMJ%L1EzSFDq)Hrgh}4kdAL>Atp2jdkP@I>8g9MXT=#^e=
z0Zphf@^wb@uG#2?-+3*XNqoB
zrwvp?Fa{cmKu7A0`8rKMi&zuqTCZ348~>zQCk(q!-?nGdtl3Lo4%Get+7Oq*6eTdk
zt58If=P*K7{?c}6auPm&X1)I~8mxYgVi!29Z!O?G(u=7SEyA3SmU|x_B@4xO3K&LE
z-~WLoE&&&553?k8ujL@Z_xfD`Hh
zE9NDgHyt#t&O)feA3z6k6m_x#uVE)aK!SN?aRpZUi`&;NfE4S$ElUk>uO
zPZTI>Da`R9bFZPkC5S^2fP3YTS%wyZASZ+-ma2ldlI?|e1~^gouo%X6Z^w1@>1>C=
zap<3fPyWS}iF_ilJo)Vke`{0gJhjnwv~KbEl!e;`FurF9?@SQ9N7Dz`#~t{FKy-~K
znKyuEhv0u5?MECa0v&~MD@nzO{Ko~cU%}U3%bF>@g4xs>Wg=8Av9Wvjw6U|uye(30
z?l!T&Tb0?uSPoBDkP#fptd
z!e6riGKUky>X;HR$(b|t^7CDF^=3xxsuu9M7aK}nmWT{Z8y;HICDW&h-0=CvyiF<
zJ0tMa80u!qIAj=%nDXiLlZnb(Uh@Va`@&q{+B%)(^5E%N#NN#p6Xg1U<$`w(a?I*8Uh
z&~5!bcs7w3I6~wY5obx3o~h=y#~L*^5mUhlf_DBHKtLwISu-eO#Th}_kC5rKX9K7m
z5`xmIkm6Hoe%;^_Q}O3R)Q844akdci3q6QfeAW0@?4Bxa(5wwP^q#;@Pz_$ST>C
ziP7rxY~l^ad=2Iia{U)_v-OEdSih$?=wZ$D3PobJl;W*)yY~c!^%{eo9H04uvd%8;
zmZMSMvE4dpFYexFC)O%4i*BG#=GlmGUjLPD^yB7YZoY%74fLPj_MbIJ{tevzS5&F2
z*<-3;d|_WmsaF_`EY@_CxI2eY3CUv>NyN-eGnuOUV*iSVs)U+R-&__q91*QG?Jej|
z-l>pjr=yDt9}C}1b}H<*LWGuaDC~oxZNFo^1|(MXFkY%P5b4g3X*jz5=)B_GdMJNi
zx!k}8AiY+=mf3LtklAI<2xQb_qYPYPPM^!!t&e2AE)4V!OozqRnWOiqf-(?>uKPI&
zC9XZhdM)*<1+N*BgJw5YRSUHb1!ilO{tr8h^$8t4ZvWbIBYJ1vPHA8+Xj;#(QknFJ
zuzjcHkz_o!{KfDoT?Fc#+VkFX1jW_=U(r^x*BLA;cAL{!%ThI#F&%e
zM9eU?aOP0mQ@C8OL^O<2=tD^1XVrl*|t4#0dh+V@v*8tuCDa~Apu~`@}c|oZD
z(niZ-c87W?r&AoN{>_V~6%Q-D{f2fEqxpm#v3;v{ll6E!=7eb=UrxJXLz=mxp68o)
zb!IyGf-=K_*<8t5fsyNm8vYf-QdLJ9c~$x1so*3N8Yae0-BE`E?p2`fD>AlYKjTOq
z>LM!eHk1D?Iiy&QY0`I-NriS53S|i9h8+efor`srS6pb!vjC4IUF*499Y1Zbih
ziw*V_dhzc7{8Jp&oP8s^e3y|D%;MZa-Gy%FUumFbpsA{J)mGc?E=%1o>rB_4>*wHY
zi=C#diR5Ox(YSP~QC7udYWN=lka51aJKR9LgEHtOxN0Z|*=LGgJFN<443gZfLh-Ps
z+KO()XCy7la$8cd$Ia#k;say#8X$EyosOR%q0V;d$8(E9L5C%vfqNN)$5KBN8VqP@
z7_Ohkb&rZjHwhd@Od;=mu5l)}X|FbZSh2>9?a<7XZ{(i|v?!M>kk#A0p962;*yVXB
ztkXG_>@)q`iyMlhZ%6ZP-}K-zZF*`|Mzdl{g>Rhfe!6Df}@7T!9
zW&Pt%=z_EN+r`(3r(N`o_ThZ*e)>Y#JOZcn99(S1EcrOxh`RmPc4o61-#t1>2+g(au&fD=6j2kN;ekInse(o{(g?l6=AYY~G4FL|+t5rT
zY_Y8^(aHRkcq+A8!=SLUklONUM@-K^C`gX9S4IambNuHMjN=-boTB>_;KN5CLHA?>In11EOWaVNE<0~
z^;Y)ok2ShWJcocp-%I%|4Y$&Q_du$GX5Nc800D9wcze2mhx#kl@z`>*C_C3Usc6l6
z*k14cZfrp+;sF%BZesefge+^q*Uo}gNF`m$&q*a+Br($szmew52>J5{0mloI9jjO-
zbw3h(zr|>bUB96^dd5fc%t(_b$C`V&`0?capj$v@{Qy+2!@6bzn6w&fbAPzI7^!xH
z!DpM*-Fu8yn1%q`NpI>y`nm0ON5QGc)I1{tOaaWk@`X=HI)8t3Q>&fk==OkojIqdQ
z?E)8_>nPE~V!<`beo>ajIeNYNY6QcIjjqOFrrBYszVK$RStA!h$?14gk7MNn38q+U
z%hKU!PzeE_kRTqw#cM-~XK%vN9mB=JK-K%(V7MFb`HW6LE}y6ms0OWcc-h}*95>-6
zS^7-tg_-E@ypYGsQ#sH3EYQ&R-ztZ#lH7(eT`cW^dKjk$GuGZKv~TmUD0!m|Qt$X;
z2Ye6YUyxnI;bn?BrLCpwfjvrwGm!Q0+oc+{wFUOBaIp}OkfJ1HEc)<&YjuBG7Xogur_@<9_jy2lL#xPe5fx&Cx#MVJk>n
zwlg^C@MhUv`G{IjA(kOizu*WTvTbnWsSPMz_M}UQpX8?(4)PMn-FbWyXf#&@_8sJH
z5nkwW^Tj0bMtO4O>mO>Q-un!*yQc}!v0{uCQ
z=0Aw$FG${+E>K>}I(6Em-L}q){4KL%&IWSzF;lpJFW9HT+6)pzXuUC?~1IE1Y_!hH7|etnZH
z{(XV-AKfVatH6`e{cb;)>i%zuFEuF5v?WJgk#EgW4h>jlBSW5H@#<|fX`{E1d@X&;3-_FKo#JN1cq0n
zR|VD&j1CHuDvJ9ftJ0#d$h#u&XXj(u{_7;CT#2Oq^ERtj%2)G*&p|0~3GbuAtC=UI
zS9ezAFF)}wGQlsg0&mo7Fp7_`?60ysFcF*k*y$(h`zyT*Ud30LgwHYCyNE3h<$^Ee
z6K}=W9PzKR*{_oOFN%)B*(k-=8u6;K`#|v|MUn)Jw>l}qwozCzqoPro1e64&gfT^@
zGR?}`Lc4&`1PT=htEjZHl`ucsh|va$w{LaO9ZlN(rEbK>upJKia+JOY!}iD}N)NxZ
z%iJ&uFaTG-QB08a{X@{r@>|pdYsD711Cj(k3f8jqKXJBY(;i5gy_S05F$_dVpi&Ff@ECE|Pg<#E?x`@Wluup7m
zGKl+bN|y>QNohFyULsRMzg8=*aRTxr4c#~_k5hhePbf0l2=W#-NgeHmG;+H+A@*Nv
zqesdRJ*+zn{tm6&U)GI9bhFE~WJ?MmC2f=#eU{X48W;U(Y08~B-T)(27>nfRHaXn?
z(EpghZ!Mq2px4*-WSC;6Uve_zPmdLaQ3HrH+?jjP%823VgqJz-tG)!e!yjJ{Q->gv
z>6PL2rbls{Z1y5j<^*XlIx`Kpwoz1<$%x4QX8k-COjt!{qvpL_-dIC1d<|?+Ucr*B
zHD+eW?nZwwJ|@G06L9fakt5+pO9gLcG^i-2?vx-en?j0OVIn0s?d5M<0cDJZxt9ZPiNc!D%NyVY^n9mwOusGsBOZ7%nV4pxja~4IB`nQ_}TA6j7%)$%4NX=p|8*
zglW{{fzN)XRVIVhP*!w#hGZK=U?KNr7Y-tVsQn>=eK3I7WK~PGP9xAw!Yn$WuZt`B
zqVBh+2Z2)mW>efKB3hMF^1N2=-_KXa#A&)qP@Oj$L5)vLXqERp@2+$vL_ppTCcv8U
zD=7}v0SRpcjW8zC<1J9TS7u@XjaZM6?3FZTuB6W}a`RXjG>Qy(q4cqPo_hgr`;f7&
z)NTbpspuj*2b7%p(CarI_RP9f;uIwm>RYeVA5Smi8=<_+Ac}Z!{%LVrA>#`63Y36#
zW~XRiO%Tm7S(Cu6E17360KY$HHuoGJ{!LFBwPzikxHwleqxM=ZjGGH*?w}4WGh4*;
zO8#0eoRyO`b8PymR=C~JWUN_6OhXyLBOGOV56lg!p=?R<(=(kXXJ!h@k4Gd+$t7!0
zz@x4AjTz?$!VxFo4t9K~+?CXYW_k>Ah>68Ta}Oeu32l{l8I_?&8OZ^B8iyey
zM*2silek6M00#X50XE69(Vt)l2c+rWC(Mh45%g*etjKqF4b
z?BarnT6jQHO*3B&AS+~)EWuyq?_|8$H$l&RKfML_v$DFe;#5@y5*zH;A#XZG1>(SRWP|mg1b_a4^;Kx@ET+|5kCRc7LKNyiRLt$gvmz
z0#M>kiu=l
zGLNHQxQ(f!UvGMF0KxiGr09D(E1CLAZ(rr?{#8BzdP1l|)^GMe8K7eLS3^z2J3x
z(sZNd?59eX)IeQ7P>60>nL0s&L}*NWGx)gzM`}i0O;=ZmcT2zQY4deVUX9E#V&sKP
zzQbJ2?+UH^M5aw94>i1sF$BO9(_kU-{%S!*mDp^)r~&v<|Cn@m78NR2{?o2?xPdAp
zU3bHol6)VJ^IeV@(G1mr4}^gadXynFrdcr>Vmk+w=5w7CiHlTUO?fnyZn1;sN@1vA492(qj(~cUFLq*1?$id&O_kG;c1iP*rK{R1
za|?G4{+E#9d-)e4II-glA3(Ua$~jI!;Naa(Ha;
zNhGirtd;)XXnq3Fli43wE&Y-ZEMdC7^L}@VB#CIl5vDKfvx$W$$;x`_j*(nbaW8#g
ztE&@H9q82r&q8+Nat-T+-H$Coji_PN)h1yufU8)pKPV)(Q}R;(>>rWCLEx*wu;ZT~
zV@-_+&Cz!G+@PH#Q8l{pasF;$i{oDY1CvRs_h}eDHCv^+=<*AJ#ty>BSa*tcx=MX?
zQI%%?&jhXP1=h=UwVq{f_|XZ7MB3D>GKus&mx$w(I;3|6k%SQa7}`nth~5_sdkyW%
z6O}A?dxsINGyA!25%+m*5Q@8ML(tf{ZWFhr6`c8_O~4XvNqtaR_F3y$R!s+F^P>Al
zNHtiT+Am(NT%$?a)sO3^I9M*L5Rjz4g
zXOZoq)G@D%udj3V^Qlcr0{0~3tzOJCTwef^ma*i`KNUQ+@;f^>G2L!WYmZ!i0A8rf
zy^_;ecKn=^qjMB3EEOu`+JZ4VS`h5}y-JcYilu9u*#rQGW}}jM=Ch^Qoxs)RBLdl+
zT7(PORp66!aPrpO2HDIhQw6Z4-92{a@Z&iWu=2nZ_PGM2oj@iFtW#l^K*>5x@$du*
zucHsTgisU3!s@~4&Frv*RHjb#q=5l+pC^n9@|H%->EHww?*qgDE_y=((4ETHDLM}%
z6BO@?3h#k$Q%ST_`N{{`si=uY)jowW36Zo$xKEH9*@Spfi6uspYyZr$sYYyHv|EMQvM<*~?o+
zpsXUNXGvD++4aLQHPG9fCg(y&*Duh{mU6ppmC8v28DMwBn|!Y!;tZ9eG@x
za}egwR49jGxGgwdDZ*dgFv{t74gkcL7c2^eLi4ZKu8@Qnp=8bkrNK@JhD0*j{&SLC
zVy@1aES-E{XvZ`TO>G@d<1-z4W$qnMy2*J0_6}?^MY@UF!x0L6!cd~9!^y7D^AVC-
zihUi~gNX`qNNvBEAr*z>$Al1--G`DCp`G(lTCzci#dVS_Tff~MF-MA|gh3!b$$!yQtZ8?e35lIyg@
zGjmmkb$?{`TC^gMp=Q&>gbFEk-7+ZAOxO5%4RK+kX{NQ!>#Z5-qN#4_ryi*sopc<1
zjDp;Tk^1VWWrM-8G)>OE9Uk`w>$qAu%GokBpYps?ct#kN0|X9#=&u$}FD>fiTIP$Z
z5F&QLhF&*fpt`iqYAobUTU#{4(tL4v_O-5bN$q}J?cQv^hMG^8&Sun#VxMtk*3~x-
z(8QiTq6R^vBkq&eOe%OLS^+uLrqX19bD|kn4y4TLJ+b3HW{UH#9x;$gXAzLPLRKQd
zbgOx+K85Alh339?&-$Vr_xMpiPM@HHeWvHkDc#-o9HGuN#hzQsiso1|dKKjfHp12}
zDC>U4zjw_`@=9&xG1ecF{#C>7^EOfIeb=u(xc^kca{s4o8EI=fOI-_7x9=9EqMfOY
zg`v@Zb?Fo(WRU*q(yh75f`XI-c7`@CnEoi@k^3doO#zrnMnAJ*$vHgFK+U-4ZYsH+
z+-#fU-5miXh8#{Z*w7VHd{i$W6anR%Zr|z7ar8F%?e`vUpC?d0`pJ<3L-1_^wnV=h
z5Ju}b$1g>(L~JGdAV4O%46ypxN_G^nK&h~c*dwbk7i@)x)B=x~!XdsFR)N$88AJik
z%YC==>VU`jbD}%&;nRu}EPW%-e5p245+2yq%2$a<;1dpN`O-A*Pz@Jc1>uCGDrGMU
z+GxZZqpkXFDvlsFly<>0GvuQ=WbHpT26ym|nmVl;gt)Ym<&jWLfoCNW{
zbNJfR+>3`cU)o)|+d?K9U7_aEBT4D(lO-aT@npPNSmGXNBdLV1{gih72S^#iSGOJN
z8FSREvg~681_}(W18#MfC%kZjO4K-~#iMZKadcW|p0wE$MYiXSaR!sN05s6q
zSJ3uV3plITUQOER*9+tAeJs&&M{w*6HPdEHCfy@TuJmG12K=(num~`HXkCkvp#23d
zyna!&g2Dx@PF_ch2M~8sZn9MYvUCBtkve&T0!HYVplC#_4Bv;ZXRzrqQi!0BD%eNd
z{-!bz&^!fe^!SEHlxpcPHoW|-kdT1b={@@g>g&L({a*G54*Mtgr
zk57cvFtODUN`vrt&K1Ry@-jNJQo7aYX2_br6Yz>hUGHKxDL0SG#cq}3Ix2Qi;Wn9C
z3f+KfmPO)n#Kq%vy_qKJSvCT5^xV4bDg=4apnfFTpZ$F|HNdN}unOLSZwf2w6kW6n
zhYTs_=icx8D{F%*;5hfuHqh(rp3=O1%`Kskm(-NYqve#x=a*)BhCs>~&Pduljn0yb
zC3|>w_!@s`f~$gs@iNqe4A?#N0Q`24wBTX50}4f{f-b)AcnWE8BKridWd4dzNF33N{=YQNp|L^hX`2U1wg2Ie6(l2E0x;Dckrx^Lr+*}RI163y^5oTsG>
zcXP~K)G0JvdUPoq=C(DZHq{(Ktn$H}vnob|i(Q?x))iMIwee*1UxWQ*3>=ko;|qTh
z_g-tjU8$X#1SJHejPq(Pnk$^(I8o6h((dNcHamzZ(Wc>
zM2D1+mgvT8cCT;3(kfNZ@K1iHHAk|aSkaLwu#2NerT3@>-tUNWHpECzdT++*KEo-k
zK(WzBFd3ACKE2F^;?lO#hm@@tl5YT5HwEYzCpSi&Iw_87Q{O=&)qiEpCFfL%DKwGo
zi#hR|mT(D0P=(RcVUgDJQ!0kW6?j&AoK9%uiVY;e}5;+{Qp0n
z{GCTCRJ3d~L{L5#Ra8`3pH8P9Pu=#OMQ&yCmunW_t*osjB-Z9DOx0&Nh}f)pYN<(;
zQ8*Kj;~M#Lm;)M-UuS~=`wY0|ZYa67^NAjSaYm=0fU3CY`=I-vrzGRVEG8?7IHiH^
zWeBsl+m61@*^Li)tv=m=y7Awa1(9{Y*PTJ=Y^oq&o-m$sA+Vp)O!|OGaQbzT;B?2k
z`$#0eH>K<$dW>}EfkqDZ4H3C$iXXvvd}~gLp1cu1=I?v*|ABCIQq1%m=%vSMx>k}D
zx9ROxKyAHYhUlb`lEx&XLl>chG9Ddp1$FnZtxJiZDQF=O7_!LW;_PHo;ZjNGR4$(nJ;Ko`O{a-3gN8GP%}V~6_A@K@%Ejq)
z_?ri~OS^9zs5E`JArIl0B?H$gDymFk*jh{qMnQ&R
zRE+%?g~e!3uSHDoj${TCvz0zB19XVIZVR1TW1}pNXTB`AkgjMiAo&*lx=smlCTFc|
zg_!)vAR`$jo25R21ZeP=nj-q;yT7eyh7u;TfkpZNgMcOmje>06ONzX0g7tA`qK+$dqFM}gP4f#;1bYzxQzUuPx?psa+B1zmrSk1cDAR(6%aXP
zPrOP4mxA1K`S*>N=R*aZtB5a^#)CtOl!k)`dQ@nm#$m3v)M8*FJncXK<+6GF
zOGZhh@;y7}JBJOI^Ktp(wDDu}ZHjTD!gP!*g%+oE2YS99(~$P|&|G&r&;~NHIcP>D
zg=HTtnvpx5Gl=2~5Q+LTHs4>=Lz`mIl1J
zES+zE8m9!1C+JLvMz0H5C4$|c7eOuzg&moVTDC@X=dRWp
zTbXm#mdzZOlK+ZAEm`9CXG(`u%&M4=7D&Y*e3?0kGD1eL^(Qtlymj~jsn*H;T#3rz
zQ2S!6fdld_60+G#SWKKfvkHFEJxtTG&U-+t7sIKg#oG>Ag6{y%Xheg*m%1Q;-dc4=
z$YJHy$Q(M_clCdf8w*p@UcW_5TrzXDOkA>ZUB8V@JnD!0-X*nHdjbXWM7CVAtqszK
ze7?AjV>fhhz}@bwWG@u`gmtfwnuc2P)DSOfDcO3`P4UNEy$v3dt0UBtt75(|VYOa9
zP1$TtyuyFudtr|&g6>QO>cqvKr~IQ*%&sS)RTq5y)zsbR?-gu#cN0cDR^#Y&1td0KWcLAhaMo(4qi418vv;%}`sN0tFkEdFh$y&G)-
z38Y&VZoP|!sG@2%5gmE5vrD*KN>kDvjI@9rct->Kh{=<#wjsyh(jlsjfQL;Pbgm#);7Sd)E)9(g+FX>NU4^Qw3MM$?My<6XFi85zYZYb%8840Zt
zjSFbmXdiFJdnkivmbR|?+m%T#8`vSLGK{@LlZIQ$Zx!iPFmWhVT;~=H=9GqZq|Haf
zI4lb=hHO_Q7&oIC_m{0du$;w&7{pIp8c&*oV+ChzX$UTDYSW3vB9~|$CGu7pD$rCI
z;`>B|?gx4u8Hl5mpchEBiy3CKaq&kLLS98_ph
zUL|LX&mG$o9#KP8_;5~L#b-e*XgKN2;DCd}WXlOf!r)YP7qmCr5pAa
zt2YT6v{@6Zc_N|ATy%zrc@$ai_U_sum_J6`ht!%V*cwM=^c><#llN
z60<$*jG*axOS~9d+f~pNeU>qyZvBHJW<;GvN`doQcSLHAeji@!aK0$
zO;ta$gCC{verLb}T%vSb{Q@ocR{Mt?WI2iq_4sU8114o<6*NsZ_&8Q{B;Xw(H3^NZ
z^o=v_3(C2qWerSMDbl?mN$D)4;+SJ0qof3fL?-&2h5CtDV>QPe)!1!JcY{LtoA(6L
z{cdNL&@0jgGhyJ9asBAz-1s%!OgF4Ho~ilZI$~z#X^B5;bTDM=Oife7QGJ9xy)}n*C4-q>N?m^#*FhE*YGXiDi
zR?%Q>$|pm9lYV_%Y<4LW%%Taev_d;fVA927^khYZR>8~sU_q|IRyI}?QxPbB2Pnjn
z@pN*%xVg!K^dWjI*g04GGDya}wwJ!3anEnX
zf?y`t`3;x~E*$8e|Kja#+G-2`h5!KQL-?m79LIlpgi|!I|9ezM=D!UmWhh)(&&ncm
z!$DGOHQl&dO>QYbDV)WY&_^3Onxcain<5Cj`=D@8`PNSJzt_bRPns~jo#PsMRKfSf
zdhRl}kRCm(yH9z#UQKP`cKtZlrv-(55?t9@W??#%1Vr;{KHDft&$N5tW=TgFgE=&RoAQ{wos*^b%sb(ae=kMS-7RLv()5!4PP$x
zOGco&YuSuH+Evm8PKN47%>_bxyuAe4PGlf<+AD&Tj)s?R+Gjs
zwPnq5bEG$4bVsfk`x0Joiu6*$`%Q2v_?U$VS>xMX`Cb6g1U6jg*b5t(=y0t>E&dJ!
z@}CdGQPJkeB1Eh0LVw^`M0u)wwP8H5YNr*-U-=ujtq$e&=^DubU(0oCJltuTK(IO{~&ceET+WD*$ALhsl}xfw~@HFj5Ivdd-1S@D_531;dGKATNQ_
zAiX+(IC*=PUrYXg3Ca7nTL>)xtaJX$_e=~@kh-rwJiMIWux6@!x0Uf)VSYH9q@%p?
z!Bi`KK~$#f_Z`7c!b1fQgBTFw$rIs~{ZI=7HOTl9Qgacn5{paI8?X>ARAo+^Azz$e
zj8;=&xN?8O{j1{b@=1F@`>r5xzNz#7zJmDYML++I$N24j|1aZO8A_)1m_qQLlw&KR
z;czeDB6_0WJ+XjlG=4}JNJCDDzJ{1%uptu-i6pZe?#1>0i?nx&6)kACM)$I9+qP}n
zwr$(m%eHOXwrv}G8Fzi>KlkB2oIklaGjpbsewy8>bajoYG3pZeZESWA?G8anL>NW+
z9_Up8dE1LT^IrvcgOr_{=}y;8&P~qOM=swt;2pvh_sn5zWT%I*{PaGH_l%t$y*2$3
zIx9vCdJ9I+lo6Oqs1EK8!E*cX@YntN{aL5#{3{&Q+TO|jM}D62TLi%w57F^NPjxXAZwQi
z2+{BY56HU80ePCOgq>K&j6*Ad-FeN{N_R_Ox}n9PxL=i3iEV3B$12Mes)RJjn3v9j
zCF8-y!s4?lYdG6=NyH4QoK*vvl5M1A{%aRG(&+f7r5d8iuxCk*ORmspGR3-(Kkk^$OWVX$thA6aHr%f8;Sh&%nm%4@U
z#C$p!(Q}>io*e;`tLZ+6WKzE?Ko+ij%q9(<8dH+)OdUG;&3A2jG1=$krgM1
z=^1Hy+hgyqW5!8s*>=5BEm~Bo)%28d+|ynw^5xU%t~H_8dvxpOhZ7sW`@&uBGs=ckUK-ie>sKZN^)p^LapHn$p{WF%
zDA+zZ@twq-qtPg2mY6wmP7wdIN0$#|a6*haWzuZt2N?;tF;^odlAL934^a4x{hrQ`v%;DwNasAJyhQR+1r}h6i
zHGVyq_5Vw{$(EM-CEXxry-K0<99u!0!j6e+?t(O!OmP1xhRS(DNPZi$(WQ$d%oyY
zjw%acKbQBEX?aZ^zqXvFr^_m|wKD-nMt=}}R#ZQybl_$yA{>0a{qlwg1?WN7PjgNJ
zmtL4&i1Sg*>He?HNL0PX&G}vG`S15XZ-&_aYBK~4oJ>>{rT-h=SG18^lt=cRVO_CR
zPRFU`bRjoa3kckY5|H+XGldut)0Ywe9#|4OOgUkG=AQpr97}>TDcQ4duUTK*
zzfvbT7v?}*D2og~71ZN(!x@0(nk|I!Vc?c2e<2cKj48^1)ST>W5-0C_8rI`2N3L0o
z)N&)1vuDpZp$)O9YQ>!wz%hm84!p>()6Z-QJvBf)we8d8b^?|Y4w2Z(!RnR)y0QmP
zNhOnvj-^=LFiE${1az8)iF+6k3Nv6!hRNn9tG=GaRnPj_yk_L;*K_g
zmAE3?me%`U#**>K;Mev`%=!NHx&O1V2>q{&Mb6Oj{}@WMI)rzU8p2O+chB@q
zD~HA&5d;9FO@qW(!yE{zAVHB>lDxGdeAz(5`rqQr?Q37GSj%#irsihVON=U&`VL$b
z0fK-LLmtUy%gTQ>V%?V2FFKngBk8wm)(J3QUmX+#k0+VwY)p1LQ(Z3)cRx2=Q2HU@
z?Q{N2B)~UD^aFcQ&^KoGDeZcOcYpkR)BDxXy_5S_(YeRAoT7P#)>bh-K#ky-UP*)O
z7+zVKa2@t3xhK}#(7jXpji7r*_dcL~`}V@1eTnx+X{qOq{RsCR&}jP#p?xogX5BwI
zg7m~+i-Yyr_XcYwe~z2EsrETm-nxPn&^GP?<=%3kY^vH|jDUgB!9h_^
zcn^_POY7<(7p~D<2ZDtV6a1658tt6g_$cMuE%e;|+DLF^uWZgIii{$
zc`T*e;x^K+B1X8N31jYui{hl+4Ix+-F;pWeFv#P|afBhr2o9-Fan8A#NXkbT>x~8Ttg}jJf=fn}85gr*$(DAEJ90}DfXxR~#--JY
zi0XU2JUaQaQK2-0F(XI|XfTvIOoZ(0s1ZnNO=M)en4L7ZQx>v%sAUYM7PWRJft4Cd
zR9TB!hMvjBlN)p&2b;7k!H=Fe4Vkk|vg3QyyTVfN_m{4_24aWF1)9Ynkl>vgv}r
zGAy@ad}&xXE#6nupZ=uh^g12nlv8gSLe3$JmC%*YK0{S`oXgf_G}jALH_GZu`5<_f
ztY{9Z0&I#R7Ey;674Azrb8mNEK#ig4x$C6cA8pLoS8#Qa;TDUElIZU87pu0jWwaYQ
zZo@}eRw>f-H7vW;y_l3cCvAqbNKJ04*vzO(u!C$B#YgMr$im7i&eqtawW(qH!2A=p
zEM9UWF)p){EC}YrK2~lk6_fG}Xdx7=q0w|oR4z&YiomU*r)1vt)6B$<5F0$dF|Oe8
z@Sm7Mi4`uOG>P8jLrQUrw$dKKtfkd7%14jIf_VK(u!q>lVImfLXBLH
z=yVC~=ugU2n3<}8h}X&fLAjHAe>nA#5fA6b&lThRV%!NPV)U$28o?Dd4#tpT6eplP
zgzXXNXU0PX(tK-wWULer%>^z4!qMe8uZ?i0YcHJrBVpJsgCuZsq_
zG6S8j8L2d}HmeJ2)*jqrsnTZ)^7-_jIRI1vF(ecM!SQw?ZEa}*;4~|=&}a*x)?Z)l
zPZL8eE|5k%2CNpjj^n@fu<}PGr8HKMxI|X@l^4P`-an38H-t^*zgH8}m_mWnF)YE&
zYDgoi@TfQL1q~}-znaiFHc_BDnJkc{&ZCN;MvW9{Xyd0&8A8<1CZ|mh=~l;&0^QKv
zM~Y$GiQodMn03NP7D+TO0UJ0vdwd_CQ=BJ+>QyI=@>i#gLOC$h03MbE_@Mow!N0a7
z+9mX9P$xmws2Yifm@sdi7avhC>AAmNS8k=d0J2pN6^~(oYmq)KlM3b@d5UqN`
zOe7ILVdy1^v5W6L2)ME${r!59GH&a8gFZWLbamzKVXL#vqEw8^k
zpElc`lta25%1Fzg7tlTX#*j!W$7(LzAKqDN!ooUmsPWHUyaJ~wOne~1fl5^0K1$W2
zl$LEx1MH$_(eoAf@)&LoH2&@N(Y!T2F}i)Ms4UZ-@oq6px)kk7R&Nz2_&V=j`DZFL
zWY%ofYUg3%SrnODp$?;)3|_brns
z=QhDy?LNf24Ca$EE{{yF^AgbUv9}BU24TV6@NcE@{AzXG0-XKYsyk$(&tTdiQmK5u
zJ}uC&8Bd4@bcIigQrW$RY<{!=&7w86p~=)hUN9d|bUTI<1LJ6^LN8t31w&liQ^Dp
z%TW7y_zSj}JOi$IGd9>lM<=HAYTM^|$czZnO@SHMf(8#@-jsUSpcN~Vl#uM!d%|Xn
z(ebjrONfcO=mLdk!}MURraC;XbiqY@Ycl6152Zs4Y83P#YC%n4
zT>sw2bLJG2(H!3RR?)K$TWB-2?ifV4LjQ*gE_Q(k|P?;{(
z26Lab)x41t8HG)wWC}dy@T&;*S>cRGaRaomarpe5&D_R^ZE!{+W3m({IKs*GaE)?@
zh8vOaVHL*k4Fln3-~viJ{h4gxq}jc}pfC6*l+v#8X`$*6O+V_
zuys9hj+k*$ktG~p4VnpI2#VNe^kYCaokv$G
zWlLIYm8^x-OT{_kq^s&dvvo^x`=nwmdR9Fo#^1r_=%Y3A5sQzoC;n-WyjKy)#^ZPq
zqsiT;(TqVJ39wTKdt?u;!BfwB0HxqdO=At+Y?WBg)k_81=C1niZIsnj39M6jZI3qP
zadb79?&2LZ(>+W?imA&P8Lc9uL-Wl@s3)pf2&kc|5SJY#c9FOd5D40Cv)y~$FSYAbj1wQJdUb6(L+a+m?6}LtIV_`C_nyr>|hKfzl
zh4Gm5P~N;^S`#k)V5osYaJ&eiZ_jnffJhT5bEWiJX7BVwv}znzwDug?U^lu>WLhaP
zv#yzj0FmmxET2q<3^f^;5DIYz_=jj4f49=`d+n%;D+mQgnKhau$2L57s_PUbh+?P;
z4#O;h7ffCK-X(m+yQ97^ix1>Lv~^ivzTlcI*cN>5TGFZ{-fGE#UI(_Y2&w#wYLAp+
zv4c)~8PuvBg3emb~j(14whRcyjAV#`vFN*>^wmXct!|Mn8Pt3CoE1ON+C$;lg
zu;wI8p3^sWndSYpj@a=KzGjPc$GSSNv??SwC^S~;JPNKkszOV``{v}tsmx}jVoSy7
z+-h2|qW)hqD-#vhv+;Ddht1|QAo0UvD5Pd-$PcN0*(bKoeSp1F4GMGi5BHkjX#nj#
zC9fZjXD8grhEHNFO4`ocI&(Cok7qVRH|=dfU+LTHf!QEKq~uo~LDfp%M7BHI4%2a7
zk>(t%q+u`GEmdER%a(pGUn|ku73DRk!09RgHp`j{G8$~lkri<-l^psbpMNJL_99Bj
zJKTY7kd6iRA}roE*@Vn@*xf$&7pjaOiw^CC^b230krJ{pT;WpFkHQv{hyW4AT^cHH
zXdGG-ekN+eB6yojfSk0^fJw$HF|P_fD93YYDTBNrW*b^AMID%I;+Mw61Rz7w6g>85
z1mFoy$=j@)(T?rK&j2$ZtJ2;PGeBJisVoXKe=HAk3_z5Hew#ibq*FjCl<}*?px^tJ
zs68%)Z6DH_B*Vj^J5Edx^TN{)(0@S2PIPdGVCY|vk>LLp^oaj&gB~Sw1N;BhshIwa
zd=ga&$xUx%(sA
z312o>8baVxPvUlT-uSeqPVT(;)KW{io%ra*E<_H$Kem3J{dE6^Jh$B*k0;ZqY_Ywb
z;D1gI1yDNn5~0H|c#rX4nO}GZyJsurU}_z1T|#FWymR)UpzY|r2~EAPNwi3W3(*P#7Ocl5CD)Lt_o{lfg{-{f{~
zdXZmSA))qILR-^)mH>VNjHJI;0Y(k{J;9;HAIuMO(!Eeos?C-5NKsIl%FWFVXi;#4
z=jtRA^OXeh2Ry95xTl;7phoTKat*4GpzN_++>wssC(`M*{#JZuGRGtjVBOC2okWTY*^QHUSDVq+tL*KYvQHA*X
zK`5Q~1WoA(VL?FO**RnNL4-(Zjp_rXkhLTAW2<+I_82dit9FC&1Lw<7^)Mhv5H$e}
zG;FM@2JvD^o88M;Fm6^jn}j?47DK1M?ZwQfWv%@hX!h+arIv;_n#AYy6|pD?ypq9V
zg}us@D&btr!9kic1-A+Oh>^F??4(Bq=VOTTLOHpb<+W4m&VdJ*DI_0>HJi&$ZlUKf
zKPxwl=3`t4GVrk@|61y@E1+Cz;>}|Y+Gt_{vJ$loL~PhAS4M`_?2!o>)?
z8d*Xtc<-BMws@FSQDqRr7_xV=XgXyaLX%~rg%4{8-9Zbe<_$|8s?=lBXyQe=1rsvc
zTCo7j&{V=FnP=RJo7%7!MfU)zq|QOaqcV;-Yr)*pPaiQ$pDXK*WC@r_Uo=r!shS;~
zX0SRV;?%1*@T8U4j6d5K6hY@dbmuZ;2iQ2UW6CPx^X%h)0S%{#;#&=9HL;8?bKob0J51KidY
z;#5IdsVP&svzm}(D6^>)4s$jce@X^3bx#jgvMRWXv57LX3S0yNPO8@hPNHa+>n8^;
zL)H`k^D7{)lKUfVP(nII5=OPAzc7}t2)>j_T%Kv;#)Z`s0aPB5s|VR1{d|^*G7M{b
z%*@DBaS$mmvdOE;V)&mVlZD&gkh|(8uqv%1W{sy4^GLmQF?NWu+(w;mEvJI5*}i-j
zz9bE@nqfdqOaMO(9s=eB>j2^&>cVXi?-{rY_rbb{dku90@)GV@zLxo0q1S|50&Byu
zfw#r)o3@GcRYSKjcyJBkK)Vg-0N$9kg&9C;^`!3ehJK{K{25dYwVCqzYrrK$w^g*q
z5xDT$4w*w%hk6Mw>(yEcWN;91qdt!k+hp-{*9Iz~OIe4D1za=2vZX~;hmZ-JGke6z
zt+of^p5GT$r_qlZfObgIqyhK|pKxM=u4v!gr)sSvkJJXh25CK7=YP8A5L}S>+g6&i
zOItso2x9lanoiJJn9f-ZkKD9~a0@h#OQF
zSSxrJ+92c(*`2R9|DNhr$zBj(t5Izq>OY*e~=uBievRw?kU
zm|F0w)1a+E`6!Cu`t>^S1!^o7#}{4PZL#~950A#$g|~eG?>`2^XSF0eOY0aB<;{v9
z4aUl@VChRnnLDkhGis1Hu4clU{_^vT4Os=N9Q&1HaiO%wAt1L3Cet`$@HO
z)~viQRO5C5){N+RmMZLFB>%cI9;?%$?vN}WwYZb=C8nyLW+%Z2S4tYnMS+ybBA|`3
zc(RgHRWwibBAcUzXhsf6HP2`Ie`8Yw)I{yaCr=_>9F$(<)REo&iREjF_0H%qFR&=s
z*3Jeg1!D1~XIBL=G}xv_L|c|4TiUFv3>}B)8t-Fo18Gi{nBX@8xx^fw`>+)prHb+M
zErv;UU-*fS6T7Q_YGPeom@U1DAH^)?TbJk3p+^gnQY|YkD_3dlDtelF3~aU^HbjH_
z!dFwQEbnj_S409fFr!G%>*cccuAQBaJ498jrNoXgJ2+N?Q=nVA2lr1<9nJ2Y2fJUW
zItdYIx5{m6?aFFJ)3~)2er4n?`IStQWgl~tvsUT1s@CI-q-^eR%w(i68cmZ!b6JRJ
z-DDxx_xKb9=*AgWqfwAm|He7r*R344!b2^XNmEy3r$sTI6Z+Zw>$qr+Sx#M1W?NEW
ztL_f(>7{6`iJgx|MlarxUf#rv5*80Tpb)r#pxK$$^Qk1PmsjMKHMSlB7vUgiZKjEv
zQ?1@fQR$KvNIdzB)hAnc<$v@Dqv>+GO3?NMSrj9sIE8uWLW+)fk_-c^C&j(IkiL_;
zr{!XU%z2t(5~I#?sy=bbqQhElp7^TEX!XC=`35-henXngLv!5GxE<70Jzh)1b83_|
zVR6oQw*$3OJ10>#^jLbW9uqJ?J(``{!Z<=g{QA?CTzx%e@U5hr&sfKT{3}N2ZtN?m
zWFbX!&U1X;J3enZ_^>eNdpwtSrq29MtQ#UfRyohJ(;_>Qp`jSlTA@KJnd^xV}=gT8M(pV-mJz9>Y(%PRVHvpvpT@8v$|`VP4k(oYTHX68QX`i^B&E5>0f)-{f(7ugocW@pSZ
zZsE4!TKlT`Ez`zF%sp7NYvsHx(+D2(#V4{&xDXOt^;nU*q?ocf*j%r$?Kq=
z1s?s!YmnhEufCZ*eR+&5-bY+`Xb)-4wo^m&!N0TgDf#|lqYTkz_Ds_HX=CzZdj@Gk
z@B7{pcmfnq~jqy}$G~!AcbhOZJ`y>0{6~
z;AUn8if{i&cbd~>31k7u3wAR>m6Ym_@ZOc^n?iawf8;#@>iDTrTo&m+gZR)7)^Uin
zo}bFV9VFF*m09hAIe8qS?zGV=^kAJ7>wm){{(aKm;;(-S5a}?X1D=YSmNFl58bj64
z;A3WdNNP*RKqc!wFgp$$eeG^4!lPYCdEU
z1KA8UCVPMRK8{?fe{4{8z(P=wUj^#m2usuP~E)|&h)e_i?=IM1I;(e
zRPVa}DvZUEz)HgM!q=Rb@bWnQ?yZ68uAC~D}KrS5kw94_4<2ggU`0DIOVZP{V5I(O(7x`nVT{w{LcbXbN>R
zT}xPd_ULT^4Dks&vX{1M5iSE5EjO*xwT)uo`y*VYiyk{itrKQw0}WcNPzw^$w<5be
zk;C_#TDHrl6F?qE+9Pk0)Y}IPw^XMb?YL}=CfV$FKq_T*vv^>fVwqOQdFr@jBPju=
z5JP(Bj^e=NQBZ79H9J~YE^bJOyR{=^ZN+@gB_RMZRd6SKIX#ie+3Tieye0=w64+W}
z#OXFTUg1ebFm2n^&32>|cjeZ~uE57WVmDnmTu)&>?G96Tk9B>{QI%v0ZFN?}LgAha5
zHIEm~kio+>IIO=r#Zqmp2>bL+kFHAaHS%ri$aR@OvT+H4lRyL4&QaM<%yUn;!!i(r
zj_90<@XaDy&!M=b?RI;kRY*>o+bcSGZPx%+yM0F7Dy8*#$lmI4_16zwV~L$dKI6iP
zG&nL!p`wdP`vn#gbLI^&F(qv~#7{|yM{Kj~Ed@fVhimWTPU>&s9K&eo*rQBE?f
zc6I>}qkVC2qXu1oEaC6VR#}(Wd2W8tyE5Y?lN3Lz-y8;0N7y=
zV{hF<%zv2pr=#J0v%Zxc38AJ{_efAPU6DtyK^A-aU7~ZqGu*!2JD%tUZ4V7zA$g!6
z(coK1I;>jlcQ~4skn51OHUL%6%{{XKJvki{Yl}+%_3SWYQF_@*1#PN&YxJ$K-G%y^
zPddsVpQMpXXOd5)k#o-ruf&)Ek~B()G9LP6jiKTKfjP!9Nwrk5=t__=laoYxD9P!r
z7DXj}M;jLAs~4t9H3VZ?9t3Ni1xr$tGAAG%0VUf|7zIKcxnMO{)Hh|;0_%nVh4!gidL*lQnoL`K1>Hqp`!v?*b)iXHd*8~Hu3DH!#D0If1xjq?iAR9u+j-bfD{#U<;yOeX5=U=)
z#M=KSx!BDG<()Kq-`MH);`4SR<>;Y3Ab>a^B<={YZ{mLkFV0^e!4DYhj}m(%NSNB`
z?uJmuD_^gorD>%Cj7-s70;dJCk2s{J6{T9e+_Iv&srj+eb2X^yam?4a>lR0h7SY%H
zIdye4b943kOkK5}LY3nALH;R;>Mg1p)`qWxuS2XukOwaVRs=T(z5;dzEC*fyFG8}1
zAH)AEfgi=+GD3SIJK(687jtUq4eYjlLbn6@Bp2l2O^hIhFh=xOF3-Qu954iU1Rh;V
zA3NY4m=>QtpidZ31UM2RiF~VC0D?}%Jsq@otNcy^Q@Wr*J7`>4wuPs00v;cvO^aqcjZX!elD@;Y65MI((6CU-hfcsLXe%ZhfHMO#)(#|JCB{>
zepA5KM=j=Wif@aU-3dFTw`x<|S@(Gb6R*pJt3
z;G6uD?4m3$7WZ(^+X6?n04{L+YnPtDK9eOEkbueX4@kh&`LRiH>4<9rtqmd2rm&(;
zx#O2g@7f8xJeF&vw^ZdGy<@!+6W+9e-T^$qDy?I^;s-0rpN@&%{JSuT&bE(T<+oPl
z@9+scl{bJ32l@Rtg$ORM@QFcSLdshOkJ^d2zvyvD>=pN9uZfU;kwdNtL*}z`iCwY@
z4;X;EE3a;^Zc49>pI*T@M0Z))e6ziBYf!+t$bWo%g1d|E@$OO~J_uaah1RHmbyeQt
z#KZBBCUfVuY7t(`C-h1m%!vDDuRmcF-!n10X8i>AQi&%V2Yibke*efSxwraZx9qcZ
z>Bmj@t9#-n?}2Xt+ppoNXCu)nJ%WG#)_iJYSLH2NEa7dc$v8STxE2WD)a3;#rZ
z*ydwIbODuALQzZWSacB@kEH}T^#DRqD{Fuoil10=Vd?1n3z10l%5aBB^jZGe`;YE^
z%3Lz!hfwq~DK_o(xs&rJM)+_>c~noqo#aU?gv&c?4FvVBjQ+C?Djqd2&DNx_jBZ~$
z5B9VBFioKT*oWhQI_c&RXyI
z-pay$EKyHMp%2ksvMm(hbXuG(BUu}#yuz++yk}6J>HX)*Zk!!?t+!-$BQG&C{P5{x
z_TNs#De^H@hsxIgKUW@O>pR#_2N$TXZ0~>BDo2j(@|Hn;s4$8!l-|1c9kqGK1)5B9
z?6DA;UWo9pVTNUm;A+I5@w0@(fh0
z8iI*|Qf6vnNhklhDp?FtOs2DfdSzS5j{w=^;pNb}AiZ4~7LW@=E3LH2bI6EF*#kZ(SbJC>qg}=Do*t6s{=0PVrn~v~6S(Fn|gam{q+9jiQrS
z;Vtbw2oG6GIuWB0;ZV&PMjc`=mXMvd;kR`)n&kO5ZFn3XWGd)b<1K*V&-QGc+mjf?
z(l&ZZolLk8KLT>*81XE29Tc>^S%)6}cT2d{eXHjc4$
z#tyS#wkhhm*l^H;$2mtC%xhKsp2ufg1=cTX89{K+7F3_V{UG}q5y
zFRU@@W3Oq>pBr89ts`y@gMp!&Gb5Wc?q8;uTJ?o(7=bF8*3@8rz3xC5qTPpIN**yK
zoY|Mh3vpd_oRSjov4gm3?3L&3&^ar$=zw=}lon-#84IP|RJ?9Q4Zmpp^jKyRgf*_!
z#TwBlKP1ddaHW>J=gIg^kwXYrvKvW0kd)a!6)?2#RUCcB4H0{O5I1c*#!jSmxlSH~
z!EyR>sJ(dbFKlyAtB?V<793iWw_@@S-L`DihD2++GZYEPJ&M&G=`>#;;2u3`deH1Y_Y49H$xF7VlJ7Czb4pwj-7h
z&Omi)YRyZm&INd3-txN#DZDZ}`<3yfZ|JLT&s`Bvs3EI}U7HrN&F#a0wWiQP?U~9}
z=I{{bzd~cQ4Uioc1H&~Dlux~HkDFjuX(wcWp#1V)irv8&wgLr=D*5_kr@Ad3;E
zr+4JdKbOuE?+@(XIMgrZtYUxLfhFpQC(>}ejDwoC*F%^t0M~C&SL6e%JXvL8)XHRL
zt@&*rSGZ(ly5n)-MNRYm>!KvX^)W({E`&JAUId27$RedVEpReyWsTnrIStr70QN=s
zdUgd}X8nSDX3e1;JxNhL|G}HurdyAd;k(>=>E@iV_3UM0(#c7m`58_>_d^PYpl{A)
zUl>{DnC49%y{rndSxV2fSy-R8?wqMH709kOu5@-K>Xa~JtFz&>Dy3CZOsx#x5LupF
zbIjHmtyx`ft`afJEodM~G@=`RDT4&TrijasTUmZ4P5J6KKX3l15Smv}c
zv~q4q(Wz;atD|ymiS6?|nb)9lup-(cg2$hez!!cDgV>yEIlDr|{IGDP+F9bwQ4`o7
zat1BN8`Z@~@{>jyq}m(ZVV6GPWmG>q5L6I2m__d>MUZr1Nc7P~YXnz@gx%ImU3s
zmRiA3hHJVT0B~y@m>8gp^D}Il6aNFrBieC7Go)Qr$AW%Fo~0$;;(`_ga+<|`QIL_+
z3l5_|O?qWGkn&g8a&BUXWXYAHdAZ?(K`WZ7WaRYG_URQBn9bEipEkR000Q7pS8)xO
z^2zPZJ7iT?%bZn)`e{6lHpB_ClpY=L^33kprP&<{Y%82}nXX!|sFCarJ%Td;>;j-g
z4^3+Q5qboM2aLsoi*r!Rr9OJaAzeL|jYWsK?$o7Tu*#VJ%euy_L!AWE-V~{KfutTE;LBRJF-M`Enw%w
z4!>fHdnd^W)2r<*h^AJj)1gkbaydZ6N?w2w7uW~fgYT+S_V{}C$5U&r
z36Z+sPI_^{<5_ez+vB+U-py6v=Hj38-*DDAfSp+m9=d$2~Ew6|jLQAf4}&V2DvT
zqwEaYjkWAGwh60ZzNKXg?{lpqJJ_bZb~*iYlxx*S=6n~|hY09eg3Po#5UQn2|j
zb7)bLR}MQTHF&xq2rDX#XW+64S%+l8Ie}1Nbp)M`Hcji1yre9k@i~;Id2wn)6vpRh
zAo+`E0X=NzdJ$_Dh%ZDx#buU`*P^x*UW@R{f=%?VKMcO{c(S+AUc84N}-h7$kuFbhL$v~hAOe_^dCn1eusua;$!{sOr7CYKh
zwo0Nlf6?swlH;*sUb_qQS-@y
zz&j43P==zG-M99mzX_+|4v0xIZhg{BvBQW^@bRy+gY4z@(UN
zb!3IU)^|v9e2-B)2xkXSfQ46R!#a`V^TXQ*xFT0e!`*<{*S7UwKzVI)2xmmSgg2|h
zy7&IH&k=OzhJ0RP2zo2SL55+pJ%l#`n8Tf6Yg}#ZIV&rwI?hpV9j}yLDrUW=c9&N$
z&!h>g`kpn7YIQ2!GTu7AsOes^a55dQq3-HvyU4o>!$b!PMv!p|Q_PVXq6{jiN~DVc
zJb6(;1v}
zt6-lj-<93{_8*|RZX!(_C-BbqU=wrS;z(Z-*ek5nX?F9Yv`qLa3#$=yCas({9?1Iotdi2$EISPFXe^R-!
zh-a!P{omXh_jBJgyP~zoJw|wVHdRP~l^%r<7-5?V#v=55BbbN8ij(a1+e?eLh3M#?
zd{umE^w3rJ>vg+r`!6y=&!D^-ZY!VA>7UFr#)0XyU9?&=##mOx6)L;2f^))o#
z44^b^z`k4uHqRfKz0Ng?D=5#wY?d$WAXr-9-l|$a+ZU9I@SKht@_Sq1dh8Hy?eQ^R
zudurJO-z0LgJ;ky@C_vVb1G+1tV012A8v~g^|104p(|;ZaH4v&>L7zvWrM<;z26Kr*
zzAnWS#Ed+nhtl^i&DQG3AMAwP#+5k>x&Zxl2|`Uo8n?jutOk_~KQ2Bf*^-i3xL5nm
zHuk!&tDuNF!A7b