@itwin/core-common 3.0.0-extension.0 → 3.1.0-dev.5

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 (289) hide show
  1. package/CHANGELOG.md +84 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/BackgroundMapSettings.d.ts +1 -1
  4. package/lib/cjs/BackgroundMapSettings.d.ts.map +1 -1
  5. package/lib/cjs/BackgroundMapSettings.js.map +1 -1
  6. package/lib/cjs/ConcurrentQuery.d.ts +28 -11
  7. package/lib/cjs/ConcurrentQuery.d.ts.map +1 -1
  8. package/lib/cjs/ConcurrentQuery.js +26 -12
  9. package/lib/cjs/ConcurrentQuery.js.map +1 -1
  10. package/lib/cjs/ContextRealityModel.d.ts +36 -16
  11. package/lib/cjs/ContextRealityModel.d.ts.map +1 -1
  12. package/lib/cjs/ContextRealityModel.js +46 -7
  13. package/lib/cjs/ContextRealityModel.js.map +1 -1
  14. package/lib/cjs/DisplayStyleSettings.d.ts +30 -24
  15. package/lib/cjs/DisplayStyleSettings.d.ts.map +1 -1
  16. package/lib/cjs/DisplayStyleSettings.js +43 -16
  17. package/lib/cjs/DisplayStyleSettings.js.map +1 -1
  18. package/lib/cjs/ECSqlReader.d.ts +17 -5
  19. package/lib/cjs/ECSqlReader.d.ts.map +1 -1
  20. package/lib/cjs/ECSqlReader.js +55 -22
  21. package/lib/cjs/ECSqlReader.js.map +1 -1
  22. package/lib/cjs/ECSqlTypes.d.ts +3 -3
  23. package/lib/cjs/ECSqlTypes.js +3 -3
  24. package/lib/cjs/ECSqlTypes.js.map +1 -1
  25. package/lib/cjs/ElementProps.d.ts +9 -0
  26. package/lib/cjs/ElementProps.d.ts.map +1 -1
  27. package/lib/cjs/ElementProps.js.map +1 -1
  28. package/lib/cjs/Environment.d.ts +61 -0
  29. package/lib/cjs/Environment.d.ts.map +1 -0
  30. package/lib/cjs/Environment.js +74 -0
  31. package/lib/cjs/Environment.js.map +1 -0
  32. package/lib/cjs/FeatureSymbology.d.ts +97 -18
  33. package/lib/cjs/FeatureSymbology.d.ts.map +1 -1
  34. package/lib/cjs/FeatureSymbology.js +83 -27
  35. package/lib/cjs/FeatureSymbology.js.map +1 -1
  36. package/lib/cjs/GeoCoordinateServices.d.ts +66 -1
  37. package/lib/cjs/GeoCoordinateServices.d.ts.map +1 -1
  38. package/lib/cjs/GeoCoordinateServices.js +39 -1
  39. package/lib/cjs/GeoCoordinateServices.js.map +1 -1
  40. package/lib/cjs/Gradient.d.ts.map +1 -1
  41. package/lib/cjs/Gradient.js +10 -0
  42. package/lib/cjs/Gradient.js.map +1 -1
  43. package/lib/cjs/GroundPlane.d.ts +26 -15
  44. package/lib/cjs/GroundPlane.d.ts.map +1 -1
  45. package/lib/cjs/GroundPlane.js +40 -39
  46. package/lib/cjs/GroundPlane.js.map +1 -1
  47. package/lib/cjs/IModel.d.ts +33 -4
  48. package/lib/cjs/IModel.d.ts.map +1 -1
  49. package/lib/cjs/IModel.js +27 -10
  50. package/lib/cjs/IModel.js.map +1 -1
  51. package/lib/cjs/LightSettings.d.ts +59 -0
  52. package/lib/cjs/LightSettings.d.ts.map +1 -1
  53. package/lib/cjs/LightSettings.js +75 -6
  54. package/lib/cjs/LightSettings.js.map +1 -1
  55. package/lib/cjs/Localization.d.ts +1 -1
  56. package/lib/cjs/Localization.js.map +1 -1
  57. package/lib/cjs/MapLayerSettings.d.ts +2 -2
  58. package/lib/cjs/MapLayerSettings.js +2 -2
  59. package/lib/cjs/MapLayerSettings.js.map +1 -1
  60. package/lib/cjs/NativeAppProps.d.ts +2 -36
  61. package/lib/cjs/NativeAppProps.d.ts.map +1 -1
  62. package/lib/cjs/NativeAppProps.js.map +1 -1
  63. package/lib/cjs/PlanarClipMask.d.ts +73 -8
  64. package/lib/cjs/PlanarClipMask.d.ts.map +1 -1
  65. package/lib/cjs/PlanarClipMask.js +17 -24
  66. package/lib/cjs/PlanarClipMask.js.map +1 -1
  67. package/lib/cjs/RealityDataAccessProps.d.ts +42 -0
  68. package/lib/cjs/RealityDataAccessProps.d.ts.map +1 -0
  69. package/lib/cjs/RealityDataAccessProps.js +20 -0
  70. package/lib/cjs/RealityDataAccessProps.js.map +1 -0
  71. package/lib/cjs/RenderMaterial.d.ts +7 -7
  72. package/lib/cjs/RenderMaterial.d.ts.map +1 -1
  73. package/lib/cjs/RenderMaterial.js +10 -5
  74. package/lib/cjs/RenderMaterial.js.map +1 -1
  75. package/lib/cjs/RenderSchedule.d.ts +4 -0
  76. package/lib/cjs/RenderSchedule.d.ts.map +1 -1
  77. package/lib/cjs/RenderSchedule.js +5 -1
  78. package/lib/cjs/RenderSchedule.js.map +1 -1
  79. package/lib/cjs/RenderTexture.d.ts +8 -1
  80. package/lib/cjs/RenderTexture.d.ts.map +1 -1
  81. package/lib/cjs/RenderTexture.js.map +1 -1
  82. package/lib/cjs/SkyBox.d.ts +142 -34
  83. package/lib/cjs/SkyBox.d.ts.map +1 -1
  84. package/lib/cjs/SkyBox.js +192 -6
  85. package/lib/cjs/SkyBox.js.map +1 -1
  86. package/lib/cjs/TextureMapping.d.ts +3 -1
  87. package/lib/cjs/TextureMapping.d.ts.map +1 -1
  88. package/lib/cjs/TextureMapping.js +9 -6
  89. package/lib/cjs/TextureMapping.js.map +1 -1
  90. package/lib/cjs/TextureProps.d.ts +21 -2
  91. package/lib/cjs/TextureProps.d.ts.map +1 -1
  92. package/lib/cjs/TextureProps.js +19 -0
  93. package/lib/cjs/TextureProps.js.map +1 -1
  94. package/lib/cjs/ThematicDisplay.d.ts +6 -0
  95. package/lib/cjs/ThematicDisplay.d.ts.map +1 -1
  96. package/lib/cjs/ThematicDisplay.js +26 -0
  97. package/lib/cjs/ThematicDisplay.js.map +1 -1
  98. package/lib/cjs/TileProps.d.ts +6 -0
  99. package/lib/cjs/TileProps.d.ts.map +1 -1
  100. package/lib/cjs/TileProps.js.map +1 -1
  101. package/lib/cjs/ViewFlags.d.ts +8 -0
  102. package/lib/cjs/ViewFlags.d.ts.map +1 -1
  103. package/lib/cjs/ViewFlags.js +30 -10
  104. package/lib/cjs/ViewFlags.js.map +1 -1
  105. package/lib/cjs/core-common.d.ts +7 -0
  106. package/lib/cjs/core-common.d.ts.map +1 -1
  107. package/lib/cjs/core-common.js +7 -0
  108. package/lib/cjs/core-common.js.map +1 -1
  109. package/lib/cjs/geometry/AdditionalTransform.d.ts +1 -1
  110. package/lib/cjs/geometry/AdditionalTransform.js +1 -1
  111. package/lib/cjs/geometry/AdditionalTransform.js.map +1 -1
  112. package/lib/cjs/geometry/CoordinateReferenceSystem.d.ts +25 -10
  113. package/lib/cjs/geometry/CoordinateReferenceSystem.d.ts.map +1 -1
  114. package/lib/cjs/geometry/CoordinateReferenceSystem.js +9 -7
  115. package/lib/cjs/geometry/CoordinateReferenceSystem.js.map +1 -1
  116. package/lib/cjs/geometry/ElementGeometry.d.ts +12 -8
  117. package/lib/cjs/geometry/ElementGeometry.d.ts.map +1 -1
  118. package/lib/cjs/geometry/ElementGeometry.js.map +1 -1
  119. package/lib/cjs/geometry/FrustumPlanes.d.ts +1 -1
  120. package/lib/cjs/geometry/FrustumPlanes.d.ts.map +1 -1
  121. package/lib/cjs/geometry/FrustumPlanes.js +26 -13
  122. package/lib/cjs/geometry/FrustumPlanes.js.map +1 -1
  123. package/lib/cjs/ipc/IpcWebSocket.d.ts +12 -5
  124. package/lib/cjs/ipc/IpcWebSocket.d.ts.map +1 -1
  125. package/lib/cjs/ipc/IpcWebSocket.js +32 -8
  126. package/lib/cjs/ipc/IpcWebSocket.js.map +1 -1
  127. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts +15 -0
  128. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  129. package/lib/cjs/ipc/IpcWebSocketTransport.js +142 -0
  130. package/lib/cjs/ipc/IpcWebSocketTransport.js.map +1 -0
  131. package/lib/cjs/rpc/core/RpcInvocation.d.ts +4 -4
  132. package/lib/cjs/rpc/core/RpcInvocation.d.ts.map +1 -1
  133. package/lib/cjs/rpc/core/RpcInvocation.js +3 -1
  134. package/lib/cjs/rpc/core/RpcInvocation.js.map +1 -1
  135. package/lib/cjs/tile/ElementGraphics.d.ts +5 -1
  136. package/lib/cjs/tile/ElementGraphics.d.ts.map +1 -1
  137. package/lib/cjs/tile/ElementGraphics.js.map +1 -1
  138. package/lib/cjs/tile/GltfTileIO.d.ts +16 -79
  139. package/lib/cjs/tile/GltfTileIO.d.ts.map +1 -1
  140. package/lib/cjs/tile/GltfTileIO.js +72 -153
  141. package/lib/cjs/tile/GltfTileIO.js.map +1 -1
  142. package/lib/cjs/tile/TileMetadata.d.ts +20 -8
  143. package/lib/cjs/tile/TileMetadata.d.ts.map +1 -1
  144. package/lib/cjs/tile/TileMetadata.js +50 -53
  145. package/lib/cjs/tile/TileMetadata.js.map +1 -1
  146. package/lib/esm/BackgroundMapSettings.d.ts +1 -1
  147. package/lib/esm/BackgroundMapSettings.d.ts.map +1 -1
  148. package/lib/esm/BackgroundMapSettings.js.map +1 -1
  149. package/lib/esm/ConcurrentQuery.d.ts +28 -11
  150. package/lib/esm/ConcurrentQuery.d.ts.map +1 -1
  151. package/lib/esm/ConcurrentQuery.js +26 -12
  152. package/lib/esm/ConcurrentQuery.js.map +1 -1
  153. package/lib/esm/ContextRealityModel.d.ts +36 -16
  154. package/lib/esm/ContextRealityModel.d.ts.map +1 -1
  155. package/lib/esm/ContextRealityModel.js +45 -6
  156. package/lib/esm/ContextRealityModel.js.map +1 -1
  157. package/lib/esm/DisplayStyleSettings.d.ts +30 -24
  158. package/lib/esm/DisplayStyleSettings.d.ts.map +1 -1
  159. package/lib/esm/DisplayStyleSettings.js +43 -16
  160. package/lib/esm/DisplayStyleSettings.js.map +1 -1
  161. package/lib/esm/ECSqlReader.d.ts +17 -5
  162. package/lib/esm/ECSqlReader.d.ts.map +1 -1
  163. package/lib/esm/ECSqlReader.js +56 -23
  164. package/lib/esm/ECSqlReader.js.map +1 -1
  165. package/lib/esm/ECSqlTypes.d.ts +3 -3
  166. package/lib/esm/ECSqlTypes.js +3 -3
  167. package/lib/esm/ECSqlTypes.js.map +1 -1
  168. package/lib/esm/ElementProps.d.ts +9 -0
  169. package/lib/esm/ElementProps.d.ts.map +1 -1
  170. package/lib/esm/ElementProps.js.map +1 -1
  171. package/lib/esm/Environment.d.ts +61 -0
  172. package/lib/esm/Environment.d.ts.map +1 -0
  173. package/lib/esm/Environment.js +70 -0
  174. package/lib/esm/Environment.js.map +1 -0
  175. package/lib/esm/FeatureSymbology.d.ts +97 -18
  176. package/lib/esm/FeatureSymbology.d.ts.map +1 -1
  177. package/lib/esm/FeatureSymbology.js +84 -28
  178. package/lib/esm/FeatureSymbology.js.map +1 -1
  179. package/lib/esm/GeoCoordinateServices.d.ts +66 -1
  180. package/lib/esm/GeoCoordinateServices.d.ts.map +1 -1
  181. package/lib/esm/GeoCoordinateServices.js +39 -1
  182. package/lib/esm/GeoCoordinateServices.js.map +1 -1
  183. package/lib/esm/Gradient.d.ts.map +1 -1
  184. package/lib/esm/Gradient.js +10 -0
  185. package/lib/esm/Gradient.js.map +1 -1
  186. package/lib/esm/GroundPlane.d.ts +26 -15
  187. package/lib/esm/GroundPlane.d.ts.map +1 -1
  188. package/lib/esm/GroundPlane.js +40 -39
  189. package/lib/esm/GroundPlane.js.map +1 -1
  190. package/lib/esm/IModel.d.ts +33 -4
  191. package/lib/esm/IModel.d.ts.map +1 -1
  192. package/lib/esm/IModel.js +27 -10
  193. package/lib/esm/IModel.js.map +1 -1
  194. package/lib/esm/LightSettings.d.ts +59 -0
  195. package/lib/esm/LightSettings.d.ts.map +1 -1
  196. package/lib/esm/LightSettings.js +74 -6
  197. package/lib/esm/LightSettings.js.map +1 -1
  198. package/lib/esm/Localization.d.ts +1 -1
  199. package/lib/esm/Localization.js.map +1 -1
  200. package/lib/esm/MapLayerSettings.d.ts +2 -2
  201. package/lib/esm/MapLayerSettings.js +2 -2
  202. package/lib/esm/MapLayerSettings.js.map +1 -1
  203. package/lib/esm/NativeAppProps.d.ts +2 -36
  204. package/lib/esm/NativeAppProps.d.ts.map +1 -1
  205. package/lib/esm/NativeAppProps.js.map +1 -1
  206. package/lib/esm/PlanarClipMask.d.ts +73 -8
  207. package/lib/esm/PlanarClipMask.d.ts.map +1 -1
  208. package/lib/esm/PlanarClipMask.js +17 -24
  209. package/lib/esm/PlanarClipMask.js.map +1 -1
  210. package/lib/esm/RealityDataAccessProps.d.ts +42 -0
  211. package/lib/esm/RealityDataAccessProps.d.ts.map +1 -0
  212. package/lib/esm/RealityDataAccessProps.js +17 -0
  213. package/lib/esm/RealityDataAccessProps.js.map +1 -0
  214. package/lib/esm/RenderMaterial.d.ts +7 -7
  215. package/lib/esm/RenderMaterial.d.ts.map +1 -1
  216. package/lib/esm/RenderMaterial.js +10 -5
  217. package/lib/esm/RenderMaterial.js.map +1 -1
  218. package/lib/esm/RenderSchedule.d.ts +4 -0
  219. package/lib/esm/RenderSchedule.d.ts.map +1 -1
  220. package/lib/esm/RenderSchedule.js +5 -1
  221. package/lib/esm/RenderSchedule.js.map +1 -1
  222. package/lib/esm/RenderTexture.d.ts +8 -1
  223. package/lib/esm/RenderTexture.d.ts.map +1 -1
  224. package/lib/esm/RenderTexture.js.map +1 -1
  225. package/lib/esm/SkyBox.d.ts +142 -34
  226. package/lib/esm/SkyBox.d.ts.map +1 -1
  227. package/lib/esm/SkyBox.js +187 -5
  228. package/lib/esm/SkyBox.js.map +1 -1
  229. package/lib/esm/TextureMapping.d.ts +3 -1
  230. package/lib/esm/TextureMapping.d.ts.map +1 -1
  231. package/lib/esm/TextureMapping.js +9 -6
  232. package/lib/esm/TextureMapping.js.map +1 -1
  233. package/lib/esm/TextureProps.d.ts +21 -2
  234. package/lib/esm/TextureProps.d.ts.map +1 -1
  235. package/lib/esm/TextureProps.js +18 -1
  236. package/lib/esm/TextureProps.js.map +1 -1
  237. package/lib/esm/ThematicDisplay.d.ts +6 -0
  238. package/lib/esm/ThematicDisplay.d.ts.map +1 -1
  239. package/lib/esm/ThematicDisplay.js +26 -0
  240. package/lib/esm/ThematicDisplay.js.map +1 -1
  241. package/lib/esm/TileProps.d.ts +6 -0
  242. package/lib/esm/TileProps.d.ts.map +1 -1
  243. package/lib/esm/TileProps.js.map +1 -1
  244. package/lib/esm/ViewFlags.d.ts +8 -0
  245. package/lib/esm/ViewFlags.d.ts.map +1 -1
  246. package/lib/esm/ViewFlags.js +30 -10
  247. package/lib/esm/ViewFlags.js.map +1 -1
  248. package/lib/esm/core-common.d.ts +7 -0
  249. package/lib/esm/core-common.d.ts.map +1 -1
  250. package/lib/esm/core-common.js +7 -0
  251. package/lib/esm/core-common.js.map +1 -1
  252. package/lib/esm/geometry/AdditionalTransform.d.ts +1 -1
  253. package/lib/esm/geometry/AdditionalTransform.js +1 -1
  254. package/lib/esm/geometry/AdditionalTransform.js.map +1 -1
  255. package/lib/esm/geometry/CoordinateReferenceSystem.d.ts +25 -10
  256. package/lib/esm/geometry/CoordinateReferenceSystem.d.ts.map +1 -1
  257. package/lib/esm/geometry/CoordinateReferenceSystem.js +9 -7
  258. package/lib/esm/geometry/CoordinateReferenceSystem.js.map +1 -1
  259. package/lib/esm/geometry/ElementGeometry.d.ts +12 -8
  260. package/lib/esm/geometry/ElementGeometry.d.ts.map +1 -1
  261. package/lib/esm/geometry/ElementGeometry.js.map +1 -1
  262. package/lib/esm/geometry/FrustumPlanes.d.ts +1 -1
  263. package/lib/esm/geometry/FrustumPlanes.d.ts.map +1 -1
  264. package/lib/esm/geometry/FrustumPlanes.js +26 -13
  265. package/lib/esm/geometry/FrustumPlanes.js.map +1 -1
  266. package/lib/esm/ipc/IpcWebSocket.d.ts +12 -5
  267. package/lib/esm/ipc/IpcWebSocket.d.ts.map +1 -1
  268. package/lib/esm/ipc/IpcWebSocket.js +31 -6
  269. package/lib/esm/ipc/IpcWebSocket.js.map +1 -1
  270. package/lib/esm/ipc/IpcWebSocketTransport.d.ts +15 -0
  271. package/lib/esm/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  272. package/lib/esm/ipc/IpcWebSocketTransport.js +138 -0
  273. package/lib/esm/ipc/IpcWebSocketTransport.js.map +1 -0
  274. package/lib/esm/rpc/core/RpcInvocation.d.ts +4 -4
  275. package/lib/esm/rpc/core/RpcInvocation.d.ts.map +1 -1
  276. package/lib/esm/rpc/core/RpcInvocation.js +3 -1
  277. package/lib/esm/rpc/core/RpcInvocation.js.map +1 -1
  278. package/lib/esm/tile/ElementGraphics.d.ts +5 -1
  279. package/lib/esm/tile/ElementGraphics.d.ts.map +1 -1
  280. package/lib/esm/tile/ElementGraphics.js.map +1 -1
  281. package/lib/esm/tile/GltfTileIO.d.ts +16 -79
  282. package/lib/esm/tile/GltfTileIO.d.ts.map +1 -1
  283. package/lib/esm/tile/GltfTileIO.js +70 -149
  284. package/lib/esm/tile/GltfTileIO.js.map +1 -1
  285. package/lib/esm/tile/TileMetadata.d.ts +20 -8
  286. package/lib/esm/tile/TileMetadata.d.ts.map +1 -1
  287. package/lib/esm/tile/TileMetadata.js +50 -53
  288. package/lib/esm/tile/TileMetadata.js.map +1 -1
  289. package/package.json +10 -11
