├── .github └── workflows │ └── release.yml ├── .gitignore ├── LICENSE ├── MANUAL.ko.md ├── MANUAL.md ├── README.ko.md ├── README.md ├── docs ├── allclasses-index.html ├── allpackages-index.html ├── com │ └── gaia3d │ │ ├── ExtensionModuleFrame.html │ │ ├── basic │ │ ├── exception │ │ │ ├── PostProcessingException.html │ │ │ ├── PreprocessingException.html │ │ │ ├── Report.html │ │ │ ├── ReportLevel.html │ │ │ ├── Reporter.html │ │ │ ├── TileProcessingException.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── exchangable │ │ │ ├── GaiaBuffer.html │ │ │ ├── GaiaBufferDataSet.html │ │ │ ├── GaiaSet.html │ │ │ ├── SceneInfo.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── geometry │ │ │ ├── GaiaBoundingBox.html │ │ │ ├── GaiaColor.html │ │ │ ├── GaiaRectangle.html │ │ │ ├── GaiaVBO.html │ │ │ ├── entities │ │ │ │ ├── GaiaAAPlane.html │ │ │ │ ├── GaiaLine.html │ │ │ │ ├── GaiaPlane.html │ │ │ │ ├── GaiaSegment.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── network │ │ │ │ └── modeler │ │ │ │ │ ├── TopologicalEdge.html │ │ │ │ │ ├── TopologicalNetwork.html │ │ │ │ │ ├── TopologicalNode.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ └── package-tree.html │ │ │ ├── octree │ │ │ │ ├── GaiaFaceData.html │ │ │ │ ├── GaiaOctree.html │ │ │ │ ├── GaiaOctreeCoordinate.html │ │ │ │ ├── GaiaOctreeVertices.html │ │ │ │ ├── HalfEdgeOctree.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── tessellator │ │ │ │ ├── GaiaExtruder.html │ │ │ │ ├── GaiaExtrusionSurface.html │ │ │ │ ├── GaiaTessellator.html │ │ │ │ ├── Line2D.html │ │ │ │ ├── Point2DTess.html │ │ │ │ ├── Polygon2DTess.html │ │ │ │ ├── Segment2DTess.html │ │ │ │ ├── Vector2dOnlyHashEquals.html │ │ │ │ ├── Vector3dOnlyHashEquals.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── halfedge │ │ │ ├── CameraDirectionType.html │ │ │ ├── CameraDirectionTypeInfo.html │ │ │ ├── DecimateParameters.html │ │ │ ├── GillotinePacker.html │ │ │ ├── HalfEdge.html │ │ │ ├── HalfEdgeCollapseData.html │ │ │ ├── HalfEdgeCutter.html │ │ │ ├── HalfEdgeFace.html │ │ │ ├── HalfEdgeMesh.html │ │ │ ├── HalfEdgeNode.html │ │ │ ├── HalfEdgePrimitive.html │ │ │ ├── HalfEdgeRenderableBuffer.html │ │ │ ├── HalfEdgeScene.html │ │ │ ├── HalfEdgeSurface.html │ │ │ ├── HalfEdgeUtils.html │ │ │ ├── HalfEdgeVertex.html │ │ │ ├── ObjectStatus.html │ │ │ ├── PlaneType.html │ │ │ ├── PositionType.html │ │ │ ├── TestUtils.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── model │ │ │ ├── GaiaAttribute.html │ │ │ ├── GaiaFace.html │ │ │ ├── GaiaMaterial.html │ │ │ ├── GaiaMesh.html │ │ │ ├── GaiaNode.html │ │ │ ├── GaiaPrimitive.html │ │ │ ├── GaiaScene.html │ │ │ ├── GaiaSurface.html │ │ │ ├── GaiaTexture.html │ │ │ ├── GaiaTextureScissorData.html │ │ │ ├── GaiaVertex.html │ │ │ ├── ImageCacheQueue.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── structure │ │ │ │ ├── AttributeStructure.html │ │ │ │ ├── FaceStructure.html │ │ │ │ ├── GaiaFaceExplicit.html │ │ │ │ ├── MaterialStructure.html │ │ │ │ ├── MeshStructure.html │ │ │ │ ├── NodeStructure.html │ │ │ │ ├── PrimitiveStructure.html │ │ │ │ ├── SceneStructure.html │ │ │ │ ├── SurfaceStructure.html │ │ │ │ ├── TextureStructure.html │ │ │ │ ├── VertexStructure.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── pointcloud │ │ │ ├── GaiaPoint.html │ │ │ ├── GaiaPointCloud.html │ │ │ ├── GaiaPointCloudHeader.html │ │ │ ├── GaiaPointCloudTemp.html │ │ │ ├── UniqueRandomNumbers.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── splitter │ │ │ ├── GaiaOctreeSceneSplitter.html │ │ │ ├── GaiaSceneSplitter.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ └── types │ │ │ ├── AccessorType.html │ │ │ ├── AttributeType.html │ │ │ ├── Classification.html │ │ │ ├── FormatType.html │ │ │ ├── GLConstants.html │ │ │ ├── TextureType.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── command │ │ ├── CommandOptions.html │ │ ├── Configurator.html │ │ ├── GlobalOptions.html │ │ ├── MagoTerrainerMain.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── io │ │ ├── BigEndianDataInputStream.html │ │ ├── BigEndianDataOutputStream.html │ │ ├── LittleEndianDataInputStream.html │ │ ├── LittleEndianDataOutputStream.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ ├── quantized │ │ └── mesh │ │ │ ├── QuantizedMesh.html │ │ │ ├── QuantizedMeshHeader.html │ │ │ ├── QuantizedMeshManager.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── terrain │ │ ├── structure │ │ │ ├── GeographicExtension.html │ │ │ ├── RasterTriangle.html │ │ │ ├── TerrainHalfEdge.html │ │ │ ├── TerrainHalfEdgeUtils.html │ │ │ ├── TerrainLine2D.html │ │ │ ├── TerrainMesh.html │ │ │ ├── TerrainPlane.html │ │ │ ├── TerrainTriangle.html │ │ │ ├── TerrainVertex.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── tile │ │ │ ├── GaiaThreadPool.html │ │ │ ├── TerrainElevationData.html │ │ │ ├── TerrainElevationDataManager.html │ │ │ ├── TerrainElevationDataQuadTree.html │ │ │ ├── TerrainLayer.html │ │ │ ├── TileIndices.html │ │ │ ├── TileMatrix.html │ │ │ ├── TileRange.html │ │ │ ├── TileWgs84.html │ │ │ ├── TileWgs84Manager.html │ │ │ ├── TileWgs84Raster.html │ │ │ ├── geotiff │ │ │ │ ├── GaiaGeoTiffManager.html │ │ │ │ ├── RasterInfo.html │ │ │ │ ├── RasterStandardizer.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── types │ │ │ ├── InterpolationType.html │ │ │ ├── PriorityType.html │ │ │ ├── TerrainHalfEdgeType.html │ │ │ ├── TerrainObjectStatus.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ └── util │ │ │ ├── GaiaGeoTiffUtils.html │ │ │ ├── OctNormalFactory.html │ │ │ ├── TerrainMeshUtils.html │ │ │ ├── TileWgs84Utils.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ └── util │ │ ├── DecimalUtils.html │ │ ├── FileUtils.html │ │ ├── GaiaColorUtils.html │ │ ├── GaiaFileUtils.html │ │ ├── GaiaOctreeUtils.html │ │ ├── GaiaPrimitiveUtils.html │ │ ├── GaiaSceneUtils.html │ │ ├── GaiaTextureUtils.html │ │ ├── GeometryUtils.html │ │ ├── GlobeUtils.html │ │ ├── ImageResizer.html │ │ ├── ImageUtils.html │ │ ├── StringUtils.html │ │ ├── VectorUtils.html │ │ ├── package-summary.html │ │ └── package-tree.html ├── constant-values.html ├── deprecated-list.html ├── element-list ├── help-doc.html ├── index-all.html ├── index.html ├── jquery-ui.overrides.css ├── legal │ ├── ADDITIONAL_LICENSE_INFO │ ├── ASSEMBLY_EXCEPTION │ ├── LICENSE │ ├── jquery.md │ └── jqueryUI.md ├── member-search-index.js ├── module-search-index.js ├── overview-summary.html ├── overview-tree.html ├── package-search-index.js ├── resources │ ├── glass.png │ └── x.png ├── script-dir │ ├── images │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_dadada_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ └── ui-icons_cd0a0a_256x240.png │ ├── jquery-3.5.1.min.js │ ├── jquery-ui.min.css │ ├── jquery-ui.min.js │ └── jquery-ui.structure.min.css ├── script.js ├── search.js ├── serialized-form.html ├── stylesheet.css ├── tag-search-index.js └── type-search-index.js ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── mago-common ├── .gitignore ├── LICENSE ├── README.md ├── build.gradle ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src │ └── main │ └── java │ └── com │ └── gaia3d │ ├── ExtensionModuleFrame.java │ ├── basic │ ├── exception │ │ ├── PostProcessingException.java │ │ ├── PreprocessingException.java │ │ ├── Report.java │ │ ├── ReportLevel.java │ │ ├── Reporter.java │ │ └── TileProcessingException.java │ ├── exchangable │ │ ├── GaiaBuffer.java │ │ ├── GaiaBufferDataSet.java │ │ ├── GaiaSet.java │ │ └── SceneInfo.java │ ├── geometry │ │ ├── GaiaBoundingBox.java │ │ ├── GaiaByteColor4.java │ │ ├── GaiaColor.java │ │ ├── GaiaRectangle.java │ │ ├── GaiaVBO.java │ │ ├── entities │ │ │ ├── GaiaAAPlane.java │ │ │ ├── GaiaLine.java │ │ │ ├── GaiaPlane.java │ │ │ └── GaiaSegment.java │ │ ├── network │ │ │ └── modeler │ │ │ │ ├── TopologicalEdge.java │ │ │ │ ├── TopologicalNetwork.java │ │ │ │ └── TopologicalNode.java │ │ ├── octree │ │ │ ├── GaiaFaceData.java │ │ │ ├── GaiaOctree.java │ │ │ ├── GaiaOctreeCoordinate.java │ │ │ ├── GaiaOctreeVertices.java │ │ │ └── HalfEdgeOctree.java │ │ ├── tessellator │ │ │ ├── GaiaExtruder.java │ │ │ ├── GaiaExtrusionSurface.java │ │ │ ├── GaiaTessellator.java │ │ │ ├── Line2D.java │ │ │ ├── Point2DTess.java │ │ │ ├── Polygon2DTess.java │ │ │ ├── Segment2DTess.java │ │ │ ├── Vector2dOnlyHashEquals.java │ │ │ └── Vector3dOnlyHashEquals.java │ │ └── voxel │ │ │ ├── Voxel.java │ │ │ ├── VoxelGrid3D.java │ │ │ └── VoxelizeParameters.java │ ├── halfedge │ │ ├── CameraDirectionType.java │ │ ├── CameraDirectionTypeInfo.java │ │ ├── DecimateParameters.java │ │ ├── FaceType.java │ │ ├── GillotinePacker.java │ │ ├── HalfEdge.java │ │ ├── HalfEdgeCollapseData.java │ │ ├── HalfEdgeCutter.java │ │ ├── HalfEdgeFace.java │ │ ├── HalfEdgeMesh.java │ │ ├── HalfEdgeNode.java │ │ ├── HalfEdgePrimitive.java │ │ ├── HalfEdgeRenderableBuffer.java │ │ ├── HalfEdgeScene.java │ │ ├── HalfEdgeSurface.java │ │ ├── HalfEdgeUtils.java │ │ ├── HalfEdgeVertex.java │ │ ├── ObjectStatus.java │ │ ├── PlaneType.java │ │ ├── PositionType.java │ │ └── TestUtils.java │ ├── marchingcube │ │ └── MarchingCube.java │ ├── model │ │ ├── GaiaAttribute.java │ │ ├── GaiaFace.java │ │ ├── GaiaMaterial.java │ │ ├── GaiaMesh.java │ │ ├── GaiaNode.java │ │ ├── GaiaPrimitive.java │ │ ├── GaiaScene.java │ │ ├── GaiaSurface.java │ │ ├── GaiaTexture.java │ │ ├── GaiaTextureScissorData.java │ │ ├── GaiaVertex.java │ │ └── structure │ │ │ ├── AttributeStructure.java │ │ │ ├── FaceStructure.java │ │ │ ├── GaiaFaceExplicit.java │ │ │ ├── MaterialStructure.java │ │ │ ├── MeshStructure.java │ │ │ ├── NodeStructure.java │ │ │ ├── PrimitiveStructure.java │ │ │ ├── SceneStructure.java │ │ │ ├── SurfaceStructure.java │ │ │ ├── TextureStructure.java │ │ │ └── VertexStructure.java │ ├── pointcloud │ │ ├── GaiaPoint.java │ │ ├── GaiaPointCloud.java │ │ ├── GaiaPointCloudHeader.java │ │ ├── GaiaPointCloudTemp.java │ │ └── UniqueRandomNumbers.java │ ├── splitter │ │ ├── GaiaOctreeSceneSplitter.java │ │ └── GaiaSceneSplitter.java │ └── types │ │ ├── AccessorType.java │ │ ├── AttributeType.java │ │ ├── Classification.java │ │ ├── FormatType.java │ │ ├── GLConstants.java │ │ └── TextureType.java │ ├── io │ ├── BigEndianDataInputStream.java │ ├── BigEndianDataOutputStream.java │ ├── LittleEndianDataInputStream.java │ └── LittleEndianDataOutputStream.java │ └── util │ ├── DecimalUtils.java │ ├── FileUtils.java │ ├── GaiaColorUtils.java │ ├── GaiaFileUtils.java │ ├── GaiaOctreeUtils.java │ ├── GaiaPrimitiveUtils.java │ ├── GaiaSceneUtils.java │ ├── GaiaTextureUtils.java │ ├── GeometryUtils.java │ ├── GlobeUtils.java │ ├── ImageResizer.java │ ├── ImageUtils.java │ ├── StringUtils.java │ └── VectorUtils.java ├── mago-terrainer ├── .gitignore ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── gaia3d │ │ │ ├── command │ │ │ ├── CommandOptions.java │ │ │ ├── Configurator.java │ │ │ ├── GlobalOptions.java │ │ │ ├── MagoTerrainerMain.java │ │ │ └── TilingSchema.java │ │ │ ├── quantized │ │ │ └── mesh │ │ │ │ ├── QuantizedMesh.java │ │ │ │ ├── QuantizedMeshHeader.java │ │ │ │ └── QuantizedMeshManager.java │ │ │ └── terrain │ │ │ ├── structure │ │ │ ├── GeographicExtension.java │ │ │ ├── RasterTriangle.java │ │ │ ├── TerrainHalfEdge.java │ │ │ ├── TerrainHalfEdgeUtils.java │ │ │ ├── TerrainLine2D.java │ │ │ ├── TerrainMesh.java │ │ │ ├── TerrainPlane.java │ │ │ ├── TerrainTriangle.java │ │ │ └── TerrainVertex.java │ │ │ ├── tile │ │ │ ├── GaiaThreadPool.java │ │ │ ├── TerrainElevationData.java │ │ │ ├── TerrainElevationDataManager.java │ │ │ ├── TerrainElevationDataQuadTree.java │ │ │ ├── TerrainLayer.java │ │ │ ├── TileIndices.java │ │ │ ├── TileMatrix.java │ │ │ ├── TileRange.java │ │ │ ├── TileWgs84.java │ │ │ ├── TileWgs84Manager.java │ │ │ ├── TileWgs84Raster.java │ │ │ └── geotiff │ │ │ │ ├── GaiaGeoTiffManager.java │ │ │ │ ├── RasterInfo.java │ │ │ │ └── RasterStandardizer.java │ │ │ ├── types │ │ │ ├── InterpolationType.java │ │ │ ├── PriorityType.java │ │ │ ├── TerrainHalfEdgeType.java │ │ │ └── TerrainObjectStatus.java │ │ │ └── util │ │ │ ├── GaiaGeoTiffUtils.java │ │ │ ├── OctNormalFactory.java │ │ │ ├── TerrainMeshUtils.java │ │ │ └── TileWgs84Utils.java │ └── resources │ │ └── epsg.properties │ └── test │ ├── java │ └── com │ │ └── gaia3d │ │ ├── command │ │ └── MesherMainTest.java │ │ ├── quantized │ │ └── mesh │ │ │ └── OctNormalFactoryTest.java │ │ ├── release │ │ ├── DefaultTest.java │ │ ├── DockerBuildTest.java │ │ ├── JarBuildTest.java │ │ └── others │ │ │ ├── MaxLevelTest.java │ │ │ ├── TempTest.java │ │ │ ├── TerrainerReleaseTest.java │ │ │ └── VariousTest.java │ │ └── terrain │ │ └── tile │ │ ├── GaiaGeoTiffManagerTest.java │ │ └── geotiff │ │ ├── GaiaGeoTiffManagerTest.java │ │ └── RasterStandardizerTest.java │ └── resources │ ├── another-crs-sample │ └── input │ │ └── busan-5186.tif │ ├── multi-sample │ └── input │ │ ├── 34707051.tif │ │ ├── 34707052.tif │ │ └── 34707053.tif │ └── sample │ └── input │ └── sample.tif ├── settings.gradle └── src └── main └── java └── com └── gaia3d └── basic └── marchingcube └── MarchingCube.java /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/LICENSE -------------------------------------------------------------------------------- /MANUAL.ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/MANUAL.ko.md -------------------------------------------------------------------------------- /MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/MANUAL.md -------------------------------------------------------------------------------- /README.ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/README.ko.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/README.md -------------------------------------------------------------------------------- /docs/allclasses-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/allclasses-index.html -------------------------------------------------------------------------------- /docs/allpackages-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/allpackages-index.html -------------------------------------------------------------------------------- /docs/com/gaia3d/ExtensionModuleFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/ExtensionModuleFrame.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/PostProcessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/PostProcessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/PreprocessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/PreprocessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/Report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/Report.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/ReportLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/ReportLevel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/Reporter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/Reporter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/TileProcessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/TileProcessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exception/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/GaiaBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaBufferDataSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/GaiaBufferDataSet.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/GaiaSet.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/SceneInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/SceneInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/exchangable/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaBoundingBox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/GaiaBoundingBox.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/GaiaColor.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaRectangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/GaiaRectangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaVBO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/GaiaVBO.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaAAPlane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaAAPlane.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaLine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaLine.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaPlane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaPlane.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaSegment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaSegment.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/entities/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/network/modeler/TopologicalEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/network/modeler/TopologicalEdge.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/network/modeler/TopologicalNetwork.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/network/modeler/TopologicalNetwork.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/network/modeler/TopologicalNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/network/modeler/TopologicalNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/network/modeler/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/network/modeler/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/network/modeler/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/network/modeler/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaFaceData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaFaceData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/octree/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Line2D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Line2D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Point2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Point2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Segment2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Segment2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Vector3dOnlyHashEquals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Vector3dOnlyHashEquals.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/geometry/tessellator/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/CameraDirectionType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/CameraDirectionType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/DecimateParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/DecimateParameters.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/GillotinePacker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/GillotinePacker.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdge.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeCutter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeCutter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeFace.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgePrimitive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgePrimitive.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeScene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeScene.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeVertex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/ObjectStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/ObjectStatus.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/PlaneType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/PlaneType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/PositionType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/PositionType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/TestUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/TestUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/halfedge/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaAttribute.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaFace.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaMaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaMaterial.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaPrimitive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaPrimitive.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaScene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaScene.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaTexture.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaTextureScissorData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaTextureScissorData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/GaiaVertex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/ImageCacheQueue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/ImageCacheQueue.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/AttributeStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/AttributeStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/FaceStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/FaceStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/GaiaFaceExplicit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/GaiaFaceExplicit.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/MaterialStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/MaterialStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/MeshStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/MeshStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/NodeStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/NodeStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/PrimitiveStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/PrimitiveStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/SceneStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/SceneStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/SurfaceStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/SurfaceStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/TextureStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/TextureStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/VertexStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/VertexStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/model/structure/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPoint.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloud.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/pointcloud/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/GaiaSceneSplitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/splitter/GaiaSceneSplitter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/splitter/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/splitter/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/AccessorType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/AccessorType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/AttributeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/AttributeType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/Classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/Classification.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/FormatType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/FormatType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/GLConstants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/GLConstants.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/TextureType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/TextureType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/basic/types/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/CommandOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/CommandOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/Configurator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/Configurator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/GlobalOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/GlobalOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/MagoTerrainerMain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/MagoTerrainerMain.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/command/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/BigEndianDataInputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/BigEndianDataInputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/BigEndianDataOutputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/BigEndianDataOutputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/LittleEndianDataInputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/LittleEndianDataInputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/LittleEndianDataOutputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/LittleEndianDataOutputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/io/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/quantized/mesh/QuantizedMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/quantized/mesh/QuantizedMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/quantized/mesh/QuantizedMeshHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/quantized/mesh/QuantizedMeshHeader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/quantized/mesh/QuantizedMeshManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/quantized/mesh/QuantizedMeshManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/quantized/mesh/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/quantized/mesh/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/quantized/mesh/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/quantized/mesh/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/GeographicExtension.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/GeographicExtension.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/RasterTriangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/RasterTriangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainHalfEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainHalfEdge.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainHalfEdgeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainHalfEdgeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainLine2D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainLine2D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainPlane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainPlane.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainTriangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainTriangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/TerrainVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/TerrainVertex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/structure/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/structure/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/GaiaThreadPool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/GaiaThreadPool.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TerrainElevationData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TerrainElevationData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TerrainElevationDataManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TerrainElevationDataManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TerrainElevationDataQuadTree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TerrainElevationDataQuadTree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TerrainLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TerrainLayer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileIndices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileIndices.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileMatrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileMatrix.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileRange.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileRange.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileWgs84.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileWgs84.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileWgs84Manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileWgs84Manager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/TileWgs84Raster.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/TileWgs84Raster.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/geotiff/RasterInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/geotiff/RasterInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/geotiff/RasterStandardizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/geotiff/RasterStandardizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/geotiff/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/geotiff/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/geotiff/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/geotiff/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/tile/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/tile/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/InterpolationType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/InterpolationType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/PriorityType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/PriorityType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/TerrainHalfEdgeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/TerrainHalfEdgeType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/TerrainObjectStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/TerrainObjectStatus.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/types/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/types/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/GaiaGeoTiffUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/GaiaGeoTiffUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/OctNormalFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/OctNormalFactory.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/TerrainMeshUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/TerrainMeshUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/TileWgs84Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/TileWgs84Utils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/terrain/util/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/terrain/util/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/DecimalUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/DecimalUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/FileUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/FileUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaColorUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaColorUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaFileUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaFileUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaOctreeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaOctreeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaPrimitiveUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaPrimitiveUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaSceneUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaSceneUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaTextureUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GaiaTextureUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GeometryUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GeometryUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GlobeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/GlobeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/ImageResizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/ImageResizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/ImageUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/ImageUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/StringUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/StringUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/VectorUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/VectorUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/com/gaia3d/util/package-tree.html -------------------------------------------------------------------------------- /docs/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/constant-values.html -------------------------------------------------------------------------------- /docs/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/deprecated-list.html -------------------------------------------------------------------------------- /docs/element-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/element-list -------------------------------------------------------------------------------- /docs/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/help-doc.html -------------------------------------------------------------------------------- /docs/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/index-all.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/jquery-ui.overrides.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/jquery-ui.overrides.css -------------------------------------------------------------------------------- /docs/legal/ADDITIONAL_LICENSE_INFO: -------------------------------------------------------------------------------- 1 | Please see ..\java.base\ADDITIONAL_LICENSE_INFO 2 | -------------------------------------------------------------------------------- /docs/legal/ASSEMBLY_EXCEPTION: -------------------------------------------------------------------------------- 1 | Please see ..\java.base\ASSEMBLY_EXCEPTION 2 | -------------------------------------------------------------------------------- /docs/legal/LICENSE: -------------------------------------------------------------------------------- 1 | Please see ..\java.base\LICENSE 2 | -------------------------------------------------------------------------------- /docs/legal/jquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/legal/jquery.md -------------------------------------------------------------------------------- /docs/legal/jqueryUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/legal/jqueryUI.md -------------------------------------------------------------------------------- /docs/member-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/member-search-index.js -------------------------------------------------------------------------------- /docs/module-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/module-search-index.js -------------------------------------------------------------------------------- /docs/overview-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/overview-summary.html -------------------------------------------------------------------------------- /docs/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/overview-tree.html -------------------------------------------------------------------------------- /docs/package-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/package-search-index.js -------------------------------------------------------------------------------- /docs/resources/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/resources/glass.png -------------------------------------------------------------------------------- /docs/resources/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/resources/x.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /docs/script-dir/jquery-3.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/jquery-ui.min.css -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/jquery-ui.min.js -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.structure.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script-dir/jquery-ui.structure.min.css -------------------------------------------------------------------------------- /docs/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/script.js -------------------------------------------------------------------------------- /docs/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/search.js -------------------------------------------------------------------------------- /docs/serialized-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/serialized-form.html -------------------------------------------------------------------------------- /docs/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/stylesheet.css -------------------------------------------------------------------------------- /docs/tag-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/tag-search-index.js -------------------------------------------------------------------------------- /docs/type-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/docs/type-search-index.js -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/gradlew.bat -------------------------------------------------------------------------------- /mago-common/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/.gitignore -------------------------------------------------------------------------------- /mago-common/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/LICENSE -------------------------------------------------------------------------------- /mago-common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/README.md -------------------------------------------------------------------------------- /mago-common/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/build.gradle -------------------------------------------------------------------------------- /mago-common/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-common/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-common/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/gradlew -------------------------------------------------------------------------------- /mago-common/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/gradlew.bat -------------------------------------------------------------------------------- /mago-common/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'mago-common' -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/ExtensionModuleFrame.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/ExtensionModuleFrame.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/PostProcessingException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/PostProcessingException.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/PreprocessingException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/PreprocessingException.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/Report.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/Report.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/ReportLevel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/ReportLevel.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/Reporter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/Reporter.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/TileProcessingException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/TileProcessingException.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBuffer.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBufferDataSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBufferDataSet.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaSet.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/SceneInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/SceneInfo.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaBoundingBox.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaBoundingBox.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaByteColor4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaByteColor4.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaColor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaColor.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaRectangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaRectangle.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaVBO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaVBO.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaAAPlane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaAAPlane.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaLine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaLine.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaPlane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaPlane.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaSegment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/entities/GaiaSegment.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalEdge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalEdge.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalNetwork.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalNetwork.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/network/modeler/TopologicalNode.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaFaceData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaFaceData.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctree.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/octree/HalfEdgeOctree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/octree/HalfEdgeOctree.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Line2D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Line2D.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Point2DTess.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Point2DTess.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Segment2DTess.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Segment2DTess.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Vector3dOnlyHashEquals.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/tessellator/Vector3dOnlyHashEquals.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/Voxel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/Voxel.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelGrid3D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelGrid3D.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelizeParameters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelizeParameters.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/CameraDirectionType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/CameraDirectionType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/DecimateParameters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/DecimateParameters.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/FaceType.java: -------------------------------------------------------------------------------- 1 | package com.gaia3d.basic.halfedge; 2 | 3 | public enum FaceType { 4 | UNKNOWN, NORMAL, SKIRT 5 | } 6 | -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/GillotinePacker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/GillotinePacker.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdge.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeCutter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeCutter.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeFace.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeFace.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeMesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeMesh.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeNode.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgePrimitive.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgePrimitive.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeScene.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeScene.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeSurface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeSurface.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeVertex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeVertex.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/ObjectStatus.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/ObjectStatus.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/PlaneType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/PlaneType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/PositionType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/PositionType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/TestUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/TestUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/marchingcube/MarchingCube.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/marchingcube/MarchingCube.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaAttribute.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaAttribute.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaFace.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaFace.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaMaterial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaMaterial.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaMesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaMesh.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaNode.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaPrimitive.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaPrimitive.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaScene.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaScene.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaSurface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaSurface.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaTexture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaTexture.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaTextureScissorData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaTextureScissorData.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaVertex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaVertex.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/AttributeStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/AttributeStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/FaceStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/FaceStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/GaiaFaceExplicit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/GaiaFaceExplicit.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/MaterialStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/MaterialStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/MeshStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/MeshStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/NodeStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/NodeStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/PrimitiveStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/PrimitiveStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/SceneStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/SceneStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/SurfaceStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/SurfaceStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/TextureStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/TextureStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/structure/VertexStructure.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/structure/VertexStructure.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPoint.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloud.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloud.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/splitter/GaiaSceneSplitter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/splitter/GaiaSceneSplitter.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/AccessorType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/AccessorType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/AttributeType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/AttributeType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/Classification.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/Classification.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/FormatType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/FormatType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/GLConstants.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/GLConstants.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/TextureType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/basic/types/TextureType.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/io/BigEndianDataInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/io/BigEndianDataInputStream.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/io/BigEndianDataOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/io/BigEndianDataOutputStream.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/io/LittleEndianDataInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/io/LittleEndianDataInputStream.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/io/LittleEndianDataOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/io/LittleEndianDataOutputStream.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/DecimalUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/DecimalUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/FileUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/FileUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaColorUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaColorUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaFileUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaFileUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaOctreeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaOctreeUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaPrimitiveUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaPrimitiveUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaSceneUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaSceneUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GaiaTextureUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GaiaTextureUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GeometryUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GeometryUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/GlobeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/GlobeUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/ImageResizer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/ImageResizer.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/ImageUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/ImageUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/StringUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/StringUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/VectorUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-common/src/main/java/com/gaia3d/util/VectorUtils.java -------------------------------------------------------------------------------- /mago-terrainer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/.gitignore -------------------------------------------------------------------------------- /mago-terrainer/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/build.gradle -------------------------------------------------------------------------------- /mago-terrainer/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/gradle.properties -------------------------------------------------------------------------------- /mago-terrainer/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-terrainer/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-terrainer/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/gradlew -------------------------------------------------------------------------------- /mago-terrainer/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/gradlew.bat -------------------------------------------------------------------------------- /mago-terrainer/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/settings.gradle -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/command/CommandOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/command/CommandOptions.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/command/Configurator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/command/Configurator.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/command/GlobalOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/command/GlobalOptions.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/command/MagoTerrainerMain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/command/MagoTerrainerMain.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/command/TilingSchema.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/command/TilingSchema.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMesh.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMeshHeader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMeshHeader.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMeshManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/quantized/mesh/QuantizedMeshManager.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/GeographicExtension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/GeographicExtension.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/RasterTriangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/RasterTriangle.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainHalfEdge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainHalfEdge.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainHalfEdgeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainHalfEdgeUtils.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainLine2D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainLine2D.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainMesh.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainMesh.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainPlane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainPlane.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainTriangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainTriangle.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainVertex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/structure/TerrainVertex.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/GaiaThreadPool.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/GaiaThreadPool.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationData.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationDataManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationDataManager.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationDataQuadTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainElevationDataQuadTree.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainLayer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TerrainLayer.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileIndices.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileIndices.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileMatrix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileMatrix.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileRange.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileRange.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84Manager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84Manager.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84Raster.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/TileWgs84Raster.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManager.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/RasterInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/RasterInfo.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/RasterStandardizer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/tile/geotiff/RasterStandardizer.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/types/InterpolationType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/types/InterpolationType.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/types/PriorityType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/types/PriorityType.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/types/TerrainHalfEdgeType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/types/TerrainHalfEdgeType.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/types/TerrainObjectStatus.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/types/TerrainObjectStatus.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/util/GaiaGeoTiffUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/util/GaiaGeoTiffUtils.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/util/OctNormalFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/util/OctNormalFactory.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/util/TerrainMeshUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/util/TerrainMeshUtils.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/java/com/gaia3d/terrain/util/TileWgs84Utils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/java/com/gaia3d/terrain/util/TileWgs84Utils.java -------------------------------------------------------------------------------- /mago-terrainer/src/main/resources/epsg.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/main/resources/epsg.properties -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/command/MesherMainTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/command/MesherMainTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/quantized/mesh/OctNormalFactoryTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/quantized/mesh/OctNormalFactoryTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/DefaultTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/DefaultTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/DockerBuildTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/DockerBuildTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/JarBuildTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/JarBuildTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/others/MaxLevelTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/others/MaxLevelTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/others/TempTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/others/TempTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/others/TerrainerReleaseTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/others/TerrainerReleaseTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/release/others/VariousTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/release/others/VariousTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/terrain/tile/GaiaGeoTiffManagerTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/terrain/tile/GaiaGeoTiffManagerTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManagerTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/terrain/tile/geotiff/GaiaGeoTiffManagerTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/java/com/gaia3d/terrain/tile/geotiff/RasterStandardizerTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/java/com/gaia3d/terrain/tile/geotiff/RasterStandardizerTest.java -------------------------------------------------------------------------------- /mago-terrainer/src/test/resources/another-crs-sample/input/busan-5186.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/resources/another-crs-sample/input/busan-5186.tif -------------------------------------------------------------------------------- /mago-terrainer/src/test/resources/multi-sample/input/34707051.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/resources/multi-sample/input/34707051.tif -------------------------------------------------------------------------------- /mago-terrainer/src/test/resources/multi-sample/input/34707052.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/resources/multi-sample/input/34707052.tif -------------------------------------------------------------------------------- /mago-terrainer/src/test/resources/multi-sample/input/34707053.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/resources/multi-sample/input/34707053.tif -------------------------------------------------------------------------------- /mago-terrainer/src/test/resources/sample/input/sample.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/mago-terrainer/src/test/resources/sample/input/sample.tif -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/settings.gradle -------------------------------------------------------------------------------- /src/main/java/com/gaia3d/basic/marchingcube/MarchingCube.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-terrainer/HEAD/src/main/java/com/gaia3d/basic/marchingcube/MarchingCube.java --------------------------------------------------------------------------------