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.
Files changed (315) hide show
  1. package/CHANGES.md +420 -0
  2. package/CHANGES.md.meta +7 -0
  3. package/Editor/BuildCesiumForUnity.cs +186 -0
  4. package/Editor/BuildCesiumForUnity.cs.meta +11 -0
  5. package/Editor/Cesium3DTilesetEditor.cs +542 -0
  6. package/Editor/Cesium3DTilesetEditor.cs.meta +11 -0
  7. package/Editor/CesiumBingMapsRasterOverlayEditor.cs +66 -0
  8. package/Editor/CesiumBingMapsRasterOverlayEditor.cs.meta +11 -0
  9. package/Editor/CesiumCameraControllerEditor.cs +174 -0
  10. package/Editor/CesiumCameraControllerEditor.cs.meta +11 -0
  11. package/Editor/CesiumCameraManagerEditor.cs +65 -0
  12. package/Editor/CesiumCameraManagerEditor.cs.meta +11 -0
  13. package/Editor/CesiumCartographicPolygonEditor.cs +23 -0
  14. package/Editor/CesiumCartographicPolygonEditor.cs.meta +11 -0
  15. package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs +41 -0
  16. package/Editor/CesiumDebugColorizeTilesRasterOverlayEditor.cs.meta +11 -0
  17. package/Editor/CesiumEditor.asmdef +26 -0
  18. package/Editor/CesiumEditor.asmdef.meta +7 -0
  19. package/Editor/CesiumEditorStyle.cs +188 -0
  20. package/Editor/CesiumEditorStyle.cs.meta +11 -0
  21. package/Editor/CesiumEditorUtility.cs +394 -0
  22. package/Editor/CesiumEditorUtility.cs.meta +11 -0
  23. package/Editor/CesiumEditorWindow.cs +447 -0
  24. package/Editor/CesiumEditorWindow.cs.meta +11 -0
  25. package/Editor/CesiumFlyToControllerEditor.cs +76 -0
  26. package/Editor/CesiumFlyToControllerEditor.cs.meta +11 -0
  27. package/Editor/CesiumGeoreferenceEditor.cs +277 -0
  28. package/Editor/CesiumGeoreferenceEditor.cs.meta +11 -0
  29. package/Editor/CesiumGlobeAnchorEditor.cs +202 -0
  30. package/Editor/CesiumGlobeAnchorEditor.cs.meta +11 -0
  31. package/Editor/CesiumInspectorGUI.cs +187 -0
  32. package/Editor/CesiumInspectorGUI.cs.meta +11 -0
  33. package/Editor/CesiumIonAsset.cs +192 -0
  34. package/Editor/CesiumIonAsset.cs.meta +11 -0
  35. package/Editor/CesiumIonAssetsWindow.cs +257 -0
  36. package/Editor/CesiumIonAssetsWindow.cs.meta +11 -0
  37. package/Editor/CesiumIonRasterOverlayEditor.cs +87 -0
  38. package/Editor/CesiumIonRasterOverlayEditor.cs.meta +11 -0
  39. package/Editor/CesiumIonServerManager.cs +153 -0
  40. package/Editor/CesiumIonServerManager.cs.meta +11 -0
  41. package/Editor/CesiumIonServerSelector.cs +127 -0
  42. package/Editor/CesiumIonServerSelector.cs.meta +11 -0
  43. package/Editor/CesiumIonSession.cs +102 -0
  44. package/Editor/CesiumIonSession.cs.meta +11 -0
  45. package/Editor/CesiumPolygonRasterOverlayEditor.cs +102 -0
  46. package/Editor/CesiumPolygonRasterOverlayEditor.cs.meta +11 -0
  47. package/Editor/CesiumRasterOverlayEditor.cs +230 -0
  48. package/Editor/CesiumRasterOverlayEditor.cs.meta +11 -0
  49. package/Editor/CesiumSubSceneEditor.cs +201 -0
  50. package/Editor/CesiumSubSceneEditor.cs.meta +11 -0
  51. package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs +88 -0
  52. package/Editor/CesiumTileMapServiceRasterOverlayEditor.cs.meta +11 -0
  53. package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs +111 -0
  54. package/Editor/CesiumWebMapServiceRasterOverlayEditor.cs.meta +11 -0
  55. package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs +277 -0
  56. package/Editor/CesiumWebMapTileServiceRasterOverlayEditor.cs.meta +3 -0
  57. package/Editor/CompileCesiumForUnityNative.cs +581 -0
  58. package/Editor/CompileCesiumForUnityNative.cs.meta +11 -0
  59. package/Editor/ConfigureReinterop.cs +255 -0
  60. package/Editor/ConfigureReinterop.cs.meta +11 -0
  61. package/Editor/Helpers.cs +102 -0
  62. package/Editor/Helpers.cs.meta +11 -0
  63. package/Editor/IonAssetsMultiColumnHeader.cs +45 -0
  64. package/Editor/IonAssetsMultiColumnHeader.cs.meta +11 -0
  65. package/Editor/IonAssetsTreeView.cs +214 -0
  66. package/Editor/IonAssetsTreeView.cs.meta +11 -0
  67. package/Editor/IonMissingAssetWindow.cs +65 -0
  68. package/Editor/IonMissingAssetWindow.cs.meta +11 -0
  69. package/Editor/IonTokenTroubleshootingWindow.cs +615 -0
  70. package/Editor/IonTokenTroubleshootingWindow.cs.meta +11 -0
  71. package/Editor/NativeDownloadHandler.cs +35 -0
  72. package/Editor/NativeDownloadHandler.cs.meta +11 -0
  73. package/Editor/QuickAddItem.cs +43 -0
  74. package/Editor/QuickAddItem.cs.meta +11 -0
  75. package/Editor/Resources/Cesium-128x128.png +0 -0
  76. package/Editor/Resources/Cesium-128x128.png.meta +98 -0
  77. package/Editor/Resources/Cesium-24x24.png +0 -0
  78. package/Editor/Resources/Cesium-24x24.png.meta +123 -0
  79. package/Editor/Resources/Cesium-64x64.png +0 -0
  80. package/Editor/Resources/Cesium-64x64.png.meta +98 -0
  81. package/Editor/Resources/Cesium-for-Unity-dark.png +0 -0
  82. package/Editor/Resources/Cesium-for-Unity-dark.png.meta +123 -0
  83. package/Editor/Resources/Cesium-for-Unity-light.png +0 -0
  84. package/Editor/Resources/Cesium-for-Unity-light.png.meta +123 -0
  85. package/Editor/Resources/Cesium-icon-16x16.png +0 -0
  86. package/Editor/Resources/Cesium-icon-16x16.png.meta +98 -0
  87. package/Editor/Resources/FontAwesome/attribution.txt +9 -0
  88. package/Editor/Resources/FontAwesome/attribution.txt.meta +7 -0
  89. package/Editor/Resources/FontAwesome/book-reader-solid.png +0 -0
  90. package/Editor/Resources/FontAwesome/book-reader-solid.png.meta +98 -0
  91. package/Editor/Resources/FontAwesome/book-reader-solid.svg +1 -0
  92. package/Editor/Resources/FontAwesome/book-reader-solid.svg.meta +7 -0
  93. package/Editor/Resources/FontAwesome/check-solid.png +0 -0
  94. package/Editor/Resources/FontAwesome/check-solid.png.meta +98 -0
  95. package/Editor/Resources/FontAwesome/check-solid.svg +1 -0
  96. package/Editor/Resources/FontAwesome/check-solid.svg.meta +7 -0
  97. package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png +0 -0
  98. package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.png.meta +98 -0
  99. package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg +1 -0
  100. package/Editor/Resources/FontAwesome/cloud-upload-alt-solid.svg.meta +7 -0
  101. package/Editor/Resources/FontAwesome/folder.png +0 -0
  102. package/Editor/Resources/FontAwesome/folder.png.meta +147 -0
  103. package/Editor/Resources/FontAwesome/folder.svg +5 -0
  104. package/Editor/Resources/FontAwesome/folder.svg.meta +7 -0
  105. package/Editor/Resources/FontAwesome/hands-helping-solid.png +0 -0
  106. package/Editor/Resources/FontAwesome/hands-helping-solid.png.meta +98 -0
  107. package/Editor/Resources/FontAwesome/hands-helping-solid.svg +1 -0
  108. package/Editor/Resources/FontAwesome/hands-helping-solid.svg.meta +7 -0
  109. package/Editor/Resources/FontAwesome/key-solid.png +0 -0
  110. package/Editor/Resources/FontAwesome/key-solid.png.meta +98 -0
  111. package/Editor/Resources/FontAwesome/key-solid.svg +1 -0
  112. package/Editor/Resources/FontAwesome/key-solid.svg.meta +7 -0
  113. package/Editor/Resources/FontAwesome/plus-solid.png +0 -0
  114. package/Editor/Resources/FontAwesome/plus-solid.png.meta +98 -0
  115. package/Editor/Resources/FontAwesome/plus-solid.svg +1 -0
  116. package/Editor/Resources/FontAwesome/plus-solid.svg.meta +7 -0
  117. package/Editor/Resources/FontAwesome/sign-out-alt-solid.png +0 -0
  118. package/Editor/Resources/FontAwesome/sign-out-alt-solid.png.meta +98 -0
  119. package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg +1 -0
  120. package/Editor/Resources/FontAwesome/sign-out-alt-solid.svg.meta +7 -0
  121. package/Editor/Resources/FontAwesome/sync-alt-solid.png +0 -0
  122. package/Editor/Resources/FontAwesome/sync-alt-solid.png.meta +98 -0
  123. package/Editor/Resources/FontAwesome/sync-alt-solid.svg +1 -0
  124. package/Editor/Resources/FontAwesome/sync-alt-solid.svg.meta +7 -0
  125. package/Editor/Resources/FontAwesome/times-solid.png +0 -0
  126. package/Editor/Resources/FontAwesome/times-solid.png.meta +98 -0
  127. package/Editor/Resources/FontAwesome/times-solid.svg +1 -0
  128. package/Editor/Resources/FontAwesome/times-solid.svg.meta +7 -0
  129. package/Editor/Resources/FontAwesome.meta +8 -0
  130. package/Editor/Resources.meta +8 -0
  131. package/Editor/SelectIonTokenWindow.cs +249 -0
  132. package/Editor/SelectIonTokenWindow.cs.meta +11 -0
  133. package/Editor/arm64.meta +8 -0
  134. package/Editor/csc.rsp +1 -0
  135. package/Editor/csc.rsp.meta +7 -0
  136. package/Editor/libCesiumForUnityNative-Editor.so +0 -0
  137. package/Editor/libCesiumForUnityNative-Editor.so.meta +2 -0
  138. package/Editor/libCesiumForUnityNative-Runtime.so +0 -0
  139. package/Editor/libCesiumForUnityNative-Runtime.so.meta +2 -0
  140. package/Editor/x86_64.meta +8 -0
  141. package/Editor.meta +8 -0
  142. package/LICENSE +201 -0
  143. package/LICENSE.meta +7 -0
  144. package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so +0 -0
  145. package/Plugins/Standalone/libCesiumForUnityNative-Runtime.so.meta +2 -0
  146. package/Plugins/Standalone.meta +8 -0
  147. package/Plugins.meta +8 -0
  148. package/README.md +39 -0
  149. package/README.md.meta +7 -0
  150. package/Reinterop.deps.json +172 -0
  151. package/Reinterop.deps.json.meta +7 -0
  152. package/Reinterop.dll +0 -0
  153. package/Reinterop.dll.meta +79 -0
  154. package/Runtime/Cesium3DTile.cs +37 -0
  155. package/Runtime/Cesium3DTile.cs.meta +11 -0
  156. package/Runtime/Cesium3DTileset.cs +788 -0
  157. package/Runtime/Cesium3DTileset.cs.meta +11 -0
  158. package/Runtime/Cesium3DTilesetLoadFailureDetails.cs +65 -0
  159. package/Runtime/Cesium3DTilesetLoadFailureDetails.cs.meta +11 -0
  160. package/Runtime/CesiumBackwardCompatibility.cs +163 -0
  161. package/Runtime/CesiumBackwardCompatibility.cs.meta +11 -0
  162. package/Runtime/CesiumBingMapsRasterOverlay.cs +72 -0
  163. package/Runtime/CesiumBingMapsRasterOverlay.cs.meta +11 -0
  164. package/Runtime/CesiumCameraController.cs +827 -0
  165. package/Runtime/CesiumCameraController.cs.meta +11 -0
  166. package/Runtime/CesiumCameraManager.cs +105 -0
  167. package/Runtime/CesiumCameraManager.cs.meta +11 -0
  168. package/Runtime/CesiumCartographicPolygon.cs +152 -0
  169. package/Runtime/CesiumCartographicPolygon.cs.meta +11 -0
  170. package/Runtime/CesiumCreditSystem.cs +343 -0
  171. package/Runtime/CesiumCreditSystem.cs.meta +11 -0
  172. package/Runtime/CesiumCreditSystemUI.cs +402 -0
  173. package/Runtime/CesiumCreditSystemUI.cs.meta +11 -0
  174. package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs +21 -0
  175. package/Runtime/CesiumDebugColorizeTilesRasterOverlay.cs.meta +11 -0
  176. package/Runtime/CesiumEllipsoid.cs +107 -0
  177. package/Runtime/CesiumEllipsoid.cs.meta +11 -0
  178. package/Runtime/CesiumFeature.cs +279 -0
  179. package/Runtime/CesiumFeature.cs.meta +11 -0
  180. package/Runtime/CesiumFeatureIdAttribute.cs +61 -0
  181. package/Runtime/CesiumFeatureIdAttribute.cs.meta +11 -0
  182. package/Runtime/CesiumFeatureIdSet.cs +165 -0
  183. package/Runtime/CesiumFeatureIdSet.cs.meta +11 -0
  184. package/Runtime/CesiumFeatureIdTexture.cs +68 -0
  185. package/Runtime/CesiumFeatureIdTexture.cs.meta +11 -0
  186. package/Runtime/CesiumFlyToController.cs +539 -0
  187. package/Runtime/CesiumFlyToController.cs.meta +11 -0
  188. package/Runtime/CesiumGeoreference.cs +628 -0
  189. package/Runtime/CesiumGeoreference.cs.meta +11 -0
  190. package/Runtime/CesiumGlobeAnchor.cs +664 -0
  191. package/Runtime/CesiumGlobeAnchor.cs.meta +11 -0
  192. package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs +105 -0
  193. package/Runtime/CesiumGlobeAnchorBackwardCompatibility0dot2dot0.cs.meta +11 -0
  194. package/Runtime/CesiumIntMatN.cs +398 -0
  195. package/Runtime/CesiumIntMatN.cs.meta +11 -0
  196. package/Runtime/CesiumIntVecN.cs +525 -0
  197. package/Runtime/CesiumIntVecN.cs.meta +11 -0
  198. package/Runtime/CesiumIonRasterOverlay.cs +110 -0
  199. package/Runtime/CesiumIonRasterOverlay.cs.meta +11 -0
  200. package/Runtime/CesiumIonServer.cs +137 -0
  201. package/Runtime/CesiumIonServer.cs.meta +11 -0
  202. package/Runtime/CesiumMetadata.cs +33 -0
  203. package/Runtime/CesiumMetadata.cs.meta +11 -0
  204. package/Runtime/CesiumMetadataValue.cs +1764 -0
  205. package/Runtime/CesiumMetadataValue.cs.meta +11 -0
  206. package/Runtime/CesiumMetadataValueType.cs +203 -0
  207. package/Runtime/CesiumMetadataValueType.cs.meta +11 -0
  208. package/Runtime/CesiumModelMetadata.cs +26 -0
  209. package/Runtime/CesiumModelMetadata.cs.meta +11 -0
  210. package/Runtime/CesiumObjectPool.cs +74 -0
  211. package/Runtime/CesiumObjectPool.cs.meta +11 -0
  212. package/Runtime/CesiumObjectPools.cs +39 -0
  213. package/Runtime/CesiumObjectPools.cs.meta +11 -0
  214. package/Runtime/CesiumOriginShift.cs +146 -0
  215. package/Runtime/CesiumOriginShift.cs.meta +11 -0
  216. package/Runtime/CesiumPointCloudRenderer.cs +246 -0
  217. package/Runtime/CesiumPointCloudRenderer.cs.meta +11 -0
  218. package/Runtime/CesiumPointCloudShading.cs +76 -0
  219. package/Runtime/CesiumPointCloudShading.cs.meta +11 -0
  220. package/Runtime/CesiumPolygonRasterOverlay.cs +109 -0
  221. package/Runtime/CesiumPolygonRasterOverlay.cs.meta +11 -0
  222. package/Runtime/CesiumPrimitiveFeatures.cs +130 -0
  223. package/Runtime/CesiumPrimitiveFeatures.cs.meta +11 -0
  224. package/Runtime/CesiumPropertyArray.cs +64 -0
  225. package/Runtime/CesiumPropertyArray.cs.meta +11 -0
  226. package/Runtime/CesiumPropertyTable.cs +126 -0
  227. package/Runtime/CesiumPropertyTable.cs.meta +11 -0
  228. package/Runtime/CesiumPropertyTableProperty.cs +1734 -0
  229. package/Runtime/CesiumPropertyTableProperty.cs.meta +11 -0
  230. package/Runtime/CesiumRasterOverlay.cs +239 -0
  231. package/Runtime/CesiumRasterOverlay.cs.meta +11 -0
  232. package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs +65 -0
  233. package/Runtime/CesiumRasterOverlayLoadFailureDetails.cs.meta +11 -0
  234. package/Runtime/CesiumRuntime.asmdef +32 -0
  235. package/Runtime/CesiumRuntime.asmdef.meta +7 -0
  236. package/Runtime/CesiumRuntime.cs +3 -0
  237. package/Runtime/CesiumRuntime.cs.meta +11 -0
  238. package/Runtime/CesiumRuntimeSettings.cs +188 -0
  239. package/Runtime/CesiumRuntimeSettings.cs.meta +11 -0
  240. package/Runtime/CesiumSampleHeightResult.cs +47 -0
  241. package/Runtime/CesiumSampleHeightResult.cs.meta +11 -0
  242. package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs +93 -0
  243. package/Runtime/CesiumSimplePlanarEllipsoidCurve.cs.meta +11 -0
  244. package/Runtime/CesiumSubScene.cs +473 -0
  245. package/Runtime/CesiumSubScene.cs.meta +11 -0
  246. package/Runtime/CesiumTileExcluder.cs +47 -0
  247. package/Runtime/CesiumTileExcluder.cs.meta +11 -0
  248. package/Runtime/CesiumTileMapServiceRasterOverlay.cs +93 -0
  249. package/Runtime/CesiumTileMapServiceRasterOverlay.cs.meta +11 -0
  250. package/Runtime/CesiumWebMapServiceRasterOverlay.cs +129 -0
  251. package/Runtime/CesiumWebMapServiceRasterOverlay.cs.meta +11 -0
  252. package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs +414 -0
  253. package/Runtime/CesiumWebMapTileServiceRasterOverlay.cs.meta +3 -0
  254. package/Runtime/CesiumWgs84Ellipsoid.cs +75 -0
  255. package/Runtime/CesiumWgs84Ellipsoid.cs.meta +11 -0
  256. package/Runtime/ConfigureReinterop.cs +926 -0
  257. package/Runtime/ConfigureReinterop.cs.meta +11 -0
  258. package/Runtime/Helpers.cs +122 -0
  259. package/Runtime/Helpers.cs.meta +11 -0
  260. package/Runtime/ICesiumRestartable.cs +17 -0
  261. package/Runtime/ICesiumRestartable.cs.meta +11 -0
  262. package/Runtime/NativeCoroutine.cs +28 -0
  263. package/Runtime/NativeCoroutine.cs.meta +11 -0
  264. package/Runtime/NativeDownloadHandler.cs +29 -0
  265. package/Runtime/NativeDownloadHandler.cs.meta +11 -0
  266. package/Runtime/Resources/CesiumCreditSystem.prefab +78 -0
  267. package/Runtime/Resources/CesiumCreditSystem.prefab.meta +7 -0
  268. package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss +2 -0
  269. package/Runtime/Resources/CesiumCreditSystemRuntimeTheme.tss.meta +11 -0
  270. package/Runtime/Resources/CesiumCreditSystemUI.uxml +4 -0
  271. package/Runtime/Resources/CesiumCreditSystemUI.uxml.meta +10 -0
  272. package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset +38 -0
  273. package/Runtime/Resources/CesiumCreditSystemUIPanelSettings.asset.meta +8 -0
  274. package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat +232 -0
  275. package/Runtime/Resources/CesiumDefaultTilesetMaterial.mat.meta +8 -0
  276. package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph +14271 -0
  277. package/Runtime/Resources/CesiumDefaultTilesetShader.shadergraph.meta +10 -0
  278. package/Runtime/Resources/CesiumPointCloudShading.hlsl +156 -0
  279. package/Runtime/Resources/CesiumPointCloudShading.hlsl.meta +7 -0
  280. package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat +125 -0
  281. package/Runtime/Resources/CesiumPointCloudShadingMaterial.mat.meta +8 -0
  282. package/Runtime/Resources/CesiumPointCloudShadingShader.shader +73 -0
  283. package/Runtime/Resources/CesiumPointCloudShadingShader.shader.meta +10 -0
  284. package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph +2207 -0
  285. package/Runtime/Resources/CesiumRasterOverlay.shadersubgraph.meta +10 -0
  286. package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph +722 -0
  287. package/Runtime/Resources/CesiumSelectTexCoords.shadersubgraph.meta +10 -0
  288. package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat +261 -0
  289. package/Runtime/Resources/CesiumUnlitTilesetMaterial.mat.meta +8 -0
  290. package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph +5873 -0
  291. package/Runtime/Resources/CesiumUnlitTilesetShader.shadergraph.meta +10 -0
  292. package/Runtime/Resources/DynamicCamera.prefab +253 -0
  293. package/Runtime/Resources/DynamicCamera.prefab.meta +7 -0
  294. package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph +2171 -0
  295. package/Runtime/Resources/TransformTextureCoordinates.shadersubgraph.meta +10 -0
  296. package/Runtime/Resources/green1x1.png +0 -0
  297. package/Runtime/Resources/green1x1.png.meta +123 -0
  298. package/Runtime/Resources.meta +8 -0
  299. package/Runtime/TestGltfModel.cs +56 -0
  300. package/Runtime/TestGltfModel.cs.meta +11 -0
  301. package/Runtime/TestReinterop.cs +21 -0
  302. package/Runtime/TestReinterop.cs.meta +11 -0
  303. package/Runtime/UnityLifetime.cs +27 -0
  304. package/Runtime/UnityLifetime.cs.meta +11 -0
  305. package/Runtime/WaitForTask.cs +25 -0
  306. package/Runtime/WaitForTask.cs.meta +11 -0
  307. package/Runtime/csc.rsp +1 -0
  308. package/Runtime/csc.rsp.meta +7 -0
  309. package/Runtime.meta +8 -0
  310. package/ThirdParty.json +27 -0
  311. package/ThirdParty.json.meta +7 -0
  312. package/WGS84.asset +18 -0
  313. package/WGS84.asset.meta +8 -0
  314. package/package.json +29 -0
  315. package/package.json.meta +7 -0