@@ -1 +1 @@
1
- {"version":3,"file":"PlanarClipMask.js","sourceRoot":"","sources":["../../src/PlanarClipMask.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module DisplayStyles\r\n */\r\n\r\nimport { CompressedId64Set, Id64String, OrderedId64Iterable } from \"@itwin/core-bentley\";\r\n\r\n/** The different modes by which a [[PlanarClipMaskSettings]] collects the geometry used to mask a model.\r\n * @public\r\n */\r\nexport enum PlanarClipMaskMode {\r\n /** No masking. */\r\n None = 0,\r\n /** Mask based on priority. Different types of models have different default priorities as enumerated by [[PlanarClipMaskPriority]].\r\n * For example, background maps have the lowest priority, so they are masked by all other types, while design models have the highest priority and are therefore never masked.\r\n * The priority of a reality model can be overridden by [[PlanarClipMaskSettings.priority]]. This is useful to allow one reality model to mask another overlapping one.\r\n */\r\n Priority = 1,\r\n /** Indicates that masks should be produced from the geometry in a set of [GeometricModel]($backend)s. */\r\n Models = 2,\r\n /** Indicates that masks should be produced from geometry belonging to a set of subcategories. */\r\n IncludeSubCategories = 3,\r\n /** Indicates that masks should be produced from the geometry of a set of [GeometricElement]($backend)s. */\r\n IncludeElements = 4,\r\n /** Indicates that masks should be produced from the geometry of all [GeometricElement]($backend)s in a view, **except** for a specified set of excluded elements. */\r\n ExcludeElements = 5,\r\n}\r\n\r\n/** The default priority values for a [[PlanarClipMaskSettings]], based on model type. Models with a lower priority are masked by models with a higher priority.\r\n * The default can be overridden by [[PlanarClipMaskSettings.priority]].\r\n * @public\r\n */\r\nexport enum PlanarClipMaskPriority {\r\n /** Background map. */\r\n BackgroundMap = -2048,\r\n /** A reality model that spans the globe - e.g., OpenStreetMaps Buildings. */\r\n GlobalRealityModel = -1024,\r\n /** A reality model with a bounded range. */\r\n RealityModel = 0,\r\n /** A design model stored in the [IModelDb]($backend). */\r\n DesignModel = 2048,\r\n}\r\n\r\n/** JSON representation of a [[PlanarClipMaskSettings]].\r\n * @see [[DisplayStyleSettingsProps.planarClipOvr]] and [[ContextRealityModelProps.planarClipMask]].\r\n * @public\r\n */\r\nexport interface PlanarClipMaskProps {\r\n /** Controls how the mask geometry is collected */\r\n mode: PlanarClipMaskMode;\r\n /** @see [[PlanarClipMaskSettings.modelIds]]. */\r\n modelIds?: CompressedId64Set;\r\n /** @see [[PlanarClipMaskSettings.subCategoryOrElementIds]]. */\r\n subCategoryOrElementIds?: CompressedId64Set;\r\n /** @see [[PlanarClipMaskSettings.priority]]. */\r\n priority?: number;\r\n /** @see [[PlanarClipMaskSettings.transparency]]. */\r\n transparency?: number;\r\n}\r\n\r\n/** Describes how to mask the geometry of one [GeometricModel]($backend) for display. The mask is produced by projecting geometry from any number of other models -\r\n * optionally filtered by [SubCategory]($backend) or by a set of specific [GeometricElement]($backend)s - onto a plane. Regions of the masked model that intersect the\r\n * mask are rendered partially or completely transparent. This is useful for, e.g., making subsurface geometry visible below the background map, or clipping out portions\r\n * of a reality model that intersect a design model.\r\n * @note Currently reality models (including background maps and terrain) can be masked, but design models can only produce masks.\r\n * @see [[DisplayStyleSettings.planarClipMasks]] to define clip masks for a [DisplayStyle]($backend).\r\n * @see [[ContextRealityModel.planarClipMaskSettings]] to apply a clip mask to a context reality model.\r\n * @public\r\n */\r\nexport class PlanarClipMaskSettings {\r\n /** Specifies how the mask geometry is produced. */\r\n public readonly mode: PlanarClipMaskMode;\r\n /** For any mode other than [[PlanarClipMaskMode.Priority]], the Ids of the [GeometricModel]($backend)s containing the geometry used to produce the mask.\r\n * If `undefined`, the set of all models in the view's [ModelSelector]($backend) is used.\r\n * The mask geometry can be filtered by [[subCategoryOrElementIds]].\r\n */\r\n public readonly modelIds?: OrderedId64Iterable;\r\n /** For [[PlanarClipMaskMode.IncludeElements]] or [[PlanarClipMaskMode.ExcludedElements]], the Ids of the [GeometricElement]($backend)s to include or exclude from masking;\r\n * for [[PlanarClipMaskMode.IncludeSubCategories]], the Ids of the subcategories whose geometry contributes to the mask.\r\n */\r\n public readonly subCategoryOrElementIds?: OrderedId64Iterable;\r\n /** For [[PlanarClipMaskMode.Priority]], the priority value. */\r\n public readonly priority?: number;\r\n /** A value between 0 and 1 indicating an override for mask transparency. A transparency of 0 indicates complete masking. 1 is completely transparent (no masking).\r\n If no transparency is defined then the transparencies of the mask elements are used.\r\n */\r\n public readonly transparency?: number;\r\n private readonly _modelIds?: CompressedId64Set;\r\n private readonly _subCategoryOrElementIds?: CompressedId64Set;\r\n\r\n /** The compressed representation of [[modelIds]]. */\r\n public get compressedModelIds(): CompressedId64Set | undefined {\r\n return this._modelIds;\r\n }\r\n\r\n /** Create a new [[PlanarClipMaskSettings]] object from its JSON representation. */\r\n public static fromJSON(json?: PlanarClipMaskProps): PlanarClipMaskSettings {\r\n if (!json || undefined === json.mode)\r\n return this.defaults;\r\n\r\n return new PlanarClipMaskSettings(json.mode, json.transparency, json.modelIds, json.subCategoryOrElementIds, json.priority);\r\n }\r\n\r\n /** Create settings for [[PlanarClipMaskMode.Models]]. */\r\n public static createForModels(modelIds: Iterable<Id64String> | undefined, transparency?: number): PlanarClipMaskSettings {\r\n return this.fromJSON({\r\n mode: PlanarClipMaskMode.Models,\r\n transparency,\r\n modelIds: modelIds ? CompressedId64Set.sortAndCompress(modelIds) : undefined,\r\n });\r\n }\r\n\r\n /** Create settings that filter by element or subcategory. */\r\n public static createForElementsOrSubCategories(mode: PlanarClipMaskMode.IncludeElements | PlanarClipMaskMode.ExcludeElements | PlanarClipMaskMode.IncludeSubCategories,\r\n elementOrSubCategoryIds: Iterable<Id64String>, modelIds?: Iterable<Id64String>, transparency?: number): PlanarClipMaskSettings {\r\n return this.fromJSON({\r\n mode,\r\n transparency,\r\n modelIds: modelIds ? CompressedId64Set.sortAndCompress(modelIds) : undefined,\r\n subCategoryOrElementIds: CompressedId64Set.sortAndCompress(elementOrSubCategoryIds),\r\n });\r\n }\r\n\r\n /** Create settings that mask by priority.\r\n * @see [[PlanarClipMaskPriority]] for default priority values based on model type.\r\n */\r\n public static createByPriority(priority: number, transparency?: number) {\r\n return new PlanarClipMaskSettings(PlanarClipMaskMode.Priority, transparency, undefined, undefined, priority);\r\n }\r\n\r\n /** Create JSON object representing this [[PlanarClipMaskSettings]] */\r\n public toJSON(): PlanarClipMaskProps {\r\n const props: PlanarClipMaskProps = { mode: this.mode };\r\n if (undefined !== this._modelIds)\r\n props.modelIds = this._modelIds;\r\n\r\n if (undefined !== this._subCategoryOrElementIds)\r\n props.subCategoryOrElementIds = this._subCategoryOrElementIds;\r\n\r\n if (undefined !== this.priority)\r\n props.priority = this.priority;\r\n\r\n if (undefined !== this.transparency)\r\n props.transparency = this.transparency;\r\n\r\n return props;\r\n }\r\n\r\n /** Returns true if masking is enabled. */\r\n public get isValid(): boolean {\r\n return this.mode !== PlanarClipMaskMode.None;\r\n }\r\n\r\n public equals(other: PlanarClipMaskSettings): boolean {\r\n return this.mode === other.mode &&\r\n this.priority === other.priority &&\r\n this.transparency === other.transparency &&\r\n this._modelIds === other._modelIds &&\r\n this._subCategoryOrElementIds === other._subCategoryOrElementIds;\r\n }\r\n\r\n /** Create a copy of this TerrainSettings, optionally modifying some of its properties.\r\n * @param changedProps JSON representation of the properties to change.\r\n * @returns A PlanarClipMaskSettings with all of its properties set to match those of`this`, except those explicitly defined in `changedProps`.\r\n */\r\n public clone(changedProps?: PlanarClipMaskProps): PlanarClipMaskSettings {\r\n if (undefined === changedProps)\r\n return this;\r\n\r\n return PlanarClipMaskSettings.fromJSON({\r\n ...this.toJSON(),\r\n ...changedProps,\r\n });\r\n }\r\n\r\n private constructor(mode: PlanarClipMaskMode, transparency?: number, modelIds?: CompressedId64Set, subCategoryOrElementIds?: CompressedId64Set, priority?: number) {\r\n this.mode = mode;\r\n this._modelIds = modelIds;\r\n this._subCategoryOrElementIds = subCategoryOrElementIds;\r\n this.priority = priority;\r\n this.transparency = undefined !== transparency ? Math.max(0, Math.min(1, transparency)) : undefined;\r\n\r\n if (modelIds)\r\n this.modelIds = CompressedId64Set.iterable(modelIds);\r\n\r\n if (subCategoryOrElementIds)\r\n this.subCategoryOrElementIds = CompressedId64Set.iterable(subCategoryOrElementIds);\r\n }\r\n\r\n /** A default PlanarClipMask which masks nothing. */\r\n public static defaults = new PlanarClipMaskSettings(PlanarClipMaskMode.None);\r\n}\r\n"]}
1
+ {"version":3,"file":"PlanarClipMask.js","sourceRoot":"","sources":["../../src/PlanarClipMask.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module DisplayStyles\r\n */\r\n\r\nimport { CompressedId64Set, Id64String, OrderedId64Iterable } from \"@itwin/core-bentley\";\r\n\r\n/** The different modes by which a [[PlanarClipMaskSettings]] collects the geometry used to mask a model.\r\n * @public\r\n */\r\nexport enum PlanarClipMaskMode {\r\n /** No masking. */\r\n None = 0,\r\n /** Mask based on priority. Different types of models have different default priorities as enumerated by [[PlanarClipMaskPriority]].\r\n * For example, background maps have the lowest priority, so they are masked by all other types, while design models have the highest priority and are therefore never masked.\r\n * The priority of a reality model can be overridden by [[PlanarClipMaskSettings.priority]]. This is useful to allow one reality model to mask another overlapping one.\r\n */\r\n Priority = 1,\r\n /** Indicates that masks should be produced from the geometry in a set of [GeometricModel]($backend)s. */\r\n Models = 2,\r\n /** Indicates that masks should be produced from geometry belonging to a set of subcategories. */\r\n IncludeSubCategories = 3,\r\n /** Indicates that masks should be produced from the geometry of a set of [GeometricElement]($backend)s. */\r\n IncludeElements = 4,\r\n /** Indicates that masks should be produced from the geometry of all [GeometricElement]($backend)s in a view, **except** for a specified set of excluded elements. */\r\n ExcludeElements = 5,\r\n}\r\n\r\n/** The default priority values for a [[PlanarClipMaskSettings]], based on model type. Models with a lower priority are masked by models with a higher priority.\r\n * The default can be overridden by [[PlanarClipMaskSettings.priority]].\r\n * @public\r\n */\r\nexport enum PlanarClipMaskPriority {\r\n /** Background map. */\r\n BackgroundMap = -2048,\r\n /** A reality model that spans the globe - e.g., OpenStreetMaps Buildings. */\r\n GlobalRealityModel = -1024,\r\n /** A reality model with a bounded range. */\r\n RealityModel = 0,\r\n /** A design model stored in the [IModelDb]($backend). */\r\n DesignModel = 2048,\r\n}\r\n\r\n/** JSON representation of a [[PlanarClipMaskSettings]].\r\n * @see [[DisplayStyleSettingsProps.planarClipOvr]] and [[ContextRealityModelProps.planarClipMask]].\r\n * @public\r\n */\r\nexport interface PlanarClipMaskProps {\r\n /** Controls how the mask geometry is collected */\r\n mode: PlanarClipMaskMode;\r\n /** @see [[PlanarClipMaskSettings.modelIds]]. */\r\n modelIds?: CompressedId64Set;\r\n /** @see [[PlanarClipMaskSettings.subCategoryOrElementIds]]. */\r\n subCategoryOrElementIds?: CompressedId64Set;\r\n /** @see [[PlanarClipMaskSettings.priority]]. */\r\n priority?: number;\r\n /** @see [[PlanarClipMaskSettings.transparency]]. */\r\n transparency?: number;\r\n /** @see PlanarClipMaskSettings.invert */\r\n invert?: boolean;\r\n}\r\n\r\n/** Basic arguments supplied to [[PlanarClipMaskSettings.create]].\r\n * @public\r\n */\r\nexport interface BasicPlanarClipMaskArgs {\r\n /** @see [[PlanarClipMaskSettings.transparency]]. */\r\n transparency?: number;\r\n /** @see [[PlanarClipMaskSettings.invert]]. */\r\n invert?: boolean;\r\n}\r\n\r\n/** Arguments supplied to [[PlanarClipMaskSettings.create]] to create a mask of [[PlanarClipMaskMode.Models]].\r\n * @public\r\n */\r\nexport interface ModelPlanarClipMaskArgs extends BasicPlanarClipMaskArgs {\r\n /** @see [[PlanarClipMaskSettings.modelIds]]. */\r\n modelIds?: Iterable<Id64String>;\r\n /** @internal */\r\n exclude?: never;\r\n /** @internal */\r\n elementIds?: never;\r\n /** @internal */\r\n subCategoryIds?: never;\r\n /** @internal */\r\n priority?: never;\r\n}\r\n\r\n/** Arguments supplied to [[PlanarClipMaskSettings.create]] to create a mask of [[PlanarClipMaskMode.IncludeElements]] or [[PlanarClipMaskMode.ExcludeElements]].\r\n * @public\r\n */\r\nexport interface ElementPlanarClipMaskArgs extends BasicPlanarClipMaskArgs {\r\n /** @see [[PlanarClipMaskSettings.modelIds]]. */\r\n modelIds?: Iterable<Id64String>;\r\n /** The elements used by the mask. @see [[PlanarClipMaskSettings.subCategoryOrElementIds]]. */\r\n elementIds: Iterable<Id64String>;\r\n /** If true, creates a mask of [[PlanarClipMaskMode.ExcludeElements]]; otherwise, [[PlanarClipMaskMode.IncludeElements]]. */\r\n exclude?: boolean;\r\n /** @internal */\r\n subCategoryIds?: never;\r\n /** @internal */\r\n priority?: never;\r\n}\r\n\r\n/** Arguments supplied to [[PlanarClipMaskSettings.create]] to create a mask of [[PlanarClipMaskMode.IncludeSubCategories]].\r\n * @public\r\n */\r\nexport interface SubCategoryPlanarClipMaskArgs extends BasicPlanarClipMaskArgs {\r\n /** @see [[PlanarClipMaskSettings.modelIds]]. */\r\n modelIds?: Iterable<Id64String>;\r\n /** The subcategories used by the mask. @see [[PlanarClipMaskSettings.subCategoryOrElementIds]]. */\r\n subCategoryIds: Iterable<Id64String>;\r\n /** @internal */\r\n exclude?: never;\r\n /** @internal */\r\n elementIds?: never;\r\n /** @internal */\r\n priority?: never;\r\n}\r\n\r\n/** Arguments supplied to [[PlanarClipMaskSettings.create]] to create a mask of [[PlanarClipMaskMode.Priority]].\r\n * @public\r\n */\r\nexport interface PriorityPlanarClipMaskArgs extends BasicPlanarClipMaskArgs {\r\n /** @see [[PlanarClipMaskSettings.priority]]. */\r\n priority: number;\r\n /** @internal */\r\n exclude?: never;\r\n /** @internal */\r\n elementIds?: never;\r\n /** @internal */\r\n modelIds?: never;\r\n}\r\n\r\n/** Describes how to mask the geometry of one [GeometricModel]($backend) for display. The mask is produced by projecting geometry from any number of other models -\r\n * optionally filtered by [SubCategory]($backend) or by a set of specific [GeometricElement]($backend)s - onto a plane. Regions of the masked model that intersect the\r\n * mask are rendered partially or completely transparent. This is useful for, e.g., making subsurface geometry visible below the background map, or clipping out portions\r\n * of a reality model that intersect a design model.\r\n * @note Currently reality models (including background maps and terrain) can be masked, but design models can only produce masks.\r\n * @see [[DisplayStyleSettings.planarClipMasks]] to define clip masks for a [DisplayStyle]($backend).\r\n * @see [[ContextRealityModel.planarClipMaskSettings]] to apply a clip mask to a context reality model.\r\n * @public\r\n */\r\nexport class PlanarClipMaskSettings {\r\n /** Specifies how the mask geometry is produced. */\r\n public readonly mode: PlanarClipMaskMode;\r\n /** For any mode other than [[PlanarClipMaskMode.Priority]], the Ids of the [GeometricModel]($backend)s containing the geometry used to produce the mask.\r\n * If `undefined`, the set of all models in the view's [ModelSelector]($backend) is used.\r\n * The mask geometry can be filtered by [[subCategoryOrElementIds]].\r\n */\r\n public readonly modelIds?: OrderedId64Iterable;\r\n /** For [[PlanarClipMaskMode.IncludeElements]] or [[PlanarClipMaskMode.ExcludedElements]], the Ids of the [GeometricElement]($backend)s to include or exclude from masking;\r\n * for [[PlanarClipMaskMode.IncludeSubCategories]], the Ids of the subcategories whose geometry contributes to the mask.\r\n */\r\n public readonly subCategoryOrElementIds?: OrderedId64Iterable;\r\n /** For [[PlanarClipMaskMode.Priority]], the priority value. */\r\n public readonly priority?: number;\r\n /** A value between 0 and 1 indicating an override for mask transparency. A transparency of 0 indicates complete masking. 1 is completely transparent (no masking).\r\n If no transparency is defined then the transparencies of the mask elements are used.\r\n */\r\n public readonly transparency?: number;\r\n /** A value of true indicates that the mask should be inverted and only content within the mask should be displayed, in other words the area inside the mask is displayed rather than outside. */\r\n public readonly invert: boolean;\r\n private readonly _modelIds?: CompressedId64Set;\r\n private readonly _subCategoryOrElementIds?: CompressedId64Set;\r\n\r\n /** The compressed representation of [[modelIds]]. */\r\n public get compressedModelIds(): CompressedId64Set | undefined {\r\n return this._modelIds;\r\n }\r\n\r\n /** Create a new [[PlanarClipMaskSettings]] object from its JSON representation. */\r\n public static fromJSON(json?: PlanarClipMaskProps): PlanarClipMaskSettings {\r\n if (!json || undefined === json.mode)\r\n return this.defaults;\r\n\r\n return new PlanarClipMaskSettings(json.mode, json.transparency, json.modelIds, json.subCategoryOrElementIds, json.priority, json.invert);\r\n }\r\n\r\n /** Create a new PlanarClipMaskSettings. */\r\n public static create(args: ModelPlanarClipMaskArgs | ElementPlanarClipMaskArgs | SubCategoryPlanarClipMaskArgs | PriorityPlanarClipMaskArgs): PlanarClipMaskSettings {\r\n const modelIds = args.modelIds ? CompressedId64Set.sortAndCompress(args.modelIds) : undefined;\r\n if (undefined !== args.priority)\r\n return new PlanarClipMaskSettings(PlanarClipMaskMode.Priority, args.transparency, undefined, undefined, args.priority, args.invert);\r\n else if (undefined !== args.subCategoryIds)\r\n return new PlanarClipMaskSettings(PlanarClipMaskMode.IncludeSubCategories, args.transparency, modelIds, CompressedId64Set.sortAndCompress(args.subCategoryIds), undefined, args.invert);\r\n else if (undefined !== args.elementIds)\r\n return new PlanarClipMaskSettings(args.exclude ? PlanarClipMaskMode.ExcludeElements : PlanarClipMaskMode.IncludeElements, args.transparency, modelIds, CompressedId64Set.sortAndCompress(args.elementIds), undefined, args.invert);\r\n else\r\n return new PlanarClipMaskSettings(PlanarClipMaskMode.Models, args.transparency, modelIds, undefined, undefined, args.invert);\r\n }\r\n\r\n /** Create JSON object representing this [[PlanarClipMaskSettings]] */\r\n public toJSON(): PlanarClipMaskProps {\r\n const props: PlanarClipMaskProps = { mode: this.mode };\r\n if (undefined !== this._modelIds)\r\n props.modelIds = this._modelIds;\r\n\r\n if (undefined !== this._subCategoryOrElementIds)\r\n props.subCategoryOrElementIds = this._subCategoryOrElementIds;\r\n\r\n if (undefined !== this.priority)\r\n props.priority = this.priority;\r\n\r\n if (undefined !== this.transparency)\r\n props.transparency = this.transparency;\r\n\r\n if (this.invert)\r\n props.invert = true;\r\n\r\n return props;\r\n }\r\n\r\n /** Returns true if masking is enabled. */\r\n public get isValid(): boolean {\r\n return this.mode !== PlanarClipMaskMode.None;\r\n }\r\n\r\n public equals(other: PlanarClipMaskSettings): boolean {\r\n return this.mode === other.mode &&\r\n this.priority === other.priority &&\r\n this.transparency === other.transparency &&\r\n this.invert === other.invert &&\r\n this._modelIds === other._modelIds &&\r\n this._subCategoryOrElementIds === other._subCategoryOrElementIds;\r\n }\r\n\r\n /** Create a copy of this TerrainSettings, optionally modifying some of its properties.\r\n * @param changedProps JSON representation of the properties to change.\r\n * @returns A PlanarClipMaskSettings with all of its properties set to match those of`this`, except those explicitly defined in `changedProps`.\r\n */\r\n public clone(changedProps?: PlanarClipMaskProps): PlanarClipMaskSettings {\r\n if (undefined === changedProps)\r\n return this;\r\n\r\n return PlanarClipMaskSettings.fromJSON({\r\n ...this.toJSON(),\r\n ...changedProps,\r\n });\r\n }\r\n\r\n private constructor(mode: PlanarClipMaskMode, transparency?: number, modelIds?: CompressedId64Set, subCategoryOrElementIds?: CompressedId64Set, priority?: number, invert?: boolean) {\r\n this.mode = mode;\r\n this._modelIds = modelIds;\r\n this._subCategoryOrElementIds = subCategoryOrElementIds;\r\n this.priority = priority;\r\n this.invert = true === invert;\r\n this.transparency = undefined !== transparency ? Math.max(0, Math.min(1, transparency)) : undefined;\r\n\r\n if (modelIds)\r\n this.modelIds = CompressedId64Set.iterable(modelIds);\r\n\r\n if (subCategoryOrElementIds)\r\n this.subCategoryOrElementIds = CompressedId64Set.iterable(subCategoryOrElementIds);\r\n }\r\n\r\n /** A default PlanarClipMask which masks nothing. */\r\n public static defaults = new PlanarClipMaskSettings(PlanarClipMaskMode.None);\r\n}\r\n"]}
@@ -0,0 +1,42 @@
1
+ /** @packageDocumentation
2
+ * @module RealityData
3
+ */
4
+ import { AccessToken } from "@itwin/core-bentley";
5
+ /**
6
+ * All of the currently supported Reality Data types
7
+ * @beta
8
+ */
9
+ export declare enum DefaultSupportedTypes {
10
+ RealityMesh3dTiles = "RealityMesh3DTiles",
11
+ OPC = "OPC",
12
+ Terrain3dTiles = "Terrain3DTiles",
13
+ OMR = "OMR",
14
+ Cesium3dTiles = "Cesium3DTiles"
15
+ }
16
+ /** RealityData
17
+ * This class implements a Reality Data stored in the Reality Data API
18
+ * Data is accessed directly through methods of the reality data instance.
19
+ * Access to the data required a properly entitled token though the access to the blob is controlled through
20
+ * an Azure blob URL, the token may be required to obtain this Azure blob URL or refresh it.
21
+ * The Azure blob URL is considered valid for an hour and is refreshed after 50 minutes.
22
+ * In addition to the reality data properties, and Azure blob URL and internal states, a reality data also contains
23
+ * the identification of the iTwin to identify the context(used for access permissions resolution)
24
+ * @beta
25
+ */
26
+ export interface RealityData {
27
+ id?: string;
28
+ rootDocument?: string;
29
+ type?: string;
30
+ getBlobUrl(accessToken: AccessToken, blobPath: string): Promise<URL>;
31
+ }
32
+ /**
33
+ * Client wrapper to Reality Data Service.
34
+ * An instance of this class is used to extract reality data from the Reality Data API
35
+ * This class implements obtaining a specific reality data and extraction of the Azure blob address.
36
+ * @beta
37
+ */
38
+ export interface RealityDataAccess {
39
+ getRealityData: (accessToken: AccessToken, iTwinId: string | undefined, realityDataId: string) => Promise<RealityData>;
40
+ getRealityDataUrl: (iTwinId: string | undefined, realityDataId: string) => Promise<string>;
41
+ }
42
+ //# sourceMappingURL=RealityDataAccessProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RealityDataAccessProps.d.ts","sourceRoot":"","sources":["../../src/RealityDataAccessProps.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD;;;GAGG;AACH,oBAAY,qBAAqB;IAC/B,kBAAkB,uBAAuB;IACzC,GAAG,QAAQ;IACX,cAAc,mBAAmB;IACjC,GAAG,QAAQ;IACX,aAAa,kBAAkB;CAChC;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,UAAU,CAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;CACtE;AAED;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAChC,cAAc,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,GAAG,SAAS,EAAE,aAAa,EAAE,MAAM,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;IACvH,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,EAAE,aAAa,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CAC5F"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.DefaultSupportedTypes = void 0;
8
+ /**
9
+ * All of the currently supported Reality Data types
10
+ * @beta
11
+ */
12
+ var DefaultSupportedTypes;
13
+ (function (DefaultSupportedTypes) {
14
+ DefaultSupportedTypes["RealityMesh3dTiles"] = "RealityMesh3DTiles";
15
+ DefaultSupportedTypes["OPC"] = "OPC";
16
+ DefaultSupportedTypes["Terrain3dTiles"] = "Terrain3DTiles";
17
+ DefaultSupportedTypes["OMR"] = "OMR";
18
+ DefaultSupportedTypes["Cesium3dTiles"] = "Cesium3DTiles"; // Cesium 3D Tiles
19
+ })(DefaultSupportedTypes = exports.DefaultSupportedTypes || (exports.DefaultSupportedTypes = {}));
20
+ //# sourceMappingURL=RealityDataAccessProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RealityDataAccessProps.js","sourceRoot":"","sources":["../../src/RealityDataAccessProps.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;AAO/F;;;GAGG;AACH,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC/B,kEAAyC,CAAA;IACzC,oCAAW,CAAA;IACX,0DAAiC,CAAA;IACjC,oCAAW,CAAA;IACX,wDAA+B,CAAA,CAAC,kBAAkB;AACpD,CAAC,EANW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAMhC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/** @packageDocumentation\r\n * @module RealityData\r\n */\r\nimport { AccessToken } from \"@itwin/core-bentley\";\r\n\r\n/**\r\n * All of the currently supported Reality Data types\r\n * @beta\r\n */\r\nexport enum DefaultSupportedTypes {\r\n RealityMesh3dTiles = \"RealityMesh3DTiles\", // Web Ready 3D Scalable Mesh\r\n OPC = \"OPC\", // Web Ready Orbit Point Cloud\r\n Terrain3dTiles = \"Terrain3DTiles\", // Web Ready Terrain Scalable Mesh\r\n OMR = \"OMR\", // Orbit Mapping Resource\r\n Cesium3dTiles = \"Cesium3DTiles\" // Cesium 3D Tiles\r\n}\r\n\r\n/** RealityData\r\n * This class implements a Reality Data stored in the Reality Data API\r\n * Data is accessed directly through methods of the reality data instance.\r\n * Access to the data required a properly entitled token though the access to the blob is controlled through\r\n * an Azure blob URL, the token may be required to obtain this Azure blob URL or refresh it.\r\n * The Azure blob URL is considered valid for an hour and is refreshed after 50 minutes.\r\n * In addition to the reality data properties, and Azure blob URL and internal states, a reality data also contains\r\n * the identification of the iTwin to identify the context(used for access permissions resolution)\r\n * @beta\r\n */\r\nexport interface RealityData {\r\n id?: string;\r\n rootDocument?: string;\r\n type?: string;\r\n\r\n getBlobUrl(accessToken: AccessToken, blobPath: string): Promise<URL>;\r\n}\r\n\r\n/**\r\n * Client wrapper to Reality Data Service.\r\n * An instance of this class is used to extract reality data from the Reality Data API\r\n * This class implements obtaining a specific reality data and extraction of the Azure blob address.\r\n * @beta\r\n */\r\nexport interface RealityDataAccess {\r\n getRealityData: (accessToken: AccessToken, iTwinId: string | undefined, realityDataId: string) => Promise<RealityData>;\r\n getRealityDataUrl: (iTwinId: string | undefined, realityDataId: string) => Promise<string>;\r\n}\r\n"]}
@@ -16,7 +16,7 @@ export declare abstract class RenderMaterial {
16
16
  }
