├── .github └── workflows │ └── build.yml ├── .gitignore ├── LICENSE ├── MANUAL.md ├── README.md ├── docs ├── allclasses-index.html ├── allpackages-index.html ├── com │ └── gaia3d │ │ ├── ExtensionModuleFrame.html │ │ ├── TilerExtensionModule.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 │ │ │ ├── GaiaByteColor4.html │ │ │ ├── GaiaRectangle.html │ │ │ ├── GaiaVBO.html │ │ │ ├── entities │ │ │ │ ├── GaiaAAPlane.html │ │ │ │ ├── GaiaLine.html │ │ │ │ ├── GaiaPlane.html │ │ │ │ ├── GaiaSegment.html │ │ │ │ ├── GaiaTriangle.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 │ │ │ │ ├── GaiaOctreeFaces.html │ │ │ │ ├── GaiaOctreeIndex.html │ │ │ │ ├── GaiaOctreeVertices.html │ │ │ │ ├── HalfEdgeOctreeFaces.html │ │ │ │ ├── HalfEdgeOctreeVertices.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 │ │ │ └── voxel │ │ │ │ ├── Voxel.html │ │ │ │ ├── VoxelCP.html │ │ │ │ ├── VoxelCPGrid3D.html │ │ │ │ ├── VoxelGrid3D.html │ │ │ │ ├── VoxelizeParameters.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── halfedge │ │ │ ├── CameraDirectionType.html │ │ │ ├── CameraDirectionTypeInfo.html │ │ │ ├── DecimateParameters.html │ │ │ ├── FaceType.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 │ │ ├── legend │ │ │ ├── GaiaColor.html │ │ │ ├── LegendColors.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── marchingcube │ │ │ ├── MarchingCube.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 │ │ │ ├── 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 │ │ ├── remesher │ │ │ ├── CellGrid3D.html │ │ │ ├── ReMeshParameters.html │ │ │ ├── ReMesherVertexCluster.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 │ │ ├── Configuration.html │ │ ├── mago │ │ │ ├── AttributeFilter.html │ │ │ ├── GlobalConstants.html │ │ │ ├── GlobalOptions.html │ │ │ ├── Mago3DTiler.html │ │ │ ├── Mago3DTilerMain.html │ │ │ ├── OptionsCorrector.html │ │ │ ├── ProcessOptions.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── model │ │ │ ├── BatchedModelProcessFlow.html │ │ │ ├── InstancedProcessFlow.html │ │ │ ├── PhotogrammetryProcessFlow.html │ │ │ ├── PointCloudProcessFlow.html │ │ │ ├── ProcessFlow.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── converter │ │ ├── AssimpGltfExporter.html │ │ ├── Converter.html │ │ ├── DefaultSceneFactory.html │ │ ├── assimp │ │ │ ├── AssimpConverter.html │ │ │ ├── AssimpConverterOptions.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── jgltf │ │ │ ├── GltfBinary.html │ │ │ ├── GltfNodeBuffer.html │ │ │ ├── GltfWriter.html │ │ │ ├── ImageBuffer.html │ │ │ ├── MagoKTX.html │ │ │ ├── Quantization.html │ │ │ ├── extension │ │ │ │ ├── Attribute.html │ │ │ │ ├── ExtensionConstant.html │ │ │ │ ├── ExtensionInstanceFeatures.html │ │ │ │ ├── ExtensionMeshFeatures.html │ │ │ │ ├── ExtensionMeshGpuInstancing.html │ │ │ │ ├── ExtensionStructuralMetadata.html │ │ │ │ ├── ExtensionStructuralMetadataMapper.html │ │ │ │ ├── FeatureId.html │ │ │ │ ├── MaterialUnlit.html │ │ │ │ ├── Property.html │ │ │ │ ├── PropertyAttribute.html │ │ │ │ ├── PropertyTable.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── tiles │ │ │ │ ├── BatchedModelGltfWriter.html │ │ │ │ ├── InstancedModelGltfWriter.html │ │ │ │ ├── PointCloudGltfWriter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── kml │ │ │ ├── AttributeReader.html │ │ │ ├── DefaultKmlReader.html │ │ │ ├── FastKmlReader.html │ │ │ ├── JacksonKmlReader.html │ │ │ ├── TileTransformInfo.html │ │ │ ├── kml │ │ │ │ ├── Data.html │ │ │ │ ├── Document.html │ │ │ │ ├── ExtendedData.html │ │ │ │ ├── KmlRoot.html │ │ │ │ ├── Link.html │ │ │ │ ├── Location.html │ │ │ │ ├── Model.html │ │ │ │ ├── Orientation.html │ │ │ │ ├── Placemark.html │ │ │ │ ├── Scale.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── loader │ │ │ ├── BatchedFileLoader.html │ │ │ ├── FileLoader.html │ │ │ ├── InstancedFileLoader.html │ │ │ ├── PointCloudFileLoader.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ ├── parametric │ │ │ ├── AbstractGeometryConverter.html │ │ │ ├── ExtrusionTempGenerator.html │ │ │ ├── ForestModelHelper.html │ │ │ ├── GaiaExtrusionModel.html │ │ │ ├── GaiaSceneTemp.html │ │ │ ├── GaiaSceneTempGroup.html │ │ │ ├── GaiaSurfaceModel.html │ │ │ ├── GaiaTriangle.html │ │ │ ├── GisVectorType.html │ │ │ ├── InnerRing.html │ │ │ ├── InnerRingRemover.html │ │ │ ├── Parametric3DConverter.html │ │ │ ├── Parametric3DOptions.html │ │ │ ├── PolygonFilter.html │ │ │ ├── citygml │ │ │ │ ├── CityGmlConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── geojson │ │ │ │ ├── GeoJsonConverter.html │ │ │ │ ├── GeoJsonInstanceConverter.html │ │ │ │ ├── GeoJsonSurfaceConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── geopackage │ │ │ │ ├── GeoPackageConverter.html │ │ │ │ ├── GeoPackageInstanceConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── geotools │ │ │ │ ├── VectorCollection.html │ │ │ │ ├── VectorConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── indoorgml │ │ │ │ ├── IndoorGmlConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ ├── pipe │ │ │ │ ├── GaiaPipeLineString.html │ │ │ │ ├── Modeler3D.html │ │ │ │ ├── Pipe.html │ │ │ │ ├── PipeElbow.html │ │ │ │ ├── PipeElbowType.html │ │ │ │ ├── PipeType.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ └── shape │ │ │ │ ├── ShapeConverter.html │ │ │ │ ├── ShapeEncodingFix.html │ │ │ │ ├── ShapeInstanceConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ └── pointcloud │ │ │ ├── LasConverter.html │ │ │ ├── LasRecordFormat.html │ │ │ ├── PointCloudTempGenerator.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── io │ │ ├── BigEndianDataInputStream.html │ │ ├── BigEndianDataOutputStream.html │ │ ├── LittleEndianDataInputStream.html │ │ ├── LittleEndianDataOutputStream.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── modifier │ │ ├── TreeBillBoardParameters.html │ │ ├── TreeCreator.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ ├── process │ │ ├── ExtendTilingPipeline.html │ │ ├── TilingPipeline.html │ │ ├── cleanup │ │ │ ├── CleanUp.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ ├── postprocess │ │ │ ├── ComponentType.html │ │ │ ├── ComponentTypeV2.html │ │ │ ├── ContentModel.html │ │ │ ├── DataType.html │ │ │ ├── GaiaMaximizer.html │ │ │ ├── GaiaRelocator.html │ │ │ ├── PostProcess.html │ │ │ ├── batch │ │ │ │ ├── Batched3DModel.html │ │ │ │ ├── Batched3DModelV2.html │ │ │ │ ├── GaiaBatchImage.html │ │ │ │ ├── GaiaBatchTable.html │ │ │ │ ├── GaiaBatchTableMap.html │ │ │ │ ├── GaiaBatcher.html │ │ │ │ ├── GaiaTextureCoordinator.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── instance │ │ │ │ ├── GaiaFeatureData.html │ │ │ │ ├── GaiaFeatureTable.html │ │ │ │ ├── Instanced3DModel.html │ │ │ │ ├── Instanced3DModelBinary.html │ │ │ │ ├── Instanced3DModelV2.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── pointcloud │ │ │ │ ├── ByteAddress.html │ │ │ │ ├── PointCloudBinaryWriter.html │ │ │ │ ├── PointCloudBuffer.html │ │ │ │ ├── PointCloudModel.html │ │ │ │ ├── PointCloudModelV2.html │ │ │ │ ├── Position.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── preprocess │ │ │ ├── GaiaCoordinateExtractor.html │ │ │ ├── GaiaMinimization.html │ │ │ ├── GaiaRotator.html │ │ │ ├── GaiaScaler.html │ │ │ ├── GaiaSceneValidator.html │ │ │ ├── GaiaStrictCoordinateExtractor.html │ │ │ ├── GaiaStrictTranslation.html │ │ │ ├── GaiaTexCoordCorrection.html │ │ │ ├── GaiaTransformBaker.html │ │ │ ├── GaiaTranslator.html │ │ │ ├── GaiaZUpTransformer.html │ │ │ ├── InstanceTranslation.html │ │ │ ├── PhotogrammetryMinimization.html │ │ │ ├── PhotogrammetryRotation.html │ │ │ ├── PreProcess.html │ │ │ ├── TileInfoGenerator.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── sub │ │ │ │ ├── Colorizer.ColorizeType.html │ │ │ │ ├── Colorizer.html │ │ │ │ ├── FlipYTexCoordinate.html │ │ │ │ ├── GaiaTriangleReduction.html │ │ │ │ ├── NodeMerger.html │ │ │ │ ├── SceneCleaner.html │ │ │ │ ├── SeparateNodeByFace.html │ │ │ │ ├── SurfaceSeparator.html │ │ │ │ ├── TransformBaker.html │ │ │ │ ├── TwoDimensionProjector.html │ │ │ │ ├── UpAxisTransformer.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── scanner │ │ │ ├── Scanner.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ └── tileprocess │ │ │ ├── Pipeline.html │ │ │ ├── TileMerger.html │ │ │ ├── Tiler.html │ │ │ ├── TilingProcess.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── tile │ │ │ ├── Batched3DModelTiler.html │ │ │ ├── ContentInfo.html │ │ │ ├── DefaultTiler.html │ │ │ ├── Instanced3DModelTiler.html │ │ │ ├── Instanced3DModelTiler4Trees.html │ │ │ ├── LevelOfDetail.html │ │ │ ├── PhotogrammetryTiler.html │ │ │ ├── PointCloudTiler.html │ │ │ ├── TileInfo.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── tileset │ │ │ ├── Tileset.html │ │ │ ├── TilesetV2.html │ │ │ ├── asset │ │ │ ├── AssetV1.html │ │ │ ├── AssetV2.html │ │ │ ├── Cesium.html │ │ │ ├── Credit.html │ │ │ ├── Extras.html │ │ │ ├── Ion.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ │ ├── extension │ │ │ ├── Extension3DTilesContentGltf.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ │ ├── metadata │ │ │ ├── Metadata.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ │ ├── node │ │ │ ├── BoundingVolume.BoundingVolumeType.html │ │ │ ├── BoundingVolume.html │ │ │ ├── Content.html │ │ │ ├── Node.RefineType.html │ │ │ ├── Node.html │ │ │ ├── Properties.html │ │ │ ├── Range.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ └── schema │ │ │ ├── ClassProperty.html │ │ │ ├── Schema.html │ │ │ ├── SchemaClass.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── renderer │ │ ├── MainRenderer.html │ │ ├── MainRendererBillBoard.html │ │ ├── MainVoxelizer.html │ │ ├── engine │ │ │ ├── Engine.html │ │ │ ├── EngineVoxelizer.html │ │ │ ├── IAppLogic.html │ │ │ ├── InternDataConverter.html │ │ │ ├── MouseInput.html │ │ │ ├── RenderableTexturesUtils.html │ │ │ ├── TextureAtlasManager.html │ │ │ ├── TextureAtlasPacker.html │ │ │ ├── TexturesAtlasData.html │ │ │ ├── Window.WindowOptions.html │ │ │ ├── Window.html │ │ │ ├── dataStructure │ │ │ │ ├── FaceVisibilityData.html │ │ │ │ ├── FaceVisibilityDataManager.html │ │ │ │ ├── GaiaScenesContainer.html │ │ │ │ ├── IntegralReMeshParameters.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── fbo │ │ │ │ ├── Fbo.html │ │ │ │ ├── FboMRT.html │ │ │ │ ├── FboManager.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── graph │ │ │ │ ├── HalfEdgeRenderer.html │ │ │ │ ├── RenderEngine.html │ │ │ │ ├── ShaderManager.html │ │ │ │ ├── ShaderProgram.ShaderModuleData.html │ │ │ │ ├── ShaderProgram.html │ │ │ │ ├── UniformsMap.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ ├── scene │ │ │ │ ├── Camera.html │ │ │ │ ├── Projection.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ │ └── screen │ │ │ │ ├── ScreenQuad.html │ │ │ │ ├── package-summary.html │ │ │ │ └── package-tree.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ └── renderable │ │ │ ├── RenderableBasicAxis.html │ │ │ ├── RenderableBuffer.html │ │ │ ├── RenderableGaiaScene.html │ │ │ ├── RenderableMesh.html │ │ │ ├── RenderableNode.html │ │ │ ├── RenderableObject.html │ │ │ ├── RenderablePrimitive.html │ │ │ ├── SelectionColorManager.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ ├── scanner │ │ ├── FileFilter.html │ │ ├── InputFileScanner.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 │ │ ├── JpegAntiRinging.Options.html │ │ ├── JpegAntiRinging.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 │ │ ├── GaiaRectangle.java │ │ ├── GaiaVBO.java │ │ ├── entities │ │ │ ├── GaiaAAPlane.java │ │ │ ├── GaiaLine.java │ │ │ ├── GaiaPlane.java │ │ │ ├── GaiaSegment.java │ │ │ └── GaiaTriangle.java │ │ ├── network │ │ │ └── modeler │ │ │ │ ├── TopologicalEdge.java │ │ │ │ ├── TopologicalNetwork.java │ │ │ │ └── TopologicalNode.java │ │ ├── octree │ │ │ ├── GaiaFaceData.java │ │ │ ├── GaiaOctree.java │ │ │ ├── GaiaOctreeCoordinate.java │ │ │ ├── GaiaOctreeFaces.java │ │ │ ├── GaiaOctreeIndex.java │ │ │ ├── GaiaOctreeVertices.java │ │ │ ├── HalfEdgeOctreeFaces.java │ │ │ └── HalfEdgeOctreeVertices.java │ │ ├── tessellator │ │ │ ├── GaiaExtruder.java │ │ │ ├── GaiaExtrusionSurface.java │ │ │ ├── GaiaTessellator.java │ │ │ ├── Line2D.java │ │ │ ├── Point2DTess.java │ │ │ ├── Polygon2DTess.java │ │ │ ├── Segment2DTess.java │ │ │ ├── Vector2dOnlyHashEquals.java │ │ │ └── Vector3dOnlyHashEquals.java │ │ └── voxel │ │ │ ├── Voxel.java │ │ │ ├── VoxelCP.java │ │ │ ├── VoxelCPGrid3D.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 │ ├── legend │ │ ├── GaiaColor.java │ │ └── LegendColors.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 │ ├── remesher │ │ ├── CellGrid3D.java │ │ ├── ReMeshParameters.java │ │ └── ReMesherVertexCluster.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 │ ├── JpegAntiRinging.java │ ├── StringUtils.java │ └── VectorUtils.java ├── mago-io ├── .gitignore ├── LICENSE ├── README.md ├── build.gradle ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src │ └── main │ └── java │ └── com │ └── gaia3d │ └── io │ ├── BigEndianDataInputStream.java │ ├── BigEndianDataOutputStream.java │ ├── LittleEndianDataInputStream.java │ └── LittleEndianDataOutputStream.java ├── mago-tiler-extension ├── .gitignore ├── LICENSE ├── build.gradle ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src │ └── main │ ├── java │ └── com │ │ └── gaia3d │ │ ├── TilerExtensionModule.java │ │ └── renderer │ │ ├── MainRenderer.java │ │ ├── MainRendererBillBoard.java │ │ ├── MainVoxelizer.java │ │ ├── engine │ │ ├── Engine.java │ │ ├── EngineVoxelizer.java │ │ ├── IAppLogic.java │ │ ├── InternDataConverter.java │ │ ├── MouseInput.java │ │ ├── RenderableTexturesUtils.java │ │ ├── TextureAtlasManager.java │ │ ├── TextureAtlasPacker.java │ │ ├── TexturesAtlasData.java │ │ ├── Window.java │ │ ├── dataStructure │ │ │ ├── FaceVisibilityData.java │ │ │ ├── FaceVisibilityDataManager.java │ │ │ ├── GaiaScenesContainer.java │ │ │ └── IntegralReMeshParameters.java │ │ ├── fbo │ │ │ ├── Fbo.java │ │ │ ├── FboMRT.java │ │ │ └── FboManager.java │ │ ├── graph │ │ │ ├── HalfEdgeRenderer.java │ │ │ ├── RenderEngine.java │ │ │ ├── ShaderManager.java │ │ │ ├── ShaderProgram.java │ │ │ └── UniformsMap.java │ │ ├── scene │ │ │ ├── Camera.java │ │ │ └── Projection.java │ │ └── screen │ │ │ └── ScreenQuad.java │ │ └── renderable │ │ ├── RenderableBasicAxis.java │ │ ├── RenderableBuffer.java │ │ ├── RenderableGaiaScene.java │ │ ├── RenderableMesh.java │ │ ├── RenderableNode.java │ │ ├── RenderableObject.java │ │ ├── RenderablePrimitive.java │ │ └── SelectionColorManager.java │ └── resources │ └── shaders │ ├── basic.frag │ ├── basic.vert │ ├── colorCodeV330.frag │ ├── colorCodeV330.vert │ ├── depthV330.frag │ ├── depthV330.vert │ ├── eliminateBackGroundColorV330.frag │ ├── eliminateBackGroundColorV330.vert │ ├── scene.frag │ ├── scene.vert │ ├── sceneDelimitedV330.frag │ ├── sceneDelimitedV330.vert │ ├── sceneDelimitedV330_normalIncluded.frag │ ├── sceneDelimitedV330_normalIncluded.vert │ ├── sceneDelimitedWithDepthTexV330.frag │ ├── sceneDelimitedWithDepthTexV330.vert │ ├── sceneV330.frag │ ├── sceneV330.vert │ ├── screenV330.frag │ ├── screenV330.vert │ ├── trianglesColorCodeV330.frag │ ├── trianglesColorCodeV330.vert │ ├── trianglesDelimitedColorCodeV330.frag │ └── trianglesDelimitedColorCodeV330.vert ├── mago-tiler-non-extension ├── .gitignore ├── LICENSE ├── build.gradle ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src │ └── main │ └── java │ └── com │ └── gaia3d │ └── TilerExtensionModule.java ├── mago-tiler ├── .gitignore ├── LICENSE ├── META-INF │ └── MANIFEST.MF ├── README.md ├── build.gradle ├── docker-compose.yml ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── libs │ └── Indoor4J.jar ├── settings.gradle └── src │ ├── main │ ├── java │ │ └── com │ │ │ └── gaia3d │ │ │ ├── command │ │ │ ├── Configuration.java │ │ │ ├── mago │ │ │ │ ├── AttributeFilter.java │ │ │ │ ├── GlobalConstants.java │ │ │ │ ├── GlobalOptions.java │ │ │ │ ├── Mago3DTiler.java │ │ │ │ ├── Mago3DTilerMain.java │ │ │ │ ├── OptionsCorrector.java │ │ │ │ └── ProcessOptions.java │ │ │ └── model │ │ │ │ ├── BatchedModelProcessFlow.java │ │ │ │ ├── InstancedProcessFlow.java │ │ │ │ ├── PhotogrammetryProcessFlow.java │ │ │ │ ├── PointCloudProcessFlow.java │ │ │ │ └── ProcessFlow.java │ │ │ ├── converter │ │ │ ├── AssimpGltfExporter.java │ │ │ ├── Converter.java │ │ │ ├── DefaultSceneFactory.java │ │ │ ├── assimp │ │ │ │ ├── AssimpConverter.java │ │ │ │ └── AssimpConverterOptions.java │ │ │ ├── jgltf │ │ │ │ ├── GltfBinary.java │ │ │ │ ├── GltfNodeBuffer.java │ │ │ │ ├── GltfWriter.java │ │ │ │ ├── ImageBuffer.java │ │ │ │ ├── MagoKTX.java │ │ │ │ ├── Quantization.java │ │ │ │ ├── extension │ │ │ │ │ ├── Attribute.java │ │ │ │ │ ├── ExtensionConstant.java │ │ │ │ │ ├── ExtensionInstanceFeatures.java │ │ │ │ │ ├── ExtensionMeshFeatures.java │ │ │ │ │ ├── ExtensionMeshGpuInstancing.java │ │ │ │ │ ├── ExtensionStructuralMetadata.java │ │ │ │ │ ├── ExtensionStructuralMetadataMapper.java │ │ │ │ │ ├── FeatureId.java │ │ │ │ │ ├── MaterialUnlit.java │ │ │ │ │ ├── Property.java │ │ │ │ │ ├── PropertyAttribute.java │ │ │ │ │ └── PropertyTable.java │ │ │ │ └── tiles │ │ │ │ │ ├── BatchedModelGltfWriter.java │ │ │ │ │ ├── InstancedModelGltfWriter.java │ │ │ │ │ └── PointCloudGltfWriter.java │ │ │ ├── kml │ │ │ │ ├── AttributeReader.java │ │ │ │ ├── DefaultKmlReader.java │ │ │ │ ├── FastKmlReader.java │ │ │ │ ├── JacksonKmlReader.java │ │ │ │ ├── TileTransformInfo.java │ │ │ │ └── kml │ │ │ │ │ ├── Data.java │ │ │ │ │ ├── Document.java │ │ │ │ │ ├── ExtendedData.java │ │ │ │ │ ├── KmlRoot.java │ │ │ │ │ ├── Link.java │ │ │ │ │ ├── Location.java │ │ │ │ │ ├── Model.java │ │ │ │ │ ├── Orientation.java │ │ │ │ │ ├── Placemark.java │ │ │ │ │ └── Scale.java │ │ │ ├── loader │ │ │ │ ├── BatchedFileLoader.java │ │ │ │ ├── FileLoader.java │ │ │ │ ├── InstancedFileLoader.java │ │ │ │ └── PointCloudFileLoader.java │ │ │ ├── parametric │ │ │ │ ├── AbstractGeometryConverter.java │ │ │ │ ├── ExtrusionTempGenerator.java │ │ │ │ ├── ForestModelHelper.java │ │ │ │ ├── GaiaExtrusionModel.java │ │ │ │ ├── GaiaSceneTemp.java │ │ │ │ ├── GaiaSceneTempGroup.java │ │ │ │ ├── GaiaSurfaceModel.java │ │ │ │ ├── GaiaTriangle.java │ │ │ │ ├── GisVectorType.java │ │ │ │ ├── InnerRing.java │ │ │ │ ├── InnerRingRemover.java │ │ │ │ ├── Parametric3DConverter.java │ │ │ │ ├── Parametric3DOptions.java │ │ │ │ ├── PolygonFilter.java │ │ │ │ ├── citygml │ │ │ │ │ └── CityGmlConverter.java │ │ │ │ ├── geojson │ │ │ │ │ ├── GeoJsonConverter.java │ │ │ │ │ ├── GeoJsonInstanceConverter.java │ │ │ │ │ └── GeoJsonSurfaceConverter.java │ │ │ │ ├── geopackage │ │ │ │ │ ├── GeoPackageConverter.java │ │ │ │ │ └── GeoPackageInstanceConverter.java │ │ │ │ ├── geotools │ │ │ │ │ ├── VectorCollection.java │ │ │ │ │ └── VectorConverter.java │ │ │ │ ├── indoorgml │ │ │ │ │ └── IndoorGmlConverter.java │ │ │ │ ├── pipe │ │ │ │ │ ├── GaiaPipeLineString.java │ │ │ │ │ ├── Modeler3D.java │ │ │ │ │ ├── Pipe.java │ │ │ │ │ ├── PipeElbow.java │ │ │ │ │ ├── PipeElbowType.java │ │ │ │ │ └── PipeType.java │ │ │ │ └── shape │ │ │ │ │ ├── ShapeConverter.java │ │ │ │ │ ├── ShapeEncodingFix.java │ │ │ │ │ └── ShapeInstanceConverter.java │ │ │ └── pointcloud │ │ │ │ ├── LasConverter.java │ │ │ │ ├── LasRecordFormat.java │ │ │ │ └── PointCloudTempGenerator.java │ │ │ ├── modifier │ │ │ ├── TreeBillBoardParameters.java │ │ │ └── TreeCreator.java │ │ │ ├── process │ │ │ ├── ExtendTilingPipeline.java │ │ │ ├── TilingPipeline.java │ │ │ ├── cleanup │ │ │ │ └── CleanUp.java │ │ │ ├── postprocess │ │ │ │ ├── ComponentType.java │ │ │ │ ├── ComponentTypeV2.java │ │ │ │ ├── ContentModel.java │ │ │ │ ├── DataType.java │ │ │ │ ├── GaiaMaximizer.java │ │ │ │ ├── GaiaRelocator.java │ │ │ │ ├── PostProcess.java │ │ │ │ ├── batch │ │ │ │ │ ├── Batched3DModel.java │ │ │ │ │ ├── Batched3DModelV2.java │ │ │ │ │ ├── GaiaBatchImage.java │ │ │ │ │ ├── GaiaBatchTable.java │ │ │ │ │ ├── GaiaBatchTableMap.java │ │ │ │ │ ├── GaiaBatcher.java │ │ │ │ │ └── GaiaTextureCoordinator.java │ │ │ │ ├── instance │ │ │ │ │ ├── GaiaFeatureData.java │ │ │ │ │ ├── GaiaFeatureTable.java │ │ │ │ │ ├── Instanced3DModel.java │ │ │ │ │ ├── Instanced3DModelBinary.java │ │ │ │ │ └── Instanced3DModelV2.java │ │ │ │ └── pointcloud │ │ │ │ │ ├── ByteAddress.java │ │ │ │ │ ├── PointCloudBinaryWriter.java │ │ │ │ │ ├── PointCloudBuffer.java │ │ │ │ │ ├── PointCloudModel.java │ │ │ │ │ ├── PointCloudModelV2.java │ │ │ │ │ └── Position.java │ │ │ ├── preprocess │ │ │ │ ├── GaiaCoordinateExtractor.java │ │ │ │ ├── GaiaMinimization.java │ │ │ │ ├── GaiaRotator.java │ │ │ │ ├── GaiaScaler.java │ │ │ │ ├── GaiaSceneValidator.java │ │ │ │ ├── GaiaStrictCoordinateExtractor.java │ │ │ │ ├── GaiaStrictTranslation.java │ │ │ │ ├── GaiaTexCoordCorrection.java │ │ │ │ ├── GaiaTransformBaker.java │ │ │ │ ├── GaiaTranslator.java │ │ │ │ ├── GaiaZUpTransformer.java │ │ │ │ ├── InstanceTranslation.java │ │ │ │ ├── PhotogrammetryMinimization.java │ │ │ │ ├── PhotogrammetryRotation.java │ │ │ │ ├── PreProcess.java │ │ │ │ ├── TileInfoGenerator.java │ │ │ │ └── sub │ │ │ │ │ ├── Colorizer.java │ │ │ │ │ ├── FlipYTexCoordinate.java │ │ │ │ │ ├── GaiaTriangleReduction.java │ │ │ │ │ ├── NodeMerger.java │ │ │ │ │ ├── SceneCleaner.java │ │ │ │ │ ├── SeparateNodeByFace.java │ │ │ │ │ ├── SurfaceSeparator.java │ │ │ │ │ ├── TransformBaker.java │ │ │ │ │ ├── TwoDimensionProjector.java │ │ │ │ │ └── UpAxisTransformer.java │ │ │ ├── scanner │ │ │ │ └── Scanner.java │ │ │ └── tileprocess │ │ │ │ ├── Pipeline.java │ │ │ │ ├── TileMerger.java │ │ │ │ ├── Tiler.java │ │ │ │ ├── TilingProcess.java │ │ │ │ └── tile │ │ │ │ ├── Batched3DModelTiler.java │ │ │ │ ├── ContentInfo.java │ │ │ │ ├── DefaultTiler.java │ │ │ │ ├── Instanced3DModelTiler.java │ │ │ │ ├── Instanced3DModelTiler4Trees.java │ │ │ │ ├── LevelOfDetail.java │ │ │ │ ├── PhotogrammetryTiler.java │ │ │ │ ├── PointCloudTiler.java │ │ │ │ ├── TileInfo.java │ │ │ │ └── tileset │ │ │ │ ├── Tileset.java │ │ │ │ ├── TilesetV2.java │ │ │ │ ├── asset │ │ │ │ ├── AssetV1.java │ │ │ │ ├── AssetV2.java │ │ │ │ ├── Cesium.java │ │ │ │ ├── Credit.java │ │ │ │ ├── Extras.java │ │ │ │ └── Ion.java │ │ │ │ ├── extension │ │ │ │ └── Extension3DTilesContentGltf.java │ │ │ │ ├── metadata │ │ │ │ └── Metadata.java │ │ │ │ ├── node │ │ │ │ ├── BoundingVolume.java │ │ │ │ ├── Content.java │ │ │ │ ├── Node.java │ │ │ │ ├── Properties.java │ │ │ │ └── Range.java │ │ │ │ └── schema │ │ │ │ ├── ClassProperty.java │ │ │ │ ├── Schema.java │ │ │ │ └── SchemaClass.java │ │ │ └── scanner │ │ │ ├── FileFilter.java │ │ │ └── InputFileScanner.java │ └── resources │ │ └── epsg.properties │ └── test │ ├── java │ └── com │ │ └── gaia3d │ │ ├── basic │ │ ├── command │ │ │ └── UnitTest.java │ │ └── geometry │ │ │ └── octree │ │ │ └── GaiaOctreeSurfaceTest.java │ │ ├── converter │ │ ├── AssimpGltfExporterTest.java │ │ ├── GltfCreatorTest.java │ │ ├── assimp │ │ │ └── AssimpConverterTest.java │ │ ├── jgltf │ │ │ ├── GltfWriterTest.java │ │ │ ├── MagoKTXTest.java │ │ │ └── QuantizationTest.java │ │ └── parametric │ │ │ ├── InnerRingRemoverTest.java │ │ │ └── geopackage │ │ │ └── GeoPackageConverterTest.java │ │ ├── local │ │ ├── DefaultBuildTest.java │ │ ├── MagoTestConfig.java │ │ ├── env │ │ │ ├── DockerBuildTest.java │ │ │ └── JarBuildTest.java │ │ ├── experimental │ │ │ ├── ExperimentalTest.java │ │ │ ├── GeoDataCubeExperimentalTest.java │ │ │ ├── SunEnergyExperimentalTest.java │ │ │ └── WildfireExperimentalTest.java │ │ └── release │ │ │ ├── B3dmReleaseTest.java │ │ │ ├── DefaultReleaseTest.java │ │ │ ├── FormatReleaseTest.java │ │ │ ├── I3dmReleaseTest.java │ │ │ ├── PntsReleaseTest.java │ │ │ ├── RealisticReleaseTest.java │ │ │ ├── TransformReleaseTest.java │ │ │ └── VectorReleaseTest.java │ │ ├── modifier │ │ └── TreeCreatorTest.java │ │ └── util │ │ ├── DecimalUtilsTest.java │ │ ├── ImageUtilsTest.java │ │ └── unit │ │ └── ImageIOTest.java │ └── resources │ ├── sample-3ds │ ├── a_bd001.3ds │ ├── a_bd001.jpg │ ├── a_bd002.jpg │ ├── a_bd003.3ds │ ├── a_bd003.jpg │ └── a_bd004.3ds │ ├── sample-empty │ └── DoNotRemove.txt │ ├── sample-geojson │ └── footprint-with-height.geojson │ ├── sample-geopackage │ └── footprint.gpkg │ ├── sample-geoparquet │ └── footprint.parquet │ ├── sample-kml-error-case │ ├── a_bd001.dae │ ├── a_bd001.kml │ ├── a_bd002.jpg │ ├── a_bd002.kml │ └── a_bd003.kml │ ├── sample-kml │ ├── a_bd001.dae │ ├── a_bd001.jpg │ ├── a_bd001.kml │ ├── a_bd002.dae │ ├── a_bd002.jpg │ ├── a_bd002.kml │ ├── a_bd003.dae │ ├── a_bd003.jpg │ └── a_bd003.kml │ ├── sample-output │ └── DoNotRemove.txt │ ├── sample-shape │ ├── footprint.cpg │ ├── footprint.dbf │ ├── footprint.prj │ ├── footprint.qmd │ ├── footprint.shp │ └── footprint.shx │ └── sample-xyz │ └── xyz-axis.glb └── settings.gradle /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/LICENSE -------------------------------------------------------------------------------- /MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/MANUAL.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/README.md -------------------------------------------------------------------------------- /docs/allclasses-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/allclasses-index.html -------------------------------------------------------------------------------- /docs/allpackages-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/allpackages-index.html -------------------------------------------------------------------------------- /docs/com/gaia3d/ExtensionModuleFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/ExtensionModuleFrame.html -------------------------------------------------------------------------------- /docs/com/gaia3d/TilerExtensionModule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/TilerExtensionModule.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/PostProcessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/PostProcessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/PreprocessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/PreprocessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/Report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/Report.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/ReportLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/ReportLevel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/Reporter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/Reporter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/TileProcessingException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/TileProcessingException.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exception/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exception/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/GaiaBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaBufferDataSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/GaiaBufferDataSet.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/GaiaSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/GaiaSet.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/SceneInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/SceneInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/exchangable/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/exchangable/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaBoundingBox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/GaiaBoundingBox.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaByteColor4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/GaiaByteColor4.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaRectangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/GaiaRectangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/GaiaVBO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/GaiaVBO.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaAAPlane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaAAPlane.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaLine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaLine.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaPlane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaPlane.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaSegment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaSegment.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/GaiaTriangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/entities/GaiaTriangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/entities/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaFaceData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeCoordinate.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeFaces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeFaces.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeIndex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/GaiaOctreeVertices.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctreeFaces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctreeFaces.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctreeVertices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/octree/HalfEdgeOctreeVertices.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/octree/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/HEAD/docs/com/gaia3d/basic/geometry/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaExtruder.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaExtrusionSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/GaiaTessellator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Line2D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Line2D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Point2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Point2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Polygon2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Segment2DTess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Segment2DTess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/Vector2dOnlyHashEquals.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/tessellator/Vector3dOnlyHashEquals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/HEAD/docs/com/gaia3d/basic/geometry/tessellator/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/Voxel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/Voxel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/VoxelCP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/VoxelCP.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/VoxelCPGrid3D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/VoxelCPGrid3D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/VoxelGrid3D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/VoxelGrid3D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/VoxelizeParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/VoxelizeParameters.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/geometry/voxel/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/geometry/voxel/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/CameraDirectionType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/CameraDirectionType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/CameraDirectionTypeInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/DecimateParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/DecimateParameters.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/FaceType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/FaceType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/GillotinePacker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/GillotinePacker.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdge.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeCollapseData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeCutter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeCutter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeFace.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgePrimitive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgePrimitive.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeRenderableBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeScene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeScene.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/HalfEdgeVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/HalfEdgeVertex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/ObjectStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/ObjectStatus.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/PlaneType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/PlaneType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/PositionType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/PositionType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/TestUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/TestUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/halfedge/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/halfedge/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/legend/GaiaColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/legend/GaiaColor.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/legend/LegendColors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/legend/LegendColors.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/legend/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/legend/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/legend/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/legend/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/marchingcube/MarchingCube.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/marchingcube/MarchingCube.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/marchingcube/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/marchingcube/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/marchingcube/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/marchingcube/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaAttribute.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaFace.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaMaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaMaterial.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaPrimitive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaPrimitive.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaScene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaScene.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaSurface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaSurface.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaTexture.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaTextureScissorData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaTextureScissorData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/GaiaVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/GaiaVertex.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/AttributeStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/AttributeStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/FaceStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/FaceStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/GaiaFaceExplicit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/GaiaFaceExplicit.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/MaterialStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/MaterialStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/MeshStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/MeshStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/NodeStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/NodeStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/PrimitiveStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/PrimitiveStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/SceneStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/SceneStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/SurfaceStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/SurfaceStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/TextureStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/model/structure/TextureStructure.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/model/structure/VertexStructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/HEAD/docs/com/gaia3d/basic/model/structure/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPoint.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloud.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloudHeader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/GaiaPointCloudTemp.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/UniqueRandomNumbers.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/pointcloud/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/pointcloud/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/remesher/CellGrid3D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/remesher/CellGrid3D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/remesher/ReMeshParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/remesher/ReMeshParameters.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/remesher/ReMesherVertexCluster.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/remesher/ReMesherVertexCluster.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/remesher/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/remesher/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/remesher/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/remesher/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/splitter/GaiaOctreeSceneSplitter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/GaiaSceneSplitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/splitter/GaiaSceneSplitter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/splitter/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/splitter/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/splitter/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/AccessorType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/AccessorType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/AttributeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/AttributeType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/Classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/Classification.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/FormatType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/FormatType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/GLConstants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/GLConstants.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/TextureType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/TextureType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/basic/types/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/basic/types/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/Configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/Configuration.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/AttributeFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/AttributeFilter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/GlobalConstants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/GlobalConstants.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/GlobalOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/GlobalOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/Mago3DTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/Mago3DTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/Mago3DTilerMain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/Mago3DTilerMain.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/OptionsCorrector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/OptionsCorrector.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/ProcessOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/ProcessOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/mago/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/mago/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/BatchedModelProcessFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/BatchedModelProcessFlow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/InstancedProcessFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/InstancedProcessFlow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/PhotogrammetryProcessFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/PhotogrammetryProcessFlow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/PointCloudProcessFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/PointCloudProcessFlow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/ProcessFlow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/ProcessFlow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/model/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/model/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/command/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/command/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/AssimpGltfExporter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/AssimpGltfExporter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/Converter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/Converter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/DefaultSceneFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/DefaultSceneFactory.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/assimp/AssimpConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/assimp/AssimpConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/assimp/AssimpConverterOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/assimp/AssimpConverterOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/assimp/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/assimp/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/assimp/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/assimp/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/GltfBinary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/GltfBinary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/GltfNodeBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/GltfNodeBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/GltfWriter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/GltfWriter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/ImageBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/ImageBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/MagoKTX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/MagoKTX.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/Quantization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/Quantization.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/Attribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/Attribute.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/ExtensionConstant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/ExtensionConstant.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/ExtensionInstanceFeatures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/ExtensionInstanceFeatures.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/ExtensionMeshFeatures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/ExtensionMeshFeatures.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/ExtensionMeshGpuInstancing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/ExtensionMeshGpuInstancing.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/FeatureId.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/FeatureId.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/MaterialUnlit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/MaterialUnlit.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/Property.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/Property.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/PropertyAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/PropertyAttribute.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/PropertyTable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/PropertyTable.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/extension/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/extension/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/tiles/BatchedModelGltfWriter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/tiles/BatchedModelGltfWriter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/tiles/InstancedModelGltfWriter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/tiles/InstancedModelGltfWriter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/tiles/PointCloudGltfWriter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/tiles/PointCloudGltfWriter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/tiles/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/tiles/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/jgltf/tiles/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/jgltf/tiles/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/AttributeReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/AttributeReader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/DefaultKmlReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/DefaultKmlReader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/FastKmlReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/FastKmlReader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/JacksonKmlReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/JacksonKmlReader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/TileTransformInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/TileTransformInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Data.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Document.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Document.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/ExtendedData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/ExtendedData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/KmlRoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/KmlRoot.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Link.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Location.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Location.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Model.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Model.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Orientation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Orientation.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Placemark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Placemark.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/Scale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/Scale.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/kml/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/kml/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/kml/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/kml/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/BatchedFileLoader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/BatchedFileLoader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/FileLoader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/FileLoader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/InstancedFileLoader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/InstancedFileLoader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/PointCloudFileLoader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/PointCloudFileLoader.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/loader/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/loader/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/AbstractGeometryConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/AbstractGeometryConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/ExtrusionTempGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/ExtrusionTempGenerator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/ForestModelHelper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/ForestModelHelper.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GaiaExtrusionModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GaiaExtrusionModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GaiaSceneTemp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GaiaSceneTemp.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GaiaSceneTempGroup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GaiaSceneTempGroup.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GaiaSurfaceModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GaiaSurfaceModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GaiaTriangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GaiaTriangle.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/GisVectorType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/GisVectorType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/InnerRing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/InnerRing.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/InnerRingRemover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/InnerRingRemover.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/Parametric3DConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/Parametric3DConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/Parametric3DOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/Parametric3DOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/PolygonFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/PolygonFilter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/citygml/CityGmlConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/citygml/CityGmlConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/citygml/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/citygml/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/citygml/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/citygml/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geojson/GeoJsonConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geojson/GeoJsonConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geojson/GeoJsonSurfaceConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geojson/GeoJsonSurfaceConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geojson/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geojson/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geojson/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geojson/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geopackage/GeoPackageConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geopackage/GeoPackageConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geopackage/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geopackage/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geopackage/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geopackage/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geotools/VectorCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geotools/VectorCollection.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geotools/VectorConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geotools/VectorConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geotools/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geotools/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/geotools/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/geotools/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/indoorgml/IndoorGmlConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/indoorgml/IndoorGmlConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/indoorgml/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/indoorgml/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/indoorgml/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/indoorgml/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/GaiaPipeLineString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/GaiaPipeLineString.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/Modeler3D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/Modeler3D.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/Pipe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/Pipe.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/PipeElbow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/PipeElbow.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/PipeElbowType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/PipeElbowType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/PipeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/PipeType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/pipe/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/pipe/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/shape/ShapeConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/shape/ShapeConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/shape/ShapeEncodingFix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/shape/ShapeEncodingFix.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/shape/ShapeInstanceConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/shape/ShapeInstanceConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/shape/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/shape/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/parametric/shape/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/parametric/shape/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/pointcloud/LasConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/pointcloud/LasConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/pointcloud/LasRecordFormat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/pointcloud/LasRecordFormat.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/pointcloud/PointCloudTempGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/pointcloud/PointCloudTempGenerator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/pointcloud/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/pointcloud/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/converter/pointcloud/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/converter/pointcloud/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/BigEndianDataInputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/BigEndianDataInputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/BigEndianDataOutputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/BigEndianDataOutputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/LittleEndianDataInputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/LittleEndianDataInputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/LittleEndianDataOutputStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/LittleEndianDataOutputStream.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/io/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/io/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/modifier/TreeBillBoardParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/modifier/TreeBillBoardParameters.html -------------------------------------------------------------------------------- /docs/com/gaia3d/modifier/TreeCreator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/modifier/TreeCreator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/modifier/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/modifier/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/modifier/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/modifier/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/ExtendTilingPipeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/ExtendTilingPipeline.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/TilingPipeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/TilingPipeline.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/cleanup/CleanUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/cleanup/CleanUp.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/cleanup/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/cleanup/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/cleanup/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/cleanup/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/ComponentType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/ComponentType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/ComponentTypeV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/ComponentTypeV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/ContentModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/ContentModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/DataType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/DataType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/GaiaMaximizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/GaiaMaximizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/GaiaRelocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/GaiaRelocator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/PostProcess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/PostProcess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/Batched3DModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/Batched3DModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/Batched3DModelV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/Batched3DModelV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/GaiaBatchImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/GaiaBatchImage.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/GaiaBatchTable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/GaiaBatchTable.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/GaiaBatchTableMap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/GaiaBatchTableMap.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/GaiaBatcher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/GaiaBatcher.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/GaiaTextureCoordinator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/GaiaTextureCoordinator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/batch/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/batch/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/GaiaFeatureData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/GaiaFeatureData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/GaiaFeatureTable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/GaiaFeatureTable.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/Instanced3DModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/Instanced3DModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/Instanced3DModelBinary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/Instanced3DModelBinary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/Instanced3DModelV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/Instanced3DModelV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/instance/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/instance/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/ByteAddress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/ByteAddress.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/PointCloudBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/PointCloudBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/PointCloudModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/PointCloudModel.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/PointCloudModelV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/PointCloudModelV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/Position.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/Position.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/postprocess/pointcloud/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/postprocess/pointcloud/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaCoordinateExtractor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaCoordinateExtractor.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaMinimization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaMinimization.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaRotator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaRotator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaScaler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaScaler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaSceneValidator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaSceneValidator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaStrictCoordinateExtractor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaStrictCoordinateExtractor.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaStrictTranslation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaStrictTranslation.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaTexCoordCorrection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaTexCoordCorrection.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaTransformBaker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaTransformBaker.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaTranslator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaTranslator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/GaiaZUpTransformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/GaiaZUpTransformer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/InstanceTranslation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/InstanceTranslation.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/PhotogrammetryMinimization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/PhotogrammetryMinimization.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/PhotogrammetryRotation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/PhotogrammetryRotation.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/PreProcess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/PreProcess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/TileInfoGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/TileInfoGenerator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/Colorizer.ColorizeType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/Colorizer.ColorizeType.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/Colorizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/Colorizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/FlipYTexCoordinate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/FlipYTexCoordinate.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/GaiaTriangleReduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/GaiaTriangleReduction.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/NodeMerger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/NodeMerger.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/SceneCleaner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/SceneCleaner.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/SeparateNodeByFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/SeparateNodeByFace.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/SurfaceSeparator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/SurfaceSeparator.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/TransformBaker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/TransformBaker.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/TwoDimensionProjector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/TwoDimensionProjector.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/UpAxisTransformer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/UpAxisTransformer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/preprocess/sub/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/preprocess/sub/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/scanner/Scanner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/scanner/Scanner.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/scanner/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/scanner/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/scanner/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/scanner/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/Pipeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/Pipeline.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/TileMerger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/TileMerger.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/Tiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/Tiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/TilingProcess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/TilingProcess.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/Batched3DModelTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/Batched3DModelTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/ContentInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/ContentInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/DefaultTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/DefaultTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/Instanced3DModelTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/Instanced3DModelTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/Instanced3DModelTiler4Trees.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/Instanced3DModelTiler4Trees.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/LevelOfDetail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/LevelOfDetail.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/PhotogrammetryTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/PhotogrammetryTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/PointCloudTiler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/PointCloudTiler.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/TileInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/TileInfo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/Tileset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/Tileset.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/TilesetV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/TilesetV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/AssetV1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/AssetV1.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/AssetV2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/AssetV2.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Cesium.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Cesium.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Credit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Credit.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Extras.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Extras.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Ion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/Ion.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/asset/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/asset/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/metadata/Metadata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/metadata/Metadata.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/BoundingVolume.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/BoundingVolume.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/Content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/Content.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/Node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/Node.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/Properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/Properties.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/Range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/Range.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/node/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/node/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/schema/Schema.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/schema/Schema.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/schema/SchemaClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/schema/SchemaClass.html -------------------------------------------------------------------------------- /docs/com/gaia3d/process/tileprocess/tile/tileset/schema/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/process/tileprocess/tile/tileset/schema/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/MainRenderer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/MainRenderer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/MainRendererBillBoard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/MainRendererBillBoard.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/MainVoxelizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/MainVoxelizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/Engine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/Engine.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/EngineVoxelizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/EngineVoxelizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/IAppLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/IAppLogic.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/InternDataConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/InternDataConverter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/MouseInput.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/MouseInput.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/RenderableTexturesUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/RenderableTexturesUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/TextureAtlasManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/TextureAtlasManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/TextureAtlasPacker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/TextureAtlasPacker.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/TexturesAtlasData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/TexturesAtlasData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/Window.WindowOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/Window.WindowOptions.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/Window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/Window.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/dataStructure/FaceVisibilityData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/dataStructure/FaceVisibilityData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/dataStructure/GaiaScenesContainer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/dataStructure/GaiaScenesContainer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/dataStructure/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/dataStructure/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/dataStructure/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/dataStructure/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/fbo/Fbo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/fbo/Fbo.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/fbo/FboMRT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/fbo/FboMRT.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/fbo/FboManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/fbo/FboManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/fbo/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/fbo/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/fbo/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/fbo/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/HalfEdgeRenderer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/HalfEdgeRenderer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/RenderEngine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/RenderEngine.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/ShaderManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/ShaderManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/ShaderProgram.ShaderModuleData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/ShaderProgram.ShaderModuleData.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/ShaderProgram.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/ShaderProgram.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/UniformsMap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/UniformsMap.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/graph/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/graph/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/scene/Camera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/scene/Camera.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/scene/Projection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/scene/Projection.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/scene/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/scene/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/scene/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/scene/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/screen/ScreenQuad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/screen/ScreenQuad.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/screen/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/screen/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/engine/screen/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/engine/screen/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableBasicAxis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableBasicAxis.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableBuffer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableGaiaScene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableGaiaScene.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableMesh.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableNode.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderableObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderableObject.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/RenderablePrimitive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/RenderablePrimitive.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/SelectionColorManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/SelectionColorManager.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/renderer/renderable/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/renderer/renderable/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/scanner/FileFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/scanner/FileFilter.html -------------------------------------------------------------------------------- /docs/com/gaia3d/scanner/InputFileScanner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/scanner/InputFileScanner.html -------------------------------------------------------------------------------- /docs/com/gaia3d/scanner/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/scanner/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/scanner/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/scanner/package-tree.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/DecimalUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/DecimalUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/FileUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/FileUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaColorUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaColorUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaFileUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaFileUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaOctreeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaOctreeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaPrimitiveUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaPrimitiveUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaSceneUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaSceneUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GaiaTextureUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GaiaTextureUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GeometryUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GeometryUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/GlobeUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/GlobeUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/ImageResizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/ImageResizer.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/ImageUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/ImageUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/JpegAntiRinging.Options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/JpegAntiRinging.Options.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/JpegAntiRinging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/JpegAntiRinging.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/StringUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/StringUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/VectorUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/VectorUtils.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/package-summary.html -------------------------------------------------------------------------------- /docs/com/gaia3d/util/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/com/gaia3d/util/package-tree.html -------------------------------------------------------------------------------- /docs/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/constant-values.html -------------------------------------------------------------------------------- /docs/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/deprecated-list.html -------------------------------------------------------------------------------- /docs/element-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/element-list -------------------------------------------------------------------------------- /docs/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/help-doc.html -------------------------------------------------------------------------------- /docs/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/index-all.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/jquery-ui.overrides.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/HEAD/docs/legal/jquery.md -------------------------------------------------------------------------------- /docs/legal/jqueryUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/legal/jqueryUI.md -------------------------------------------------------------------------------- /docs/member-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/member-search-index.js -------------------------------------------------------------------------------- /docs/module-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/module-search-index.js -------------------------------------------------------------------------------- /docs/overview-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/overview-summary.html -------------------------------------------------------------------------------- /docs/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/overview-tree.html -------------------------------------------------------------------------------- /docs/package-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/package-search-index.js -------------------------------------------------------------------------------- /docs/resources/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/resources/glass.png -------------------------------------------------------------------------------- /docs/resources/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/resources/x.png -------------------------------------------------------------------------------- /docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/docs/script-dir/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/script-dir/jquery-ui.min.css -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/script-dir/jquery-ui.min.js -------------------------------------------------------------------------------- /docs/script-dir/jquery-ui.structure.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/script-dir/jquery-ui.structure.min.css -------------------------------------------------------------------------------- /docs/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/script.js -------------------------------------------------------------------------------- /docs/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/search.js -------------------------------------------------------------------------------- /docs/serialized-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/serialized-form.html -------------------------------------------------------------------------------- /docs/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/stylesheet.css -------------------------------------------------------------------------------- /docs/tag-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/tag-search-index.js -------------------------------------------------------------------------------- /docs/type-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/docs/type-search-index.js -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/gradlew.bat -------------------------------------------------------------------------------- /mago-common/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/.gitignore -------------------------------------------------------------------------------- /mago-common/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/LICENSE -------------------------------------------------------------------------------- /mago-common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/README.md -------------------------------------------------------------------------------- /mago-common/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/build.gradle -------------------------------------------------------------------------------- /mago-common/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-common/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-common/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/gradlew -------------------------------------------------------------------------------- /mago-common/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/ExtensionModuleFrame.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exception/Report.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/exception/Reporter.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaBuffer.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/exchangable/GaiaSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/exchangable/SceneInfo.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaByteColor4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaByteColor4.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaRectangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/GaiaVBO.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/Voxel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/Voxel.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelCP.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/geometry/voxel/VoxelCP.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/HalfEdge.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdge.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeCutter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeNode.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeScene.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeScene.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/halfedge/HalfEdgeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/halfedge/TestUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/legend/GaiaColor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/legend/GaiaColor.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/legend/LegendColors.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/legend/LegendColors.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaAttribute.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaTexture.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/model/GaiaVertex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/model/GaiaVertex.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/pointcloud/GaiaPoint.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/remesher/CellGrid3D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/basic/remesher/CellGrid3D.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/basic/types/AccessorType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/io/BigEndianDataOutputStream.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/DecimalUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/util/ImageUtils.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/JpegAntiRinging.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-common/src/main/java/com/gaia3d/util/JpegAntiRinging.java -------------------------------------------------------------------------------- /mago-common/src/main/java/com/gaia3d/util/StringUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/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-tiler/HEAD/mago-common/src/main/java/com/gaia3d/util/VectorUtils.java -------------------------------------------------------------------------------- /mago-io/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/.gitignore -------------------------------------------------------------------------------- /mago-io/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/LICENSE -------------------------------------------------------------------------------- /mago-io/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/README.md -------------------------------------------------------------------------------- /mago-io/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/build.gradle -------------------------------------------------------------------------------- /mago-io/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-io/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-io/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/gradlew -------------------------------------------------------------------------------- /mago-io/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/gradlew.bat -------------------------------------------------------------------------------- /mago-io/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'mago-io' -------------------------------------------------------------------------------- /mago-io/src/main/java/com/gaia3d/io/BigEndianDataInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/src/main/java/com/gaia3d/io/BigEndianDataInputStream.java -------------------------------------------------------------------------------- /mago-io/src/main/java/com/gaia3d/io/BigEndianDataOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/src/main/java/com/gaia3d/io/BigEndianDataOutputStream.java -------------------------------------------------------------------------------- /mago-io/src/main/java/com/gaia3d/io/LittleEndianDataInputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/src/main/java/com/gaia3d/io/LittleEndianDataInputStream.java -------------------------------------------------------------------------------- /mago-io/src/main/java/com/gaia3d/io/LittleEndianDataOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-io/src/main/java/com/gaia3d/io/LittleEndianDataOutputStream.java -------------------------------------------------------------------------------- /mago-tiler-extension/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/.gitignore -------------------------------------------------------------------------------- /mago-tiler-extension/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/LICENSE -------------------------------------------------------------------------------- /mago-tiler-extension/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/build.gradle -------------------------------------------------------------------------------- /mago-tiler-extension/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-tiler-extension/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-tiler-extension/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/gradlew -------------------------------------------------------------------------------- /mago-tiler-extension/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/gradlew.bat -------------------------------------------------------------------------------- /mago-tiler-extension/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'mago-tiler-extension' -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/java/com/gaia3d/TilerExtensionModule.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/java/com/gaia3d/TilerExtensionModule.java -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/basic.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/basic.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/basic.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/basic.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/colorCodeV330.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/colorCodeV330.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/colorCodeV330.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/colorCodeV330.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/depthV330.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/depthV330.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/depthV330.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/depthV330.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/scene.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/scene.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/scene.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/scene.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/sceneDelimitedV330.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/sceneDelimitedV330.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/sceneDelimitedV330.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/sceneDelimitedV330.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/sceneV330.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/sceneV330.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/sceneV330.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/sceneV330.vert -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/screenV330.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/screenV330.frag -------------------------------------------------------------------------------- /mago-tiler-extension/src/main/resources/shaders/screenV330.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-extension/src/main/resources/shaders/screenV330.vert -------------------------------------------------------------------------------- /mago-tiler-non-extension/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/.gitignore -------------------------------------------------------------------------------- /mago-tiler-non-extension/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/LICENSE -------------------------------------------------------------------------------- /mago-tiler-non-extension/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/build.gradle -------------------------------------------------------------------------------- /mago-tiler-non-extension/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mago-tiler-non-extension/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-tiler-non-extension/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/gradlew -------------------------------------------------------------------------------- /mago-tiler-non-extension/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler-non-extension/gradlew.bat -------------------------------------------------------------------------------- /mago-tiler-non-extension/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'mago-tiler-non-extension' -------------------------------------------------------------------------------- /mago-tiler/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/.gitignore -------------------------------------------------------------------------------- /mago-tiler/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/LICENSE -------------------------------------------------------------------------------- /mago-tiler/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /mago-tiler/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mago-tiler/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/build.gradle -------------------------------------------------------------------------------- /mago-tiler/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/docker-compose.yml -------------------------------------------------------------------------------- /mago-tiler/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/gradle.properties -------------------------------------------------------------------------------- /mago-tiler/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mago-tiler/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/gradlew -------------------------------------------------------------------------------- /mago-tiler/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/gradlew.bat -------------------------------------------------------------------------------- /mago-tiler/libs/Indoor4J.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/libs/Indoor4J.jar -------------------------------------------------------------------------------- /mago-tiler/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'mago-tiler' -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/Configuration.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/Configuration.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/AttributeFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/AttributeFilter.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/GlobalConstants.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/GlobalConstants.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/GlobalOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/GlobalOptions.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/Mago3DTiler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/Mago3DTiler.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/Mago3DTilerMain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/Mago3DTilerMain.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/OptionsCorrector.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/OptionsCorrector.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/mago/ProcessOptions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/mago/ProcessOptions.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/command/model/ProcessFlow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/command/model/ProcessFlow.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/AssimpGltfExporter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/AssimpGltfExporter.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/Converter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/Converter.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/DefaultSceneFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/DefaultSceneFactory.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfBinary.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfBinary.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfNodeBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfNodeBuffer.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/GltfWriter.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/ImageBuffer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/ImageBuffer.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/MagoKTX.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/MagoKTX.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/jgltf/Quantization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/jgltf/Quantization.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/AttributeReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/AttributeReader.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/DefaultKmlReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/DefaultKmlReader.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/FastKmlReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/FastKmlReader.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/JacksonKmlReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/JacksonKmlReader.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Data.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Data.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Document.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Document.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/ExtendedData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/ExtendedData.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/KmlRoot.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/KmlRoot.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Link.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Link.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Location.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Location.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Model.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Model.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Orientation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Orientation.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Placemark.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Placemark.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Scale.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/kml/kml/Scale.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/loader/FileLoader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/loader/FileLoader.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/parametric/InnerRing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/parametric/InnerRing.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/converter/parametric/pipe/Pipe.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/converter/parametric/pipe/Pipe.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/modifier/TreeCreator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/modifier/TreeCreator.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/ExtendTilingPipeline.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/ExtendTilingPipeline.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/TilingPipeline.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/TilingPipeline.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/cleanup/CleanUp.java: -------------------------------------------------------------------------------- 1 | package com.gaia3d.process.cleanup; 2 | 3 | public interface CleanUp { 4 | } 5 | -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/postprocess/DataType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/postprocess/DataType.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/preprocess/GaiaRotator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/preprocess/GaiaRotator.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/preprocess/GaiaScaler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/preprocess/GaiaScaler.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/preprocess/PreProcess.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/preprocess/PreProcess.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/scanner/Scanner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/scanner/Scanner.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/tileprocess/Pipeline.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/tileprocess/Pipeline.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/tileprocess/TileMerger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/tileprocess/TileMerger.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/process/tileprocess/Tiler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/process/tileprocess/Tiler.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/scanner/FileFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/scanner/FileFilter.java -------------------------------------------------------------------------------- /mago-tiler/src/main/java/com/gaia3d/scanner/InputFileScanner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/java/com/gaia3d/scanner/InputFileScanner.java -------------------------------------------------------------------------------- /mago-tiler/src/main/resources/epsg.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/main/resources/epsg.properties -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/basic/command/UnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/basic/command/UnitTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/converter/GltfCreatorTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/converter/GltfCreatorTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/converter/jgltf/GltfWriterTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/converter/jgltf/GltfWriterTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/converter/jgltf/MagoKTXTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/converter/jgltf/MagoKTXTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/DefaultBuildTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/DefaultBuildTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/MagoTestConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/MagoTestConfig.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/env/DockerBuildTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/env/DockerBuildTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/env/JarBuildTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/env/JarBuildTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/release/B3dmReleaseTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/release/B3dmReleaseTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/release/I3dmReleaseTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/release/I3dmReleaseTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/local/release/PntsReleaseTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/local/release/PntsReleaseTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/modifier/TreeCreatorTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/modifier/TreeCreatorTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/util/DecimalUtilsTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/util/DecimalUtilsTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/util/ImageUtilsTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/util/ImageUtilsTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/java/com/gaia3d/util/unit/ImageIOTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/java/com/gaia3d/util/unit/ImageIOTest.java -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd001.3ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd001.3ds -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd001.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd002.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd003.3ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd003.3ds -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd003.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-3ds/a_bd004.3ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-3ds/a_bd004.3ds -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-empty/DoNotRemove.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-geopackage/footprint.gpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-geopackage/footprint.gpkg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-geoparquet/footprint.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-geoparquet/footprint.parquet -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml-error-case/a_bd001.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml-error-case/a_bd001.dae -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml-error-case/a_bd001.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml-error-case/a_bd001.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml-error-case/a_bd002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml-error-case/a_bd002.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml-error-case/a_bd002.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml-error-case/a_bd002.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml-error-case/a_bd003.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml-error-case/a_bd003.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd001.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd001.dae -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd001.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd001.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd001.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd002.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd002.dae -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd002.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd002.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd002.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd003.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd003.dae -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd003.jpg -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-kml/a_bd003.kml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-kml/a_bd003.kml -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-output/DoNotRemove.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-shape/footprint.dbf -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-shape/footprint.prj -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-shape/footprint.qmd -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-shape/footprint.shp -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-shape/footprint.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-shape/footprint.shx -------------------------------------------------------------------------------- /mago-tiler/src/test/resources/sample-xyz/xyz-axis.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/mago-tiler/src/test/resources/sample-xyz/xyz-axis.glb -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gaia3D/mago-3d-tiler/HEAD/settings.gradle --------------------------------------------------------------------------------