@@ -0,0 +1,722 @@
1
+ {
2
+ "m_SGVersion": 3,
3
+ "m_Type": "UnityEditor.ShaderGraph.GraphData",
4
+ "m_ObjectId": "e0af4a11cc4641e2896e6ba9c5ff6c7f",
5
+ "m_Properties": [
6
+ {
7
+ "m_Id": "603ad797c8ee4097bf8c544779895f9e"
8
+ }
9
+ ],
10
+ "m_Keywords": [],
11
+ "m_Dropdowns": [],
12
+ "m_CategoryData": [
13
+ {
14
+ "m_Id": "788cc32658544735a519e0940a712285"
15
+ }
16
+ ],
17
+ "m_Nodes": [
18
+ {
19
+ "m_Id": "29e683ce0c6e47deb3f8980614131ec3"
20
+ },
21
+ {
22
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
23
+ },
24
+ {
25
+ "m_Id": "7cb811b6170d475aa4246f92a308b68b"
26
+ },
27
+ {
28
+ "m_Id": "676888ba65e544ccb36932a6eedfd322"
29
+ },
30
+ {
31
+ "m_Id": "ff618a8bbd6440f1be43ae18c06ff49d"
32
+ },
33
+ {
34
+ "m_Id": "9d3b72ffb5144c4989902ffb903fb2e7"
35
+ },
36
+ {
37
+ "m_Id": "eb874ab30566428c87ca35620cd95aeb"
38
+ }
39
+ ],
40
+ "m_GroupDatas": [],
41
+ "m_StickyNoteDatas": [],
42
+ "m_Edges": [
43
+ {
44
+ "m_OutputSlot": {
45
+ "m_Node": {
46
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
47
+ },
48
+ "m_SlotId": 1
49
+ },
50
+ "m_InputSlot": {
51
+ "m_Node": {
52
+ "m_Id": "29e683ce0c6e47deb3f8980614131ec3"
53
+ },
54
+ "m_SlotId": 1
55
+ }
56
+ },
57
+ {
58
+ "m_OutputSlot": {
59
+ "m_Node": {
60
+ "m_Id": "676888ba65e544ccb36932a6eedfd322"
61
+ },
62
+ "m_SlotId": 0
63
+ },
64
+ "m_InputSlot": {
65
+ "m_Node": {
66
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
67
+ },
68
+ "m_SlotId": 2
69
+ }
70
+ },
71
+ {
72
+ "m_OutputSlot": {
73
+ "m_Node": {
74
+ "m_Id": "7cb811b6170d475aa4246f92a308b68b"
75
+ },
76
+ "m_SlotId": 0
77
+ },
78
+ "m_InputSlot": {
79
+ "m_Node": {
80
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
81
+ },
82
+ "m_SlotId": 0
83
+ }
84
+ },
85
+ {
86
+ "m_OutputSlot": {
87
+ "m_Node": {
88
+ "m_Id": "9d3b72ffb5144c4989902ffb903fb2e7"
89
+ },
90
+ "m_SlotId": 0
91
+ },
92
+ "m_InputSlot": {
93
+ "m_Node": {
94
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
95
+ },
96
+ "m_SlotId": 4
97
+ }
98
+ },
99
+ {
100
+ "m_OutputSlot": {
101
+ "m_Node": {
102
+ "m_Id": "eb874ab30566428c87ca35620cd95aeb"
103
+ },
104
+ "m_SlotId": 0
105
+ },
106
+ "m_InputSlot": {
107
+ "m_Node": {
108
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
109
+ },
110
+ "m_SlotId": 5
111
+ }
112
+ },
113
+ {
114
+ "m_OutputSlot": {
115
+ "m_Node": {
116
+ "m_Id": "ff618a8bbd6440f1be43ae18c06ff49d"
117
+ },
118
+ "m_SlotId": 0
119
+ },
120
+ "m_InputSlot": {
121
+ "m_Node": {
122
+ "m_Id": "4503238ed18d4ca6ac3aac601ba5eacb"
123
+ },
124
+ "m_SlotId": 3
125
+ }
126
+ }
127
+ ],
128
+ "m_VertexContext": {
129
+ "m_Position": {
130
+ "x": 0.0,
131
+ "y": 0.0
132
+ },
133
+ "m_Blocks": []
134
+ },
135
+ "m_FragmentContext": {
136
+ "m_Position": {
137
+ "x": 0.0,
138
+ "y": 0.0
139
+ },
140
+ "m_Blocks": []
141
+ },
142
+ "m_PreviewData": {
143
+ "serializedMesh": {
144
+ "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
145
+ "m_Guid": ""
146
+ },
147
+ "preventRotation": false
148
+ },
149
+ "m_Path": "Sub Graphs",
150
+ "m_GraphPrecision": 1,
151
+ "m_PreviewMode": 2,
152
+ "m_OutputNode": {
153
+ "m_Id": "29e683ce0c6e47deb3f8980614131ec3"
154
+ },
155
+ "m_ActiveTargets": []
156
+ }
157
+
158
+ {
159
+ "m_SGVersion": 0,
160
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
161
+ "m_ObjectId": "08283daa33cf4927bf09a810d409b531",
162
+ "m_Id": 0,
163
+ "m_DisplayName": "Out",
164
+ "m_SlotType": 1,
165
+ "m_Hidden": false,
166
+ "m_ShaderOutputName": "Out",
167
+ "m_StageCapability": 3,
168
+ "m_Value": {
169
+ "x": 0.0,
170
+ "y": 0.0,
171
+ "z": 0.0,
172
+ "w": 0.0
173
+ },
174
+ "m_DefaultValue": {
175
+ "x": 0.0,
176
+ "y": 0.0,
177
+ "z": 0.0,
178
+ "w": 0.0
179
+ },
180
+ "m_Labels": []
181
+ }
182
+
183
+ {
184
+ "m_SGVersion": 0,
185
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
186
+ "m_ObjectId": "0b9d7186e8794f77bfea39b021d225d1",
187
+ "m_Id": 0,
188
+ "m_DisplayName": "TextureCoordinateIndex",
189
+ "m_SlotType": 1,
190
+ "m_Hidden": false,
191
+ "m_ShaderOutputName": "Out",
192
+ "m_StageCapability": 3,
193
+ "m_Value": 0.0,
194
+ "m_DefaultValue": 0.0,
195
+ "m_Labels": []
196
+ }
197
+
198
+ {
199
+ "m_SGVersion": 0,
200
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
201
+ "m_ObjectId": "23314e49ff0748b5bf4cc9e34e4809ec",
202
+ "m_Id": 3,
203
+ "m_DisplayName": "texCoord1",
204
+ "m_SlotType": 0,
205
+ "m_Hidden": false,
206
+ "m_ShaderOutputName": "texCoord1",
207
+ "m_StageCapability": 3,
208
+ "m_Value": {
209
+ "x": 0.0,
210
+ "y": 0.0
211
+ },
212
+ "m_DefaultValue": {
213
+ "x": 0.0,
214
+ "y": 0.0
215
+ },
216
+ "m_Labels": []
217
+ }
218
+
219
+ {
220
+ "m_SGVersion": 0,
221
+ "m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode",
222
+ "m_ObjectId": "29e683ce0c6e47deb3f8980614131ec3",
223
+ "m_Group": {
224
+ "m_Id": ""
225
+ },
226
+ "m_Name": "Output",
227
+ "m_DrawState": {
228
+ "m_Expanded": true,
229
+ "m_Position": {
230
+ "serializedVersion": "2",
231
+ "x": 122.66668701171875,
232
+ "y": -82.66665649414063,
233
+ "width": 122.0,
234
+ "height": 78.66665649414063
235
+ }
236
+ },
237
+ "m_Slots": [
238
+ {
239
+ "m_Id": "50d16d938e5244ad9c7e653838f73360"
240
+ }
241
+ ],
242
+ "synonyms": [],
243
+ "m_Precision": 0,
244
+ "m_PreviewExpanded": true,
245
+ "m_PreviewMode": 0,
246
+ "m_CustomColors": {
247
+ "m_SerializableColors": []
248
+ },
249
+ "IsFirstSlotValid": true
250
+ }
251
+
252
+ {
253
+ "m_SGVersion": 0,
254
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
255
+ "m_ObjectId": "2f20c2b70ce348629854ed23eccae92c",
256
+ "m_Id": 5,
257
+ "m_DisplayName": "texCoord3",
258
+ "m_SlotType": 0,
259
+ "m_Hidden": false,
260
+ "m_ShaderOutputName": "texCoord3",
261
+ "m_StageCapability": 3,
262
+ "m_Value": {
263
+ "x": 0.0,
264
+ "y": 0.0
265
+ },
266
+ "m_DefaultValue": {
267
+ "x": 0.0,
268
+ "y": 0.0
269
+ },
270
+ "m_Labels": []
271
+ }
272
+
273
+ {
274
+ "m_SGVersion": 1,
275
+ "m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode",
276
+ "m_ObjectId": "4503238ed18d4ca6ac3aac601ba5eacb",
277
+ "m_Group": {
278
+ "m_Id": ""
279
+ },
280
+ "m_Name": "TextureCoordinateSelector (Custom Function)",
281
+ "m_DrawState": {
282
+ "m_Expanded": true,
283
+ "m_Position": {
284
+ "serializedVersion": "2",
285
+ "x": -330.0,
286
+ "y": -143.33334350585938,
287
+ "width": 326.66668701171877,
288
+ "height": 192.0
289
+ }
290
+ },
291
+ "m_Slots": [
292
+ {
293
+ "m_Id": "943d955b288d4c0892d68f4d0e5e7b1a"
294
+ },
295
+ {
296
+ "m_Id": "d8effaf6c86340aaa462a60420dd34c7"
297
+ },
298
+ {
299
+ "m_Id": "23314e49ff0748b5bf4cc9e34e4809ec"
300
+ },
301
+ {
302
+ "m_Id": "aad710f297b74f7292babdb52008195a"
303
+ },
304
+ {
305
+ "m_Id": "2f20c2b70ce348629854ed23eccae92c"
306
+ },
307
+ {
308
+ "m_Id": "a04e327e99104fd7a58cd537302a08ee"
309
+ }
310
+ ],
311
+ "synonyms": [
312
+ "code",
313
+ "HLSL"
314
+ ],
315
+ "m_Precision": 0,
316
+ "m_PreviewExpanded": false,
317
+ "m_PreviewMode": 0,
318
+ "m_CustomColors": {
319
+ "m_SerializableColors": []
320
+ },
321
+ "m_SourceType": 1,
322
+ "m_FunctionName": "TextureCoordinateSelector",
323
+ "m_FunctionSource": "",
324
+ "m_FunctionBody": "float2 texCoords[4] = {texCoord0, texCoord1, texCoord2, texCoord3};\nint index = textureCoordinateIndex;\r\ntextureCoordinates = texCoords[index];\n"
325
+ }
326
+
327
+ {
328
+ "m_SGVersion": 0,
329
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
330
+ "m_ObjectId": "4edebd6ef7524e87a9795a14faeb2a9e",
331
+ "m_Id": 0,
332
+ "m_DisplayName": "Out",
333
+ "m_SlotType": 1,
334
+ "m_Hidden": false,
335
+ "m_ShaderOutputName": "Out",
336
+ "m_StageCapability": 3,
337
+ "m_Value": {
338
+ "x": 0.0,
339
+ "y": 0.0,
340
+ "z": 0.0,
341
+ "w": 0.0
342
+ },
343
+ "m_DefaultValue": {
344
+ "x": 0.0,
345
+ "y": 0.0,
346
+ "z": 0.0,
347
+ "w": 0.0
348
+ },
349
+ "m_Labels": []
350
+ }
351
+
352
+ {
353
+ "m_SGVersion": 0,
354
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
355
+ "m_ObjectId": "50d16d938e5244ad9c7e653838f73360",
356
+ "m_Id": 1,
357
+ "m_DisplayName": "Out_TextureCoordinates",
358
+ "m_SlotType": 0,
359
+ "m_Hidden": false,
360
+ "m_ShaderOutputName": "Out_TextureCoordinates",
361
+ "m_StageCapability": 3,
362
+ "m_Value": {
363
+ "x": 0.0,
364
+ "y": 0.0
365
+ },
366
+ "m_DefaultValue": {
367
+ "x": 0.0,
368
+ "y": 0.0
369
+ },
370
+ "m_Labels": []
371
+ }
372
+
373
+ {
374
+ "m_SGVersion": 1,
375
+ "m_Type": "UnityEditor.ShaderGraph.Internal.Vector1ShaderProperty",
376
+ "m_ObjectId": "603ad797c8ee4097bf8c544779895f9e",
377
+ "m_Guid": {
378
+ "m_GuidSerialized": "846bdd1a-ae9c-4b2c-b510-8cdf69a4bd64"
379
+ },
380
+ "m_Name": "TextureCoordinateIndex",
381
+ "m_DefaultRefNameVersion": 1,
382
+ "m_RefNameGeneratedByDisplayName": "TextureCoordinateIndex",
383
+ "m_DefaultReferenceName": "_TextureCoordinateIndex",
384
+ "m_OverrideReferenceName": "",
385
+ "m_GeneratePropertyBlock": true,
386
+ "m_UseCustomSlotLabel": false,
387
+ "m_CustomSlotLabel": "",
388
+ "m_Precision": 0,
389
+ "overrideHLSLDeclaration": false,
390
+ "hlslDeclarationOverride": 0,
391
+ "m_Hidden": false,
392
+ "m_Value": 0.0,
393
+ "m_FloatType": 0,
394
+ "m_RangeValues": {
395
+ "x": 0.0,
396
+ "y": 1.0
397
+ }
398
+ }
399
+
400
+ {
401
+ "m_SGVersion": 0,
402
+ "m_Type": "UnityEditor.ShaderGraph.UVNode",
403
+ "m_ObjectId": "676888ba65e544ccb36932a6eedfd322",
404
+ "m_Group": {
405
+ "m_Id": ""
406
+ },
407
+ "m_Name": "UV",
408
+ "m_DrawState": {
409
+ "m_Expanded": true,
410
+ "m_Position": {
411
+ "serializedVersion": "2",
412
+ "x": -582.0,
413
+ "y": -158.0,
414
+ "width": 147.33334350585938,
415
+ "height": 132.0
416
+ }
417
+ },
418
+ "m_Slots": [
419
+ {
420
+ "m_Id": "6b07939753904ea1bd24ae25654d3607"
421
+ }
422
+ ],
423
+ "synonyms": [
424
+ "texcoords",
425
+ "coords",
426
+ "coordinates"
427
+ ],
428
+ "m_Precision": 0,
429
+ "m_PreviewExpanded": false,
430
+ "m_PreviewMode": 0,
431
+ "m_CustomColors": {
432
+ "m_SerializableColors": []
433
+ },
434
+ "m_OutputChannel": 0
435
+ }
436
+
437
+ {
438
+ "m_SGVersion": 0,
439
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
440
+ "m_ObjectId": "6b07939753904ea1bd24ae25654d3607",
441
+ "m_Id": 0,
442
+ "m_DisplayName": "Out",
443
+ "m_SlotType": 1,
444
+ "m_Hidden": false,
445
+ "m_ShaderOutputName": "Out",
446
+ "m_StageCapability": 3,
447
+ "m_Value": {
448
+ "x": 0.0,
449
+ "y": 0.0,
450
+ "z": 0.0,
451
+ "w": 0.0
452
+ },
453
+ "m_DefaultValue": {
454
+ "x": 0.0,
455
+ "y": 0.0,
456
+ "z": 0.0,
457
+ "w": 0.0
458
+ },
459
+ "m_Labels": []
460
+ }
461
+
462
+ {
463
+ "m_SGVersion": 0,
464
+ "m_Type": "UnityEditor.ShaderGraph.CategoryData",
465
+ "m_ObjectId": "788cc32658544735a519e0940a712285",
466
+ "m_Name": "",
467
+ "m_ChildObjectList": [
468
+ {
469
+ "m_Id": "603ad797c8ee4097bf8c544779895f9e"
470
+ }
471
+ ]
472
+ }
473
+
474
+ {
475
+ "m_SGVersion": 0,
476
+ "m_Type": "UnityEditor.ShaderGraph.PropertyNode",
477
+ "m_ObjectId": "7cb811b6170d475aa4246f92a308b68b",
478
+ "m_Group": {
479
+ "m_Id": ""
480
+ },
481
+ "m_Name": "Property",
482
+ "m_DrawState": {
483
+ "m_Expanded": true,
484
+ "m_Position": {
485
+ "serializedVersion": "2",
486
+ "x": -596.0,
487
+ "y": -206.0,
488
+ "width": 203.33334350585938,
489
+ "height": 36.0
490
+ }
491
+ },
492
+ "m_Slots": [
493
+ {
494
+ "m_Id": "0b9d7186e8794f77bfea39b021d225d1"
495
+ }
496
+ ],
497
+ "synonyms": [],
498
+ "m_Precision": 0,
499
+ "m_PreviewExpanded": true,
500
+ "m_PreviewMode": 0,
501
+ "m_CustomColors": {
502
+ "m_SerializableColors": []
503
+ },
504
+ "m_Property": {
505
+ "m_Id": "603ad797c8ee4097bf8c544779895f9e"
506
+ }
507
+ }
508
+
509
+ {
510
+ "m_SGVersion": 0,
511
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
512
+ "m_ObjectId": "80f0e3f3b39d4379810da0f829d05334",
513
+ "m_Id": 0,
514
+ "m_DisplayName": "Out",
515
+ "m_SlotType": 1,
516
+ "m_Hidden": false,
517
+ "m_ShaderOutputName": "Out",
518
+ "m_StageCapability": 3,
519
+ "m_Value": {
520
+ "x": 0.0,
521
+ "y": 0.0,
522
+ "z": 0.0,
523
+ "w": 0.0
524
+ },
525
+ "m_DefaultValue": {
526
+ "x": 0.0,
527
+ "y": 0.0,
528
+ "z": 0.0,
529
+ "w": 0.0
530
+ },
531
+ "m_Labels": []
532
+ }
533
+
534
+ {
535
+ "m_SGVersion": 0,
536
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
537
+ "m_ObjectId": "943d955b288d4c0892d68f4d0e5e7b1a",
538
+ "m_Id": 0,
539
+ "m_DisplayName": "textureCoordinateIndex",
540
+ "m_SlotType": 0,
541
+ "m_Hidden": false,
542
+ "m_ShaderOutputName": "textureCoordinateIndex",
543
+ "m_StageCapability": 3,
544
+ "m_Value": 0.0,
545
+ "m_DefaultValue": 0.0,
546
+ "m_Labels": []
547
+ }
548
+
549
+ {
550
+ "m_SGVersion": 0,
551
+ "m_Type": "UnityEditor.ShaderGraph.UVNode",
552
+ "m_ObjectId": "9d3b72ffb5144c4989902ffb903fb2e7",
553
+ "m_Group": {
554
+ "m_Id": ""
555
+ },
556
+ "m_Name": "UV",
557
+ "m_DrawState": {
558
+ "m_Expanded": true,
559
+ "m_Position": {
560
+ "serializedVersion": "2",
561
+ "x": -582.0,
562
+ "y": 127.99996948242188,
563
+ "width": 147.33334350585938,
564
+ "height": 132.0
565
+ }
566
+ },
567
+ "m_Slots": [
568
+ {
569
+ "m_Id": "80f0e3f3b39d4379810da0f829d05334"
570
+ }
571
+ ],
572
+ "synonyms": [
573
+ "texcoords",
574
+ "coords",
575
+ "coordinates"
576
+ ],
577
+ "m_Precision": 0,
578
+ "m_PreviewExpanded": false,
579
+ "m_PreviewMode": 0,
580
+ "m_CustomColors": {
581
+ "m_SerializableColors": []
582
+ },
583
+ "m_OutputChannel": 2
584
+ }
585
+
586
+ {
587
+ "m_SGVersion": 0,
588
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
589
+ "m_ObjectId": "a04e327e99104fd7a58cd537302a08ee",
590
+ "m_Id": 1,
591
+ "m_DisplayName": "textureCoordinates",
592
+ "m_SlotType": 1,
593
+ "m_Hidden": false,
594
+ "m_ShaderOutputName": "textureCoordinates",
595
+ "m_StageCapability": 3,
596
+ "m_Value": {
597
+ "x": 0.0,
598
+ "y": 0.0
599
+ },
600
+ "m_DefaultValue": {
601
+ "x": 0.0,
602
+ "y": 0.0
603
+ },
604
+ "m_Labels": []
605
+ }
606
+
607
+ {
608
+ "m_SGVersion": 0,
609
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
610
+ "m_ObjectId": "aad710f297b74f7292babdb52008195a",
611
+ "m_Id": 4,
612
+ "m_DisplayName": "texCoord2",
613
+ "m_SlotType": 0,
614
+ "m_Hidden": false,
615
+ "m_ShaderOutputName": "texCoord2",
616
+ "m_StageCapability": 3,
617
+ "m_Value": {
618
+ "x": 0.0,
619
+ "y": 0.0
620
+ },
621
+ "m_DefaultValue": {
622
+ "x": 0.0,
623
+ "y": 0.0
624
+ },
625
+ "m_Labels": []
626
+ }
627
+
628
+ {
629
+ "m_SGVersion": 0,
630
+ "m_Type": "UnityEditor.ShaderGraph.Vector2MaterialSlot",
631
+ "m_ObjectId": "d8effaf6c86340aaa462a60420dd34c7",
632
+ "m_Id": 2,
633
+ "m_DisplayName": "texCoord0",
634
+ "m_SlotType": 0,
635
+ "m_Hidden": false,
636
+ "m_ShaderOutputName": "texCoord0",
637
+ "m_StageCapability": 3,
638
+ "m_Value": {
639
+ "x": 0.0,
640
+ "y": 0.0
641
+ },
642
+ "m_DefaultValue": {
643
+ "x": 0.0,
644
+ "y": 0.0
645
+ },
646
+ "m_Labels": []
647
+ }
648
+
649
+ {
650
+ "m_SGVersion": 0,
651
+ "m_Type": "UnityEditor.ShaderGraph.UVNode",
652
+ "m_ObjectId": "eb874ab30566428c87ca35620cd95aeb",
653
+ "m_Group": {
654
+ "m_Id": ""
655
+ },
656
+ "m_Name": "UV",
657
+ "m_DrawState": {
658
+ "m_Expanded": true,
659
+ "m_Position": {
660
+ "serializedVersion": "2",
661
+ "x": -582.0,
662
+ "y": 268.6667175292969,
663
+ "width": 147.33334350585938,
664
+ "height": 132.0
665
+ }
666
+ },
667
+ "m_Slots": [
668
+ {
669
+ "m_Id": "4edebd6ef7524e87a9795a14faeb2a9e"
670
+ }
671
+ ],
672
+ "synonyms": [
673
+ "texcoords",
674
+ "coords",
675
+ "coordinates"
676
+ ],
677
+ "m_Precision": 0,
678
+ "m_PreviewExpanded": false,
679
+ "m_PreviewMode": 0,
680
+ "m_CustomColors": {
681
+ "m_SerializableColors": []
682
+ },
683
+ "m_OutputChannel": 3
684
+ }
685
+
686
+ {
687
+ "m_SGVersion": 0,
688
+ "m_Type": "UnityEditor.ShaderGraph.UVNode",
689
+ "m_ObjectId": "ff618a8bbd6440f1be43ae18c06ff49d",
690
+ "m_Group": {
691
+ "m_Id": ""
692
+ },
693
+ "m_Name": "UV",
694
+ "m_DrawState": {
695
+ "m_Expanded": true,
696
+ "m_Position": {
697
+ "serializedVersion": "2",
698
+ "x": -582.0,
699
+ "y": -18.0,
700
+ "width": 147.33334350585938,
701
+ "height": 131.99996948242188
702
+ }
703
+ },
704
+ "m_Slots": [
705
+ {
706
+ "m_Id": "08283daa33cf4927bf09a810d409b531"
707
+ }
708
+ ],
709
+ "synonyms": [
710
+ "texcoords",
711
+ "coords",
712
+ "coordinates"
713
+ ],
714
+ "m_Precision": 0,
715
+ "m_PreviewExpanded": false,
716
+ "m_PreviewMode": 0,
717
+ "m_CustomColors": {
718
+ "m_SerializableColors": []
719
+ },
720
+ "m_OutputChannel": 1
721
+ }
722
+