17
17
  /** @public */
18
18
  export declare namespace RenderMaterial {
19
- /** Parameters used to construct a [[RenderMaterial]] */
19
+ /** @deprecated Use [CreateRenderMaterialArgs]($frontend). */
20
20
  class Params {
21
21
  /** If the material originates from a Material element in the [[IModel]], the Id of that element. */
22
22
  key?: string;
@@ -24,9 +24,9 @@ export declare namespace RenderMaterial {
24
24
  diffuseColor?: ColorDef;
25
25
  /** Specular color. Defaults to white if undefined. */
26
26
  specularColor?: ColorDef;
27
- /** Currently unused. */
27
+ /** Currently unused. @alpha */
28
28
  emissiveColor?: ColorDef;
29
- /** Currently unused. */
29
+ /** Currently unused. @alpha */
30
30
  reflectColor?: ColorDef;
31
31
  /** Optional pattern mapping applied to the surface. */
32
32
  textureMapping?: TextureMapping;
@@ -35,13 +35,13 @@ export declare namespace RenderMaterial {
35
35
  /** Specular weight in [0..1] */
36
36
  specular: number;
37
37
  specularExponent: number;
38
- /** Currently unused. */
38
+ /** Currently unused. @alpha */
39
39
  reflect: number;
40
- /** Currently unused. */
40
+ /** Currently unused. @alpha */
41
41
  refract: number;
42
- /** Currently unused. */
42
+ /** Currently unused. @alpha */
43
43
  ambient: number;
44
- /** Currently unused. */
44
+ /** Currently unused. @alpha */
45
45
  shadows: boolean;
46
46
  private _alpha?;
47
47
  constructor(key?: string);
@@ -1 +1 @@
1
- {"version":3,"file":"RenderMaterial.d.ts","sourceRoot":"","sources":["../../src/RenderMaterial.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,8BAAsB,cAAc;IAClC,sGAAsG;IACtG,SAAgB,GAAG,CAAC,EAAE,MAAM,CAAC;IAC7B,oFAAoF;IACpF,SAAgB,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhD,SAAS,aAAa,MAAM,EAAE,cAAc,CAAC,MAAM;IAKnD,IAAW,UAAU,IAAI,OAAO,CAE/B;CACF;AAED,cAAc;AACd,yBAAiB,cAAc,CAAC;IAK9B,wDAAwD;IACxD,MAAa,MAAM;QACjB,oGAAoG;QAC7F,GAAG,CAAC,EAAE,MAAM,CAAC;QACpB,8FAA8F;QACvF,YAAY,CAAC,EAAE,QAAQ,CAAC;QAC/B,sDAAsD;QAC/C,aAAa,CAAC,EAAE,QAAQ,CAAC;QAChC,wBAAwB;QACjB,aAAa,CAAC,EAAE,QAAQ,CAAC;QAChC,wBAAwB;QACjB,YAAY,CAAC,EAAE,QAAQ,CAAC;QAC/B,uDAAuD;QAChD,cAAc,CAAC,EAAE,cAAc,CAAC;QACvC,+BAA+B;QACxB,OAAO,EAAE,MAAM,CAAO;QAC7B,gCAAgC;QACzB,QAAQ,EAAE,MAAM,CAAO;QACvB,gBAAgB,EAAE,MAAM,CAAQ;QACvC,wBAAwB;QACjB,OAAO,EAAE,MAAM,CAAO;QAC7B,wBAAwB;QACjB,OAAO,EAAE,MAAM,CAAO;QAC7B,wBAAwB;QACjB,OAAO,EAAE,MAAM,CAAM;QAC5B,wBAAwB;QACjB,OAAO,UAAQ;QACtB,OAAO,CAAC,MAAM,CAAC,CAAS;oBAEL,GAAG,CAAC,EAAE,MAAM;QAE/B,oFAAoF;QACpF,gBAAuB,QAAQ,SAAgB;QAE/C;;WAEG;QACH,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAAwB;QAC9D,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAEzC;QAED,6HAA6H;eAC/G,UAAU,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,EAAE,QAAQ,EAAE,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAU,CAAC,EAAE,cAAc,GAAG,MAAM;KAUlL;CACF"}
1
+ {"version":3,"file":"RenderMaterial.d.ts","sourceRoot":"","sources":["../../src/RenderMaterial.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,8BAAsB,cAAc;IAClC,sGAAsG;IACtG,SAAgB,GAAG,CAAC,EAAE,MAAM,CAAC;IAC7B,oFAAoF;IACpF,SAAgB,cAAc,CAAC,EAAE,cAAc,CAAC;IAGhD,SAAS,aAAa,MAAM,EAAE,cAAc,CAAC,MAAM;IAKnD,IAAW,UAAU,IAAI,OAAO,CAE/B;CACF;AAED,cAAc;AACd,yBAAiB,cAAc,CAAC;IAK9B,6DAA6D;IAC7D,MAAa,MAAM;QACjB,oGAAoG;QAC7F,GAAG,CAAC,EAAE,MAAM,CAAC;QACpB,8FAA8F;QACvF,YAAY,CAAC,EAAE,QAAQ,CAAC;QAC/B,sDAAsD;QAC/C,aAAa,CAAC,EAAE,QAAQ,CAAC;QAChC,+BAA+B;QACxB,aAAa,CAAC,EAAE,QAAQ,CAAC;QAChC,+BAA+B;QACxB,YAAY,CAAC,EAAE,QAAQ,CAAC;QAC/B,uDAAuD;QAChD,cAAc,CAAC,EAAE,cAAc,CAAC;QACvC,+BAA+B;QACxB,OAAO,EAAE,MAAM,CAAO;QAC7B,gCAAgC;QACzB,QAAQ,EAAE,MAAM,CAAO;QACvB,gBAAgB,EAAE,MAAM,CAAQ;QACvC,+BAA+B;QACxB,OAAO,EAAE,MAAM,CAAO;QAC7B,+BAA+B;QACxB,OAAO,EAAE,MAAM,CAAO;QAC7B,+BAA+B;QACxB,OAAO,EAAE,MAAM,CAAM;QAC5B,+BAA+B;QACxB,OAAO,UAAQ;QACtB,OAAO,CAAC,MAAM,CAAC,CAAS;oBAEL,GAAG,CAAC,EAAE,MAAM;QAE/B,oFAAoF;QAEpF,gBAAuB,QAAQ,SAAgB;QAE/C;;WAEG;QACH,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAAwB;QAC9D,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,EAEzC;QAED,6HAA6H;eAE/G,UAAU,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,EAAE,QAAQ,EAAE,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAU,CAAC,EAAE,cAAc,GAAG,MAAM;KAWlL;CACF"}
@@ -12,6 +12,7 @@ exports.RenderMaterial = void 0;
12
12
  * @public
13
13
  */
14
14
  class RenderMaterial {
15
+ // eslint-disable-next-line deprecation/deprecation
15
16
  constructor(params) {
16
17
  this.key = params.key;
17
18
  this.textureMapping = params.textureMapping;
@@ -27,7 +28,7 @@ exports.RenderMaterial = RenderMaterial;
27
28
  function clampToNormalizedRange(value) {
28
29
  return Math.max(0.0, Math.min(1.0, value));
29
30
  }
30
- /** Parameters used to construct a [[RenderMaterial]] */
31
+ /** @deprecated Use [CreateRenderMaterialArgs]($frontend). */
31
32
  class Params {
32
33
  constructor(key) {
33
34
  /** Diffuse weight in [0..1] */
@@ -35,13 +36,13 @@ exports.RenderMaterial = RenderMaterial;
35
36
  /** Specular weight in [0..1] */
36
37
  this.specular = 0.4;
37
38
  this.specularExponent = 13.5;
38
- /** Currently unused. */
39
+ /** Currently unused. @alpha */
39
40
  this.reflect = 0.0;
40
- /** Currently unused. */
41
+ /** Currently unused. @alpha */
41
42
  this.refract = 1.0;
42
- /** Currently unused. */
43
+ /** Currently unused. @alpha */
43
44
  this.ambient = .3;
44
- /** Currently unused. */
45
+ /** Currently unused. @alpha */
45
46
  this.shadows = true;
46
47
  this.key = key;
47
48
  }
@@ -53,7 +54,9 @@ exports.RenderMaterial = RenderMaterial;
53
54
  this._alpha = undefined !== alpha ? clampToNormalizedRange(alpha) : undefined;
54
55
  }
55
56
  /** Create a RenderMaterial params object using specified key and ColorDef values, as well as an optional texture mapping. */
57
+ // eslint-disable-next-line deprecation/deprecation
56
58
  static fromColors(key, diffuseColor, specularColor, emissiveColor, reflectColor, textureMap) {
59
+ // eslint-disable-next-line deprecation/deprecation
57
60
  const materialParams = new Params();
58
61
  materialParams.key = key;
59
62
  materialParams.diffuseColor = diffuseColor;
@@ -65,8 +68,10 @@ exports.RenderMaterial = RenderMaterial;
65
68
  }
66
69
  }
67
70
  /** Obtain an immutable instance of a RenderMaterial with all default properties. */
71
+ // eslint-disable-next-line deprecation/deprecation
68
72
  Params.defaults = new Params();
69
73
  RenderMaterial.Params = Params;
70
74
  })(RenderMaterial = exports.RenderMaterial || (exports.RenderMaterial = {}));
75
+ // eslint-disable-next-line deprecation/deprecation
71
76
  Object.freeze(RenderMaterial.Params.defaults);
72
77
  //# sourceMappingURL=RenderMaterial.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RenderMaterial.js","sourceRoot":"","sources":["../../src/RenderMaterial.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH;;GAEG;AACH,MAAsB,cAAc;IAMlC,YAAsB,MAA6B;QACjD,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;QACtB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;IAC9C,CAAC;IAED,IAAW,UAAU;;QACnB,OAAO,SAAS,MAAK,MAAA,IAAI,CAAC,cAAc,0CAAE,OAAO,CAAA,CAAC;IACpD,CAAC;CACF;AAdD,wCAcC;AAED,cAAc;AACd,WAAiB,cAAc;IAC7B,SAAS,sBAAsB,CAAC,KAAa;QAC3C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC;IAC7C,CAAC;IAED,wDAAwD;IACxD,MAAa,MAAM;QA4BjB,YAAmB,GAAY;YAf/B,+BAA+B;YACxB,YAAO,GAAW,GAAG,CAAC;YAC7B,gCAAgC;YACzB,aAAQ,GAAW,GAAG,CAAC;YACvB,qBAAgB,GAAW,IAAI,CAAC;YACvC,wBAAwB;YACjB,YAAO,GAAW,GAAG,CAAC;YAC7B,wBAAwB;YACjB,YAAO,GAAW,GAAG,CAAC;YAC7B,wBAAwB;YACjB,YAAO,GAAW,EAAE,CAAC;YAC5B,wBAAwB;YACjB,YAAO,GAAG,IAAI,CAAC;YAGa,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAAC,CAAC;QAKpD;;WAEG;QACH,IAAW,KAAK,KAAyB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAW,KAAK,CAAC,KAAyB;YACxC,IAAI,CAAC,MAAM,GAAG,SAAS,KAAK,KAAK,CAAC,CAAC,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAChF,CAAC;QAED,6HAA6H;QACtH,MAAM,CAAC,UAAU,CAAC,GAAY,EAAE,YAAuB,EAAE,aAAwB,EAAE,aAAwB,EAAE,YAAuB,EAAE,UAA2B;YACtK,MAAM,cAAc,GAAG,IAAI,MAAM,EAAE,CAAC;YACpC,cAAc,CAAC,GAAG,GAAG,GAAG,CAAC;YACzB,cAAc,CAAC,YAAY,GAAG,YAAY,CAAC;YAC3C,cAAc,CAAC,aAAa,GAAG,aAAa,CAAC;YAC7C,cAAc,CAAC,aAAa,GAAG,aAAa,CAAC;YAC7C,cAAc,CAAC,YAAY,GAAG,YAAY,CAAC;YAC3C,cAAc,CAAC,cAAc,GAAG,UAAU,CAAC;YAC3C,OAAO,cAAc,CAAC;QACxB,CAAC;;IArBD,oFAAoF;IAC7D,eAAQ,GAAG,IAAI,MAAM,EAAE,CAAC;IA/BpC,qBAAM,SAoDlB,CAAA;AACH,CAAC,EA3DgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA2D9B;AAED,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Rendering\r\n */\r\n\r\nimport { ColorDef } from \"./ColorDef\";\r\nimport { TextureMapping } from \"./TextureMapping\";\r\n\r\n/** Represents a material which can be applied to a surface to control aspects of its appearance such as color, reflectivity, texture, and so on.\r\n * @public\r\n */\r\nexport abstract class RenderMaterial {\r\n /** If the material originated from a Material element in the [[IModelDb]], the Id of that element. */\r\n public readonly key?: string;\r\n /** Describes how to map an image to a surface to which this material is applied. */\r\n public readonly textureMapping?: TextureMapping;\r\n\r\n protected constructor(params: RenderMaterial.Params) {\r\n this.key = params.key;\r\n this.textureMapping = params.textureMapping;\r\n }\r\n\r\n public get hasTexture(): boolean {\r\n return undefined !== this.textureMapping?.texture;\r\n }\r\n}\r\n\r\n/** @public */\r\nexport namespace RenderMaterial { // eslint-disable-line no-redeclare\r\n function clampToNormalizedRange(value: number): number {\r\n return Math.max(0.0, Math.min(1.0, value));\r\n }\r\n\r\n /** Parameters used to construct a [[RenderMaterial]] */\r\n export class Params {\r\n /** If the material originates from a Material element in the [[IModel]], the Id of that element. */\r\n public key?: string;\r\n /** Diffuse color, or undefined if this material does not override the surface's own color. */\r\n public diffuseColor?: ColorDef;\r\n /** Specular color. Defaults to white if undefined. */\r\n public specularColor?: ColorDef;\r\n /** Currently unused. */\r\n public emissiveColor?: ColorDef;\r\n /** Currently unused. */\r\n public reflectColor?: ColorDef;\r\n /** Optional pattern mapping applied to the surface. */\r\n public textureMapping?: TextureMapping;\r\n /** Diffuse weight in [0..1] */\r\n public diffuse: number = 0.6;\r\n /** Specular weight in [0..1] */\r\n public specular: number = 0.4;\r\n public specularExponent: number = 13.5;\r\n /** Currently unused. */\r\n public reflect: number = 0.0;\r\n /** Currently unused. */\r\n public refract: number = 1.0;\r\n /** Currently unused. */\r\n public ambient: number = .3;\r\n /** Currently unused. */\r\n public shadows = true;\r\n private _alpha?: number;\r\n\r\n public constructor(key?: string) { this.key = key; }\r\n\r\n /** Obtain an immutable instance of a RenderMaterial with all default properties. */\r\n public static readonly defaults = new Params();\r\n\r\n /** A value from 0.0 (fully-transparent) to 1.0 (fully-opaque) controlling the transparency of surfaces to which this material is applied;\r\n * or undefined if this material does not override surface transparency.\r\n */\r\n public get alpha(): number | undefined { return this._alpha; }\r\n public set alpha(alpha: number | undefined) {\r\n this._alpha = undefined !== alpha ? clampToNormalizedRange(alpha) : undefined;\r\n }\r\n\r\n /** Create a RenderMaterial params object using specified key and ColorDef values, as well as an optional texture mapping. */\r\n public static fromColors(key?: string, diffuseColor?: ColorDef, specularColor?: ColorDef, emissiveColor?: ColorDef, reflectColor?: ColorDef, textureMap?: TextureMapping): Params {\r\n const materialParams = new Params();\r\n materialParams.key = key;\r\n materialParams.diffuseColor = diffuseColor;\r\n materialParams.specularColor = specularColor;\r\n materialParams.emissiveColor = emissiveColor;\r\n materialParams.reflectColor = reflectColor;\r\n materialParams.textureMapping = textureMap;\r\n return materialParams;\r\n }\r\n }\r\n}\r\n\r\nObject.freeze(RenderMaterial.Params.defaults);\r\n"]}
1
+ {"version":3,"file":"RenderMaterial.js","sourceRoot":"","sources":["../../src/RenderMaterial.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH;;GAEG;AACH,MAAsB,cAAc;IAMlC,mDAAmD;IACnD,YAAsB,MAA6B;QACjD,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;QACtB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;IAC9C,CAAC;IAED,IAAW,UAAU;;QACnB,OAAO,SAAS,MAAK,MAAA,IAAI,CAAC,cAAc,0CAAE,OAAO,CAAA,CAAC;IACpD,CAAC;CACF;AAfD,wCAeC;AAED,cAAc;AACd,WAAiB,cAAc;IAC7B,SAAS,sBAAsB,CAAC,KAAa;QAC3C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC;IAC7C,CAAC;IAED,6DAA6D;IAC7D,MAAa,MAAM;QA4BjB,YAAmB,GAAY;YAf/B,+BAA+B;YACxB,YAAO,GAAW,GAAG,CAAC;YAC7B,gCAAgC;YACzB,aAAQ,GAAW,GAAG,CAAC;YACvB,qBAAgB,GAAW,IAAI,CAAC;YACvC,+BAA+B;YACxB,YAAO,GAAW,GAAG,CAAC;YAC7B,+BAA+B;YACxB,YAAO,GAAW,GAAG,CAAC;YAC7B,+BAA+B;YACxB,YAAO,GAAW,EAAE,CAAC;YAC5B,+BAA+B;YACxB,YAAO,GAAG,IAAI,CAAC;YAGa,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAAC,CAAC;QAMpD;;WAEG;QACH,IAAW,KAAK,KAAyB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAW,KAAK,CAAC,KAAyB;YACxC,IAAI,CAAC,MAAM,GAAG,SAAS,KAAK,KAAK,CAAC,CAAC,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAChF,CAAC;QAED,6HAA6H;QAC7H,mDAAmD;QAC5C,MAAM,CAAC,UAAU,CAAC,GAAY,EAAE,YAAuB,EAAE,aAAwB,EAAE,aAAwB,EAAE,YAAuB,EAAE,UAA2B;YACtK,mDAAmD;YACnD,MAAM,cAAc,GAAG,IAAI,MAAM,EAAE,CAAC;YACpC,cAAc,CAAC,GAAG,GAAG,GAAG,CAAC;YACzB,cAAc,CAAC,YAAY,GAAG,YAAY,CAAC;YAC3C,cAAc,CAAC,aAAa,GAAG,aAAa,CAAC;YAC7C,cAAc,CAAC,aAAa,GAAG,aAAa,CAAC;YAC7C,cAAc,CAAC,YAAY,GAAG,YAAY,CAAC;YAC3C,cAAc,CAAC,cAAc,GAAG,UAAU,CAAC;YAC3C,OAAO,cAAc,CAAC;QACxB,CAAC;;IAxBD,oFAAoF;IACpF,mDAAmD;IAC5B,eAAQ,GAAG,IAAI,MAAM,EAAE,CAAC;IAhCpC,qBAAM,SAuDlB,CAAA;AACH,CAAC,EA9DgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA8D9B;AAED,mDAAmD;AACnD,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Rendering\r\n */\r\n\r\nimport { ColorDef } from \"./ColorDef\";\r\nimport { TextureMapping } from \"./TextureMapping\";\r\n\r\n/** Represents a material which can be applied to a surface to control aspects of its appearance such as color, reflectivity, texture, and so on.\r\n * @public\r\n */\r\nexport abstract class RenderMaterial {\r\n /** If the material originated from a Material element in the [[IModelDb]], the Id of that element. */\r\n public readonly key?: string;\r\n /** Describes how to map an image to a surface to which this material is applied. */\r\n public readonly textureMapping?: TextureMapping;\r\n\r\n // eslint-disable-next-line deprecation/deprecation\r\n protected constructor(params: RenderMaterial.Params) {\r\n this.key = params.key;\r\n this.textureMapping = params.textureMapping;\r\n }\r\n\r\n public get hasTexture(): boolean {\r\n return undefined !== this.textureMapping?.texture;\r\n }\r\n}\r\n\r\n/** @public */\r\nexport namespace RenderMaterial { // eslint-disable-line no-redeclare\r\n function clampToNormalizedRange(value: number): number {\r\n return Math.max(0.0, Math.min(1.0, value));\r\n }\r\n\r\n /** @deprecated Use [CreateRenderMaterialArgs]($frontend). */\r\n export class Params {\r\n /** If the material originates from a Material element in the [[IModel]], the Id of that element. */\r\n public key?: string;\r\n /** Diffuse color, or undefined if this material does not override the surface's own color. */\r\n public diffuseColor?: ColorDef;\r\n /** Specular color. Defaults to white if undefined. */\r\n public specularColor?: ColorDef;\r\n /** Currently unused. @alpha */\r\n public emissiveColor?: ColorDef;\r\n /** Currently unused. @alpha */\r\n public reflectColor?: ColorDef;\r\n /** Optional pattern mapping applied to the surface. */\r\n public textureMapping?: TextureMapping;\r\n /** Diffuse weight in [0..1] */\r\n public diffuse: number = 0.6;\r\n /** Specular weight in [0..1] */\r\n public specular: number = 0.4;\r\n public specularExponent: number = 13.5;\r\n /** Currently unused. @alpha */\r\n public reflect: number = 0.0;\r\n /** Currently unused. @alpha */\r\n public refract: number = 1.0;\r\n /** Currently unused. @alpha */\r\n public ambient: number = .3;\r\n /** Currently unused. @alpha */\r\n public shadows = true;\r\n private _alpha?: number;\r\n\r\n public constructor(key?: string) { this.key = key; }\r\n\r\n /** Obtain an immutable instance of a RenderMaterial with all default properties. */\r\n // eslint-disable-next-line deprecation/deprecation\r\n public static readonly defaults = new Params();\r\n\r\n /** A value from 0.0 (fully-transparent) to 1.0 (fully-opaque) controlling the transparency of surfaces to which this material is applied;\r\n * or undefined if this material does not override surface transparency.\r\n */\r\n public get alpha(): number | undefined { return this._alpha; }\r\n public set alpha(alpha: number | undefined) {\r\n this._alpha = undefined !== alpha ? clampToNormalizedRange(alpha) : undefined;\r\n }\r\n\r\n /** Create a RenderMaterial params object using specified key and ColorDef values, as well as an optional texture mapping. */\r\n // eslint-disable-next-line deprecation/deprecation\r\n public static fromColors(key?: string, diffuseColor?: ColorDef, specularColor?: ColorDef, emissiveColor?: ColorDef, reflectColor?: ColorDef, textureMap?: TextureMapping): Params {\r\n // eslint-disable-next-line deprecation/deprecation\r\n const materialParams = new Params();\r\n materialParams.key = key;\r\n materialParams.diffuseColor = diffuseColor;\r\n materialParams.specularColor = specularColor;\r\n materialParams.emissiveColor = emissiveColor;\r\n materialParams.reflectColor = reflectColor;\r\n materialParams.textureMapping = textureMap;\r\n return materialParams;\r\n }\r\n }\r\n}\r\n\r\n// eslint-disable-next-line deprecation/deprecation\r\nObject.freeze(RenderMaterial.Params.defaults);\r\n"]}
@@ -347,6 +347,10 @@ export declare namespace RenderSchedule {
347
347
  readonly containsFeatureOverrides: boolean;
348
348
  /** The total time period over which this script animates. */
349
349
  readonly duration: Range1d;
350
+ /** The batchIds of all nodes in all timelines that apply a transform.
351
+ * @internal
352
+ */
353
+ readonly transformBatchIds: ReadonlySet<number>;
350
354
  protected constructor(props: Readonly<ScriptProps>);
351
355
  static fromJSON(props: Readonly<ScriptProps>): Script | undefined;
352
356
  toJSON(): ScriptProps;
@@ -1 +1 @@
1
- {"version":3,"file":"RenderSchedule.d.ts","sourceRoot":"","sources":["../../src/RenderSchedule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RenderSchedule.d.ts","sourceRoot":"","sources":["../../src/RenderSchedule.ts"],"names":[],"mappings":"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"}
@@ -516,7 +516,7 @@ var RenderSchedule;
516
516
  addSymbologyOverrides(overrides, time) {
517
517
  const appearance = this.getFeatureAppearance(this.getVisibility(time), time);
518
518
  if (appearance)
519
- overrides.overrideModel(this.modelId, appearance);
519
+ overrides.override({ modelId: this.modelId, appearance });
520
520
  for (const timeline of this.elementTimelines)
521
521
  timeline.addSymbologyOverrides(overrides, time);
522
522
  }
@@ -537,6 +537,7 @@ var RenderSchedule;
537
537
  class Script {
538
538
  constructor(props) {
539
539
  this.duration = core_geometry_1.Range1d.createNull();
540
+ const transformBatchIds = new Set();
540
541
  const modelTimelines = [];
541
542
  let containsModelClipping = false;
542
543
  let requiresBatching = false;
@@ -550,12 +551,15 @@ var RenderSchedule;
550
551
  requiresBatching || (requiresBatching = model.requiresBatching);
551
552
  containsTransform || (containsTransform = model.containsTransform);
552
553
  containsFeatureOverrides || (containsFeatureOverrides = model.containsFeatureOverrides);
554
+ for (const batchId of model.transformBatchIds)
555
+ transformBatchIds.add(batchId);
553
556
  }
554
557
  this.modelTimelines = modelTimelines;
555
558
  this.containsModelClipping = containsModelClipping;
556
559
  this.containsTransform = containsTransform;
557
560
  this.requiresBatching = requiresBatching || this.containsTransform;
558
561
  this.containsFeatureOverrides = containsFeatureOverrides;
562
+ this.transformBatchIds = transformBatchIds;
559
563
  }
560
564
  static fromJSON(props) {
561
565
  if (!Array.isArray(props) || props.length === 0)