org.outernet.cesium-unity 1.15.3-linux.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +420 -0
- package/CHANGES.md.meta +7 -0
- package/Editor/BuildCesiumForUnity.cs +186 -0
- package/Editor/BuildCesiumForUnity.cs.meta +11 -0
- package/Editor/Cesium3DTilesetEditor.cs +542 -0
- package/Editor/Cesium3DTilesetEditor.cs.meta +11 -0
- package/Editor/CesiumBingMapsRasterOverlayEditor.cs +66 -0
- package/Editor/CesiumBingMapsRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumCameraControllerEditor.cs +174 -0
- package/Editor/CesiumCameraControllerEditor.cs.meta +11 -0
- package/Editor/CesiumCameraManagerEditor.cs +65 -0
- package/Editor/CesiumCameraManagerEditor.cs.meta +11 -0
- package/Editor/CesiumCartographicPolygonEditor.cs +23 -0
- package/Editor/CesiumCartographicPolygonEditor.cs.meta +11 -0
- package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs +41 -0
- package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumEditor.asmdef +26 -0
- package/Editor/CesiumEditor.asmdef.meta +7 -0
- package/Editor/CesiumEditorStyle.cs +188 -0
- package/Editor/CesiumEditorStyle.cs.meta +11 -0
- package/Editor/CesiumEditorUtility.cs +394 -0
- package/Editor/CesiumEditorUtility.cs.meta +11 -0
- package/Editor/CesiumEditorWindow.cs +447 -0
- package/Editor/CesiumEditorWindow.cs.meta +11 -0
- package/Editor/CesiumFlyToControllerEditor.cs +76 -0
- package/Editor/CesiumFlyToControllerEditor.cs.meta +11 -0
- package/Editor/CesiumGeoreferenceEditor.cs +277 -0
- package/Editor/CesiumGeoreferenceEditor.cs.meta +11 -0
- package/Editor/CesiumGlobeAnchorEditor.cs +202 -0
- package/Editor/CesiumGlobeAnchorEditor.cs.meta +11 -0
- package/Editor/CesiumInspectorGUI.cs +187 -0
- package/Editor/CesiumInspectorGUI.cs.meta +11 -0
- package/Editor/CesiumIonAsset.cs +192 -0
- package/Editor/CesiumIonAsset.cs.meta +11 -0
- package/Editor/CesiumIonAssetsWindow.cs +257 -0
- package/Editor/CesiumIonAssetsWindow.cs.meta +11 -0
- package/Editor/CesiumIonRasterOverlayEditor.cs +87 -0
- package/Editor/CesiumIonRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumIonServerManager.cs +153 -0
- package/Editor/CesiumIonServerManager.cs.meta +11 -0
- package/Editor/CesiumIonServerSelector.cs +127 -0
- package/Editor/CesiumIonServerSelector.cs.meta +11 -0
- package/Editor/CesiumIonSession.cs +102 -0
- package/Editor/CesiumIonSession.cs.meta +11 -0
- package/Editor/CesiumPolygonRasterOverlayEditor.cs +102 -0
- package/Editor/CesiumPolygonRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumRasterOverlayEditor.cs +230 -0
- package/Editor/CesiumRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumSubSceneEditor.cs +201 -0
- package/Editor/CesiumSubSceneEditor.cs.meta +11 -0
- package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs +88 -0
- package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs +111 -0
- package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs.meta +11 -0
- package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs +277 -0
- package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs.meta +3 -0
- package/Editor/CompileCesiumForUnityNative.cs +581 -0
- package/Editor/CompileCesiumForUnityNative.cs.meta +11 -0
- package/Editor/ConfigureReinterop.cs +255 -0
- package/Editor/ConfigureReinterop.cs.meta +11 -0
- package/Editor/Helpers.cs +102 -0
- package/Editor/Helpers.cs.meta +11 -0
- package/Editor/IonAssetsMultiColumnHeader.cs +45 -0
- package/Editor/IonAssetsMultiColumnHeader.cs.meta +11 -0
- package/Editor/IonAssetsTreeView.cs +214 -0
- package/Editor/IonAssetsTreeView.cs.meta +11 -0
- package/Editor/IonMissingAssetWindow.cs +65 -0
- package/Editor/IonMissingAssetWindow.cs.meta +11 -0
- package/Editor/IonTokenTroubleshootingWindow.cs +615 -0
- package/Editor/IonTokenTroubleshootingWindow.cs.meta +11 -0
- package/Editor/NativeDownloadHandler.cs +35 -0
- package/Editor/NativeDownloadHandler.cs.meta +11 -0
- package/Editor/QuickAddItem.cs +43 -0
- package/Editor/QuickAddItem.cs.meta +11 -0
- package/Editor/Resources/Cesium-128x128.png +0 -0
- package/Editor/Resources/Cesium-128x128.png.meta +98 -0
- package/Editor/Resources/Cesium-24x24.png +0 -0
- package/Editor/Resources/Cesium-24x24.png.meta +123 -0
- package/Editor/Resources/Cesium-64x64.png +0 -0
- package/Editor/Resources/Cesium-64x64.png.meta +98 -0
- package/Editor/Resources/Cesium-for-Unity-dark.png +0 -0
- package/Editor/Resources/Cesium-for-Unity-dark.png.meta +123 -0
- package/Editor/Resources/Cesium-for-Unity-light.png +0 -0
- package/Editor/Resources/Cesium-for-Unity-light.png.meta +123 -0
- package/Editor/Resources/Cesium-icon-16x16.png +0 -0
- package/Editor/Resources/Cesium-icon-16x16.png.meta +98 -0
- package/Editor/Resources/FontAwesome/attribution.txt +9 -0
- package/Editor/Resources/FontAwesome/attribution.txt.meta +7 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.png +0 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/book-reader-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/check-solid.png +0 -0
- package/Editor/Resources/FontAwesome/check-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/check-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/check-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/folder.png +0 -0
- package/Editor/Resources/FontAwesome/folder.png.meta +147 -0
- package/Editor/Resources/FontAwesome/folder.svg +5 -0
- package/Editor/Resources/FontAwesome/folder.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.png +0 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/hands-helping-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/key-solid.png +0 -0
- package/Editor/Resources/FontAwesome/key-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/key-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/key-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/plus-solid.png +0 -0
- package/Editor/Resources/FontAwesome/plus-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/plus-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/plus-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.png +0 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/sync-alt-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome/times-solid.png +0 -0
- package/Editor/Resources/FontAwesome/times-solid.png.meta +98 -0
- package/Editor/Resources/FontAwesome/times-solid.svg +1 -0
- package/Editor/Resources/FontAwesome/times-solid.svg.meta +7 -0
- package/Editor/Resources/FontAwesome.meta +8 -0
- package/Editor/Resources.meta +8 -0
- package/Editor/SelectIonTokenWindow.cs +249 -0
- package/Editor/SelectIonTokenWindow.cs.meta +11 -0
- package/Editor/arm64.meta +8 -0
- package/Editor/csc.rsp +1 -0
- package/Editor/csc.rsp.meta +7 -0
- package/Editor/libCesiumForUnityNative-Editor.so +0 -0
- package/Editor/libCesiumForUnityNative-Editor.so.meta +2 -0
- package/Editor/libCesiumForUnityNative-Runtime.so +0 -0
- package/Editor/libCesiumForUnityNative-Runtime.so.meta +2 -0
- package/Editor/x86_64.meta +8 -0
- package/Editor.meta +8 -0
- package/LICENSE +201 -0
- package/LICENSE.meta +7 -0
- package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so +0 -0
- package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so.meta +2 -0
- package/Plugins/Standalone.meta +8 -0
- package/Plugins.meta +8 -0
- package/README.md +39 -0
- package/README.md.meta +7 -0
- package/Reinterop.deps.json +172 -0
- package/Reinterop.deps.json.meta +7 -0
- package/Reinterop.dll +0 -0
- package/Reinterop.dll.meta +79 -0
- package/Runtime/Cesium3DTile.cs +37 -0
- package/Runtime/Cesium3DTile.cs.meta +11 -0
- package/Runtime/Cesium3DTileset.cs +788 -0
- package/Runtime/Cesium3DTileset.cs.meta +11 -0
- package/Runtime/Cesium3DTilesetLoadFailureDetails.cs +65 -0
- package/Runtime/Cesium3DTilesetLoadFailureDetails.cs.meta +11 -0
- package/Runtime/CesiumBackwardCompatibility.cs +163 -0
- package/Runtime/CesiumBackwardCompatibility.cs.meta +11 -0
- package/Runtime/CesiumBingMapsRasterOverlay.cs +72 -0
- package/Runtime/CesiumBingMapsRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumCameraController.cs +827 -0
- package/Runtime/CesiumCameraController.cs.meta +11 -0
- package/Runtime/CesiumCameraManager.cs +105 -0
- package/Runtime/CesiumCameraManager.cs.meta +11 -0
- package/Runtime/CesiumCartographicPolygon.cs +152 -0
- package/Runtime/CesiumCartographicPolygon.cs.meta +11 -0
- package/Runtime/CesiumCreditSystem.cs +343 -0
- package/Runtime/CesiumCreditSystem.cs.meta +11 -0
- package/Runtime/CesiumCreditSystemUI.cs +402 -0
- package/Runtime/CesiumCreditSystemUI.cs.meta +11 -0
- package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs +21 -0
- package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumEllipsoid.cs +107 -0
- package/Runtime/CesiumEllipsoid.cs.meta +11 -0
- package/Runtime/CesiumFeature.cs +279 -0
- package/Runtime/CesiumFeature.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdAttribute.cs +61 -0
- package/Runtime/CesiumFeatureIdAttribute.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdSet.cs +165 -0
- package/Runtime/CesiumFeatureIdSet.cs.meta +11 -0
- package/Runtime/CesiumFeatureIdTexture.cs +68 -0
- package/Runtime/CesiumFeatureIdTexture.cs.meta +11 -0
- package/Runtime/CesiumFlyToController.cs +539 -0
- package/Runtime/CesiumFlyToController.cs.meta +11 -0
- package/Runtime/CesiumGeoreference.cs +628 -0
- package/Runtime/CesiumGeoreference.cs.meta +11 -0
- package/Runtime/CesiumGlobeAnchor.cs +664 -0
- package/Runtime/CesiumGlobeAnchor.cs.meta +11 -0
- package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs +105 -0
- package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs.meta +11 -0
- package/Runtime/CesiumIntMatN.cs +398 -0
- package/Runtime/CesiumIntMatN.cs.meta +11 -0
- package/Runtime/CesiumIntVecN.cs +525 -0
- package/Runtime/CesiumIntVecN.cs.meta +11 -0
- package/Runtime/CesiumIonRasterOverlay.cs +110 -0
- package/Runtime/CesiumIonRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumIonServer.cs +137 -0
- package/Runtime/CesiumIonServer.cs.meta +11 -0
- package/Runtime/CesiumMetadata.cs +33 -0
- package/Runtime/CesiumMetadata.cs.meta +11 -0
- package/Runtime/CesiumMetadataValue.cs +1764 -0
- package/Runtime/CesiumMetadataValue.cs.meta +11 -0
- package/Runtime/CesiumMetadataValueType.cs +203 -0
- package/Runtime/CesiumMetadataValueType.cs.meta +11 -0
- package/Runtime/CesiumModelMetadata.cs +26 -0
- package/Runtime/CesiumModelMetadata.cs.meta +11 -0
- package/Runtime/CesiumObjectPool.cs +74 -0
- package/Runtime/CesiumObjectPool.cs.meta +11 -0
- package/Runtime/CesiumObjectPools.cs +39 -0
- package/Runtime/CesiumObjectPools.cs.meta +11 -0
- package/Runtime/CesiumOriginShift.cs +146 -0
- package/Runtime/CesiumOriginShift.cs.meta +11 -0
- package/Runtime/CesiumPointCloudRenderer.cs +246 -0
- package/Runtime/CesiumPointCloudRenderer.cs.meta +11 -0
- package/Runtime/CesiumPointCloudShading.cs +76 -0
- package/Runtime/CesiumPointCloudShading.cs.meta +11 -0
- package/Runtime/CesiumPolygonRasterOverlay.cs +109 -0
- package/Runtime/CesiumPolygonRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumPrimitiveFeatures.cs +130 -0
- package/Runtime/CesiumPrimitiveFeatures.cs.meta +11 -0
- package/Runtime/CesiumPropertyArray.cs +64 -0
- package/Runtime/CesiumPropertyArray.cs.meta +11 -0
- package/Runtime/CesiumPropertyTable.cs +126 -0
- package/Runtime/CesiumPropertyTable.cs.meta +11 -0
- package/Runtime/CesiumPropertyTableProperty.cs +1734 -0
- package/Runtime/CesiumPropertyTableProperty.cs.meta +11 -0
- package/Runtime/CesiumRasterOverlay.cs +239 -0
- package/Runtime/CesiumRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs +65 -0
- package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs.meta +11 -0
- package/Runtime/CesiumRuntime.asmdef +32 -0
- package/Runtime/CesiumRuntime.asmdef.meta +7 -0
- package/Runtime/CesiumRuntime.cs +3 -0
- package/Runtime/CesiumRuntime.cs.meta +11 -0
- package/Runtime/CesiumRuntimeSettings.cs +188 -0
- package/Runtime/CesiumRuntimeSettings.cs.meta +11 -0
- package/Runtime/CesiumSampleHeightResult.cs +47 -0
- package/Runtime/CesiumSampleHeightResult.cs.meta +11 -0
- package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs +93 -0
- package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs.meta +11 -0
- package/Runtime/CesiumSubScene.cs +473 -0
- package/Runtime/CesiumSubScene.cs.meta +11 -0
- package/Runtime/CesiumTileExcluder.cs +47 -0
- package/Runtime/CesiumTileExcluder.cs.meta +11 -0
- package/Runtime/CesiumTileMapServiceRasterOverlay.cs +93 -0
- package/Runtime/CesiumTileMapServiceRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumWebMapServiceRasterOverlay.cs +129 -0
- package/Runtime/CesiumWebMapServiceRasterOverlay.cs.meta +11 -0
- package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs +414 -0
- package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs.meta +3 -0
- package/Runtime/CesiumWgs84Ellipsoid.cs +75 -0
- package/Runtime/CesiumWgs84Ellipsoid.cs.meta +11 -0
- package/Runtime/ConfigureReinterop.cs +926 -0
- package/Runtime/ConfigureReinterop.cs.meta +11 -0
- package/Runtime/Helpers.cs +122 -0
- package/Runtime/Helpers.cs.meta +11 -0
- package/Runtime/ICesiumRestartable.cs +17 -0
- package/Runtime/ICesiumRestartable.cs.meta +11 -0
- package/Runtime/NativeCoroutine.cs +28 -0
- package/Runtime/NativeCoroutine.cs.meta +11 -0
- package/Runtime/NativeDownloadHandler.cs +29 -0
- package/Runtime/NativeDownloadHandler.cs.meta +11 -0
- package/Runtime/Resources/CesiumCreditSystem.prefab +78 -0
- package/Runtime/Resources/CesiumCreditSystem.prefab.meta +7 -0
- package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss +2 -0
- package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss.meta +11 -0
- package/Runtime/Resources/CesiumCreditSystemUI.uxml +4 -0
- package/Runtime/Resources/CesiumCreditSystemUI.uxml.meta +10 -0
- package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset +38 -0
- package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset.meta +8 -0
- package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat +232 -0
- package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph +14271 -0
- package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph.meta +10 -0
- package/Runtime/Resources/CesiumPointCloudShading.hlsl +156 -0
- package/Runtime/Resources/CesiumPointCloudShading.hlsl.meta +7 -0
- package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat +125 -0
- package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumPointCloudShadingShader.shader +73 -0
- package/Runtime/Resources/CesiumPointCloudShadingShader.shader.meta +10 -0
- package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph +2207 -0
- package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph.meta +10 -0
- package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph +722 -0
- package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph.meta +10 -0
- package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat +261 -0
- package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat.meta +8 -0
- package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph +5873 -0
- package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph.meta +10 -0
- package/Runtime/Resources/DynamicCamera.prefab +253 -0
- package/Runtime/Resources/DynamicCamera.prefab.meta +7 -0
- package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph +2171 -0
- package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph.meta +10 -0
- package/Runtime/Resources/green1x1.png +0 -0
- package/Runtime/Resources/green1x1.png.meta +123 -0
- package/Runtime/Resources.meta +8 -0
- package/Runtime/TestGltfModel.cs +56 -0
- package/Runtime/TestGltfModel.cs.meta +11 -0
- package/Runtime/TestReinterop.cs +21 -0
- package/Runtime/TestReinterop.cs.meta +11 -0
- package/Runtime/UnityLifetime.cs +27 -0
- package/Runtime/UnityLifetime.cs.meta +11 -0
- package/Runtime/WaitForTask.cs +25 -0
- package/Runtime/WaitForTask.cs.meta +11 -0
- package/Runtime/csc.rsp +1 -0
- package/Runtime/csc.rsp.meta +7 -0
- package/Runtime.meta +8 -0
- package/ThirdParty.json +27 -0
- package/ThirdParty.json.meta +7 -0
- package/WGS84.asset +18 -0
- package/WGS84.asset.meta +8 -0
- package/package.json +29 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeTarget": {
|
|
3
|
+
"name": ".NETStandard,Version=v2.0/",
|
|
4
|
+
"signature": ""
|
|
5
|
+
},
|
|
6
|
+
"compilationOptions": {},
|
|
7
|
+
"targets": {
|
|
8
|
+
".NETStandard,Version=v2.0": {},
|
|
9
|
+
".NETStandard,Version=v2.0/": {
|
|
10
|
+
"Reinterop/1.0.0": {
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"Microsoft.CodeAnalysis.CSharp": "3.8.0",
|
|
13
|
+
"NETStandard.Library": "2.0.3"
|
|
14
|
+
},
|
|
15
|
+
"runtime": {
|
|
16
|
+
"Reinterop.dll": {}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"Microsoft.CodeAnalysis.Analyzers/3.0.0": {},
|
|
20
|
+
"Microsoft.CodeAnalysis.Common/3.8.0": {
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"Microsoft.CodeAnalysis.Analyzers": "3.0.0",
|
|
23
|
+
"System.Collections.Immutable": "5.0.0",
|
|
24
|
+
"System.Memory": "4.5.4",
|
|
25
|
+
"System.Reflection.Metadata": "5.0.0",
|
|
26
|
+
"System.Runtime.CompilerServices.Unsafe": "4.7.1",
|
|
27
|
+
"System.Text.Encoding.CodePages": "4.5.1",
|
|
28
|
+
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"Microsoft.CodeAnalysis.CSharp/3.8.0": {
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"Microsoft.CodeAnalysis.Common": "3.8.0"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"Microsoft.NETCore.Platforms/1.1.0": {},
|
|
37
|
+
"NETStandard.Library/2.0.3": {
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"Microsoft.NETCore.Platforms": "1.1.0"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"System.Buffers/4.5.1": {},
|
|
43
|
+
"System.Collections.Immutable/5.0.0": {
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"System.Memory": "4.5.4"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"System.Memory/4.5.4": {
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"System.Buffers": "4.5.1",
|
|
51
|
+
"System.Numerics.Vectors": "4.4.0",
|
|
52
|
+
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"System.Numerics.Vectors/4.4.0": {},
|
|
56
|
+
"System.Reflection.Metadata/5.0.0": {
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"System.Collections.Immutable": "5.0.0"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"System.Runtime.CompilerServices.Unsafe/4.7.1": {},
|
|
62
|
+
"System.Text.Encoding.CodePages/4.5.1": {
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"System.Threading.Tasks.Extensions/4.5.4": {
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"System.Runtime.CompilerServices.Unsafe": "4.7.1"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"libraries": {
|
|
75
|
+
"Reinterop/1.0.0": {
|
|
76
|
+
"type": "project",
|
|
77
|
+
"serviceable": false,
|
|
78
|
+
"sha512": ""
|
|
79
|
+
},
|
|
80
|
+
"Microsoft.CodeAnalysis.Analyzers/3.0.0": {
|
|
81
|
+
"type": "package",
|
|
82
|
+
"serviceable": true,
|
|
83
|
+
"sha512": "sha512-ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==",
|
|
84
|
+
"path": "microsoft.codeanalysis.analyzers/3.0.0",
|
|
85
|
+
"hashPath": "microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512"
|
|
86
|
+
},
|
|
87
|
+
"Microsoft.CodeAnalysis.Common/3.8.0": {
|
|
88
|
+
"type": "package",
|
|
89
|
+
"serviceable": true,
|
|
90
|
+
"sha512": "sha512-8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==",
|
|
91
|
+
"path": "microsoft.codeanalysis.common/3.8.0",
|
|
92
|
+
"hashPath": "microsoft.codeanalysis.common.3.8.0.nupkg.sha512"
|
|
93
|
+
},
|
|
94
|
+
"Microsoft.CodeAnalysis.CSharp/3.8.0": {
|
|
95
|
+
"type": "package",
|
|
96
|
+
"serviceable": true,
|
|
97
|
+
"sha512": "sha512-hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==",
|
|
98
|
+
"path": "microsoft.codeanalysis.csharp/3.8.0",
|
|
99
|
+
"hashPath": "microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512"
|
|
100
|
+
},
|
|
101
|
+
"Microsoft.NETCore.Platforms/1.1.0": {
|
|
102
|
+
"type": "package",
|
|
103
|
+
"serviceable": true,
|
|
104
|
+
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
|
|
105
|
+
"path": "microsoft.netcore.platforms/1.1.0",
|
|
106
|
+
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
|
|
107
|
+
},
|
|
108
|
+
"NETStandard.Library/2.0.3": {
|
|
109
|
+
"type": "package",
|
|
110
|
+
"serviceable": true,
|
|
111
|
+
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
|
|
112
|
+
"path": "netstandard.library/2.0.3",
|
|
113
|
+
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
|
|
114
|
+
},
|
|
115
|
+
"System.Buffers/4.5.1": {
|
|
116
|
+
"type": "package",
|
|
117
|
+
"serviceable": true,
|
|
118
|
+
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
|
|
119
|
+
"path": "system.buffers/4.5.1",
|
|
120
|
+
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
|
|
121
|
+
},
|
|
122
|
+
"System.Collections.Immutable/5.0.0": {
|
|
123
|
+
"type": "package",
|
|
124
|
+
"serviceable": true,
|
|
125
|
+
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
|
|
126
|
+
"path": "system.collections.immutable/5.0.0",
|
|
127
|
+
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
|
|
128
|
+
},
|
|
129
|
+
"System.Memory/4.5.4": {
|
|
130
|
+
"type": "package",
|
|
131
|
+
"serviceable": true,
|
|
132
|
+
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
|
|
133
|
+
"path": "system.memory/4.5.4",
|
|
134
|
+
"hashPath": "system.memory.4.5.4.nupkg.sha512"
|
|
135
|
+
},
|
|
136
|
+
"System.Numerics.Vectors/4.4.0": {
|
|
137
|
+
"type": "package",
|
|
138
|
+
"serviceable": true,
|
|
139
|
+
"sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==",
|
|
140
|
+
"path": "system.numerics.vectors/4.4.0",
|
|
141
|
+
"hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
|
|
142
|
+
},
|
|
143
|
+
"System.Reflection.Metadata/5.0.0": {
|
|
144
|
+
"type": "package",
|
|
145
|
+
"serviceable": true,
|
|
146
|
+
"sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
|
|
147
|
+
"path": "system.reflection.metadata/5.0.0",
|
|
148
|
+
"hashPath": "system.reflection.metadata.5.0.0.nupkg.sha512"
|
|
149
|
+
},
|
|
150
|
+
"System.Runtime.CompilerServices.Unsafe/4.7.1": {
|
|
151
|
+
"type": "package",
|
|
152
|
+
"serviceable": true,
|
|
153
|
+
"sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
|
|
154
|
+
"path": "system.runtime.compilerservices.unsafe/4.7.1",
|
|
155
|
+
"hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512"
|
|
156
|
+
},
|
|
157
|
+
"System.Text.Encoding.CodePages/4.5.1": {
|
|
158
|
+
"type": "package",
|
|
159
|
+
"serviceable": true,
|
|
160
|
+
"sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
|
|
161
|
+
"path": "system.text.encoding.codepages/4.5.1",
|
|
162
|
+
"hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512"
|
|
163
|
+
},
|
|
164
|
+
"System.Threading.Tasks.Extensions/4.5.4": {
|
|
165
|
+
"type": "package",
|
|
166
|
+
"serviceable": true,
|
|
167
|
+
"sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
|
|
168
|
+
"path": "system.threading.tasks.extensions/4.5.4",
|
|
169
|
+
"hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
package/Reinterop.dll
ADDED
|
Binary file
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: b659ef8ccee66ac42a5ca1aacb2694ca
|
|
3
|
+
labels:
|
|
4
|
+
- RoslynAnalyzer
|
|
5
|
+
PluginImporter:
|
|
6
|
+
externalObjects: {}
|
|
7
|
+
serializedVersion: 2
|
|
8
|
+
iconMap: {}
|
|
9
|
+
executionOrder: {}
|
|
10
|
+
defineConstraints: []
|
|
11
|
+
isPreloaded: 0
|
|
12
|
+
isOverridable: 0
|
|
13
|
+
isExplicitlyReferenced: 0
|
|
14
|
+
validateReferences: 1
|
|
15
|
+
platformData:
|
|
16
|
+
- first:
|
|
17
|
+
: Any
|
|
18
|
+
second:
|
|
19
|
+
enabled: 0
|
|
20
|
+
settings:
|
|
21
|
+
Exclude Android: 1
|
|
22
|
+
Exclude Editor: 1
|
|
23
|
+
Exclude Linux64: 1
|
|
24
|
+
Exclude OSXUniversal: 1
|
|
25
|
+
Exclude WebGL: 1
|
|
26
|
+
Exclude Win: 1
|
|
27
|
+
Exclude Win64: 1
|
|
28
|
+
- first:
|
|
29
|
+
Android: Android
|
|
30
|
+
second:
|
|
31
|
+
enabled: 0
|
|
32
|
+
settings:
|
|
33
|
+
CPU: ARMv7
|
|
34
|
+
- first:
|
|
35
|
+
Any:
|
|
36
|
+
second:
|
|
37
|
+
enabled: 0
|
|
38
|
+
settings: {}
|
|
39
|
+
- first:
|
|
40
|
+
Editor: Editor
|
|
41
|
+
second:
|
|
42
|
+
enabled: 0
|
|
43
|
+
settings:
|
|
44
|
+
CPU: AnyCPU
|
|
45
|
+
DefaultValueInitialized: true
|
|
46
|
+
OS: AnyOS
|
|
47
|
+
- first:
|
|
48
|
+
Standalone: Linux64
|
|
49
|
+
second:
|
|
50
|
+
enabled: 0
|
|
51
|
+
settings:
|
|
52
|
+
CPU: None
|
|
53
|
+
- first:
|
|
54
|
+
Standalone: OSXUniversal
|
|
55
|
+
second:
|
|
56
|
+
enabled: 0
|
|
57
|
+
settings:
|
|
58
|
+
CPU: None
|
|
59
|
+
- first:
|
|
60
|
+
Standalone: Win
|
|
61
|
+
second:
|
|
62
|
+
enabled: 0
|
|
63
|
+
settings:
|
|
64
|
+
CPU: None
|
|
65
|
+
- first:
|
|
66
|
+
Standalone: Win64
|
|
67
|
+
second:
|
|
68
|
+
enabled: 0
|
|
69
|
+
settings:
|
|
70
|
+
CPU: None
|
|
71
|
+
- first:
|
|
72
|
+
Windows Store Apps: WindowsStoreApps
|
|
73
|
+
second:
|
|
74
|
+
enabled: 0
|
|
75
|
+
settings:
|
|
76
|
+
CPU: AnyCPU
|
|
77
|
+
userData:
|
|
78
|
+
assetBundleName:
|
|
79
|
+
assetBundleVariant:
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
|
|
2
|
+
using Reinterop;
|
|
3
|
+
using System;
|
|
4
|
+
using Unity.Mathematics;
|
|
5
|
+
using UnityEngine;
|
|
6
|
+
|
|
7
|
+
namespace CesiumForUnity
|
|
8
|
+
{
|
|
9
|
+
/// <summary>
|
|
10
|
+
/// Represents a tile in a <see cref="Cesium3DTileset"/> and allows information
|
|
11
|
+
/// about the tile to be queried from the underlying C++ tile representation.
|
|
12
|
+
/// </summary>
|
|
13
|
+
[ReinteropNativeImplementation("CesiumForUnityNative::Cesium3DTileImpl", "Cesium3DTileImpl.h", staticOnly: true)]
|
|
14
|
+
public partial class Cesium3DTile
|
|
15
|
+
{
|
|
16
|
+
internal double4x4 _transform;
|
|
17
|
+
internal IntPtr _pTile;
|
|
18
|
+
internal IntPtr _pTileEllipsoid;
|
|
19
|
+
|
|
20
|
+
internal Cesium3DTile()
|
|
21
|
+
{}
|
|
22
|
+
|
|
23
|
+
/// <summary>
|
|
24
|
+
/// Gets the axis-aligned bounding box of this tile. If this tile came from a <see cref="CesiumTileExcluder"/>,
|
|
25
|
+
/// the bounding box is expressed in the local coordinates of the excluder's game object.
|
|
26
|
+
/// </summary>
|
|
27
|
+
public Bounds bounds
|
|
28
|
+
{
|
|
29
|
+
get
|
|
30
|
+
{
|
|
31
|
+
return Cesium3DTile.getBounds(this._pTile, this._pTileEllipsoid, this._transform);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
private static partial Bounds getBounds(IntPtr pTile, IntPtr pTileEllipsoid, double4x4 ecefToLocalMatrix);
|
|
36
|
+
}
|
|
37
|
+
}
|