@woosh/meep-engine 2.85.5 → 2.85.6

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 (8760) hide show
  1. package/build/types/__module.d.ts.map +1 -0
  2. package/build/types/core/IdPool.d.ts.map +1 -0
  3. package/build/types/core/IdPool.spec.d.ts.map +1 -0
  4. package/build/types/core/UUID.d.ts.map +1 -0
  5. package/build/types/core/UUID.spec.d.ts.map +1 -0
  6. package/build/types/core/__module.d.ts.map +1 -0
  7. package/build/types/core/assert.d.ts.map +1 -0
  8. package/build/types/core/binary/32BitEncoder.d.ts.map +1 -0
  9. package/build/types/core/binary/32BitEncoder.spec.d.ts.map +1 -0
  10. package/build/types/core/binary/Base64.d.ts.map +1 -0
  11. package/build/types/core/binary/Base64.spec.d.ts.map +1 -0
  12. package/build/types/core/binary/BinaryBuffer.d.ts.map +1 -0
  13. package/build/types/core/binary/BinaryBuffer.spec.d.ts.map +1 -0
  14. package/build/types/core/binary/BitSet.d.ts.map +1 -0
  15. package/build/types/core/binary/BitSet.spec.d.ts.map +1 -0
  16. package/build/types/core/binary/EncodingBinaryBuffer.d.ts.map +1 -0
  17. package/build/types/core/binary/EncodingBinaryBuffer.spec.d.ts.map +1 -0
  18. package/build/types/core/binary/EndianType.d.ts.map +1 -0
  19. package/build/types/core/binary/UINT16_MAX.d.ts.map +1 -0
  20. package/build/types/core/binary/UINT32_MAX.d.ts.map +1 -0
  21. package/build/types/core/binary/byteArrayToString.d.ts.map +1 -0
  22. package/build/types/core/binary/ctz32.d.ts.map +1 -0
  23. package/build/types/core/binary/dec2hex.d.ts.map +1 -0
  24. package/build/types/core/binary/dec2hex.spec.d.ts.map +1 -0
  25. package/build/types/core/binary/downloadAsFile.d.ts.map +1 -0
  26. package/build/types/core/binary/downloadUrlAsFile.d.ts.map +1 -0
  27. package/build/types/core/binary/float2uint8.d.ts.map +1 -0
  28. package/build/types/core/binary/hex2dec.d.ts.map +1 -0
  29. package/build/types/core/binary/int32_to_binary_string.d.ts.map +1 -0
  30. package/build/types/core/binary/int32_to_binary_string.spec.d.ts.map +1 -0
  31. package/build/types/core/binary/is_data_url.d.ts.map +1 -0
  32. package/build/types/core/binary/operations/bitCount.d.ts.map +1 -0
  33. package/build/types/core/binary/operations/bitCount.spec.d.ts.map +1 -0
  34. package/build/types/core/binary/operations/bitwiseAnd.d.ts.map +1 -0
  35. package/build/types/core/binary/operations/bitwiseOr.d.ts.map +1 -0
  36. package/build/types/core/binary/operations/ceilPowerOfTwo.d.ts.map +1 -0
  37. package/build/types/core/binary/operations/ceilPowerOfTwo.spec.d.ts.map +1 -0
  38. package/build/types/core/binary/to_half_float_uint16.d.ts.map +1 -0
  39. package/build/types/core/binary/type/BinaryDataType.d.ts.map +1 -0
  40. package/build/types/core/binary/type/DataType2TypedArrayConstructorMapping.d.ts.map +1 -0
  41. package/build/types/core/binary/type/DataTypeByteSizes.d.ts.map +1 -0
  42. package/build/types/core/binary/type/DataTypeIndices.d.ts.map +1 -0
  43. package/build/types/core/binary/type/Field.d.ts.map +1 -0
  44. package/build/types/core/binary/type/MultiplicityType.d.ts.map +1 -0
  45. package/build/types/core/binary/type/PrimitiveTypes.d.ts.map +1 -0
  46. package/build/types/core/binary/type/Type.d.ts.map +1 -0
  47. package/build/types/core/binary/type/TypeBuilder.d.ts.map +1 -0
  48. package/build/types/core/binary/type/TypeRegistry.d.ts.map +1 -0
  49. package/build/types/core/binary/type/computeBinaryDataTypeByPrecision.d.ts.map +1 -0
  50. package/build/types/core/binary/type/computeDataTypeByIndex.d.ts.map +1 -0
  51. package/build/types/core/binary/type/dataTypeFromTypedArray.d.ts.map +1 -0
  52. package/build/types/core/binary/uint82float.d.ts.map +1 -0
  53. package/build/types/core/binary/uint82float.spec.d.ts.map +1 -0
  54. package/build/types/core/binary/url_to_data_url.d.ts.map +1 -0
  55. package/build/types/core/bvh2/binary/2/BinaryUint32BVH.d.ts.map +1 -0
  56. package/build/types/core/bvh2/binary/2/BinaryUint32BVH.spec.d.ts.map +1 -0
  57. package/build/types/core/bvh2/binary/2/bvh32_query_user_data_overlaps_clipping_volume.d.ts.map +1 -0
  58. package/build/types/core/bvh2/binary/2/bvh32_query_user_data_ray.d.ts.map +1 -0
  59. package/build/types/core/bvh2/bvh3/BVH.d.ts.map +1 -0
  60. package/build/types/core/bvh2/bvh3/BVH.spec.d.ts.map +1 -0
  61. package/build/types/core/bvh2/bvh3/BvhClient.d.ts.map +1 -0
  62. package/build/types/core/bvh2/bvh3/BvhClient.spec.d.ts.map +1 -0
  63. package/build/types/core/bvh2/bvh3/build_triangle_morton_codes.d.ts.map +1 -0
  64. package/build/types/core/bvh2/bvh3/ebvh_build_for_geometry_incremental.d.ts.map +1 -0
  65. package/build/types/core/bvh2/bvh3/ebvh_build_for_geometry_morton.d.ts.map +1 -0
  66. package/build/types/core/bvh2/bvh3/ebvh_build_for_geometry_morton.spec.d.ts.map +1 -0
  67. package/build/types/core/bvh2/bvh3/ebvh_build_hierarchy.d.ts.map +1 -0
  68. package/build/types/core/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.d.ts.map +1 -0
  69. package/build/types/core/bvh2/bvh3/query/BVHQuery.d.ts.map +1 -0
  70. package/build/types/core/bvh2/bvh3/query/BVHQueryAny.d.ts.map +1 -0
  71. package/build/types/core/bvh2/bvh3/query/BVHQueryIntersectsFrustum.d.ts.map +1 -0
  72. package/build/types/core/bvh2/bvh3/query/BVHQueryIntersectsRay.d.ts.map +1 -0
  73. package/build/types/core/bvh2/bvh3/query/BVHQueryIntersectsSphere.d.ts.map +1 -0
  74. package/build/types/core/bvh2/bvh3/query/bvh_collect_user_data.d.ts.map +1 -0
  75. package/build/types/core/bvh2/bvh3/query/bvh_query_leaves_generic.d.ts.map +1 -0
  76. package/build/types/core/bvh2/bvh3/query/bvh_query_leaves_generic.spec.d.ts.map +1 -0
  77. package/build/types/core/bvh2/bvh3/query/bvh_query_leaves_ray.d.ts.map +1 -0
  78. package/build/types/core/bvh2/bvh3/query/bvh_query_leaves_ray.spec.d.ts.map +1 -0
  79. package/build/types/core/bvh2/bvh3/query/bvh_query_user_data_generic.d.ts.map +1 -0
  80. package/build/types/core/bvh2/bvh3/query/bvh_query_user_data_generic.spec.d.ts.map +1 -0
  81. package/build/types/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.d.ts.map +1 -0
  82. package/build/types/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.d.ts.map +1 -0
  83. package/build/types/core/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.d.ts.map +1 -0
  84. package/build/types/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.d.ts.map +1 -0
  85. package/build/types/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.d.ts.map +1 -0
  86. package/build/types/core/bvh2/traversal/__process_point_if_within_planes.d.ts.map +1 -0
  87. package/build/types/core/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.d.ts.map +1 -0
  88. package/build/types/core/bvh2/visual/BVHGeometry.d.ts.map +1 -0
  89. package/build/types/core/cache/Cache.d.ts.map +1 -0
  90. package/build/types/core/cache/Cache.spec.d.ts.map +1 -0
  91. package/build/types/core/cache/CacheElement.d.ts.map +1 -0
  92. package/build/types/core/cache/CacheV2.d.ts.map +1 -0
  93. package/build/types/core/cache/FrequencySketch.d.ts.map +1 -0
  94. package/build/types/core/cache/FrequencySketch.spec.d.ts.map +1 -0
  95. package/build/types/core/cache/LoadingCache.d.ts.map +1 -0
  96. package/build/types/core/cache/LoadingCache.spec.d.ts.map +1 -0
  97. package/build/types/core/codegen/LineBuilder.d.ts.map +1 -0
  98. package/build/types/core/codegen/LineBuilder.spec.d.ts.map +1 -0
  99. package/build/types/core/collection/CuckooFilter.d.ts.map +1 -0
  100. package/build/types/core/collection/CuckooFilter.spec.d.ts.map +1 -0
  101. package/build/types/core/collection/KeyValuePair.d.ts.map +1 -0
  102. package/build/types/core/collection/RingBuffer.d.ts.map +1 -0
  103. package/build/types/core/collection/RingBuffer.spec.d.ts.map +1 -0
  104. package/build/types/core/collection/SCRATCH_UINT32_TRAVERSAL_STACK.d.ts.map +1 -0
  105. package/build/types/core/collection/Stack.d.ts.map +1 -0
  106. package/build/types/core/collection/Stack.spec.d.ts.map +1 -0
  107. package/build/types/core/collection/array/AbstractArrayIterator.d.ts.map +1 -0
  108. package/build/types/core/collection/array/ArrayIteratorRandom.d.ts.map +1 -0
  109. package/build/types/core/collection/array/ArrayIteratorSequential.d.ts.map +1 -0
  110. package/build/types/core/collection/array/arrayIndexByEquality.d.ts.map +1 -0
  111. package/build/types/core/collection/array/arrayPickBestElement.d.ts.map +1 -0
  112. package/build/types/core/collection/array/arrayPickBestElement.spec.d.ts.map +1 -0
  113. package/build/types/core/collection/array/arrayPickBestElements.d.ts.map +1 -0
  114. package/build/types/core/collection/array/arrayPickMinElement.d.ts.map +1 -0
  115. package/build/types/core/collection/array/arrayQuickSort.d.ts.map +1 -0
  116. package/build/types/core/collection/array/arraySetDiff.d.ts.map +1 -0
  117. package/build/types/core/collection/array/arraySetSortingDiff.d.ts.map +1 -0
  118. package/build/types/core/collection/array/arraySetSortingDiff.spec.d.ts.map +1 -0
  119. package/build/types/core/collection/array/arraySwapElements.d.ts.map +1 -0
  120. package/build/types/core/collection/array/array_compute_min_max.d.ts.map +1 -0
  121. package/build/types/core/collection/array/array_contains_duplicates.d.ts.map +1 -0
  122. package/build/types/core/collection/array/array_contains_duplicates.spec.d.ts.map +1 -0
  123. package/build/types/core/collection/array/array_copy.d.ts.map +1 -0
  124. package/build/types/core/collection/array/array_copy_entire.d.ts.map +1 -0
  125. package/build/types/core/collection/array/array_copy_unique.d.ts.map +1 -0
  126. package/build/types/core/collection/array/array_filter_by_multiple.d.ts.map +1 -0
  127. package/build/types/core/collection/array/array_get_index_in_range.d.ts.map +1 -0
  128. package/build/types/core/collection/array/array_get_index_in_range.spec.d.ts.map +1 -0
  129. package/build/types/core/collection/array/array_push_if_unique.d.ts.map +1 -0
  130. package/build/types/core/collection/array/array_range_equal_strict.d.ts.map +1 -0
  131. package/build/types/core/collection/array/array_remove_element.d.ts.map +1 -0
  132. package/build/types/core/collection/array/array_remove_first.d.ts.map +1 -0
  133. package/build/types/core/collection/array/array_remove_first.spec.d.ts.map +1 -0
  134. package/build/types/core/collection/array/array_replace_all.d.ts.map +1 -0
  135. package/build/types/core/collection/array/array_shrink_to_size.d.ts.map +1 -0
  136. package/build/types/core/collection/array/array_swap.d.ts.map +1 -0
  137. package/build/types/core/collection/array/binarySearchHighIndex.d.ts.map +1 -0
  138. package/build/types/core/collection/array/binarySearchHighIndex.spec.d.ts.map +1 -0
  139. package/build/types/core/collection/array/binarySearchLowIndex.d.ts.map +1 -0
  140. package/build/types/core/collection/array/computeArrayMax.d.ts.map +1 -0
  141. package/build/types/core/collection/array/computeArrayMin.d.ts.map +1 -0
  142. package/build/types/core/collection/array/computeHashArray.d.ts.map +1 -0
  143. package/build/types/core/collection/array/computeHashIntegerArray.d.ts.map +1 -0
  144. package/build/types/core/collection/array/fastArrayEquals.d.ts.map +1 -0
  145. package/build/types/core/collection/array/groupArrayBy.d.ts.map +1 -0
  146. package/build/types/core/collection/array/isArrayEqual.d.ts.map +1 -0
  147. package/build/types/core/collection/array/isArrayEqualStrict.d.ts.map +1 -0
  148. package/build/types/core/collection/array/isArraysEqualWithComparator.d.ts.map +1 -0
  149. package/build/types/core/collection/array/randomMultipleFromArray.d.ts.map +1 -0
  150. package/build/types/core/collection/array/randomizeArrayElementOrder.d.ts.map +1 -0
  151. package/build/types/core/collection/array/randomizeArrayElementOrder.spec.d.ts.map +1 -0
  152. package/build/types/core/collection/array/typed/isTypedArray.d.ts.map +1 -0
  153. package/build/types/core/collection/array/typed/is_typed_array_equals.d.ts.map +1 -0
  154. package/build/types/core/collection/array/typed/is_typed_array_equals.spec.d.ts.map +1 -0
  155. package/build/types/core/collection/array/typed/typedArrayToDataType.d.ts.map +1 -0
  156. package/build/types/core/collection/array/typed/typed_array_copy.d.ts.map +1 -0
  157. package/build/types/core/collection/array/typed/typed_array_is_integer.d.ts.map +1 -0
  158. package/build/types/core/collection/array/typed/uint_array_for_count.d.ts.map +1 -0
  159. package/build/types/core/collection/array/weightedRandomFromArray.d.ts.map +1 -0
  160. package/build/types/core/collection/array/weightedRandomFromArray.spec.d.ts.map +1 -0
  161. package/build/types/core/collection/collectIteratorValueToArray.d.ts.map +1 -0
  162. package/build/types/core/collection/heap/FastBinaryHeap.d.ts.map +1 -0
  163. package/build/types/core/collection/heap/FastBinaryHeap.spec.d.ts.map +1 -0
  164. package/build/types/core/collection/heap/Uin32Heap.spec.d.ts.map +1 -0
  165. package/build/types/core/collection/heap/Uint32Heap.d.ts.map +1 -0
  166. package/build/types/core/collection/list/FilteredListProjection.d.ts.map +1 -0
  167. package/build/types/core/collection/list/List.d.ts.map +1 -0
  168. package/build/types/core/collection/list/List.spec.d.ts.map +1 -0
  169. package/build/types/core/collection/list/ListForwarder.d.ts.map +1 -0
  170. package/build/types/core/collection/list/ListForwarder.spec.d.ts.map +1 -0
  171. package/build/types/core/collection/list/SortedListProjection.d.ts.map +1 -0
  172. package/build/types/core/collection/map/AbstractAsyncMap.d.ts.map +1 -0
  173. package/build/types/core/collection/map/AsyncMapWrapper.d.ts.map +1 -0
  174. package/build/types/core/collection/map/BiMap.d.ts.map +1 -0
  175. package/build/types/core/collection/map/HashMap.d.ts.map +1 -0
  176. package/build/types/core/collection/map/HashMap.spec.d.ts.map +1 -0
  177. package/build/types/core/collection/map/ObservedMap.d.ts.map +1 -0
  178. package/build/types/core/collection/queue/Deque.d.ts.map +1 -0
  179. package/build/types/core/collection/queue/Deque.spec.d.ts.map +1 -0
  180. package/build/types/core/collection/set/HashSet.d.ts.map +1 -0
  181. package/build/types/core/collection/set/HashSet.spec.d.ts.map +1 -0
  182. package/build/types/core/collection/set/Set.d.ts.map +1 -0
  183. package/build/types/core/collection/set/compute_set_difference.d.ts.map +1 -0
  184. package/build/types/core/collection/set/compute_set_intersection.d.ts.map +1 -0
  185. package/build/types/core/collection/set/set_remove.d.ts.map +1 -0
  186. package/build/types/core/collection/table/RowFirstTable.d.ts.map +1 -0
  187. package/build/types/core/collection/table/RowFirstTable.spec.d.ts.map +1 -0
  188. package/build/types/core/collection/table/RowFirstTableSpec.d.ts.map +1 -0
  189. package/build/types/core/collection/table/RowFirstTableSpec.spec.d.ts.map +1 -0
  190. package/build/types/core/collection/table/deserializeRowFirstTable.d.ts.map +1 -0
  191. package/build/types/core/collection/table/serializeRowFirstTable.d.ts.map +1 -0
  192. package/build/types/core/color/Color.d.ts.map +1 -0
  193. package/build/types/core/color/Color.spec.d.ts.map +1 -0
  194. package/build/types/core/color/YCbCr/YCbCr.spec.d.ts.map +1 -0
  195. package/build/types/core/color/YCbCr/YCbCr_to_rgb_uint24.d.ts.map +1 -0
  196. package/build/types/core/color/YCbCr/rgb_to_YCbCr_uint24.d.ts.map +1 -0
  197. package/build/types/core/color/hex/hex2rgb.d.ts.map +1 -0
  198. package/build/types/core/color/hex/hex2rgb.spec.d.ts.map +1 -0
  199. package/build/types/core/color/hex/rgb2hex.d.ts.map +1 -0
  200. package/build/types/core/color/hex/rgb2hex.spec.d.ts.map +1 -0
  201. package/build/types/core/color/hsluv/HSLuv.d.ts.map +1 -0
  202. package/build/types/core/color/hsv/hsv2rgb.d.ts.map +1 -0
  203. package/build/types/core/color/hsv/hsv2rgb.spec.d.ts.map +1 -0
  204. package/build/types/core/color/hsv/rgb2hsv.d.ts.map +1 -0
  205. package/build/types/core/color/int2rgb.d.ts.map +1 -0
  206. package/build/types/core/color/kelvin/kelvin_to_rgb.d.ts.map +1 -0
  207. package/build/types/core/color/kelvin/kelvin_to_rgb.spec.d.ts.map +1 -0
  208. package/build/types/core/color/kelvin/prototype_kelvin_to_rgb.d.ts.map +1 -0
  209. package/build/types/core/color/kelvin/rgb_to_kelvin.d.ts.map +1 -0
  210. package/build/types/core/color/kelvin/rgb_to_kelvin.spec.d.ts.map +1 -0
  211. package/build/types/core/color/parse_color.d.ts.map +1 -0
  212. package/build/types/core/color/parse_color.spec.d.ts.map +1 -0
  213. package/build/types/core/color/rgb2uint24.d.ts.map +1 -0
  214. package/build/types/core/color/sRGB/linear_to_sRGB.d.ts.map +1 -0
  215. package/build/types/core/color/sRGB/sRGB.spec.d.ts.map +1 -0
  216. package/build/types/core/color/sRGB/sRGB_to_linear.d.ts.map +1 -0
  217. package/build/types/core/color/xyz/XYZ.spec.d.ts.map +1 -0
  218. package/build/types/core/color/xyz/rgb_to_xyz.d.ts.map +1 -0
  219. package/build/types/core/color/xyz/xyz_to_rgb.d.ts.map +1 -0
  220. package/build/types/core/debug/BaseDescription.d.ts.map +1 -0
  221. package/build/types/core/debug/BaseMatcher.d.ts.map +1 -0
  222. package/build/types/core/debug/Description.d.ts.map +1 -0
  223. package/build/types/core/debug/InMemoryDescriptor.d.ts.map +1 -0
  224. package/build/types/core/debug/Matcher.d.ts.map +1 -0
  225. package/build/types/core/debug/NullDescription.d.ts.map +1 -0
  226. package/build/types/core/debug/SelfDescribing.d.ts.map +1 -0
  227. package/build/types/core/debug/SelfDescribingValue.d.ts.map +1 -0
  228. package/build/types/core/debug/SelfDescribingValueIterator.d.ts.map +1 -0
  229. package/build/types/core/debug/matchers/AllOf.d.ts.map +1 -0
  230. package/build/types/core/debug/matchers/AnyOf.d.ts.map +1 -0
  231. package/build/types/core/debug/matchers/CombinableMatcher.d.ts.map +1 -0
  232. package/build/types/core/debug/matchers/DescribeAs.d.ts.map +1 -0
  233. package/build/types/core/debug/matchers/IsAnything.d.ts.map +1 -0
  234. package/build/types/core/debug/matchers/IsEqual.d.ts.map +1 -0
  235. package/build/types/core/debug/matchers/IsIn.d.ts.map +1 -0
  236. package/build/types/core/debug/matchers/IsIterableContaining.d.ts.map +1 -0
  237. package/build/types/core/debug/matchers/IsNot.d.ts.map +1 -0
  238. package/build/types/core/debug/matchers/IsNull.d.ts.map +1 -0
  239. package/build/types/core/debug/matchers/IsUndefined.d.ts.map +1 -0
  240. package/build/types/core/debug/matchers/matchers.d.ts.map +1 -0
  241. package/build/types/core/events/signal/Signal.d.ts.map +1 -0
  242. package/build/types/core/events/signal/Signal.spec.d.ts.map +1 -0
  243. package/build/types/core/events/signal/SignalBinding.d.ts.map +1 -0
  244. package/build/types/core/events/signal/SignalBinding.spec.d.ts.map +1 -0
  245. package/build/types/core/events/signal/SignalFlags.d.ts.map +1 -0
  246. package/build/types/core/events/signal/SignalHandler.d.ts.map +1 -0
  247. package/build/types/core/events/signal/signal_aggregate_by_time_window.d.ts.map +1 -0
  248. package/build/types/core/events/signal/signal_filter.d.ts.map +1 -0
  249. package/build/types/core/font/FontAsset.d.ts.map +1 -0
  250. package/build/types/core/font/FontAssetLoader.d.ts.map +1 -0
  251. package/build/types/core/fsm/exceptions/IllegalStateException.d.ts.map +1 -0
  252. package/build/types/core/fsm/simple/SimpleStateMachine.d.ts.map +1 -0
  253. package/build/types/core/fsm/simple/SimpleStateMachine.spec.d.ts.map +1 -0
  254. package/build/types/core/fsm/simple/SimpleStateMachineDescription.d.ts.map +1 -0
  255. package/build/types/core/fsm/simple/SimpleStateMachineDescription.spec.d.ts.map +1 -0
  256. package/build/types/core/function/FunctionCompiler.d.ts.map +1 -0
  257. package/build/types/core/function/chain.d.ts.map +1 -0
  258. package/build/types/core/function/extractFunctionBody.d.ts.map +1 -0
  259. package/build/types/core/function/extractFunctionBody.spec.d.ts.map +1 -0
  260. package/build/types/core/function/makeReturnValue.d.ts.map +1 -0
  261. package/build/types/core/function/noop.d.ts.map +1 -0
  262. package/build/types/core/function/objectsEqual.d.ts.map +1 -0
  263. package/build/types/core/function/passThrough.d.ts.map +1 -0
  264. package/build/types/core/function/returnEmptyArray.d.ts.map +1 -0
  265. package/build/types/core/function/returnFalse.d.ts.map +1 -0
  266. package/build/types/core/function/returnOne.d.ts.map +1 -0
  267. package/build/types/core/function/returnTrue.d.ts.map +1 -0
  268. package/build/types/core/function/returnZero.d.ts.map +1 -0
  269. package/build/types/core/function/strictEquals.d.ts.map +1 -0
  270. package/build/types/core/geom/2d/Geometry2D.d.ts.map +1 -0
  271. package/build/types/core/geom/2d/Rectangle.d.ts.map +1 -0
  272. package/build/types/core/geom/2d/Rectangle.spec.d.ts.map +1 -0
  273. package/build/types/core/geom/2d/UvUtils.d.ts.map +1 -0
  274. package/build/types/core/geom/2d/UvUtils.spec.d.ts.map +1 -0
  275. package/build/types/core/geom/2d/aabb/AABB2.d.ts.map +1 -0
  276. package/build/types/core/geom/2d/aabb/AABB2.spec.d.ts.map +1 -0
  277. package/build/types/core/geom/2d/aabb/aabb2_compute_center_from_multiple.d.ts.map +1 -0
  278. package/build/types/core/geom/2d/aabb/aabb2_compute_center_from_multiple.spec.d.ts.map +1 -0
  279. package/build/types/core/geom/2d/aabb/aabb2_compute_overlap.d.ts.map +1 -0
  280. package/build/types/core/geom/2d/aabb/aabb2_compute_overlap.spec.d.ts.map +1 -0
  281. package/build/types/core/geom/2d/aabb/aabb2_contains.d.ts.map +1 -0
  282. package/build/types/core/geom/2d/aabb/aabb2_contains.spec.d.ts.map +1 -0
  283. package/build/types/core/geom/2d/aabb/aabb2_distance_sqr_to_point.d.ts.map +1 -0
  284. package/build/types/core/geom/2d/aabb/aabb2_distance_to_point.d.ts.map +1 -0
  285. package/build/types/core/geom/2d/aabb/aabb2_distance_to_point.spec.d.ts.map +1 -0
  286. package/build/types/core/geom/2d/aabb/aabb2_overlap_exists.d.ts.map +1 -0
  287. package/build/types/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.d.ts.map +1 -0
  288. package/build/types/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.spec.d.ts.map +1 -0
  289. package/build/types/core/geom/2d/aabb/aabb2_signed_distance_to_point.d.ts.map +1 -0
  290. package/build/types/core/geom/2d/circle/Circle.d.ts.map +1 -0
  291. package/build/types/core/geom/2d/circle/circleIntersectsCircle.d.ts.map +1 -0
  292. package/build/types/core/geom/2d/circle/circleIntersectsPoint.d.ts.map +1 -0
  293. package/build/types/core/geom/2d/circle/computeCircleCirclePenetrationDistance.d.ts.map +1 -0
  294. package/build/types/core/geom/2d/compute_polygon_area_2d.d.ts.map +1 -0
  295. package/build/types/core/geom/2d/compute_polygon_area_2d.spec.d.ts.map +1 -0
  296. package/build/types/core/geom/2d/compute_triangle_area_2d.d.ts.map +1 -0
  297. package/build/types/core/geom/2d/compute_triangle_area_2d.spec.d.ts.map +1 -0
  298. package/build/types/core/geom/2d/convex-hull/convex_hull_jarvis_2d.d.ts.map +1 -0
  299. package/build/types/core/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.d.ts.map +1 -0
  300. package/build/types/core/geom/2d/convex-hull/convex_hull_monotone_2d.d.ts.map +1 -0
  301. package/build/types/core/geom/2d/convex-hull/convex_hull_monotone_2d.spec.d.ts.map +1 -0
  302. package/build/types/core/geom/2d/convex-hull/fixed_convex_hull_humus.d.ts.map +1 -0
  303. package/build/types/core/geom/2d/convex-hull/fixed_convex_hull_relaxation.d.ts.map +1 -0
  304. package/build/types/core/geom/2d/convex-hull/orientation3.d.ts.map +1 -0
  305. package/build/types/core/geom/2d/convex-hull/orientation3_array.d.ts.map +1 -0
  306. package/build/types/core/geom/2d/convex-hull/orientation3_v2.d.ts.map +1 -0
  307. package/build/types/core/geom/2d/intersect_ray_2d.d.ts.map +1 -0
  308. package/build/types/core/geom/2d/line/line_segment_compute_line_segment_intersection_2d.d.ts.map +1 -0
  309. package/build/types/core/geom/2d/line/line_segment_compute_line_segment_intersection_array_2d.d.ts.map +1 -0
  310. package/build/types/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_2d.d.ts.map +1 -0
  311. package/build/types/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_array_2d.d.ts.map +1 -0
  312. package/build/types/core/geom/2d/line/line_segment_line_segment_intersection_exists_2d.d.ts.map +1 -0
  313. package/build/types/core/geom/2d/quad-tree/QuadTreeDatum.d.ts.map +1 -0
  314. package/build/types/core/geom/2d/quad-tree/QuadTreeNode.d.ts.map +1 -0
  315. package/build/types/core/geom/2d/quad-tree/QuadTreeNode.spec.d.ts.map +1 -0
  316. package/build/types/core/geom/2d/quad-tree/qt_collect_by_circle.d.ts.map +1 -0
  317. package/build/types/core/geom/2d/quad-tree/qt_match_data_by_circle.d.ts.map +1 -0
  318. package/build/types/core/geom/2d/quad-tree/qt_query_data_nearest_to_point.d.ts.map +1 -0
  319. package/build/types/core/geom/2d/shape/AbstractShape.d.ts.map +1 -0
  320. package/build/types/core/geom/2d/shape/CircleShape.d.ts.map +1 -0
  321. package/build/types/core/geom/2d/shape/PointShape.d.ts.map +1 -0
  322. package/build/types/core/geom/2d/shape/Shape2DType.d.ts.map +1 -0
  323. package/build/types/core/geom/2d/spline_bezier2_2d.d.ts.map +1 -0
  324. package/build/types/core/geom/2d/spline_bezier2_2d.spec.d.ts.map +1 -0
  325. package/build/types/core/geom/3d/SurfacePoint3.d.ts.map +1 -0
  326. package/build/types/core/geom/3d/SurfacePoint3.spec.d.ts.map +1 -0
  327. package/build/types/core/geom/3d/aabb/AABB3.d.ts.map +1 -0
  328. package/build/types/core/geom/3d/aabb/AABB3.spec.d.ts.map +1 -0
  329. package/build/types/core/geom/3d/aabb/aabb3_array_combine.d.ts.map +1 -0
  330. package/build/types/core/geom/3d/aabb/aabb3_array_compute_from_sphere.d.ts.map +1 -0
  331. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_clipping_volume_array.d.ts.map +1 -0
  332. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_frustum_degree.d.ts.map +1 -0
  333. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_point.d.ts.map +1 -0
  334. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_point.spec.d.ts.map +1 -0
  335. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_ray.d.ts.map +1 -0
  336. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_ray_array.d.ts.map +1 -0
  337. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_sphere.d.ts.map +1 -0
  338. package/build/types/core/geom/3d/aabb/aabb3_array_intersects_sphere_array.d.ts.map +1 -0
  339. package/build/types/core/geom/3d/aabb/aabb3_array_set.d.ts.map +1 -0
  340. package/build/types/core/geom/3d/aabb/aabb3_box_surface_area_2.d.ts.map +1 -0
  341. package/build/types/core/geom/3d/aabb/aabb3_build_corners.d.ts.map +1 -0
  342. package/build/types/core/geom/3d/aabb/aabb3_build_corners.spec.d.ts.map +1 -0
  343. package/build/types/core/geom/3d/aabb/aabb3_build_frustum.d.ts.map +1 -0
  344. package/build/types/core/geom/3d/aabb/aabb3_combined_surface_area.d.ts.map +1 -0
  345. package/build/types/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.d.ts.map +1 -0
  346. package/build/types/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.spec.d.ts.map +1 -0
  347. package/build/types/core/geom/3d/aabb/aabb3_compute_half_surface_area.d.ts.map +1 -0
  348. package/build/types/core/geom/3d/aabb/aabb3_compute_plane_side.d.ts.map +1 -0
  349. package/build/types/core/geom/3d/aabb/aabb3_compute_plane_side.spec.d.ts.map +1 -0
  350. package/build/types/core/geom/3d/aabb/aabb3_compute_projected_area.d.ts.map +1 -0
  351. package/build/types/core/geom/3d/aabb/aabb3_compute_surface_area.d.ts.map +1 -0
  352. package/build/types/core/geom/3d/aabb/aabb3_corner_edge_mapping.d.ts.map +1 -0
  353. package/build/types/core/geom/3d/aabb/aabb3_corner_edge_mapping.spec.d.ts.map +1 -0
  354. package/build/types/core/geom/3d/aabb/aabb3_detailed_volume_intersection.d.ts.map +1 -0
  355. package/build/types/core/geom/3d/aabb/aabb3_edge_corner_mapping.d.ts.map +1 -0
  356. package/build/types/core/geom/3d/aabb/aabb3_edge_corner_mapping.spec.d.ts.map +1 -0
  357. package/build/types/core/geom/3d/aabb/aabb3_edge_plane_mapping.d.ts.map +1 -0
  358. package/build/types/core/geom/3d/aabb/aabb3_estimate_projected_area2.d.ts.map +1 -0
  359. package/build/types/core/geom/3d/aabb/aabb3_expand_array.d.ts.map +1 -0
  360. package/build/types/core/geom/3d/aabb/aabb3_expand_array.spec.d.ts.map +1 -0
  361. package/build/types/core/geom/3d/aabb/aabb3_from_min_max.d.ts.map +1 -0
  362. package/build/types/core/geom/3d/aabb/aabb3_from_threejs_geometry.d.ts.map +1 -0
  363. package/build/types/core/geom/3d/aabb/aabb3_from_v3_array.d.ts.map +1 -0
  364. package/build/types/core/geom/3d/aabb/aabb3_from_v3_array.spec.d.ts.map +1 -0
  365. package/build/types/core/geom/3d/aabb/aabb3_from_v3_array_transformed.d.ts.map +1 -0
  366. package/build/types/core/geom/3d/aabb/aabb3_intersects_aabb3.d.ts.map +1 -0
  367. package/build/types/core/geom/3d/aabb/aabb3_intersects_aabb3.spec.d.ts.map +1 -0
  368. package/build/types/core/geom/3d/aabb/aabb3_intersects_clipping_volume_array.d.ts.map +1 -0
  369. package/build/types/core/geom/3d/aabb/aabb3_intersects_frustum_degree.d.ts.map +1 -0
  370. package/build/types/core/geom/3d/aabb/aabb3_intersects_line_segment.d.ts.map +1 -0
  371. package/build/types/core/geom/3d/aabb/aabb3_intersects_ray.d.ts.map +1 -0
  372. package/build/types/core/geom/3d/aabb/aabb3_intersects_ray.spec.d.ts.map +1 -0
  373. package/build/types/core/geom/3d/aabb/aabb3_matrix4_project.d.ts.map +1 -0
  374. package/build/types/core/geom/3d/aabb/aabb3_matrix4_project.spec.d.ts.map +1 -0
  375. package/build/types/core/geom/3d/aabb/aabb3_matrix4_project_by_corners.d.ts.map +1 -0
  376. package/build/types/core/geom/3d/aabb/aabb3_nearest_point_on_surface.d.ts.map +1 -0
  377. package/build/types/core/geom/3d/aabb/aabb3_raycast.d.ts.map +1 -0
  378. package/build/types/core/geom/3d/aabb/aabb3_raycast.spec.d.ts.map +1 -0
  379. package/build/types/core/geom/3d/aabb/aabb3_score_boxes_SAH.d.ts.map +1 -0
  380. package/build/types/core/geom/3d/aabb/aabb3_score_boxes_SAH.spec.d.ts.map +1 -0
  381. package/build/types/core/geom/3d/aabb/aabb3_score_boxes_SAH_delta.d.ts.map +1 -0
  382. package/build/types/core/geom/3d/aabb/aabb3_signed_distance_sqr_to_point.d.ts.map +1 -0
  383. package/build/types/core/geom/3d/aabb/aabb3_signed_distance_to_aabb3.d.ts.map +1 -0
  384. package/build/types/core/geom/3d/aabb/aabb3_transformed_compute_plane_side.d.ts.map +1 -0
  385. package/build/types/core/geom/3d/aabb/aabb3_unsigned_distance_sqr_to_point.d.ts.map +1 -0
  386. package/build/types/core/geom/3d/aabb/compute_aabb_from_points.d.ts.map +1 -0
  387. package/build/types/core/geom/3d/aabb/deserializeAABB3.d.ts.map +1 -0
  388. package/build/types/core/geom/3d/aabb/deserializeAABB3Encoded_v0.d.ts.map +1 -0
  389. package/build/types/core/geom/3d/aabb/deserializeAABB3Quantized16Uint.d.ts.map +1 -0
  390. package/build/types/core/geom/3d/aabb/serializeAABB3.d.ts.map +1 -0
  391. package/build/types/core/geom/3d/aabb/serializeAABB3Encoded_v0.d.ts.map +1 -0
  392. package/build/types/core/geom/3d/aabb/serializeAABB3Quantized16Uint.d.ts.map +1 -0
  393. package/build/types/core/geom/3d/apply_mat4_transform_to_direction_v3_array.d.ts.map +1 -0
  394. package/build/types/core/geom/3d/apply_mat4_transform_to_v3_array.d.ts.map +1 -0
  395. package/build/types/core/geom/3d/compose_matrix4_array.d.ts.map +1 -0
  396. package/build/types/core/geom/3d/compute_bounding_sphere_of_2_spheres.d.ts.map +1 -0
  397. package/build/types/core/geom/3d/compute_circle_bounding_box.d.ts.map +1 -0
  398. package/build/types/core/geom/3d/compute_triangle_normal.d.ts.map +1 -0
  399. package/build/types/core/geom/3d/cone/computeConeBoundingBox.d.ts.map +1 -0
  400. package/build/types/core/geom/3d/cone/computeConePlaneSide.d.ts.map +1 -0
  401. package/build/types/core/geom/3d/cone/computeConePlaneSide.spec.d.ts.map +1 -0
  402. package/build/types/core/geom/3d/cone/compute_bounding_cone_of_2_cones.d.ts.map +1 -0
  403. package/build/types/core/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.d.ts.map +1 -0
  404. package/build/types/core/geom/3d/decompose_matrix_4_array.d.ts.map +1 -0
  405. package/build/types/core/geom/3d/eulerAnglesFromMatrix.d.ts.map +1 -0
  406. package/build/types/core/geom/3d/frustum/frustum3_computeNearestPointToPoint.d.ts.map +1 -0
  407. package/build/types/core/geom/3d/frustum/frustum_from_projection_matrix_array.d.ts.map +1 -0
  408. package/build/types/core/geom/3d/frustum/read_cluster_frustum_corners.d.ts.map +1 -0
  409. package/build/types/core/geom/3d/frustum/read_three_planes_to_array.d.ts.map +1 -0
  410. package/build/types/core/geom/3d/frustum/slice_frustum_linear_to_points.d.ts.map +1 -0
  411. package/build/types/core/geom/3d/line/line3_computeSegmentPointDistance_sqr.d.ts.map +1 -0
  412. package/build/types/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts.map +1 -0
  413. package/build/types/core/geom/3d/line/line3_compute_nearest_point_to_point.spec.d.ts.map +1 -0
  414. package/build/types/core/geom/3d/mat4/MATRIX_4_IDENTITY.d.ts.map +1 -0
  415. package/build/types/core/geom/3d/mat4/MATRIX_4_IDENTITY.spec.d.ts.map +1 -0
  416. package/build/types/core/geom/3d/mat4/allocate_transform_m4.d.ts.map +1 -0
  417. package/build/types/core/geom/3d/mat4/m4_make_translation.d.ts.map +1 -0
  418. package/build/types/core/geom/3d/mat4/m4_multiply.d.ts.map +1 -0
  419. package/build/types/core/geom/3d/mat4/m4_multiply.spec.d.ts.map +1 -0
  420. package/build/types/core/geom/3d/mat4/m4_multiply_alphatensor.d.ts.map +1 -0
  421. package/build/types/core/geom/3d/mat4/m4_multiply_alphatensor.spec.d.ts.map +1 -0
  422. package/build/types/core/geom/3d/morton/Morton.d.ts.map +1 -0
  423. package/build/types/core/geom/3d/morton/mortonEncode_LUT.d.ts.map +1 -0
  424. package/build/types/core/geom/3d/morton/mortonEncode_magicbits.d.ts.map +1 -0
  425. package/build/types/core/geom/3d/morton/reinterpret_float32_as_int32.d.ts.map +1 -0
  426. package/build/types/core/geom/3d/morton/split_by_2.d.ts.map +1 -0
  427. package/build/types/core/geom/3d/morton/split_by_3.d.ts.map +1 -0
  428. package/build/types/core/geom/3d/morton/v3_morton_encode_bounded.d.ts.map +1 -0
  429. package/build/types/core/geom/3d/morton/v3_morton_encode_transformed.d.ts.map +1 -0
  430. package/build/types/core/geom/3d/morton/v3_morton_encode_transformed.spec.d.ts.map +1 -0
  431. package/build/types/core/geom/3d/normal/hemioct/decode_hemioct_to_unit.d.ts.map +1 -0
  432. package/build/types/core/geom/3d/normal/hemioct/encode_unit3_hemioct.d.ts.map +1 -0
  433. package/build/types/core/geom/3d/normal/hemioct/unit_hemioct.spec.d.ts.map +1 -0
  434. package/build/types/core/geom/3d/normal/lamber_azimuth/transform.d.ts.map +1 -0
  435. package/build/types/core/geom/3d/normal/octahedron/decode_octahedron_to_unit.d.ts.map +1 -0
  436. package/build/types/core/geom/3d/normal/octahedron/encode_unit_to_octahedron.d.ts.map +1 -0
  437. package/build/types/core/geom/3d/normal/octahedron/encoding.spec.d.ts.map +1 -0
  438. package/build/types/core/geom/3d/normal/spherical/sphere_map_transform.d.ts.map +1 -0
  439. package/build/types/core/geom/3d/plane/is_point_within_planes.d.ts.map +1 -0
  440. package/build/types/core/geom/3d/plane/orient3d_fast.d.ts.map +1 -0
  441. package/build/types/core/geom/3d/plane/orient3d_robust.d.ts.map +1 -0
  442. package/build/types/core/geom/3d/plane/plane3_compute_convex_3_plane_intersection.d.ts.map +1 -0
  443. package/build/types/core/geom/3d/plane/plane3_compute_line_segment_intersection.d.ts.map +1 -0
  444. package/build/types/core/geom/3d/plane/plane3_compute_plane_intersection.d.ts.map +1 -0
  445. package/build/types/core/geom/3d/plane/plane3_compute_ray_intersection.d.ts.map +1 -0
  446. package/build/types/core/geom/3d/plane/plane3_intersect_plane.d.ts.map +1 -0
  447. package/build/types/core/geom/3d/plane/plane3_lerp.d.ts.map +1 -0
  448. package/build/types/core/geom/3d/plane/plane3_lerp_v0.d.ts.map +1 -0
  449. package/build/types/core/geom/3d/plane/plane3_projectPoint.d.ts.map +1 -0
  450. package/build/types/core/geom/3d/plane/plane3_projectPoint.spec.d.ts.map +1 -0
  451. package/build/types/core/geom/3d/plane/plane3_slerp.d.ts.map +1 -0
  452. package/build/types/core/geom/3d/plane/plane3_slerp.spec.d.ts.map +1 -0
  453. package/build/types/core/geom/3d/plane/plane3_three_compute_convex_3_plane_intersection.d.ts.map +1 -0
  454. package/build/types/core/geom/3d/quaternion/quat3_createFromAxisAngle.d.ts.map +1 -0
  455. package/build/types/core/geom/3d/quaternion/quat_decode_from_uint32.d.ts.map +1 -0
  456. package/build/types/core/geom/3d/quaternion/quat_encode_to_uint32.d.ts.map +1 -0
  457. package/build/types/core/geom/3d/ray/ray3_array_apply_matrix4.d.ts.map +1 -0
  458. package/build/types/core/geom/3d/ray/ray3_array_compose.d.ts.map +1 -0
  459. package/build/types/core/geom/3d/ray/ray3_array_compose.spec.d.ts.map +1 -0
  460. package/build/types/core/geom/3d/ray/ray_computeNearestPointToPoint.d.ts.map +1 -0
  461. package/build/types/core/geom/3d/ray/ray_distance_to_point.d.ts.map +1 -0
  462. package/build/types/core/geom/3d/shape/AbstractShape3D.d.ts.map +1 -0
  463. package/build/types/core/geom/3d/shape/TransformedShape3D.d.ts.map +1 -0
  464. package/build/types/core/geom/3d/shape/TransformedShape3D.spec.d.ts.map +1 -0
  465. package/build/types/core/geom/3d/shape/UnionShape3D.d.ts.map +1 -0
  466. package/build/types/core/geom/3d/shape/UnitCubeShape3D.d.ts.map +1 -0
  467. package/build/types/core/geom/3d/shape/UnitCubeShape3D.spec.d.ts.map +1 -0
  468. package/build/types/core/geom/3d/shape/UnitSphereShape3D.d.ts.map +1 -0
  469. package/build/types/core/geom/3d/shape/json/shape_from_json.d.ts.map +1 -0
  470. package/build/types/core/geom/3d/shape/json/shape_to_json.d.ts.map +1 -0
  471. package/build/types/core/geom/3d/shape/json/shape_to_type.d.ts.map +1 -0
  472. package/build/types/core/geom/3d/shape/json/type_adapters.d.ts.map +1 -0
  473. package/build/types/core/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.d.ts.map +1 -0
  474. package/build/types/core/geom/3d/shape/util/shape_to_visual_entity.d.ts.map +1 -0
  475. package/build/types/core/geom/3d/sphere/harmonics/sh3_add.d.ts.map +1 -0
  476. package/build/types/core/geom/3d/sphere/harmonics/sh3_basis_at.d.ts.map +1 -0
  477. package/build/types/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.d.ts.map +1 -0
  478. package/build/types/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.spec.d.ts.map +1 -0
  479. package/build/types/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts.map +1 -0
  480. package/build/types/core/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.d.ts.map +1 -0
  481. package/build/types/core/geom/3d/sphere/in_sphere3d_fast.d.ts.map +1 -0
  482. package/build/types/core/geom/3d/sphere/in_sphere3d_robust.d.ts.map +1 -0
  483. package/build/types/core/geom/3d/sphere/sphere_array_intersects_point.d.ts.map +1 -0
  484. package/build/types/core/geom/3d/sphere/sphere_array_intersects_ray.d.ts.map +1 -0
  485. package/build/types/core/geom/3d/sphere/sphere_intersects_point.d.ts.map +1 -0
  486. package/build/types/core/geom/3d/sphere/sphere_intersects_point.spec.d.ts.map +1 -0
  487. package/build/types/core/geom/3d/sphere/sphere_intersects_ray.d.ts.map +1 -0
  488. package/build/types/core/geom/3d/sphere/sphere_intersects_ray.spec.d.ts.map +1 -0
  489. package/build/types/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.d.ts.map +1 -0
  490. package/build/types/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.spec.d.ts.map +1 -0
  491. package/build/types/core/geom/3d/tetrahedra/TetrahedralMesh.d.ts.map +1 -0
  492. package/build/types/core/geom/3d/tetrahedra/TetrahedralMesh.spec.d.ts.map +1 -0
  493. package/build/types/core/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.d.ts.map +1 -0
  494. package/build/types/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.d.ts.map +1 -0
  495. package/build/types/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.d.ts.map +1 -0
  496. package/build/types/core/geom/3d/tetrahedra/compute_circumsphere.d.ts.map +1 -0
  497. package/build/types/core/geom/3d/tetrahedra/delaunay/Cavity.d.ts.map +1 -0
  498. package/build/types/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.d.ts.map +1 -0
  499. package/build/types/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.d.ts.map +1 -0
  500. package/build/types/core/geom/3d/tetrahedra/delaunay/debug/debug_validate_mesh.d.ts.map +1 -0
  501. package/build/types/core/geom/3d/tetrahedra/delaunay/debug/push_boundary_with_validation.d.ts.map +1 -0
  502. package/build/types/core/geom/3d/tetrahedra/delaunay/debug/validate_cavity_boundary.d.ts.map +1 -0
  503. package/build/types/core/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.d.ts.map +1 -0
  504. package/build/types/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.d.ts.map +1 -0
  505. package/build/types/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.d.ts.map +1 -0
  506. package/build/types/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.d.ts.map +1 -0
  507. package/build/types/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.d.ts.map +1 -0
  508. package/build/types/core/geom/3d/tetrahedra/prototypeTetrahedraBuilder.d.ts.map +1 -0
  509. package/build/types/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.d.ts.map +1 -0
  510. package/build/types/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.d.ts.map +1 -0
  511. package/build/types/core/geom/3d/tetrahedra/tetrahedron_contains_point.d.ts.map +1 -0
  512. package/build/types/core/geom/3d/tetrahedra/tetrahedron_contains_point.spec.d.ts.map +1 -0
  513. package/build/types/core/geom/3d/tetrahedra/validate_tetrahedral_mesh.d.ts.map +1 -0
  514. package/build/types/core/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.d.ts.map +1 -0
  515. package/build/types/core/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.d.ts.map +1 -0
  516. package/build/types/core/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.d.ts.map +1 -0
  517. package/build/types/core/geom/3d/topology/build_face_graph_from_mesh.d.ts.map +1 -0
  518. package/build/types/core/geom/3d/topology/compareEdges.d.ts.map +1 -0
  519. package/build/types/core/geom/3d/topology/compareFaces.d.ts.map +1 -0
  520. package/build/types/core/geom/3d/topology/compareVertices.d.ts.map +1 -0
  521. package/build/types/core/geom/3d/topology/computeTopoMeshVertexDuplicates.d.ts.map +1 -0
  522. package/build/types/core/geom/3d/topology/debugValidateMesh.d.ts.map +1 -0
  523. package/build/types/core/geom/3d/topology/expandConnectivityByLocality.d.ts.map +1 -0
  524. package/build/types/core/geom/3d/topology/isEdgeConnectedToOutline.d.ts.map +1 -0
  525. package/build/types/core/geom/3d/topology/isVertexConnectedToOutline.d.ts.map +1 -0
  526. package/build/types/core/geom/3d/topology/query/query_edge_is_boundary.d.ts.map +1 -0
  527. package/build/types/core/geom/3d/topology/query/query_edge_is_manifold.d.ts.map +1 -0
  528. package/build/types/core/geom/3d/topology/query/query_edge_is_manifold_or_boundary.d.ts.map +1 -0
  529. package/build/types/core/geom/3d/topology/query/query_edge_is_wire.d.ts.map +1 -0
  530. package/build/types/core/geom/3d/topology/query/query_edge_other_vertex.d.ts.map +1 -0
  531. package/build/types/core/geom/3d/topology/query/query_edge_share_vert.d.ts.map +1 -0
  532. package/build/types/core/geom/3d/topology/query/query_face_get_other_edges.d.ts.map +1 -0
  533. package/build/types/core/geom/3d/topology/query/query_face_next_vertex.d.ts.map +1 -0
  534. package/build/types/core/geom/3d/topology/query/query_face_prev_vertex.d.ts.map +1 -0
  535. package/build/types/core/geom/3d/topology/query/query_vertex_in_edge.d.ts.map +1 -0
  536. package/build/types/core/geom/3d/topology/query/query_vertex_pair_share_face.d.ts.map +1 -0
  537. package/build/types/core/geom/3d/topology/query/query_vertices_in_edge.d.ts.map +1 -0
  538. package/build/types/core/geom/3d/topology/samples/sampleFloodFill.d.ts.map +1 -0
  539. package/build/types/core/geom/3d/topology/simplify/EdgeCollapseCandidate.d.ts.map +1 -0
  540. package/build/types/core/geom/3d/topology/simplify/build_edge_collapse_candidates.d.ts.map +1 -0
  541. package/build/types/core/geom/3d/topology/simplify/collapseEdge.d.ts.map +1 -0
  542. package/build/types/core/geom/3d/topology/simplify/collapseEdge.spec.d.ts.map +1 -0
  543. package/build/types/core/geom/3d/topology/simplify/collapse_all_degenerate_edges.d.ts.map +1 -0
  544. package/build/types/core/geom/3d/topology/simplify/collapse_degenerate_edge.d.ts.map +1 -0
  545. package/build/types/core/geom/3d/topology/simplify/computeEdgeCollapseCost.d.ts.map +1 -0
  546. package/build/types/core/geom/3d/topology/simplify/compute_face_normal_change_dot_product.d.ts.map +1 -0
  547. package/build/types/core/geom/3d/topology/simplify/decimate_edge_collapse_snap.d.ts.map +1 -0
  548. package/build/types/core/geom/3d/topology/simplify/edge_collapse_quadratic.d.ts.map +1 -0
  549. package/build/types/core/geom/3d/topology/simplify/prototypeMeshSimplification.d.ts.map +1 -0
  550. package/build/types/core/geom/3d/topology/simplify/quadratic/Quadratic3.d.ts.map +1 -0
  551. package/build/types/core/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.d.ts.map +1 -0
  552. package/build/types/core/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.d.ts.map +1 -0
  553. package/build/types/core/geom/3d/topology/simplify/simplifyTopoMesh.d.ts.map +1 -0
  554. package/build/types/core/geom/3d/topology/simplify/simplifyTopoMesh2.d.ts.map +1 -0
  555. package/build/types/core/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.d.ts.map +1 -0
  556. package/build/types/core/geom/3d/topology/struct/TopoEdge.d.ts.map +1 -0
  557. package/build/types/core/geom/3d/topology/struct/TopoEdge.spec.d.ts.map +1 -0
  558. package/build/types/core/geom/3d/topology/struct/TopoMesh.d.ts.map +1 -0
  559. package/build/types/core/geom/3d/topology/struct/TopoTriangle.d.ts.map +1 -0
  560. package/build/types/core/geom/3d/topology/struct/TopoVertex.d.ts.map +1 -0
  561. package/build/types/core/geom/3d/topology/struct/TopoVertex.spec.d.ts.map +1 -0
  562. package/build/types/core/geom/3d/topology/struct/binary/BinaryElementPool.d.ts.map +1 -0
  563. package/build/types/core/geom/3d/topology/struct/binary/BinaryElementPool.spec.d.ts.map +1 -0
  564. package/build/types/core/geom/3d/topology/struct/binary/BinaryTopology.d.ts.map +1 -0
  565. package/build/types/core/geom/3d/topology/struct/binary/BinaryTopology.spec.d.ts.map +1 -0
  566. package/build/types/core/geom/3d/topology/struct/binary/io/OrderedEdge.d.ts.map +1 -0
  567. package/build/types/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.d.ts.map +1 -0
  568. package/build/types/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.d.ts.map +1 -0
  569. package/build/types/core/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.d.ts.map +1 -0
  570. package/build/types/core/geom/3d/topology/struct/binary/io/create_edge.d.ts.map +1 -0
  571. package/build/types/core/geom/3d/topology/struct/binary/io/get_or_create_edge_map.d.ts.map +1 -0
  572. package/build/types/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.d.ts.map +1 -0
  573. package/build/types/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.d.ts.map +1 -0
  574. package/build/types/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.d.ts.map +1 -0
  575. package/build/types/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.d.ts.map +1 -0
  576. package/build/types/core/geom/3d/topology/struct/prototypeBinaryTopology.d.ts.map +1 -0
  577. package/build/types/core/geom/3d/topology/three_buffer_geometry_to_topo_mesh.d.ts.map +1 -0
  578. package/build/types/core/geom/3d/topology/tm_edge_kill.d.ts.map +1 -0
  579. package/build/types/core/geom/3d/topology/tm_edge_splice.d.ts.map +1 -0
  580. package/build/types/core/geom/3d/topology/tm_face_area.d.ts.map +1 -0
  581. package/build/types/core/geom/3d/topology/tm_face_kill.d.ts.map +1 -0
  582. package/build/types/core/geom/3d/topology/tm_face_normal.d.ts.map +1 -0
  583. package/build/types/core/geom/3d/topology/tm_kill_only_edge.d.ts.map +1 -0
  584. package/build/types/core/geom/3d/topology/tm_kill_only_face.d.ts.map +1 -0
  585. package/build/types/core/geom/3d/topology/tm_kill_only_vert.d.ts.map +1 -0
  586. package/build/types/core/geom/3d/topology/tm_vert_kill.d.ts.map +1 -0
  587. package/build/types/core/geom/3d/topology/tm_vert_splice.d.ts.map +1 -0
  588. package/build/types/core/geom/3d/topology/tm_vertex_compute_normal.d.ts.map +1 -0
  589. package/build/types/core/geom/3d/topology/topo_mesh_to_three_buffer_geometry.d.ts.map +1 -0
  590. package/build/types/core/geom/3d/topology/topology_find_broken_links.d.ts.map +1 -0
  591. package/build/types/core/geom/3d/topology/update_topo_face_normals.d.ts.map +1 -0
  592. package/build/types/core/geom/3d/topology/util/compute_face_connection_weight.d.ts.map +1 -0
  593. package/build/types/core/geom/3d/topology/util/mesh_flood_fill.d.ts.map +1 -0
  594. package/build/types/core/geom/3d/topology/weld_duplicate_vertices.d.ts.map +1 -0
  595. package/build/types/core/geom/3d/triangle/computeTrianglePlaneSide.d.ts.map +1 -0
  596. package/build/types/core/geom/3d/triangle/computeTriangleRayIntersection.d.ts.map +1 -0
  597. package/build/types/core/geom/3d/triangle/computeTriangleRayIntersection.spec.d.ts.map +1 -0
  598. package/build/types/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.d.ts.map +1 -0
  599. package/build/types/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.spec.d.ts.map +1 -0
  600. package/build/types/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentricEdge.d.ts.map +1 -0
  601. package/build/types/core/geom/3d/triangle/computeTriangleSurfaceArea.d.ts.map +1 -0
  602. package/build/types/core/geom/3d/triangle/rayTriangleIntersection.d.ts.map +1 -0
  603. package/build/types/core/geom/3d/triangle/triangle_intersects_clipping_volume.d.ts.map +1 -0
  604. package/build/types/core/geom/3d/util/make_justified_point_grid.d.ts.map +1 -0
  605. package/build/types/core/geom/3d/v3_compute_triangle_normal.d.ts.map +1 -0
  606. package/build/types/core/geom/3d/v3_compute_triangle_normal.spec.d.ts.map +1 -0
  607. package/build/types/core/geom/ConicRay.d.ts.map +1 -0
  608. package/build/types/core/geom/ConicRay.spec.d.ts.map +1 -0
  609. package/build/types/core/geom/Quaternion.d.ts.map +1 -0
  610. package/build/types/core/geom/Quaternion.spec.d.ts.map +1 -0
  611. package/build/types/core/geom/Vector1.d.ts.map +1 -0
  612. package/build/types/core/geom/Vector1.spec.d.ts.map +1 -0
  613. package/build/types/core/geom/Vector2.d.ts.map +1 -0
  614. package/build/types/core/geom/Vector2.spec.d.ts.map +1 -0
  615. package/build/types/core/geom/Vector3.d.ts.map +1 -0
  616. package/build/types/core/geom/Vector3.spec.d.ts.map +1 -0
  617. package/build/types/core/geom/Vector4.d.ts.map +1 -0
  618. package/build/types/core/geom/Vector4.spec.d.ts.map +1 -0
  619. package/build/types/core/geom/mat2/m2_add.d.ts.map +1 -0
  620. package/build/types/core/geom/mat2/m2_determinant.d.ts.map +1 -0
  621. package/build/types/core/geom/mat2/m2_multiply.d.ts.map +1 -0
  622. package/build/types/core/geom/mat2/m2_multiply_scalar.d.ts.map +1 -0
  623. package/build/types/core/geom/mat2/m2_multiply_transposed.d.ts.map +1 -0
  624. package/build/types/core/geom/mat2/m2_sub_transposed.d.ts.map +1 -0
  625. package/build/types/core/geom/mat3/m3_cm_compose_transform.d.ts.map +1 -0
  626. package/build/types/core/geom/mat3/m3_cm_extract_rotation.d.ts.map +1 -0
  627. package/build/types/core/geom/mat3/m3_cm_from_translation.d.ts.map +1 -0
  628. package/build/types/core/geom/mat3/m3_determinant.d.ts.map +1 -0
  629. package/build/types/core/geom/mat3/m3_multiply.d.ts.map +1 -0
  630. package/build/types/core/geom/mat3/m3_rm_compose_transform.d.ts.map +1 -0
  631. package/build/types/core/geom/mat3/m3_rm_extract_scale.d.ts.map +1 -0
  632. package/build/types/core/geom/normalize_angle_rad.d.ts.map +1 -0
  633. package/build/types/core/geom/normalize_angle_rad.spec.d.ts.map +1 -0
  634. package/build/types/core/geom/packing/computeBoundingSphereOfSpheres.d.ts.map +1 -0
  635. package/build/types/core/geom/packing/computeBoundingSphereOfSpheres.spec.d.ts.map +1 -0
  636. package/build/types/core/geom/packing/max-rect/MaxRectanglesPacker.d.ts.map +1 -0
  637. package/build/types/core/geom/packing/max-rect/MaxRectanglesPacker.spec.d.ts.map +1 -0
  638. package/build/types/core/geom/packing/max-rect/cost/costByBestShortSide.d.ts.map +1 -0
  639. package/build/types/core/geom/packing/max-rect/cost/costByRemainingArea.d.ts.map +1 -0
  640. package/build/types/core/geom/packing/max-rect/cutArea.d.ts.map +1 -0
  641. package/build/types/core/geom/packing/max-rect/findBestContainer.d.ts.map +1 -0
  642. package/build/types/core/geom/packing/max-rect/packMaxRectangles.d.ts.map +1 -0
  643. package/build/types/core/geom/packing/max-rect/packOneBox.d.ts.map +1 -0
  644. package/build/types/core/geom/packing/max-rect/removeRedundantBoxes.d.ts.map +1 -0
  645. package/build/types/core/geom/packing/max-rect/removeRedundantBoxesArray.d.ts.map +1 -0
  646. package/build/types/core/geom/packing/miniball/Miniball.d.ts.map +1 -0
  647. package/build/types/core/geom/packing/miniball/Miniball.spec.d.ts.map +1 -0
  648. package/build/types/core/geom/packing/miniball/PointSet.d.ts.map +1 -0
  649. package/build/types/core/geom/packing/miniball/Quality.d.ts.map +1 -0
  650. package/build/types/core/geom/packing/miniball/Subspan.d.ts.map +1 -0
  651. package/build/types/core/geom/packing/miniball/Subspan.spec.d.ts.map +1 -0
  652. package/build/types/core/geom/packing/miniball/miniball_compute_quality.d.ts.map +1 -0
  653. package/build/types/core/geom/random/randomPointInBox.d.ts.map +1 -0
  654. package/build/types/core/geom/random/randomPointInCircle.d.ts.map +1 -0
  655. package/build/types/core/geom/random/randomPointInPoint.d.ts.map +1 -0
  656. package/build/types/core/geom/random/randomPointInSphere.d.ts.map +1 -0
  657. package/build/types/core/geom/random/randomPointOnBox.d.ts.map +1 -0
  658. package/build/types/core/geom/random/randomPointOnBox.spec.d.ts.map +1 -0
  659. package/build/types/core/geom/random/randomPointOnSphere.d.ts.map +1 -0
  660. package/build/types/core/geom/vec3/v3_allocate.d.ts.map +1 -0
  661. package/build/types/core/geom/vec3/v3_angle_atan2_between.d.ts.map +1 -0
  662. package/build/types/core/geom/vec3/v3_angle_between.d.ts.map +1 -0
  663. package/build/types/core/geom/vec3/v3_angle_cos_between.d.ts.map +1 -0
  664. package/build/types/core/geom/vec3/v3_binary_equality_decode.d.ts.map +1 -0
  665. package/build/types/core/geom/vec3/v3_binary_equality_encode.d.ts.map +1 -0
  666. package/build/types/core/geom/vec3/v3_displace_in_direction.d.ts.map +1 -0
  667. package/build/types/core/geom/vec3/v3_distance.d.ts.map +1 -0
  668. package/build/types/core/geom/vec3/v3_distance_above_plane.d.ts.map +1 -0
  669. package/build/types/core/geom/vec3/v3_distance_above_plane.spec.d.ts.map +1 -0
  670. package/build/types/core/geom/vec3/v3_distance_sqr.d.ts.map +1 -0
  671. package/build/types/core/geom/vec3/v3_dot.d.ts.map +1 -0
  672. package/build/types/core/geom/vec3/v3_dot_array_array.d.ts.map +1 -0
  673. package/build/types/core/geom/vec3/v3_length.d.ts.map +1 -0
  674. package/build/types/core/geom/vec3/v3_length_sqr.d.ts.map +1 -0
  675. package/build/types/core/geom/vec3/v3_lerp.d.ts.map +1 -0
  676. package/build/types/core/geom/vec3/v3_normalize_array.d.ts.map +1 -0
  677. package/build/types/core/geom/vec3/v3_slerp.d.ts.map +1 -0
  678. package/build/types/core/graph/Edge.d.ts.map +1 -0
  679. package/build/types/core/graph/Edge.spec.d.ts.map +1 -0
  680. package/build/types/core/graph/MultiNode.d.ts.map +1 -0
  681. package/build/types/core/graph/SquareMatrix.d.ts.map +1 -0
  682. package/build/types/core/graph/SquareMatrix.spec.d.ts.map +1 -0
  683. package/build/types/core/graph/WeightedEdge.d.ts.map +1 -0
  684. package/build/types/core/graph/cluster_mesh_metis.d.ts.map +1 -0
  685. package/build/types/core/graph/coarsen_graph.d.ts.map +1 -0
  686. package/build/types/core/graph/coarsen_graph.spec.d.ts.map +1 -0
  687. package/build/types/core/graph/coloring/colorizeGraph.d.ts.map +1 -0
  688. package/build/types/core/graph/coloring/colorizeGraphGreedy.d.ts.map +1 -0
  689. package/build/types/core/graph/coloring/colorizeGraphGreedy.spec.d.ts.map +1 -0
  690. package/build/types/core/graph/coloring/colorizeGraphGreedyWeight.d.ts.map +1 -0
  691. package/build/types/core/graph/coloring/colorizeGraphMCS.d.ts.map +1 -0
  692. package/build/types/core/graph/coloring/validateGraphColoring.d.ts.map +1 -0
  693. package/build/types/core/graph/convert_graph_to_dot_string.d.ts.map +1 -0
  694. package/build/types/core/graph/convert_graph_to_dot_string.spec.d.ts.map +1 -0
  695. package/build/types/core/graph/eigen/eigen_values_find_spectral_gap.d.ts.map +1 -0
  696. package/build/types/core/graph/eigen/matrix_eigenvalues_in_place.d.ts.map +1 -0
  697. package/build/types/core/graph/eigen/matrix_eigenvalues_in_place.spec.d.ts.map +1 -0
  698. package/build/types/core/graph/eigen/matrix_householder_in_place.d.ts.map +1 -0
  699. package/build/types/core/graph/eigen/matrix_qr_in_place.d.ts.map +1 -0
  700. package/build/types/core/graph/graph_adjacency_matrix.d.ts.map +1 -0
  701. package/build/types/core/graph/graph_compute_disconnected_clusters.d.ts.map +1 -0
  702. package/build/types/core/graph/graph_degree_matrix.d.ts.map +1 -0
  703. package/build/types/core/graph/graph_k_means_cluster.d.ts.map +1 -0
  704. package/build/types/core/graph/graph_k_means_cluster.spec.d.ts.map +1 -0
  705. package/build/types/core/graph/graph_laplacian_matrix.d.ts.map +1 -0
  706. package/build/types/core/graph/layout/CircleLayout.d.ts.map +1 -0
  707. package/build/types/core/graph/layout/Connection.d.ts.map +1 -0
  708. package/build/types/core/graph/layout/box/BoxLayouter.d.ts.map +1 -0
  709. package/build/types/core/graph/layout/box/applyCentralGravityAABB2.d.ts.map +1 -0
  710. package/build/types/core/graph/layout/box/forceIntoBox.d.ts.map +1 -0
  711. package/build/types/core/graph/layout/box/pullBoxTowardsPoint.d.ts.map +1 -0
  712. package/build/types/core/graph/layout/box/resolveAABB2Overlap.d.ts.map +1 -0
  713. package/build/types/core/graph/layout/box/resolveBoxOverlapUsingForce.d.ts.map +1 -0
  714. package/build/types/core/graph/layout/computeDisconnectedSubGraphs.d.ts.map +1 -0
  715. package/build/types/core/graph/metis/metis.d.ts.map +1 -0
  716. package/build/types/core/graph/metis/metis_options.d.ts.map +1 -0
  717. package/build/types/core/graph/mn_graph_collapse_weighted_edge.d.ts.map +1 -0
  718. package/build/types/core/graph/v2/Graph.d.ts.map +1 -0
  719. package/build/types/core/graph/v2/Graph.spec.d.ts.map +1 -0
  720. package/build/types/core/graph/v2/NodeContainer.d.ts.map +1 -0
  721. package/build/types/core/json/JsonUtils.d.ts.map +1 -0
  722. package/build/types/core/json/abstractJSONDeserializer.d.ts.map +1 -0
  723. package/build/types/core/json/abstractJSONSerializer.d.ts.map +1 -0
  724. package/build/types/core/json/objectHasProperty.d.ts.map +1 -0
  725. package/build/types/core/json/resolvePath.d.ts.map +1 -0
  726. package/build/types/core/json/resolvePath.spec.d.ts.map +1 -0
  727. package/build/types/core/json/resolvePathByArray.d.ts.map +1 -0
  728. package/build/types/core/lang/reactive/AbstractCachingParser.d.ts.map +1 -0
  729. package/build/types/core/lang/reactive/ReactiveOperatorType.d.ts.map +1 -0
  730. package/build/types/core/lang/reactive/compileReactiveExpression.d.ts.map +1 -0
  731. package/build/types/core/lang/reactive/compileReactiveExpression.spec.d.ts.map +1 -0
  732. package/build/types/core/lang/reactive/pegjs/ReactivePegCompiler.d.ts.map +1 -0
  733. package/build/types/core/lang/reactive/pegjs/ReactivePegParser.d.ts.map +1 -0
  734. package/build/types/core/lang/reactive/pegjs/parser.d.ts.map +1 -0
  735. package/build/types/core/lang/reactive/validateReactiveExpression.d.ts.map +1 -0
  736. package/build/types/core/localization/LanguageMetadata.d.ts.map +1 -0
  737. package/build/types/core/localization/LocaleDataset.d.ts.map +1 -0
  738. package/build/types/core/localization/Localization.d.ts.map +1 -0
  739. package/build/types/core/localization/LocalizationEngine.d.ts.map +1 -0
  740. package/build/types/core/math/DEG_TO_RAD.d.ts.map +1 -0
  741. package/build/types/core/math/EPSILON.d.ts.map +1 -0
  742. package/build/types/core/math/FLT_EPSILON_32.d.ts.map +1 -0
  743. package/build/types/core/math/GOLDEN_RATIO.d.ts.map +1 -0
  744. package/build/types/core/math/NumericType.d.ts.map +1 -0
  745. package/build/types/core/math/PI2.d.ts.map +1 -0
  746. package/build/types/core/math/PI_HALF.d.ts.map +1 -0
  747. package/build/types/core/math/RAD_TO_DEG.d.ts.map +1 -0
  748. package/build/types/core/math/bell_membership_function.d.ts.map +1 -0
  749. package/build/types/core/math/bessel_3.d.ts.map +1 -0
  750. package/build/types/core/math/bessel_j0.d.ts.map +1 -0
  751. package/build/types/core/math/bessel_j0.spec.d.ts.map +1 -0
  752. package/build/types/core/math/clamp.d.ts.map +1 -0
  753. package/build/types/core/math/clamp.spec.d.ts.map +1 -0
  754. package/build/types/core/math/clamp01.d.ts.map +1 -0
  755. package/build/types/core/math/computeGreatestCommonDivisor.d.ts.map +1 -0
  756. package/build/types/core/math/computeGreatestCommonDivisor.spec.d.ts.map +1 -0
  757. package/build/types/core/math/computeIsoscelesTriangleApexAngle.d.ts.map +1 -0
  758. package/build/types/core/math/computeIsoscelesTriangleApexAngle.spec.d.ts.map +1 -0
  759. package/build/types/core/math/computeWholeDivisorLow.d.ts.map +1 -0
  760. package/build/types/core/math/computeWholeDivisorLow.spec.d.ts.map +1 -0
  761. package/build/types/core/math/copysign.d.ts.map +1 -0
  762. package/build/types/core/math/copysign.spec.d.ts.map +1 -0
  763. package/build/types/core/math/epsilonEquals.d.ts.map +1 -0
  764. package/build/types/core/math/exp2.d.ts.map +1 -0
  765. package/build/types/core/math/fabsf.d.ts.map +1 -0
  766. package/build/types/core/math/fract.d.ts.map +1 -0
  767. package/build/types/core/math/fract.spec.d.ts.map +1 -0
  768. package/build/types/core/math/gaussian.d.ts.map +1 -0
  769. package/build/types/core/math/hash/computeHashFloatArray.d.ts.map +1 -0
  770. package/build/types/core/math/hash/computeHashFloatArray.spec.d.ts.map +1 -0
  771. package/build/types/core/math/hash/computeObjectHash.d.ts.map +1 -0
  772. package/build/types/core/math/hash/computeObjectHash.spec.d.ts.map +1 -0
  773. package/build/types/core/math/hash/murmur3_32.d.ts.map +1 -0
  774. package/build/types/core/math/hash/murmur3_32.spec.d.ts.map +1 -0
  775. package/build/types/core/math/hash/squirrel3.d.ts.map +1 -0
  776. package/build/types/core/math/hash/squirrel3.spec.d.ts.map +1 -0
  777. package/build/types/core/math/interval/NumericInterval.d.ts.map +1 -0
  778. package/build/types/core/math/interval/NumericInterval.spec.d.ts.map +1 -0
  779. package/build/types/core/math/interval/intersects1D.d.ts.map +1 -0
  780. package/build/types/core/math/interval/isValueBetween.d.ts.map +1 -0
  781. package/build/types/core/math/interval/isValueBetween.spec.d.ts.map +1 -0
  782. package/build/types/core/math/interval/isValueBetweenInclusive.d.ts.map +1 -0
  783. package/build/types/core/math/interval/isValueBetweenInclusive.spec.d.ts.map +1 -0
  784. package/build/types/core/math/interval/overlap1D.d.ts.map +1 -0
  785. package/build/types/core/math/interval/overlap1D.spec.d.ts.map +1 -0
  786. package/build/types/core/math/inverseLerp.d.ts.map +1 -0
  787. package/build/types/core/math/inverseLerp.spec.d.ts.map +1 -0
  788. package/build/types/core/math/isPowerOfTwo.spec.d.ts.map +1 -0
  789. package/build/types/core/math/isPowerOrTwo.d.ts.map +1 -0
  790. package/build/types/core/math/isqrt.d.ts.map +1 -0
  791. package/build/types/core/math/isqrt.spec.d.ts.map +1 -0
  792. package/build/types/core/math/lerp.d.ts.map +1 -0
  793. package/build/types/core/math/lerp.spec.d.ts.map +1 -0
  794. package/build/types/core/math/makeSequenceLoop.d.ts.map +1 -0
  795. package/build/types/core/math/max.spec.d.ts.map +1 -0
  796. package/build/types/core/math/max2.d.ts.map +1 -0
  797. package/build/types/core/math/max2.spec.d.ts.map +1 -0
  798. package/build/types/core/math/max3.d.ts.map +1 -0
  799. package/build/types/core/math/max3.spec.d.ts.map +1 -0
  800. package/build/types/core/math/min2.d.ts.map +1 -0
  801. package/build/types/core/math/min2.spec.d.ts.map +1 -0
  802. package/build/types/core/math/min3.d.ts.map +1 -0
  803. package/build/types/core/math/min3.spec.d.ts.map +1 -0
  804. package/build/types/core/math/mix.d.ts.map +1 -0
  805. package/build/types/core/math/modified_bessel_i0.d.ts.map +1 -0
  806. package/build/types/core/math/newton_solver_1d.d.ts.map +1 -0
  807. package/build/types/core/math/newton_solver_1d.spec.d.ts.map +1 -0
  808. package/build/types/core/math/noise/create_simplex_noise_2d.d.ts.map +1 -0
  809. package/build/types/core/math/noise/create_simplex_noise_2d.spec.d.ts.map +1 -0
  810. package/build/types/core/math/noise/curl_noise_3d.d.ts.map +1 -0
  811. package/build/types/core/math/noise/curl_noise_3dt.d.ts.map +1 -0
  812. package/build/types/core/math/noise/noise_octaves.d.ts.map +1 -0
  813. package/build/types/core/math/noise/sdnoise.d.ts.map +1 -0
  814. package/build/types/core/math/noise/sdnoise.spec.d.ts.map +1 -0
  815. package/build/types/core/math/physics/brdf/D_GGX.d.ts.map +1 -0
  816. package/build/types/core/math/physics/brdf/brdf_burley.d.ts.map +1 -0
  817. package/build/types/core/math/physics/bsdf/bsdf_schlick.d.ts.map +1 -0
  818. package/build/types/core/math/physics/irradiance/interpolate_irradiance_linear.d.ts.map +1 -0
  819. package/build/types/core/math/physics/irradiance/interpolate_irradiance_linear.spec.d.ts.map +1 -0
  820. package/build/types/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.d.ts.map +1 -0
  821. package/build/types/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.spec.d.ts.map +1 -0
  822. package/build/types/core/math/physics/irradiance/interpolate_irradiance_smith.d.ts.map +1 -0
  823. package/build/types/core/math/physics/irradiance/interpolate_irradiance_smith.spec.d.ts.map +1 -0
  824. package/build/types/core/math/physics/spring/computeHookeForce.d.ts.map +1 -0
  825. package/build/types/core/math/pingpong.d.ts.map +1 -0
  826. package/build/types/core/math/pingpong.spec.d.ts.map +1 -0
  827. package/build/types/core/math/random/MersenneTwister.d.ts.map +1 -0
  828. package/build/types/core/math/random/MersenneTwister.spec.d.ts.map +1 -0
  829. package/build/types/core/math/random/generate_halton_jitter.d.ts.map +1 -0
  830. package/build/types/core/math/random/randomBytes.d.ts.map +1 -0
  831. package/build/types/core/math/random/randomFloatBetween.d.ts.map +1 -0
  832. package/build/types/core/math/random/randomFloatBetween.spec.d.ts.map +1 -0
  833. package/build/types/core/math/random/randomFromArray.d.ts.map +1 -0
  834. package/build/types/core/math/random/randomGaussian.d.ts.map +1 -0
  835. package/build/types/core/math/random/randomGaussian.spec.d.ts.map +1 -0
  836. package/build/types/core/math/random/randomIntegerBetween.d.ts.map +1 -0
  837. package/build/types/core/math/random/randomIntegerBetween.spec.d.ts.map +1 -0
  838. package/build/types/core/math/random/randomUint8.d.ts.map +1 -0
  839. package/build/types/core/math/random/roundFair.d.ts.map +1 -0
  840. package/build/types/core/math/random/roundFair.spec.d.ts.map +1 -0
  841. package/build/types/core/math/random/seededRandom.d.ts.map +1 -0
  842. package/build/types/core/math/random/seededRandomMersenneTwister.d.ts.map +1 -0
  843. package/build/types/core/math/random/seededRandomMersenneTwister.spec.d.ts.map +1 -0
  844. package/build/types/core/math/random/seededRandom_Mulberry32.d.ts.map +1 -0
  845. package/build/types/core/math/random/seededRandom_Mulberry32.spec.d.ts.map +1 -0
  846. package/build/types/core/math/random/seededRandom_sine.d.ts.map +1 -0
  847. package/build/types/core/math/remap.d.ts.map +1 -0
  848. package/build/types/core/math/remap.spec.d.ts.map +1 -0
  849. package/build/types/core/math/separation1D.d.ts.map +1 -0
  850. package/build/types/core/math/sign.d.ts.map +1 -0
  851. package/build/types/core/math/sign.spec.d.ts.map +1 -0
  852. package/build/types/core/math/sign_not_zero.d.ts.map +1 -0
  853. package/build/types/core/math/smoothStep.d.ts.map +1 -0
  854. package/build/types/core/math/smoothStep.spec.d.ts.map +1 -0
  855. package/build/types/core/math/solveQuadratic.d.ts.map +1 -0
  856. package/build/types/core/math/solveQuadratic.spec.d.ts.map +1 -0
  857. package/build/types/core/math/spline/catmull_rom_compute_T.d.ts.map +1 -0
  858. package/build/types/core/math/spline/computeCatmullRomSpline.d.ts.map +1 -0
  859. package/build/types/core/math/spline/computeCatmullRomSplineUniformDistance.d.ts.map +1 -0
  860. package/build/types/core/math/spline/computeNonuniformCatmullRomSplineSample.d.ts.map +1 -0
  861. package/build/types/core/math/spline/cubicCurve.d.ts.map +1 -0
  862. package/build/types/core/math/spline/cubicCurve.spec.d.ts.map +1 -0
  863. package/build/types/core/math/spline/interpolate_bicubic.d.ts.map +1 -0
  864. package/build/types/core/math/spline/makeCubicCurve.d.ts.map +1 -0
  865. package/build/types/core/math/spline/makeCubicCurve.spec.d.ts.map +1 -0
  866. package/build/types/core/math/spline/spline_bezier2.d.ts.map +1 -0
  867. package/build/types/core/math/spline/spline_bezier2.spec.d.ts.map +1 -0
  868. package/build/types/core/math/spline/spline_bezier3.d.ts.map +1 -0
  869. package/build/types/core/math/spline/spline_bezier3_bounds.d.ts.map +1 -0
  870. package/build/types/core/math/spline/spline_bezier3_bounds.spec.d.ts.map +1 -0
  871. package/build/types/core/math/spline/v3_computeCatmullRomSplineUniformDistance.d.ts.map +1 -0
  872. package/build/types/core/math/sqr.d.ts.map +1 -0
  873. package/build/types/core/math/statistics/computeSampleSize_Cochran.d.ts.map +1 -0
  874. package/build/types/core/math/statistics/computeSampleSize_Cochran.spec.d.ts.map +1 -0
  875. package/build/types/core/math/statistics/computeStatisticalMean.d.ts.map +1 -0
  876. package/build/types/core/math/statistics/computeStatisticalMean.spec.d.ts.map +1 -0
  877. package/build/types/core/math/statistics/computeStatisticalMedian.d.ts.map +1 -0
  878. package/build/types/core/math/statistics/computeStatisticalPartialMedian.d.ts.map +1 -0
  879. package/build/types/core/math/statistics/computeStatisticalPartialMedian.spec.d.ts.map +1 -0
  880. package/build/types/core/math/statistics/computeStatisticalPercentile.d.ts.map +1 -0
  881. package/build/types/core/math/statistics/computeStatisticalPercentile.spec.d.ts.map +1 -0
  882. package/build/types/core/math/statistics/computeStatisticalStandardDeviation.d.ts.map +1 -0
  883. package/build/types/core/math/statistics/computeStatisticalVariance.d.ts.map +1 -0
  884. package/build/types/core/math/statistics/computeStatisticalVariance.spec.d.ts.map +1 -0
  885. package/build/types/core/math/statistics/halton_sequence.d.ts.map +1 -0
  886. package/build/types/core/math/statistics/halton_sequence.spec.d.ts.map +1 -0
  887. package/build/types/core/math/vector_nd_dot.d.ts.map +1 -0
  888. package/build/types/core/math/vector_nd_normalize.d.ts.map +1 -0
  889. package/build/types/core/math/vector_nd_normalize.spec.d.ts.map +1 -0
  890. package/build/types/core/model/BooleanVector3.d.ts.map +1 -0
  891. package/build/types/core/model/BooleanVector3.spec.d.ts.map +1 -0
  892. package/build/types/core/model/BoundedValue.spec.d.ts.map +1 -0
  893. package/build/types/core/model/DebouncedObservedBoolean.d.ts.map +1 -0
  894. package/build/types/core/model/ModuleRegistry.d.ts.map +1 -0
  895. package/build/types/core/model/ModuleRegistry.spec.d.ts.map +1 -0
  896. package/build/types/core/model/ObservedBoolean.d.ts.map +1 -0
  897. package/build/types/core/model/ObservedBoolean.spec.d.ts.map +1 -0
  898. package/build/types/core/model/ObservedEnum.d.ts.map +1 -0
  899. package/build/types/core/model/ObservedInteger.d.ts.map +1 -0
  900. package/build/types/core/model/ObservedInteger.spec.d.ts.map +1 -0
  901. package/build/types/core/model/ObservedString.d.ts.map +1 -0
  902. package/build/types/core/model/ObservedValue.d.ts.map +1 -0
  903. package/build/types/core/model/ResourceAccessKind.d.ts.map +1 -0
  904. package/build/types/core/model/ResourceAccessSpecification.d.ts.map +1 -0
  905. package/build/types/core/model/node-graph/Connection.d.ts.map +1 -0
  906. package/build/types/core/model/node-graph/Connection.spec.d.ts.map +1 -0
  907. package/build/types/core/model/node-graph/DataType.d.ts.map +1 -0
  908. package/build/types/core/model/node-graph/DataType.spec.d.ts.map +1 -0
  909. package/build/types/core/model/node-graph/NodeGraph.d.ts.map +1 -0
  910. package/build/types/core/model/node-graph/NodeGraph.spec.d.ts.map +1 -0
  911. package/build/types/core/model/node-graph/json/deserializeNodeGraphFromJSON.d.ts.map +1 -0
  912. package/build/types/core/model/node-graph/json/serializeNodeGraphToJSON.d.ts.map +1 -0
  913. package/build/types/core/model/node-graph/node/NodeDescription.d.ts.map +1 -0
  914. package/build/types/core/model/node-graph/node/NodeDescription.spec.d.ts.map +1 -0
  915. package/build/types/core/model/node-graph/node/NodeInstance.d.ts.map +1 -0
  916. package/build/types/core/model/node-graph/node/NodeInstancePortReference.d.ts.map +1 -0
  917. package/build/types/core/model/node-graph/node/NodeInstancePortReference.spec.d.ts.map +1 -0
  918. package/build/types/core/model/node-graph/node/NodeRegistry.d.ts.map +1 -0
  919. package/build/types/core/model/node-graph/node/NodeRegistry.spec.d.ts.map +1 -0
  920. package/build/types/core/model/node-graph/node/Port.d.ts.map +1 -0
  921. package/build/types/core/model/node-graph/node/Port.spec.d.ts.map +1 -0
  922. package/build/types/core/model/node-graph/node/PortDirection.d.ts.map +1 -0
  923. package/build/types/core/model/node-graph/node/parameter/NodeParameterDataType.d.ts.map +1 -0
  924. package/build/types/core/model/node-graph/node/parameter/NodeParameterDescription.d.ts.map +1 -0
  925. package/build/types/core/model/node-graph/util/graph_clone_by_node_subset.d.ts.map +1 -0
  926. package/build/types/core/model/node-graph/util/graph_collect_connections_amongst_nodes.d.ts.map +1 -0
  927. package/build/types/core/model/node-graph/visual/NodeDescriptionVisualRegistry.d.ts.map +1 -0
  928. package/build/types/core/model/node-graph/visual/NodeGraphVisualData.d.ts.map +1 -0
  929. package/build/types/core/model/node-graph/visual/NodeVisualData.d.ts.map +1 -0
  930. package/build/types/core/model/node-graph/visual/PortVisualData.d.ts.map +1 -0
  931. package/build/types/core/model/node-graph/visual/PortVisualData.spec.d.ts.map +1 -0
  932. package/build/types/core/model/node-graph/visual/layout/BoxLayoutSpec.d.ts.map +1 -0
  933. package/build/types/core/model/node-graph/visual/layout/ConnectedBoxLayouter.d.ts.map +1 -0
  934. package/build/types/core/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.d.ts.map +1 -0
  935. package/build/types/core/model/node-graph/visual/layout/ConnectionLayoutSpec.d.ts.map +1 -0
  936. package/build/types/core/model/object/ImmutableObjectPool.d.ts.map +1 -0
  937. package/build/types/core/model/object/ObjectPoolFactory.d.ts.map +1 -0
  938. package/build/types/core/model/object/ObjectPoolFactory.spec.d.ts.map +1 -0
  939. package/build/types/core/model/object/SimpleObjectPoolFactory.d.ts.map +1 -0
  940. package/build/types/core/model/object/compareObjectsByNumericId.d.ts.map +1 -0
  941. package/build/types/core/model/object/compareValues.d.ts.map +1 -0
  942. package/build/types/core/model/object/invokeObjectClone.d.ts.map +1 -0
  943. package/build/types/core/model/object/invokeObjectCompare.d.ts.map +1 -0
  944. package/build/types/core/model/object/invokeObjectEquals.d.ts.map +1 -0
  945. package/build/types/core/model/object/invokeObjectHash.d.ts.map +1 -0
  946. package/build/types/core/model/object/invokeObjectToJSON.d.ts.map +1 -0
  947. package/build/types/core/model/object/objectDeepEquals.d.ts.map +1 -0
  948. package/build/types/core/model/object/objectDeepEquals.spec.d.ts.map +1 -0
  949. package/build/types/core/model/object/objectKeyByValue.d.ts.map +1 -0
  950. package/build/types/core/model/object/objectShallowCopyByOwnKeys.d.ts.map +1 -0
  951. package/build/types/core/model/object/read_property.d.ts.map +1 -0
  952. package/build/types/core/model/object/validatedObjectValueByKey.d.ts.map +1 -0
  953. package/build/types/core/model/object/write_property.d.ts.map +1 -0
  954. package/build/types/core/model/object/write_property.spec.d.ts.map +1 -0
  955. package/build/types/core/model/reactive/evaluation/MultiPredicateEvaluator.d.ts.map +1 -0
  956. package/build/types/core/model/reactive/evaluation/MultiPredicateEvaluator.spec.d.ts.map +1 -0
  957. package/build/types/core/model/reactive/js/compileReactiveToJS.d.ts.map +1 -0
  958. package/build/types/core/model/reactive/js/compileReactiveToJS.spec.d.ts.map +1 -0
  959. package/build/types/core/model/reactive/model/ReactiveBinaryExpression.d.ts.map +1 -0
  960. package/build/types/core/model/reactive/model/ReactiveExpression.d.ts.map +1 -0
  961. package/build/types/core/model/reactive/model/ReactiveUnaryExpression.d.ts.map +1 -0
  962. package/build/types/core/model/reactive/model/arithmetic/ReactiveAdd.d.ts.map +1 -0
  963. package/build/types/core/model/reactive/model/arithmetic/ReactiveDivide.d.ts.map +1 -0
  964. package/build/types/core/model/reactive/model/arithmetic/ReactiveMultiply.d.ts.map +1 -0
  965. package/build/types/core/model/reactive/model/arithmetic/ReactiveNegate.d.ts.map +1 -0
  966. package/build/types/core/model/reactive/model/arithmetic/ReactiveSubtract.d.ts.map +1 -0
  967. package/build/types/core/model/reactive/model/comparative/ReactiveEquals.d.ts.map +1 -0
  968. package/build/types/core/model/reactive/model/comparative/ReactiveGreaterThan.d.ts.map +1 -0
  969. package/build/types/core/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.d.ts.map +1 -0
  970. package/build/types/core/model/reactive/model/comparative/ReactiveLessThan.d.ts.map +1 -0
  971. package/build/types/core/model/reactive/model/comparative/ReactiveLessThanOrEqual.d.ts.map +1 -0
  972. package/build/types/core/model/reactive/model/comparative/ReactiveNotEquals.d.ts.map +1 -0
  973. package/build/types/core/model/reactive/model/logic/ReactiveAnd.d.ts.map +1 -0
  974. package/build/types/core/model/reactive/model/logic/ReactiveAnd.spec.d.ts.map +1 -0
  975. package/build/types/core/model/reactive/model/logic/ReactiveNot.d.ts.map +1 -0
  976. package/build/types/core/model/reactive/model/logic/ReactiveOr.d.ts.map +1 -0
  977. package/build/types/core/model/reactive/model/logic/ReactiveOr.spec.d.ts.map +1 -0
  978. package/build/types/core/model/reactive/model/terminal/ReactiveLiteralBoolean.d.ts.map +1 -0
  979. package/build/types/core/model/reactive/model/terminal/ReactiveLiteralNumber.d.ts.map +1 -0
  980. package/build/types/core/model/reactive/model/terminal/ReactiveLiteralString.d.ts.map +1 -0
  981. package/build/types/core/model/reactive/model/terminal/ReactiveReference.d.ts.map +1 -0
  982. package/build/types/core/model/reactive/model/terminal/ReactiveReference.spec.d.ts.map +1 -0
  983. package/build/types/core/model/reactive/model/util/createRandomReactiveExpression.d.ts.map +1 -0
  984. package/build/types/core/model/reactive/transform/ReactiveTypeInferrence.d.ts.map +1 -0
  985. package/build/types/core/model/reactive/trigger/BlackboardTrigger.d.ts.map +1 -0
  986. package/build/types/core/model/reactive/trigger/BlackboardTrigger.spec.d.ts.map +1 -0
  987. package/build/types/core/model/reactive/trigger/ReactiveTrigger.d.ts.map +1 -0
  988. package/build/types/core/model/reactive/trigger/ReactiveTrigger.spec.d.ts.map +1 -0
  989. package/build/types/core/model/scheme/Schema.d.ts.map +1 -0
  990. package/build/types/core/model/scheme/SchemeRegistry.d.ts.map +1 -0
  991. package/build/types/core/model/stat/LinearModifier.d.ts.map +1 -0
  992. package/build/types/core/model/stat/LinearModifier.spec.d.ts.map +1 -0
  993. package/build/types/core/model/stat/Stat.d.ts.map +1 -0
  994. package/build/types/core/model/stat/Stat.spec.d.ts.map +1 -0
  995. package/build/types/core/parser/STRING_TEMPLATE_VARIABLE_REGEX.d.ts.map +1 -0
  996. package/build/types/core/parser/seedVariablesIntoTemplateString.d.ts.map +1 -0
  997. package/build/types/core/parser/simple/DataType.d.ts.map +1 -0
  998. package/build/types/core/parser/simple/ParserError.d.ts.map +1 -0
  999. package/build/types/core/parser/simple/Token.d.ts.map +1 -0
  1000. package/build/types/core/parser/simple/TokenType.d.ts.map +1 -0
  1001. package/build/types/core/parser/simple/computeDataTypeFromValue.d.ts.map +1 -0
  1002. package/build/types/core/parser/simple/readBooleanToken.d.ts.map +1 -0
  1003. package/build/types/core/parser/simple/readHexToken.d.ts.map +1 -0
  1004. package/build/types/core/parser/simple/readHexToken.spec.d.ts.map +1 -0
  1005. package/build/types/core/parser/simple/readIdentifierToken.d.ts.map +1 -0
  1006. package/build/types/core/parser/simple/readIdentifierToken.spec.d.ts.map +1 -0
  1007. package/build/types/core/parser/simple/readLiteralToken.d.ts.map +1 -0
  1008. package/build/types/core/parser/simple/readNumberToken.d.ts.map +1 -0
  1009. package/build/types/core/parser/simple/readNumberToken.spec.d.ts.map +1 -0
  1010. package/build/types/core/parser/simple/readReferenceToken.d.ts.map +1 -0
  1011. package/build/types/core/parser/simple/readReferenceToken.spec.d.ts.map +1 -0
  1012. package/build/types/core/parser/simple/readStringToken.d.ts.map +1 -0
  1013. package/build/types/core/parser/simple/readStringToken.spec.d.ts.map +1 -0
  1014. package/build/types/core/parser/simple/readUnsignedIntegerToken.d.ts.map +1 -0
  1015. package/build/types/core/parser/simple/readUnsignedIntegerToken.spec.d.ts.map +1 -0
  1016. package/build/types/core/parser/simple/skipWhitespace.d.ts.map +1 -0
  1017. package/build/types/core/path/PATH_SEPARATOR.d.ts.map +1 -0
  1018. package/build/types/core/path/computeFileExtension.d.ts.map +1 -0
  1019. package/build/types/core/path/computeFileExtension.spec.d.ts.map +1 -0
  1020. package/build/types/core/path/computePathBase.d.ts.map +1 -0
  1021. package/build/types/core/path/computePathBase.spec.d.ts.map +1 -0
  1022. package/build/types/core/path/computePathDirectory.d.ts.map +1 -0
  1023. package/build/types/core/path/computePathDirectory.spec.d.ts.map +1 -0
  1024. package/build/types/core/primitives/array/compareArrays.d.ts.map +1 -0
  1025. package/build/types/core/primitives/array/computeIntegerArrayHash.d.ts.map +1 -0
  1026. package/build/types/core/primitives/array/computeStridedIntegerArrayHash.d.ts.map +1 -0
  1027. package/build/types/core/primitives/array/computeStridedIntegerArrayHash.spec.d.ts.map +1 -0
  1028. package/build/types/core/primitives/boolean/compareBooleans.d.ts.map +1 -0
  1029. package/build/types/core/primitives/numbers/computeHashFloat.d.ts.map +1 -0
  1030. package/build/types/core/primitives/numbers/computeHashFloat.spec.d.ts.map +1 -0
  1031. package/build/types/core/primitives/numbers/number_compare_ascending.d.ts.map +1 -0
  1032. package/build/types/core/primitives/numbers/number_compare_ascending.spec.d.ts.map +1 -0
  1033. package/build/types/core/primitives/numbers/number_compare_descending.d.ts.map +1 -0
  1034. package/build/types/core/primitives/numbers/number_compare_descending.spec.d.ts.map +1 -0
  1035. package/build/types/core/primitives/numbers/number_count_decimals.d.ts.map +1 -0
  1036. package/build/types/core/primitives/numbers/number_format_by_thousands.d.ts.map +1 -0
  1037. package/build/types/core/primitives/numbers/number_format_by_thousands.spec.d.ts.map +1 -0
  1038. package/build/types/core/primitives/numbers/number_pretty_print.d.ts.map +1 -0
  1039. package/build/types/core/primitives/numbers/number_pretty_print.spec.d.ts.map +1 -0
  1040. package/build/types/core/primitives/strings/compareStrings.d.ts.map +1 -0
  1041. package/build/types/core/primitives/strings/compareStrings.spec.d.ts.map +1 -0
  1042. package/build/types/core/primitives/strings/computeStringHash.d.ts.map +1 -0
  1043. package/build/types/core/primitives/strings/computeStringHash.spec.d.ts.map +1 -0
  1044. package/build/types/core/primitives/strings/insert_after.d.ts.map +1 -0
  1045. package/build/types/core/primitives/strings/insert_after_or_replace.d.ts.map +1 -0
  1046. package/build/types/core/primitives/strings/insert_before.d.ts.map +1 -0
  1047. package/build/types/core/primitives/strings/insert_before_or_replace.d.ts.map +1 -0
  1048. package/build/types/core/primitives/strings/string_capitalize.d.ts.map +1 -0
  1049. package/build/types/core/primitives/strings/string_capitalize.spec.d.ts.map +1 -0
  1050. package/build/types/core/primitives/strings/string_compute_byte_size.d.ts.map +1 -0
  1051. package/build/types/core/primitives/strings/string_compute_common_prefix.d.ts.map +1 -0
  1052. package/build/types/core/primitives/strings/string_compute_common_prefix.spec.d.ts.map +1 -0
  1053. package/build/types/core/primitives/strings/string_format_camel_to_kebab.d.ts.map +1 -0
  1054. package/build/types/core/primitives/strings/string_format_camel_to_kebab.spec.d.ts.map +1 -0
  1055. package/build/types/core/primitives/strings/string_format_kebab_to_underscore.d.ts.map +1 -0
  1056. package/build/types/core/primitives/strings/string_strip_trailing.d.ts.map +1 -0
  1057. package/build/types/core/primitives/strings/string_strip_trailing.spec.d.ts.map +1 -0
  1058. package/build/types/core/process/BaseProcess.d.ts.map +1 -0
  1059. package/build/types/core/process/CompositeProcess.d.ts.map +1 -0
  1060. package/build/types/core/process/Future.d.ts.map +1 -0
  1061. package/build/types/core/process/ProcessState.d.ts.map +1 -0
  1062. package/build/types/core/process/PromiseWatcher.d.ts.map +1 -0
  1063. package/build/types/core/process/PromiseWatcher.spec.d.ts.map +1 -0
  1064. package/build/types/core/process/SimpleLifecycle.d.ts.map +1 -0
  1065. package/build/types/core/process/WatchDog.d.ts.map +1 -0
  1066. package/build/types/core/process/action/AsynchronousAction.d.ts.map +1 -0
  1067. package/build/types/core/process/action/AsynchronousActionSequence.d.ts.map +1 -0
  1068. package/build/types/core/process/action/AsynchronousDelayAction.d.ts.map +1 -0
  1069. package/build/types/core/process/action/PromiseAsynchronousAction.d.ts.map +1 -0
  1070. package/build/types/core/process/action/SynchronousAction.d.ts.map +1 -0
  1071. package/build/types/core/process/buildPromiseChain.d.ts.map +1 -0
  1072. package/build/types/core/process/delay.d.ts.map +1 -0
  1073. package/build/types/core/process/executor/ConcurrentExecutor.d.ts.map +1 -0
  1074. package/build/types/core/process/executor/ConcurrentExecutor.spec.d.ts.map +1 -0
  1075. package/build/types/core/process/executor/profile/ConcurrentExecutorProfiler.d.ts.map +1 -0
  1076. package/build/types/core/process/executor/profile/Profile.d.ts.map +1 -0
  1077. package/build/types/core/process/executor/profile/TraceEvent.d.ts.map +1 -0
  1078. package/build/types/core/process/filter/CollectionParticipationKind.d.ts.map +1 -0
  1079. package/build/types/core/process/filter/MutableFilter.d.ts.map +1 -0
  1080. package/build/types/core/process/filter/MutableFilterCollection.d.ts.map +1 -0
  1081. package/build/types/core/process/matcher/and.d.ts.map +1 -0
  1082. package/build/types/core/process/matcher/isDefined.d.ts.map +1 -0
  1083. package/build/types/core/process/matcher/isEqualTo.d.ts.map +1 -0
  1084. package/build/types/core/process/matcher/isGreaterThan.d.ts.map +1 -0
  1085. package/build/types/core/process/matcher/isGreaterThanOrEqualTo.d.ts.map +1 -0
  1086. package/build/types/core/process/matcher/isInstanceOf.d.ts.map +1 -0
  1087. package/build/types/core/process/matcher/isLessThan.d.ts.map +1 -0
  1088. package/build/types/core/process/matcher/isLessThanOrEqualTo.d.ts.map +1 -0
  1089. package/build/types/core/process/matcher/isNull.d.ts.map +1 -0
  1090. package/build/types/core/process/matcher/isTypeOf.d.ts.map +1 -0
  1091. package/build/types/core/process/matcher/not.d.ts.map +1 -0
  1092. package/build/types/core/process/matcher/or.d.ts.map +1 -0
  1093. package/build/types/core/process/task/RemainingTimeEstimator.d.ts.map +1 -0
  1094. package/build/types/core/process/task/Task.d.ts.map +1 -0
  1095. package/build/types/core/process/task/TaskGroup.d.ts.map +1 -0
  1096. package/build/types/core/process/task/TaskSignal.d.ts.map +1 -0
  1097. package/build/types/core/process/task/TaskState.d.ts.map +1 -0
  1098. package/build/types/core/process/task/util/actionTask.d.ts.map +1 -0
  1099. package/build/types/core/process/task/util/actionTask.spec.d.ts.map +1 -0
  1100. package/build/types/core/process/task/util/countTask.d.ts.map +1 -0
  1101. package/build/types/core/process/task/util/countTask.spec.d.ts.map +1 -0
  1102. package/build/types/core/process/task/util/delayTask.d.ts.map +1 -0
  1103. package/build/types/core/process/task/util/emptyTask.d.ts.map +1 -0
  1104. package/build/types/core/process/task/util/failingTask.d.ts.map +1 -0
  1105. package/build/types/core/process/task/util/futureTask.d.ts.map +1 -0
  1106. package/build/types/core/process/task/util/iteratorTask.d.ts.map +1 -0
  1107. package/build/types/core/process/task/util/promiseTask.d.ts.map +1 -0
  1108. package/build/types/core/process/task/util/randomCountTask.d.ts.map +1 -0
  1109. package/build/types/core/process/task/util/task_tree_compute_leaf_tasks.d.ts.map +1 -0
  1110. package/build/types/core/process/task/util/wrapTaskIgnoreFailure.d.ts.map +1 -0
  1111. package/build/types/core/process/undo/Action.d.ts.map +1 -0
  1112. package/build/types/core/process/undo/ActionGroup.d.ts.map +1 -0
  1113. package/build/types/core/process/undo/ActionProcessor.d.ts.map +1 -0
  1114. package/build/types/core/process/undo/ActionProcessor.spec.d.ts.map +1 -0
  1115. package/build/types/core/process/undo/Mark.d.ts.map +1 -0
  1116. package/build/types/core/process/worker/OnDemandWorkerManager.d.ts.map +1 -0
  1117. package/build/types/core/process/worker/WorkerBuilder.d.ts.map +1 -0
  1118. package/build/types/core/process/worker/WorkerProxy.d.ts.map +1 -0
  1119. package/build/types/core/process/worker/extractTransferables.d.ts.map +1 -0
  1120. package/build/types/core/time/current_time_in_seconds.d.ts.map +1 -0
  1121. package/build/types/engine/Clock.d.ts.map +1 -0
  1122. package/build/types/engine/Clock.spec.d.ts.map +1 -0
  1123. package/build/types/engine/Engine.spec.d.ts.map +1 -0
  1124. package/build/types/engine/EngineBootstrapper.d.ts.map +1 -0
  1125. package/build/types/engine/EngineConfiguration.d.ts.map +1 -0
  1126. package/build/types/engine/EngineHarness.d.ts.map +1 -0
  1127. package/build/types/engine/EntityCreator.d.ts.map +1 -0
  1128. package/build/types/engine/__module.d.ts.map +1 -0
  1129. package/build/types/engine/achievements/Achievement.d.ts.map +1 -0
  1130. package/build/types/engine/achievements/Achievement.spec.d.ts.map +1 -0
  1131. package/build/types/engine/achievements/AchievementGateway.d.ts.map +1 -0
  1132. package/build/types/engine/achievements/AchievementManager.d.ts.map +1 -0
  1133. package/build/types/engine/achievements/gateway/StorageAchievementGateway.d.ts.map +1 -0
  1134. package/build/types/engine/animation/AnimatedActions.d.ts.map +1 -0
  1135. package/build/types/engine/animation/AnimationUtils.d.ts.map +1 -0
  1136. package/build/types/engine/animation/Animations.d.ts.map +1 -0
  1137. package/build/types/engine/animation/TransitionFunctions.d.ts.map +1 -0
  1138. package/build/types/engine/animation/behavior/animateProperty.d.ts.map +1 -0
  1139. package/build/types/engine/animation/curve/AnimationCurve.d.ts.map +1 -0
  1140. package/build/types/engine/animation/curve/AnimationCurve.spec.d.ts.map +1 -0
  1141. package/build/types/engine/animation/curve/Keyframe.d.ts.map +1 -0
  1142. package/build/types/engine/animation/curve/compression/downsample_float_array.d.ts.map +1 -0
  1143. package/build/types/engine/animation/curve/compression/downsample_float_array_curve_by_error.d.ts.map +1 -0
  1144. package/build/types/engine/animation/curve/compression/downsample_float_array_curve_by_error.spec.d.ts.map +1 -0
  1145. package/build/types/engine/animation/curve/compression/prototypeCurveCompression.d.ts.map +1 -0
  1146. package/build/types/engine/animation/curve/compression/sample_animation_curve_to_float_array.d.ts.map +1 -0
  1147. package/build/types/engine/animation/curve/compression/sample_animation_curve_to_float_array.spec.d.ts.map +1 -0
  1148. package/build/types/engine/animation/curve/compute_curve_aabb.d.ts.map +1 -0
  1149. package/build/types/engine/animation/curve/draw/build_curve_editor.d.ts.map +1 -0
  1150. package/build/types/engine/animation/curve/draw/build_plot_entity_from_array.d.ts.map +1 -0
  1151. package/build/types/engine/animation/curve/draw/build_tangent_editor.d.ts.map +1 -0
  1152. package/build/types/engine/animation/curve/ecd_bind_animation_curve.d.ts.map +1 -0
  1153. package/build/types/engine/animation/curve/preset/CURVE_EASE_IN.d.ts.map +1 -0
  1154. package/build/types/engine/animation/curve/preset/CURVE_EASE_IN_OUT.d.ts.map +1 -0
  1155. package/build/types/engine/animation/curve/preset/CURVE_EASE_OUT.d.ts.map +1 -0
  1156. package/build/types/engine/animation/keyed2/AnimationTrack.d.ts.map +1 -0
  1157. package/build/types/engine/animation/keyed2/AnimationTrackPlayback.d.ts.map +1 -0
  1158. package/build/types/engine/animation/keyed2/AnimationTrackPlayback.spec.d.ts.map +1 -0
  1159. package/build/types/engine/animation/keyed2/behavior/AnimationBehavior.d.ts.map +1 -0
  1160. package/build/types/engine/animation/playAnimationTrack.d.ts.map +1 -0
  1161. package/build/types/engine/animation/playTrackRealTime.d.ts.map +1 -0
  1162. package/build/types/engine/animation/removeEntityGenericEffect.d.ts.map +1 -0
  1163. package/build/types/engine/animation/removeEntityWithMeshParticlesEffect.d.ts.map +1 -0
  1164. package/build/types/engine/asset/Asset.d.ts.map +1 -0
  1165. package/build/types/engine/asset/AssetDescription.d.ts.map +1 -0
  1166. package/build/types/engine/asset/AssetDescription.spec.d.ts.map +1 -0
  1167. package/build/types/engine/asset/AssetLoadState.d.ts.map +1 -0
  1168. package/build/types/engine/asset/AssetManager.d.ts.map +1 -0
  1169. package/build/types/engine/asset/AssetManager.spec.d.ts.map +1 -0
  1170. package/build/types/engine/asset/AssetRequest.d.ts.map +1 -0
  1171. package/build/types/engine/asset/AssetRequestScope.d.ts.map +1 -0
  1172. package/build/types/engine/asset/AssetTransformer.d.ts.map +1 -0
  1173. package/build/types/engine/asset/CORS/CrossOriginConfig.d.ts.map +1 -0
  1174. package/build/types/engine/asset/CORS/CrossOriginKind.d.ts.map +1 -0
  1175. package/build/types/engine/asset/GameAssetType.d.ts.map +1 -0
  1176. package/build/types/engine/asset/PendingAsset.d.ts.map +1 -0
  1177. package/build/types/engine/asset/guessAssetType.d.ts.map +1 -0
  1178. package/build/types/engine/asset/loadAssetAliasList.d.ts.map +1 -0
  1179. package/build/types/engine/asset/loaders/ArrayBufferLoader.d.ts.map +1 -0
  1180. package/build/types/engine/asset/loaders/AssetLoader.d.ts.map +1 -0
  1181. package/build/types/engine/asset/loaders/GLTFAssetLoader.d.ts.map +1 -0
  1182. package/build/types/engine/asset/loaders/JavascriptAssetLoader.d.ts.map +1 -0
  1183. package/build/types/engine/asset/loaders/JsonAssetLoader.d.ts.map +1 -0
  1184. package/build/types/engine/asset/loaders/LegacyThreeJSONAssetLoader.d.ts.map +1 -0
  1185. package/build/types/engine/asset/loaders/SVGAssetLoader.d.ts.map +1 -0
  1186. package/build/types/engine/asset/loaders/SoundAssetLoader.d.ts.map +1 -0
  1187. package/build/types/engine/asset/loaders/TextAssetLoader.d.ts.map +1 -0
  1188. package/build/types/engine/asset/loaders/async_traverse_three_object.d.ts.map +1 -0
  1189. package/build/types/engine/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.d.ts.map +1 -0
  1190. package/build/types/engine/asset/loaders/gltf/computeObjectBoundingSphere.d.ts.map +1 -0
  1191. package/build/types/engine/asset/loaders/gltf/extensions/MSFT_texture_dds.d.ts.map +1 -0
  1192. package/build/types/engine/asset/loaders/gltf/isMesh.d.ts.map +1 -0
  1193. package/build/types/engine/asset/loaders/image/ImageDecoderWorker.d.ts.map +1 -0
  1194. package/build/types/engine/asset/loaders/image/ImageRGBADataAsset.d.ts.map +1 -0
  1195. package/build/types/engine/asset/loaders/image/ImageRGBADataLoader.d.ts.map +1 -0
  1196. package/build/types/engine/asset/loaders/image/codec/Codec.d.ts.map +1 -0
  1197. package/build/types/engine/asset/loaders/image/codec/CodecWithFallback.d.ts.map +1 -0
  1198. package/build/types/engine/asset/loaders/image/codec/NativeImageDecoder.d.ts.map +1 -0
  1199. package/build/types/engine/asset/loaders/image/codec/ThreadedImageDecoder.d.ts.map +1 -0
  1200. package/build/types/engine/asset/loaders/image/png/PNG.d.ts.map +1 -0
  1201. package/build/types/engine/asset/loaders/image/png/PNG.spec.d.ts.map +1 -0
  1202. package/build/types/engine/asset/loaders/image/png/PNGReader.d.ts.map +1 -0
  1203. package/build/types/engine/asset/loaders/image/png/PNGReader.spec.d.ts.map +1 -0
  1204. package/build/types/engine/asset/loaders/image/png/PNG_HEADER_BYTES.d.ts.map +1 -0
  1205. package/build/types/engine/asset/loaders/image/png/crc.d.ts.map +1 -0
  1206. package/build/types/engine/asset/loaders/image/png/crc.spec.d.ts.map +1 -0
  1207. package/build/types/engine/asset/loaders/image/png/prototypePNG.d.ts.map +1 -0
  1208. package/build/types/engine/asset/loaders/material/StaticMaterialCache.d.ts.map +1 -0
  1209. package/build/types/engine/asset/loaders/material/TextureAttachmensByMaterialType.d.ts.map +1 -0
  1210. package/build/types/engine/asset/loaders/material/TextureAttachment.d.ts.map +1 -0
  1211. package/build/types/engine/asset/loaders/material/bitmap2sampler_gl.d.ts.map +1 -0
  1212. package/build/types/engine/asset/loaders/material/computeHashColor.d.ts.map +1 -0
  1213. package/build/types/engine/asset/loaders/material/computeImageBitmapEquality.d.ts.map +1 -0
  1214. package/build/types/engine/asset/loaders/material/computeImageBitmapHash.d.ts.map +1 -0
  1215. package/build/types/engine/asset/loaders/material/computeMaterialEquality.d.ts.map +1 -0
  1216. package/build/types/engine/asset/loaders/material/computeMaterialHash.d.ts.map +1 -0
  1217. package/build/types/engine/asset/loaders/material/computeTextureEquality.d.ts.map +1 -0
  1218. package/build/types/engine/asset/loaders/material/computeTextureEqualityById.d.ts.map +1 -0
  1219. package/build/types/engine/asset/loaders/material/computeTextureHash.d.ts.map +1 -0
  1220. package/build/types/engine/asset/loaders/material/planeHash.d.ts.map +1 -0
  1221. package/build/types/engine/asset/loaders/material/planesEqual.d.ts.map +1 -0
  1222. package/build/types/engine/asset/loaders/material/textureHashById.d.ts.map +1 -0
  1223. package/build/types/engine/asset/loaders/material/traverseMaterialTextures.d.ts.map +1 -0
  1224. package/build/types/engine/asset/loaders/texture/TextureAssetLoader.d.ts.map +1 -0
  1225. package/build/types/engine/asset/loaders/texture/cloneTexture.d.ts.map +1 -0
  1226. package/build/types/engine/asset/loaders/texture/loadDDSTexture.d.ts.map +1 -0
  1227. package/build/types/engine/asset/loaders/texture/loadStandardImageTexture.d.ts.map +1 -0
  1228. package/build/types/engine/asset/preloader/AssetLevel.d.ts.map +1 -0
  1229. package/build/types/engine/asset/preloader/Preloader.d.ts.map +1 -0
  1230. package/build/types/engine/asset/preloader/extractAssetListFromManager.d.ts.map +1 -0
  1231. package/build/types/engine/browserInfo.d.ts.map +1 -0
  1232. package/build/types/engine/compression/CompressionService.d.ts.map +1 -0
  1233. package/build/types/engine/control/ControlContext.d.ts.map +1 -0
  1234. package/build/types/engine/control/ControlContext.spec.d.ts.map +1 -0
  1235. package/build/types/engine/control/ControlContextState.d.ts.map +1 -0
  1236. package/build/types/engine/control/StatefulController.d.ts.map +1 -0
  1237. package/build/types/engine/development/performance/AbstractMetric.d.ts.map +1 -0
  1238. package/build/types/engine/development/performance/MetricCollection.d.ts.map +1 -0
  1239. package/build/types/engine/development/performance/MetricStatistics.d.ts.map +1 -0
  1240. package/build/types/engine/development/performance/RingBufferMetric.d.ts.map +1 -0
  1241. package/build/types/engine/development/performance/monitor/PeriodicConsolePrinter.d.ts.map +1 -0
  1242. package/build/types/engine/ecs/Entity.d.ts.map +1 -0
  1243. package/build/types/engine/ecs/Entity.spec.d.ts.map +1 -0
  1244. package/build/types/engine/ecs/EntityBlueprint.d.ts.map +1 -0
  1245. package/build/types/engine/ecs/EntityBlueprint.spec.d.ts.map +1 -0
  1246. package/build/types/engine/ecs/EntityBuilderUtils.d.ts.map +1 -0
  1247. package/build/types/engine/ecs/EntityComponentDataset.d.ts.map +1 -0
  1248. package/build/types/engine/ecs/EntityComponentDataset.spec.d.ts.map +1 -0
  1249. package/build/types/engine/ecs/EntityEventBinding.d.ts.map +1 -0
  1250. package/build/types/engine/ecs/EntityFlags.d.ts.map +1 -0
  1251. package/build/types/engine/ecs/EntityManager.d.ts.map +1 -0
  1252. package/build/types/engine/ecs/EntityManager.spec.d.ts.map +1 -0
  1253. package/build/types/engine/ecs/EntityObserver.d.ts.map +1 -0
  1254. package/build/types/engine/ecs/EntityObserver.spec.d.ts.map +1 -0
  1255. package/build/types/engine/ecs/EntityReference.d.ts.map +1 -0
  1256. package/build/types/engine/ecs/System.d.ts.map +1 -0
  1257. package/build/types/engine/ecs/animation/Animation.d.ts.map +1 -0
  1258. package/build/types/engine/ecs/animation/Animation.spec.d.ts.map +1 -0
  1259. package/build/types/engine/ecs/animation/AnimationClip.d.ts.map +1 -0
  1260. package/build/types/engine/ecs/animation/AnimationClip.spec.d.ts.map +1 -0
  1261. package/build/types/engine/ecs/animation/AnimationClipFlag.d.ts.map +1 -0
  1262. package/build/types/engine/ecs/animation/AnimationFlags.d.ts.map +1 -0
  1263. package/build/types/engine/ecs/animation/AnimationOptimizer.d.ts.map +1 -0
  1264. package/build/types/engine/ecs/animation/AnimationSerializationAdapter.d.ts.map +1 -0
  1265. package/build/types/engine/ecs/attachment/Attachment.d.ts.map +1 -0
  1266. package/build/types/engine/ecs/attachment/AttachmentBinding.d.ts.map +1 -0
  1267. package/build/types/engine/ecs/attachment/AttachmentSystem.d.ts.map +1 -0
  1268. package/build/types/engine/ecs/attachment/BoneAttachmentBinding.d.ts.map +1 -0
  1269. package/build/types/engine/ecs/attachment/TransformAttachmentBinding.d.ts.map +1 -0
  1270. package/build/types/engine/ecs/binding/ComponentPropertyBinding.d.ts.map +1 -0
  1271. package/build/types/engine/ecs/binding/ComponentPropertyPath.d.ts.map +1 -0
  1272. package/build/types/engine/ecs/binding/EntityProxyScope.d.ts.map +1 -0
  1273. package/build/types/engine/ecs/components/Motion.d.ts.map +1 -0
  1274. package/build/types/engine/ecs/components/MotionSerializationAdapter.d.ts.map +1 -0
  1275. package/build/types/engine/ecs/components/PropertySet.d.ts.map +1 -0
  1276. package/build/types/engine/ecs/components/PropertySetSerializationAdapter.d.ts.map +1 -0
  1277. package/build/types/engine/ecs/components/Script.d.ts.map +1 -0
  1278. package/build/types/engine/ecs/components/SerializationMetadata.d.ts.map +1 -0
  1279. package/build/types/engine/ecs/components/SerializationMetadataSerializationAdapter.d.ts.map +1 -0
  1280. package/build/types/engine/ecs/components/Tag.d.ts.map +1 -0
  1281. package/build/types/engine/ecs/components/Tag.spec.d.ts.map +1 -0
  1282. package/build/types/engine/ecs/components/TagEditor.d.ts.map +1 -0
  1283. package/build/types/engine/ecs/components/TagSerializationAdapter.d.ts.map +1 -0
  1284. package/build/types/engine/ecs/components/TagSerializationUpgrader_0_1.d.ts.map +1 -0
  1285. package/build/types/engine/ecs/components/Timer.d.ts.map +1 -0
  1286. package/build/types/engine/ecs/dynamic_actions/DynamicActor.d.ts.map +1 -0
  1287. package/build/types/engine/ecs/dynamic_actions/DynamicActorSystem.d.ts.map +1 -0
  1288. package/build/types/engine/ecs/dynamic_actions/RuleExecution.d.ts.map +1 -0
  1289. package/build/types/engine/ecs/dynamic_actions/actions/definition/AbstractActionDescription.d.ts.map +1 -0
  1290. package/build/types/engine/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.d.ts.map +1 -0
  1291. package/build/types/engine/ecs/dynamic_actions/actions/definition/DelayActionDescription.d.ts.map +1 -0
  1292. package/build/types/engine/ecs/dynamic_actions/actions/definition/NoopActionDescription.d.ts.map +1 -0
  1293. package/build/types/engine/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.d.ts.map +1 -0
  1294. package/build/types/engine/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.d.ts.map +1 -0
  1295. package/build/types/engine/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.d.ts.map +1 -0
  1296. package/build/types/engine/ecs/dynamic_actions/actions/definition/WriteToBlackboardActionDescription.d.ts.map +1 -0
  1297. package/build/types/engine/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.d.ts.map +1 -0
  1298. package/build/types/engine/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.d.ts.map +1 -0
  1299. package/build/types/engine/ecs/dynamic_actions/rules/DynamicRuleDescription.d.ts.map +1 -0
  1300. package/build/types/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.d.ts.map +1 -0
  1301. package/build/types/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.spec.d.ts.map +1 -0
  1302. package/build/types/engine/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.d.ts.map +1 -0
  1303. package/build/types/engine/ecs/evaluation/PointFitnessBinary.d.ts.map +1 -0
  1304. package/build/types/engine/ecs/evaluation/PointFitnessConstant.d.ts.map +1 -0
  1305. package/build/types/engine/ecs/evaluation/PointFitnessFunction.d.ts.map +1 -0
  1306. package/build/types/engine/ecs/evaluation/arithmetic/PointFitnessAdd.d.ts.map +1 -0
  1307. package/build/types/engine/ecs/evaluation/arithmetic/PointFitnessMultiply.d.ts.map +1 -0
  1308. package/build/types/engine/ecs/evaluation/complex/PointFitnessGaussianBlur.d.ts.map +1 -0
  1309. package/build/types/engine/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.d.ts.map +1 -0
  1310. package/build/types/engine/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.d.ts.map +1 -0
  1311. package/build/types/engine/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.d.ts.map +1 -0
  1312. package/build/types/engine/ecs/fow/FogOfWar.d.ts.map +1 -0
  1313. package/build/types/engine/ecs/fow/FogOfWar.spec.d.ts.map +1 -0
  1314. package/build/types/engine/ecs/fow/FogOfWarEditor.d.ts.map +1 -0
  1315. package/build/types/engine/ecs/fow/FogOfWarRevealer.d.ts.map +1 -0
  1316. package/build/types/engine/ecs/fow/FogOfWarRevealerSystem.d.ts.map +1 -0
  1317. package/build/types/engine/ecs/fow/FogOfWarSystem.d.ts.map +1 -0
  1318. package/build/types/engine/ecs/fow/FogOfWarVisibilityPredicate.d.ts.map +1 -0
  1319. package/build/types/engine/ecs/fow/serialization/FogOfWarRevealerSerializationAdapter.d.ts.map +1 -0
  1320. package/build/types/engine/ecs/fow/serialization/FogOfWarSerializationAdapter.d.ts.map +1 -0
  1321. package/build/types/engine/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.d.ts.map +1 -0
  1322. package/build/types/engine/ecs/fow/shader/FogOfWarRenderer.d.ts.map +1 -0
  1323. package/build/types/engine/ecs/fow/shader/screenSpaceFogOfWarShader.d.ts.map +1 -0
  1324. package/build/types/engine/ecs/grid/HeightMap2NormalMap.d.ts.map +1 -0
  1325. package/build/types/engine/ecs/grid/HeightSampler2NormalSamplerSoft.d.ts.map +1 -0
  1326. package/build/types/engine/ecs/grid/NormalMap2AOMap.d.ts.map +1 -0
  1327. package/build/types/engine/ecs/grid/pick.d.ts.map +1 -0
  1328. package/build/types/engine/ecs/gui/GUIElement.d.ts.map +1 -0
  1329. package/build/types/engine/ecs/gui/GUIElementEvent.d.ts.map +1 -0
  1330. package/build/types/engine/ecs/gui/GUIElementSerializationAdapter.d.ts.map +1 -0
  1331. package/build/types/engine/ecs/gui/GUIElementSystem.d.ts.map +1 -0
  1332. package/build/types/engine/ecs/gui/hud/HeadsUpDisplay.d.ts.map +1 -0
  1333. package/build/types/engine/ecs/gui/hud/HeadsUpDisplayFlag.d.ts.map +1 -0
  1334. package/build/types/engine/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.d.ts.map +1 -0
  1335. package/build/types/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts.map +1 -0
  1336. package/build/types/engine/ecs/gui/menu/radial/AnimateAppearance.d.ts.map +1 -0
  1337. package/build/types/engine/ecs/gui/menu/radial/AnimateDisappearance.d.ts.map +1 -0
  1338. package/build/types/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts.map +1 -0
  1339. package/build/types/engine/ecs/gui/menu/radial/RadialMenuSettings.d.ts.map +1 -0
  1340. package/build/types/engine/ecs/gui/menu/radial/playAnimation.d.ts.map +1 -0
  1341. package/build/types/engine/ecs/gui/menu/radial/updateAnimationState.d.ts.map +1 -0
  1342. package/build/types/engine/ecs/gui/parallax/GuiElementParallax.d.ts.map +1 -0
  1343. package/build/types/engine/ecs/gui/parallax/GuiElementParallaxSystem.d.ts.map +1 -0
  1344. package/build/types/engine/ecs/gui/position/ViewportPosition.d.ts.map +1 -0
  1345. package/build/types/engine/ecs/gui/position/ViewportPositionSerializationAdapter.d.ts.map +1 -0
  1346. package/build/types/engine/ecs/gui/position/ViewportPositionSystem.d.ts.map +1 -0
  1347. package/build/types/engine/ecs/gui/view/ButtonViewEntity.d.ts.map +1 -0
  1348. package/build/types/engine/ecs/gui/view/LocalizedLabelViewEntity.d.ts.map +1 -0
  1349. package/build/types/engine/ecs/gui/view/ViewEntity.d.ts.map +1 -0
  1350. package/build/types/engine/ecs/guid/GUID.d.ts.map +1 -0
  1351. package/build/types/engine/ecs/guid/GUID.spec.d.ts.map +1 -0
  1352. package/build/types/engine/ecs/guid/GUIDSerializationAdapter.d.ts.map +1 -0
  1353. package/build/types/engine/ecs/guid/GUIDSerializationAdapter.spec.d.ts.map +1 -0
  1354. package/build/types/engine/ecs/ik/IKConstraint.d.ts.map +1 -0
  1355. package/build/types/engine/ecs/ik/IKProblem.d.ts.map +1 -0
  1356. package/build/types/engine/ecs/ik/IKSolver.d.ts.map +1 -0
  1357. package/build/types/engine/ecs/ik/InverseKinematics.d.ts.map +1 -0
  1358. package/build/types/engine/ecs/ik/InverseKinematicsSerializationAdapter.d.ts.map +1 -0
  1359. package/build/types/engine/ecs/ik/InverseKinematicsSystem.d.ts.map +1 -0
  1360. package/build/types/engine/ecs/ik/OneBoneSurfaceAlignmentSolver.d.ts.map +1 -0
  1361. package/build/types/engine/ecs/ik/TwoBoneInverseKinematicsSolver.d.ts.map +1 -0
  1362. package/build/types/engine/ecs/parent/ChildEntities.d.ts.map +1 -0
  1363. package/build/types/engine/ecs/parent/EntityNode.d.ts.map +1 -0
  1364. package/build/types/engine/ecs/parent/EntityNode.spec.d.ts.map +1 -0
  1365. package/build/types/engine/ecs/parent/EntityNodeFlags.d.ts.map +1 -0
  1366. package/build/types/engine/ecs/parent/FaceEditor.d.ts.map +1 -0
  1367. package/build/types/engine/ecs/parent/ParentEntity.d.ts.map +1 -0
  1368. package/build/types/engine/ecs/parent/ParentEntitySystem.d.ts.map +1 -0
  1369. package/build/types/engine/ecs/parent/entity_node_compute_bounding_box.d.ts.map +1 -0
  1370. package/build/types/engine/ecs/parent/testCompositionEntityNode.d.ts.map +1 -0
  1371. package/build/types/engine/ecs/parent/testHuDPerf.d.ts.map +1 -0
  1372. package/build/types/engine/ecs/renderable/RenderSystem.d.ts.map +1 -0
  1373. package/build/types/engine/ecs/renderable/Renderable.d.ts.map +1 -0
  1374. package/build/types/engine/ecs/renderable/Renderable.spec.d.ts.map +1 -0
  1375. package/build/types/engine/ecs/renderable/RenderableFlags.d.ts.map +1 -0
  1376. package/build/types/engine/ecs/sockets/AttachmentSocket.d.ts.map +1 -0
  1377. package/build/types/engine/ecs/sockets/AttachmentSocketType.d.ts.map +1 -0
  1378. package/build/types/engine/ecs/sockets/AttachmentSockets.d.ts.map +1 -0
  1379. package/build/types/engine/ecs/sockets/BoneAttachmentSocket.d.ts.map +1 -0
  1380. package/build/types/engine/ecs/sockets/serialization/AttachmentSocketsAssetLoader.d.ts.map +1 -0
  1381. package/build/types/engine/ecs/speaker/SpeechBubbleView.d.ts.map +1 -0
  1382. package/build/types/engine/ecs/speaker/Voice.d.ts.map +1 -0
  1383. package/build/types/engine/ecs/speaker/VoiceEvents.d.ts.map +1 -0
  1384. package/build/types/engine/ecs/speaker/VoiceFlags.d.ts.map +1 -0
  1385. package/build/types/engine/ecs/speaker/VoiceSystem.d.ts.map +1 -0
  1386. package/build/types/engine/ecs/speaker/lines/LineDescription.d.ts.map +1 -0
  1387. package/build/types/engine/ecs/speaker/lines/LineDescriptionTable.d.ts.map +1 -0
  1388. package/build/types/engine/ecs/speaker/lines/sets/LineSetDescription.d.ts.map +1 -0
  1389. package/build/types/engine/ecs/speaker/lines/sets/LineSetDescriptionTable.d.ts.map +1 -0
  1390. package/build/types/engine/ecs/storage/BinaryBufferDeSerializer.d.ts.map +1 -0
  1391. package/build/types/engine/ecs/storage/BinaryBufferSerializer.d.ts.map +1 -0
  1392. package/build/types/engine/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts.map +1 -0
  1393. package/build/types/engine/ecs/storage/binary/BinaryClassSerializationAdapter.d.ts.map +1 -0
  1394. package/build/types/engine/ecs/storage/binary/BinaryClassUpgrader.d.ts.map +1 -0
  1395. package/build/types/engine/ecs/storage/binary/BinarySerializationRegistry.d.ts.map +1 -0
  1396. package/build/types/engine/ecs/storage/binary/BinarySerializationRegistry.spec.d.ts.map +1 -0
  1397. package/build/types/engine/ecs/storage/binary/collection/BinaryCollectionDeSerializer.d.ts.map +1 -0
  1398. package/build/types/engine/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.d.ts.map +1 -0
  1399. package/build/types/engine/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.d.ts.map +1 -0
  1400. package/build/types/engine/ecs/storage/binary/collection/BinaryCollectionSerializer.d.ts.map +1 -0
  1401. package/build/types/engine/ecs/storage/binary/executeBinaryClassUpgraderChain.d.ts.map +1 -0
  1402. package/build/types/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.d.ts.map +1 -0
  1403. package/build/types/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.d.ts.map +1 -0
  1404. package/build/types/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.d.ts.map +1 -0
  1405. package/build/types/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.spec.d.ts.map +1 -0
  1406. package/build/types/engine/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.d.ts.map +1 -0
  1407. package/build/types/engine/ecs/system/AbstractContextSystem.d.ts.map +1 -0
  1408. package/build/types/engine/ecs/system/SystemEntityContext.d.ts.map +1 -0
  1409. package/build/types/engine/ecs/system/computeSystemComponentDependencyGraph.d.ts.map +1 -0
  1410. package/build/types/engine/ecs/systems/AnimationSystem.d.ts.map +1 -0
  1411. package/build/types/engine/ecs/systems/MotionSystem.d.ts.map +1 -0
  1412. package/build/types/engine/ecs/systems/ScriptSystem.d.ts.map +1 -0
  1413. package/build/types/engine/ecs/systems/TimerSystem.d.ts.map +1 -0
  1414. package/build/types/engine/ecs/tag/find_entities_with_tag.d.ts.map +1 -0
  1415. package/build/types/engine/ecs/team/Team.d.ts.map +1 -0
  1416. package/build/types/engine/ecs/team/TeamSerializationAdapter.d.ts.map +1 -0
  1417. package/build/types/engine/ecs/terrain/BufferedGeometryArraysBuilder.d.ts.map +1 -0
  1418. package/build/types/engine/ecs/terrain/TerrainClouds.d.ts.map +1 -0
  1419. package/build/types/engine/ecs/terrain/TerrainPreview.d.ts.map +1 -0
  1420. package/build/types/engine/ecs/terrain/ecs/BuildLightTexture.d.ts.map +1 -0
  1421. package/build/types/engine/ecs/terrain/ecs/GridTransformKind.d.ts.map +1 -0
  1422. package/build/types/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts.map +1 -0
  1423. package/build/types/engine/ecs/terrain/ecs/Terrain.d.ts.map +1 -0
  1424. package/build/types/engine/ecs/terrain/ecs/Terrain.spec.d.ts.map +1 -0
  1425. package/build/types/engine/ecs/terrain/ecs/TerrainFlags.d.ts.map +1 -0
  1426. package/build/types/engine/ecs/terrain/ecs/TerrainSystem.d.ts.map +1 -0
  1427. package/build/types/engine/ecs/terrain/ecs/cling/ClingToTerrain.d.ts.map +1 -0
  1428. package/build/types/engine/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.d.ts.map +1 -0
  1429. package/build/types/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.d.ts.map +1 -0
  1430. package/build/types/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.d.ts.map +1 -0
  1431. package/build/types/engine/ecs/terrain/ecs/layers/TerrainLayer.d.ts.map +1 -0
  1432. package/build/types/engine/ecs/terrain/ecs/layers/TerrainLayers.d.ts.map +1 -0
  1433. package/build/types/engine/ecs/terrain/ecs/makeTerrainWorkerProxy.d.ts.map +1 -0
  1434. package/build/types/engine/ecs/terrain/ecs/splat/SplatMapping.d.ts.map +1 -0
  1435. package/build/types/engine/ecs/terrain/overlay/TerrainOverlay.d.ts.map +1 -0
  1436. package/build/types/engine/ecs/terrain/overlay/TerrainOverlay.spec.d.ts.map +1 -0
  1437. package/build/types/engine/ecs/terrain/serialization/TerrainSerializationAdapter.d.ts.map +1 -0
  1438. package/build/types/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.d.ts.map +1 -0
  1439. package/build/types/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.d.ts.map +1 -0
  1440. package/build/types/engine/ecs/terrain/tiles/TerrainTile.d.ts.map +1 -0
  1441. package/build/types/engine/ecs/terrain/tiles/TerrainTile.spec.d.ts.map +1 -0
  1442. package/build/types/engine/ecs/terrain/tiles/TerrainTileManager.d.ts.map +1 -0
  1443. package/build/types/engine/ecs/terrain/tiles/TileBuildWorker.d.ts.map +1 -0
  1444. package/build/types/engine/ecs/terrain/util/loadVisibleTerrainTiles.d.ts.map +1 -0
  1445. package/build/types/engine/ecs/terrain/util/obtainTerrain.d.ts.map +1 -0
  1446. package/build/types/engine/ecs/terrain/util/paintTerrainOverlayViaLookupTable.d.ts.map +1 -0
  1447. package/build/types/engine/ecs/terrain/util/tensionOptimizeUV.d.ts.map +1 -0
  1448. package/build/types/engine/ecs/tooltip/TooltipComponent.d.ts.map +1 -0
  1449. package/build/types/engine/ecs/tooltip/TooltipComponent.spec.d.ts.map +1 -0
  1450. package/build/types/engine/ecs/tooltip/TooltipComponentSerializationAdapter.d.ts.map +1 -0
  1451. package/build/types/engine/ecs/tooltip/TooltipComponentSystem.d.ts.map +1 -0
  1452. package/build/types/engine/ecs/tooltip/testTooltipComponentSystem.d.ts.map +1 -0
  1453. package/build/types/engine/ecs/transform/Transform.d.ts.map +1 -0
  1454. package/build/types/engine/ecs/transform/Transform.spec.d.ts.map +1 -0
  1455. package/build/types/engine/ecs/transform/TransformFlags.d.ts.map +1 -0
  1456. package/build/types/engine/ecs/transform/TransformSerializationAdapter.d.ts.map +1 -0
  1457. package/build/types/engine/ecs/transform/TransformSerializationAdapter.spec.d.ts.map +1 -0
  1458. package/build/types/engine/ecs/transform/TransformSerializationUpgrader_0_1.d.ts.map +1 -0
  1459. package/build/types/engine/ecs/transform/copy_three_transform.d.ts.map +1 -0
  1460. package/build/types/engine/ecs/transform-attachment/TransformAttachment.d.ts.map +1 -0
  1461. package/build/types/engine/ecs/transform-attachment/TransformAttachment.spec.d.ts.map +1 -0
  1462. package/build/types/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts.map +1 -0
  1463. package/build/types/engine/ecs/util/hideEntityGracefully.d.ts.map +1 -0
  1464. package/build/types/engine/ecs/util/removeComponentsExcept.d.ts.map +1 -0
  1465. package/build/types/engine/ecs/validateSystem.d.ts.map +1 -0
  1466. package/build/types/engine/google/gapi.d.ts.map +1 -0
  1467. package/build/types/engine/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.d.ts.map +1 -0
  1468. package/build/types/engine/graphics/FrameRunner.d.ts.map +1 -0
  1469. package/build/types/engine/graphics/FrameThrottle.d.ts.map +1 -0
  1470. package/build/types/engine/graphics/GraphicsEngine.d.ts.map +1 -0
  1471. package/build/types/engine/graphics/StandardFrameBuffers.d.ts.map +1 -0
  1472. package/build/types/engine/graphics/WHITE_PIXEL_DATA_URL.d.ts.map +1 -0
  1473. package/build/types/engine/graphics/camera/CameraShake.d.ts.map +1 -0
  1474. package/build/types/engine/graphics/camera/CameraShakeBehavior.d.ts.map +1 -0
  1475. package/build/types/engine/graphics/camera/CameraShakeTraumaBehavior.d.ts.map +1 -0
  1476. package/build/types/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts.map +1 -0
  1477. package/build/types/engine/graphics/camera/makeOrbitalCameraController.d.ts.map +1 -0
  1478. package/build/types/engine/graphics/camera/makeScreenScissorFrustum.d.ts.map +1 -0
  1479. package/build/types/engine/graphics/camera/testClippingPlaneComputation.d.ts.map +1 -0
  1480. package/build/types/engine/graphics/canvas/canvas2d_draw_grid.d.ts.map +1 -0
  1481. package/build/types/engine/graphics/canvas/canvas2d_draw_label.d.ts.map +1 -0
  1482. package/build/types/engine/graphics/canvas/canvas2d_draw_linear_scale.d.ts.map +1 -0
  1483. package/build/types/engine/graphics/canvas/canvas2d_draw_path.d.ts.map +1 -0
  1484. package/build/types/engine/graphics/canvas/canvas2d_plot_data_line.d.ts.map +1 -0
  1485. package/build/types/engine/graphics/canvas/canvas2d_plot_line_array.d.ts.map +1 -0
  1486. package/build/types/engine/graphics/composit/CompositLayer.d.ts.map +1 -0
  1487. package/build/types/engine/graphics/composit/CompositingStages.d.ts.map +1 -0
  1488. package/build/types/engine/graphics/composit/LayerCompositer.d.ts.map +1 -0
  1489. package/build/types/engine/graphics/copy_transform_to_threejs_object.d.ts.map +1 -0
  1490. package/build/types/engine/graphics/debug/VisualSymbolLine.d.ts.map +1 -0
  1491. package/build/types/engine/graphics/debug/createDebugLabel.d.ts.map +1 -0
  1492. package/build/types/engine/graphics/ecs/animation/AnimationController.d.ts.map +1 -0
  1493. package/build/types/engine/graphics/ecs/animation/AnimationControllerSerializationAdapter.d.ts.map +1 -0
  1494. package/build/types/engine/graphics/ecs/animation/AnimationControllerSystem.d.ts.map +1 -0
  1495. package/build/types/engine/graphics/ecs/animation/AnimationRule.d.ts.map +1 -0
  1496. package/build/types/engine/graphics/ecs/animation/animator/AnimationClip.d.ts.map +1 -0
  1497. package/build/types/engine/graphics/ecs/animation/animator/AnimationClipDefinition.d.ts.map +1 -0
  1498. package/build/types/engine/graphics/ecs/animation/animator/AnimationClipFlag.d.ts.map +1 -0
  1499. package/build/types/engine/graphics/ecs/animation/animator/AnimationEventTypes.d.ts.map +1 -0
  1500. package/build/types/engine/graphics/ecs/animation/animator/AnimationGraphSystem.d.ts.map +1 -0
  1501. package/build/types/engine/graphics/ecs/animation/animator/AnimationNotification.d.ts.map +1 -0
  1502. package/build/types/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.d.ts.map +1 -0
  1503. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendSpace.d.ts.map +1 -0
  1504. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.d.ts.map +1 -0
  1505. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendSpacePoint.d.ts.map +1 -0
  1506. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendState.d.ts.map +1 -0
  1507. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendStateDatabase.d.ts.map +1 -0
  1508. package/build/types/engine/graphics/ecs/animation/animator/blending/BlendStateMatrix.d.ts.map +1 -0
  1509. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationGraph.d.ts.map +1 -0
  1510. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationGraph.spec.d.ts.map +1 -0
  1511. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationGraphFlag.d.ts.map +1 -0
  1512. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.d.ts.map +1 -0
  1513. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationState.d.ts.map +1 -0
  1514. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationStateType.d.ts.map +1 -0
  1515. package/build/types/engine/graphics/ecs/animation/animator/graph/AnimationTransition.d.ts.map +1 -0
  1516. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts.map +1 -0
  1517. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.spec.d.ts.map +1 -0
  1518. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.d.ts.map +1 -0
  1519. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.d.ts.map +1 -0
  1520. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.d.ts.map +1 -0
  1521. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.d.ts.map +1 -0
  1522. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.d.ts.map +1 -0
  1523. package/build/types/engine/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.d.ts.map +1 -0
  1524. package/build/types/engine/graphics/ecs/camera/Camera.d.ts.map +1 -0
  1525. package/build/types/engine/graphics/ecs/camera/CameraSystem.d.ts.map +1 -0
  1526. package/build/types/engine/graphics/ecs/camera/FrustumProjector.d.ts.map +1 -0
  1527. package/build/types/engine/graphics/ecs/camera/InvertQuaternionOrientation.d.ts.map +1 -0
  1528. package/build/types/engine/graphics/ecs/camera/ProjectionType.d.ts.map +1 -0
  1529. package/build/types/engine/graphics/ecs/camera/auto_set_camera_clipping_planes.d.ts.map +1 -0
  1530. package/build/types/engine/graphics/ecs/camera/build_three_camera_object.d.ts.map +1 -0
  1531. package/build/types/engine/graphics/ecs/camera/compute_perspective_camera_focal_position.d.ts.map +1 -0
  1532. package/build/types/engine/graphics/ecs/camera/filter/setup_filtered_camera_controller.d.ts.map +1 -0
  1533. package/build/types/engine/graphics/ecs/camera/frustum_from_camera.d.ts.map +1 -0
  1534. package/build/types/engine/graphics/ecs/camera/pp/PerfectPanner.d.ts.map +1 -0
  1535. package/build/types/engine/graphics/ecs/camera/serialization/CameraSerializationAdapter.d.ts.map +1 -0
  1536. package/build/types/engine/graphics/ecs/camera/set_camera_aspect_ratio.d.ts.map +1 -0
  1537. package/build/types/engine/graphics/ecs/camera/topdown/ComputeCameraFacingVector.d.ts.map +1 -0
  1538. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts.map +1 -0
  1539. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraController.spec.d.ts.map +1 -0
  1540. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.d.ts.map +1 -0
  1541. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.d.ts.map +1 -0
  1542. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts.map +1 -0
  1543. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraLander.d.ts.map +1 -0
  1544. package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.d.ts.map +1 -0
  1545. package/build/types/engine/graphics/ecs/camera/unprojectPoint.d.ts.map +1 -0
  1546. package/build/types/engine/graphics/ecs/camera/update_camera_transform.d.ts.map +1 -0
  1547. package/build/types/engine/graphics/ecs/compileAllMaterials.d.ts.map +1 -0
  1548. package/build/types/engine/graphics/ecs/decal/v2/Decal.d.ts.map +1 -0
  1549. package/build/types/engine/graphics/ecs/decal/v2/Decal.spec.d.ts.map +1 -0
  1550. package/build/types/engine/graphics/ecs/decal/v2/DecalSerializationAdapter.d.ts.map +1 -0
  1551. package/build/types/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts.map +1 -0
  1552. package/build/types/engine/graphics/ecs/decal/v2/prototypeDecalEditor.d.ts.map +1 -0
  1553. package/build/types/engine/graphics/ecs/decal/v2/prototypeDecalSystem.d.ts.map +1 -0
  1554. package/build/types/engine/graphics/ecs/highlight/Highlight.d.ts.map +1 -0
  1555. package/build/types/engine/graphics/ecs/highlight/HighlightDefinition.d.ts.map +1 -0
  1556. package/build/types/engine/graphics/ecs/highlight/HighlightEditor.d.ts.map +1 -0
  1557. package/build/types/engine/graphics/ecs/highlight/HighlightSerializationAdapter.d.ts.map +1 -0
  1558. package/build/types/engine/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.d.ts.map +1 -0
  1559. package/build/types/engine/graphics/ecs/highlight/plugin/HighlightRenderElementSource.d.ts.map +1 -0
  1560. package/build/types/engine/graphics/ecs/highlight/plugin/OutlineRenderPlugin.d.ts.map +1 -0
  1561. package/build/types/engine/graphics/ecs/highlight/renderer/HighlightDecodeShader.d.ts.map +1 -0
  1562. package/build/types/engine/graphics/ecs/highlight/renderer/HighlightRenderElement.d.ts.map +1 -0
  1563. package/build/types/engine/graphics/ecs/highlight/renderer/HighlightRenderGroup.d.ts.map +1 -0
  1564. package/build/types/engine/graphics/ecs/highlight/renderer/OutlineRenderer.d.ts.map +1 -0
  1565. package/build/types/engine/graphics/ecs/highlight/renderer/makeBlurShader_9.d.ts.map +1 -0
  1566. package/build/types/engine/graphics/ecs/highlight/renderer/makeDilationShader.d.ts.map +1 -0
  1567. package/build/types/engine/graphics/ecs/highlight/renderer/makeGaussianBlurShader.d.ts.map +1 -0
  1568. package/build/types/engine/graphics/ecs/highlight/renderer/traverseThreeObject.d.ts.map +1 -0
  1569. package/build/types/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts.map +1 -0
  1570. package/build/types/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts.map +1 -0
  1571. package/build/types/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts.map +1 -0
  1572. package/build/types/engine/graphics/ecs/light/Light.d.ts.map +1 -0
  1573. package/build/types/engine/graphics/ecs/light/LightContext.d.ts.map +1 -0
  1574. package/build/types/engine/graphics/ecs/light/LightSerializationAdapter.d.ts.map +1 -0
  1575. package/build/types/engine/graphics/ecs/light/LightSystem.d.ts.map +1 -0
  1576. package/build/types/engine/graphics/ecs/light/LightType.d.ts.map +1 -0
  1577. package/build/types/engine/graphics/ecs/light/binding/LightBinding.d.ts.map +1 -0
  1578. package/build/types/engine/graphics/ecs/light/binding/fp/FPLightBinding.d.ts.map +1 -0
  1579. package/build/types/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts.map +1 -0
  1580. package/build/types/engine/graphics/ecs/light/binding/three/applyRotation.d.ts.map +1 -0
  1581. package/build/types/engine/graphics/ecs/light/binding/three/threeEnsureLightObject.d.ts.map +1 -0
  1582. package/build/types/engine/graphics/ecs/light/binding/three/threeMakeLight.d.ts.map +1 -0
  1583. package/build/types/engine/graphics/ecs/light/shadow/LightShadow.d.ts.map +1 -0
  1584. package/build/types/engine/graphics/ecs/light/shadow/ShadowManager.d.ts.map +1 -0
  1585. package/build/types/engine/graphics/ecs/light/shadow/ShadowMap.d.ts.map +1 -0
  1586. package/build/types/engine/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.d.ts.map +1 -0
  1587. package/build/types/engine/graphics/ecs/light/three/ThreeLightCache.d.ts.map +1 -0
  1588. package/build/types/engine/graphics/ecs/light/three/light2type.d.ts.map +1 -0
  1589. package/build/types/engine/graphics/ecs/mesh/Mesh.d.ts.map +1 -0
  1590. package/build/types/engine/graphics/ecs/mesh/MeshEditor.d.ts.map +1 -0
  1591. package/build/types/engine/graphics/ecs/mesh/MeshEvents.d.ts.map +1 -0
  1592. package/build/types/engine/graphics/ecs/mesh/MeshSystem.d.ts.map +1 -0
  1593. package/build/types/engine/graphics/ecs/mesh/SkeletonUtils.d.ts.map +1 -0
  1594. package/build/types/engine/graphics/ecs/mesh/applyTransformToThreeObject.d.ts.map +1 -0
  1595. package/build/types/engine/graphics/ecs/mesh/assetTypeByPath.d.ts.map +1 -0
  1596. package/build/types/engine/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.d.ts.map +1 -0
  1597. package/build/types/engine/graphics/ecs/mesh/copyToVector3.d.ts.map +1 -0
  1598. package/build/types/engine/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.d.ts.map +1 -0
  1599. package/build/types/engine/graphics/ecs/mesh/object3DFastMatrixUpdate.d.ts.map +1 -0
  1600. package/build/types/engine/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.d.ts.map +1 -0
  1601. package/build/types/engine/graphics/ecs/mesh/serialization/MeshSerializationAdapter.d.ts.map +1 -0
  1602. package/build/types/engine/graphics/ecs/mesh/setMesh.d.ts.map +1 -0
  1603. package/build/types/engine/graphics/ecs/mesh/skeleton/BoneMapping.d.ts.map +1 -0
  1604. package/build/types/engine/graphics/ecs/mesh/skeleton/HumanoidBoneType.d.ts.map +1 -0
  1605. package/build/types/engine/graphics/ecs/mesh/updateMeshTransform.d.ts.map +1 -0
  1606. package/build/types/engine/graphics/ecs/mesh/updateNodeByTransformAndBBB.d.ts.map +1 -0
  1607. package/build/types/engine/graphics/ecs/mesh-v2/DrawMode.d.ts.map +1 -0
  1608. package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts.map +1 -0
  1609. package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometry.spec.d.ts.map +1 -0
  1610. package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometryFlags.d.ts.map +1 -0
  1611. package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts.map +1 -0
  1612. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts.map +1 -0
  1613. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.spec.d.ts.map +1 -0
  1614. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts.map +1 -0
  1615. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts.map +1 -0
  1616. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts.map +1 -0
  1617. package/build/types/engine/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.d.ts.map +1 -0
  1618. package/build/types/engine/graphics/ecs/mesh-v2/build_three_object.d.ts.map +1 -0
  1619. package/build/types/engine/graphics/ecs/mesh-v2/render/SGThreeObjectCache.d.ts.map +1 -0
  1620. package/build/types/engine/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.d.ts.map +1 -0
  1621. package/build/types/engine/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.d.ts.map +1 -0
  1622. package/build/types/engine/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.d.ts.map +1 -0
  1623. package/build/types/engine/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.d.ts.map +1 -0
  1624. package/build/types/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.d.ts.map +1 -0
  1625. package/build/types/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.spec.d.ts.map +1 -0
  1626. package/build/types/engine/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.d.ts.map +1 -0
  1627. package/build/types/engine/graphics/ecs/mesh-v2/sample/load_gltf.d.ts.map +1 -0
  1628. package/build/types/engine/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.d.ts.map +1 -0
  1629. package/build/types/engine/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.d.ts.map +1 -0
  1630. package/build/types/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts.map +1 -0
  1631. package/build/types/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts.map +1 -0
  1632. package/build/types/engine/graphics/ecs/path/PathDisplay.d.ts.map +1 -0
  1633. package/build/types/engine/graphics/ecs/path/PathDisplayEvents.d.ts.map +1 -0
  1634. package/build/types/engine/graphics/ecs/path/PathDisplaySpec.d.ts.map +1 -0
  1635. package/build/types/engine/graphics/ecs/path/PathDisplaySystem.d.ts.map +1 -0
  1636. package/build/types/engine/graphics/ecs/path/PathDisplayType.d.ts.map +1 -0
  1637. package/build/types/engine/graphics/ecs/path/entity/EntityPath.d.ts.map +1 -0
  1638. package/build/types/engine/graphics/ecs/path/entity/EntityPathMarker.d.ts.map +1 -0
  1639. package/build/types/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts.map +1 -0
  1640. package/build/types/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts.map +1 -0
  1641. package/build/types/engine/graphics/ecs/path/entity/testEntityPath.d.ts.map +1 -0
  1642. package/build/types/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts.map +1 -0
  1643. package/build/types/engine/graphics/ecs/path/ribbon/RibbonPathBuilder.d.ts.map +1 -0
  1644. package/build/types/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts.map +1 -0
  1645. package/build/types/engine/graphics/ecs/path/testPathDisplaySystem.d.ts.map +1 -0
  1646. package/build/types/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts.map +1 -0
  1647. package/build/types/engine/graphics/ecs/path/tube/CapType.d.ts.map +1 -0
  1648. package/build/types/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts.map +1 -0
  1649. package/build/types/engine/graphics/ecs/path/tube/PathNormalType.d.ts.map +1 -0
  1650. package/build/types/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts.map +1 -0
  1651. package/build/types/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts.map +1 -0
  1652. package/build/types/engine/graphics/ecs/path/tube/TubePathStyle.d.ts.map +1 -0
  1653. package/build/types/engine/graphics/ecs/path/tube/TubePathStyle.spec.d.ts.map +1 -0
  1654. package/build/types/engine/graphics/ecs/path/tube/build/StreamGeometryBuilder.d.ts.map +1 -0
  1655. package/build/types/engine/graphics/ecs/path/tube/build/TubePathBuilder.d.ts.map +1 -0
  1656. package/build/types/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.d.ts.map +1 -0
  1657. package/build/types/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.d.ts.map +1 -0
  1658. package/build/types/engine/graphics/ecs/path/tube/build/build_geometry_linear.d.ts.map +1 -0
  1659. package/build/types/engine/graphics/ecs/path/tube/build/computeFrenetFrames.d.ts.map +1 -0
  1660. package/build/types/engine/graphics/ecs/path/tube/build/compute_smooth_profile_normals.d.ts.map +1 -0
  1661. package/build/types/engine/graphics/ecs/path/tube/build/estimatePathLength.d.ts.map +1 -0
  1662. package/build/types/engine/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.d.ts.map +1 -0
  1663. package/build/types/engine/graphics/ecs/path/tube/build/fix_shape_normal_order.d.ts.map +1 -0
  1664. package/build/types/engine/graphics/ecs/path/tube/build/makeTubeGeometry.d.ts.map +1 -0
  1665. package/build/types/engine/graphics/ecs/path/tube/build/make_cap.d.ts.map +1 -0
  1666. package/build/types/engine/graphics/ecs/path/tube/build/make_ring_faces.d.ts.map +1 -0
  1667. package/build/types/engine/graphics/ecs/path/tube/build/make_ring_vertices.d.ts.map +1 -0
  1668. package/build/types/engine/graphics/ecs/path/tube/prototypeAnimatedPathMask.d.ts.map +1 -0
  1669. package/build/types/engine/graphics/ecs/sprite/Sprite.d.ts.map +1 -0
  1670. package/build/types/engine/graphics/ecs/sprite/SpriteSystemPE.d.ts.map +1 -0
  1671. package/build/types/engine/graphics/ecs/sprite/prototypeSpriteSystem.d.ts.map +1 -0
  1672. package/build/types/engine/graphics/ecs/trail2d/Trail2D.d.ts.map +1 -0
  1673. package/build/types/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts.map +1 -0
  1674. package/build/types/engine/graphics/ecs/trail2d/makeGradientTrail.d.ts.map +1 -0
  1675. package/build/types/engine/graphics/ecs/water/WATER_SIZE.d.ts.map +1 -0
  1676. package/build/types/engine/graphics/ecs/water/Water.d.ts.map +1 -0
  1677. package/build/types/engine/graphics/ecs/water/WaterSerializationAdapter.d.ts.map +1 -0
  1678. package/build/types/engine/graphics/ecs/water/WaterSerializationUpgrader_0_1.d.ts.map +1 -0
  1679. package/build/types/engine/graphics/ecs/water/WaterSystem.d.ts.map +1 -0
  1680. package/build/types/engine/graphics/ecs/water2/shader/AlexWaterShader.d.ts.map +1 -0
  1681. package/build/types/engine/graphics/ecs/water2/shader/testWaterShader.d.ts.map +1 -0
  1682. package/build/types/engine/graphics/filter/FlipArrayInPlace.d.ts.map +1 -0
  1683. package/build/types/engine/graphics/filter/FlipArrayViaCanvas.d.ts.map +1 -0
  1684. package/build/types/engine/graphics/filter/ImageFilter.d.ts.map +1 -0
  1685. package/build/types/engine/graphics/geometry/AttributeSpec.d.ts.map +1 -0
  1686. package/build/types/engine/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.d.ts.map +1 -0
  1687. package/build/types/engine/graphics/geometry/MikkT/AddTriToGroup.d.ts.map +1 -0
  1688. package/build/types/engine/graphics/geometry/MikkT/AssignRecur.d.ts.map +1 -0
  1689. package/build/types/engine/graphics/geometry/MikkT/AvgTSpace.d.ts.map +1 -0
  1690. package/build/types/engine/graphics/geometry/MikkT/Build4RuleGroups.d.ts.map +1 -0
  1691. package/build/types/engine/graphics/geometry/MikkT/BuildNeighborsFast.d.ts.map +1 -0
  1692. package/build/types/engine/graphics/geometry/MikkT/CalcTexArea.d.ts.map +1 -0
  1693. package/build/types/engine/graphics/geometry/MikkT/CompareSubGroups.d.ts.map +1 -0
  1694. package/build/types/engine/graphics/geometry/MikkT/DegenEpilogue.d.ts.map +1 -0
  1695. package/build/types/engine/graphics/geometry/MikkT/DegenPrologue.d.ts.map +1 -0
  1696. package/build/types/engine/graphics/geometry/MikkT/EvalTspace.d.ts.map +1 -0
  1697. package/build/types/engine/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.d.ts.map +1 -0
  1698. package/build/types/engine/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.d.ts.map +1 -0
  1699. package/build/types/engine/graphics/geometry/MikkT/GenerateTSpaces.d.ts.map +1 -0
  1700. package/build/types/engine/graphics/geometry/MikkT/GetEdge.d.ts.map +1 -0
  1701. package/build/types/engine/graphics/geometry/MikkT/GetNormal.d.ts.map +1 -0
  1702. package/build/types/engine/graphics/geometry/MikkT/GetPosition.d.ts.map +1 -0
  1703. package/build/types/engine/graphics/geometry/MikkT/GetTexCoord.d.ts.map +1 -0
  1704. package/build/types/engine/graphics/geometry/MikkT/InitTriInfo.d.ts.map +1 -0
  1705. package/build/types/engine/graphics/geometry/MikkT/MakeIndex.d.ts.map +1 -0
  1706. package/build/types/engine/graphics/geometry/MikkT/MikkTSpace.d.ts.map +1 -0
  1707. package/build/types/engine/graphics/geometry/MikkT/MikkTSpace.spec.d.ts.map +1 -0
  1708. package/build/types/engine/graphics/geometry/MikkT/NormalizeSafe.d.ts.map +1 -0
  1709. package/build/types/engine/graphics/geometry/MikkT/NotZero.d.ts.map +1 -0
  1710. package/build/types/engine/graphics/geometry/MikkT/QuickSort.d.ts.map +1 -0
  1711. package/build/types/engine/graphics/geometry/MikkT/QuickSortEdges.d.ts.map +1 -0
  1712. package/build/types/engine/graphics/geometry/MikkT/SSubGroup.d.ts.map +1 -0
  1713. package/build/types/engine/graphics/geometry/MikkT/STSpace.d.ts.map +1 -0
  1714. package/build/types/engine/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.d.ts.map +1 -0
  1715. package/build/types/engine/graphics/geometry/MikkT/buffer_geometry_generate_tangents.d.ts.map +1 -0
  1716. package/build/types/engine/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.d.ts.map +1 -0
  1717. package/build/types/engine/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.d.ts.map +1 -0
  1718. package/build/types/engine/graphics/geometry/MikkT/constants/MARK_DEGENERATE.d.ts.map +1 -0
  1719. package/build/types/engine/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.d.ts.map +1 -0
  1720. package/build/types/engine/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.d.ts.map +1 -0
  1721. package/build/types/engine/graphics/geometry/MikkT/m_getNormal.d.ts.map +1 -0
  1722. package/build/types/engine/graphics/geometry/MikkT/m_getNumFaces.d.ts.map +1 -0
  1723. package/build/types/engine/graphics/geometry/MikkT/m_getNumVerticesOfFace.d.ts.map +1 -0
  1724. package/build/types/engine/graphics/geometry/MikkT/m_getPosition.d.ts.map +1 -0
  1725. package/build/types/engine/graphics/geometry/MikkT/m_getTexCoord.d.ts.map +1 -0
  1726. package/build/types/engine/graphics/geometry/MikkT/m_setTSpace.d.ts.map +1 -0
  1727. package/build/types/engine/graphics/geometry/MikkT/m_setTSpaceBasic.d.ts.map +1 -0
  1728. package/build/types/engine/graphics/geometry/MikkT/malloc.d.ts.map +1 -0
  1729. package/build/types/engine/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.d.ts.map +1 -0
  1730. package/build/types/engine/graphics/geometry/VertexDataSpec.d.ts.map +1 -0
  1731. package/build/types/engine/graphics/geometry/aabb3_to_buffer_geometry.d.ts.map +1 -0
  1732. package/build/types/engine/graphics/geometry/buffered/ComputeNormals.d.ts.map +1 -0
  1733. package/build/types/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts.map +1 -0
  1734. package/build/types/engine/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.d.ts.map +1 -0
  1735. package/build/types/engine/graphics/geometry/buffered/computeGeometryEquality.d.ts.map +1 -0
  1736. package/build/types/engine/graphics/geometry/buffered/computeGeometryHash.d.ts.map +1 -0
  1737. package/build/types/engine/graphics/geometry/buffered/compute_buffer_geometry_byte_size.d.ts.map +1 -0
  1738. package/build/types/engine/graphics/geometry/buffered/deinterleaveBufferAttribute.d.ts.map +1 -0
  1739. package/build/types/engine/graphics/geometry/buffered/deinterleaveBufferGeometry.d.ts.map +1 -0
  1740. package/build/types/engine/graphics/geometry/buffered/ensureGeometryBoundingSphere.d.ts.map +1 -0
  1741. package/build/types/engine/graphics/geometry/buffered/makeGeometryIndexed.d.ts.map +1 -0
  1742. package/build/types/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts.map +1 -0
  1743. package/build/types/engine/graphics/geometry/buffered/query/bvh32_geometry_overlap_clipping_volume.d.ts.map +1 -0
  1744. package/build/types/engine/graphics/geometry/buffered/query/bvh32_geometry_raycast.d.ts.map +1 -0
  1745. package/build/types/engine/graphics/geometry/bvh/buffered/bvh32_from_indexed_geometry.d.ts.map +1 -0
  1746. package/build/types/engine/graphics/geometry/bvh/buffered/bvh32_from_unindexed_geometry.d.ts.map +1 -0
  1747. package/build/types/engine/graphics/geometry/bvh/buffered/bvh32_set_leaf_from_triangle.d.ts.map +1 -0
  1748. package/build/types/engine/graphics/geometry/clipping/ClippedGeometry.d.ts.map +1 -0
  1749. package/build/types/engine/graphics/geometry/computeBoundingSphereFromVertexData.d.ts.map +1 -0
  1750. package/build/types/engine/graphics/geometry/computeMeshSurfaceArea.d.ts.map +1 -0
  1751. package/build/types/engine/graphics/geometry/compute_geometry_polycount.d.ts.map +1 -0
  1752. package/build/types/engine/graphics/geometry/decimation/SimplifyModifier.d.ts.map +1 -0
  1753. package/build/types/engine/graphics/geometry/instancing/InstancedMeshGroup.d.ts.map +1 -0
  1754. package/build/types/engine/graphics/geometry/instancing/rewriteMaterial.d.ts.map +1 -0
  1755. package/build/types/engine/graphics/geometry/optimization/VertexCacheOptimizer.d.ts.map +1 -0
  1756. package/build/types/engine/graphics/geometry/optimization/merge/merge_geometry_hierarchy.d.ts.map +1 -0
  1757. package/build/types/engine/graphics/geometry/optimization/merge/prototypeGeometryMerge.d.ts.map +1 -0
  1758. package/build/types/engine/graphics/geometry/ribbon/Quad.d.ts.map +1 -0
  1759. package/build/types/engine/graphics/geometry/ribbon/Ribbon.d.ts.map +1 -0
  1760. package/build/types/engine/graphics/geometry/ribbon/copyAttributeV3.d.ts.map +1 -0
  1761. package/build/types/engine/graphics/geometry/ribbon/copyAttributeValue.d.ts.map +1 -0
  1762. package/build/types/engine/graphics/geometry/ribbon/createRibbon.d.ts.map +1 -0
  1763. package/build/types/engine/graphics/geometry/ribbon/equalAttributeV3.d.ts.map +1 -0
  1764. package/build/types/engine/graphics/geometry/ribbon/equalAttributeValue.d.ts.map +1 -0
  1765. package/build/types/engine/graphics/geometry/ribbon/rotateRibbon.d.ts.map +1 -0
  1766. package/build/types/engine/graphics/geometry/ribbon/updateTipPosition.d.ts.map +1 -0
  1767. package/build/types/engine/graphics/geometry/scaleGeometryToBox.d.ts.map +1 -0
  1768. package/build/types/engine/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.d.ts.map +1 -0
  1769. package/build/types/engine/graphics/geometry/skining/computeSkinnedMeshVertices.d.ts.map +1 -0
  1770. package/build/types/engine/graphics/impostors/card_cluster/FacePlaneAssignment.d.ts.map +1 -0
  1771. package/build/types/engine/graphics/impostors/octahedral/ImpostorBaker.d.ts.map +1 -0
  1772. package/build/types/engine/graphics/impostors/octahedral/ImpostorCaptureType.d.ts.map +1 -0
  1773. package/build/types/engine/graphics/impostors/octahedral/ImpostorDescription.d.ts.map +1 -0
  1774. package/build/types/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere.d.ts.map +1 -0
  1775. package/build/types/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.d.ts.map +1 -0
  1776. package/build/types/engine/graphics/impostors/octahedral/bake/prepare_bake_material.d.ts.map +1 -0
  1777. package/build/types/engine/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.d.ts.map +1 -0
  1778. package/build/types/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts.map +1 -0
  1779. package/build/types/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts.map +1 -0
  1780. package/build/types/engine/graphics/impostors/octahedral/prototypeBaker.d.ts.map +1 -0
  1781. package/build/types/engine/graphics/impostors/octahedral/shader/BakeShaderStandard.d.ts.map +1 -0
  1782. package/build/types/engine/graphics/impostors/octahedral/shader/ImpostorShaderStandard.d.ts.map +1 -0
  1783. package/build/types/engine/graphics/impostors/octahedral/shader/ImpostorShaderV0.d.ts.map +1 -0
  1784. package/build/types/engine/graphics/impostors/octahedral/shader/ImpostorShaderV1.d.ts.map +1 -0
  1785. package/build/types/engine/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.d.ts.map +1 -0
  1786. package/build/types/engine/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.d.ts.map +1 -0
  1787. package/build/types/engine/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.d.ts.map +1 -0
  1788. package/build/types/engine/graphics/impostors/octahedral/util/load_mesh_for_bake.d.ts.map +1 -0
  1789. package/build/types/engine/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.d.ts.map +1 -0
  1790. package/build/types/engine/graphics/loadCubeTexture.d.ts.map +1 -0
  1791. package/build/types/engine/graphics/load_and_set_cubemap_v0.d.ts.map +1 -0
  1792. package/build/types/engine/graphics/loader/threejs/LegacyJSONLoader.d.ts.map +1 -0
  1793. package/build/types/engine/graphics/makeModelView.d.ts.map +1 -0
  1794. package/build/types/engine/graphics/make_ray_from_viewport_position.d.ts.map +1 -0
  1795. package/build/types/engine/graphics/material/SplatMaterial.d.ts.map +1 -0
  1796. package/build/types/engine/graphics/material/WaterMaterial.d.ts.map +1 -0
  1797. package/build/types/engine/graphics/material/composeCompile.d.ts.map +1 -0
  1798. package/build/types/engine/graphics/material/manager/AbstractMaterialTransformer.d.ts.map +1 -0
  1799. package/build/types/engine/graphics/material/manager/ManagedMaterial.d.ts.map +1 -0
  1800. package/build/types/engine/graphics/material/manager/ManagedTexture.d.ts.map +1 -0
  1801. package/build/types/engine/graphics/material/manager/MaterialManager.d.ts.map +1 -0
  1802. package/build/types/engine/graphics/material/manager/TextureManager.d.ts.map +1 -0
  1803. package/build/types/engine/graphics/material/manager/compilers/CoalesceTextures.d.ts.map +1 -0
  1804. package/build/types/engine/graphics/material/optimization/BUFFER_GEOMETRY_UVS.d.ts.map +1 -0
  1805. package/build/types/engine/graphics/material/optimization/MaterialDescriptor.d.ts.map +1 -0
  1806. package/build/types/engine/graphics/material/optimization/MaterialOptimizationContext.d.ts.map +1 -0
  1807. package/build/types/engine/graphics/material/optimization/UvContext.d.ts.map +1 -0
  1808. package/build/types/engine/graphics/material/optimization/is_compliant_mesh.d.ts.map +1 -0
  1809. package/build/types/engine/graphics/material/optimization/prepare_atlas_texture.d.ts.map +1 -0
  1810. package/build/types/engine/graphics/material/optimization/prototypeMaterialOptimizer.d.ts.map +1 -0
  1811. package/build/types/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts.map +1 -0
  1812. package/build/types/engine/graphics/particles/node-based/codegen/CodeContext.d.ts.map +1 -0
  1813. package/build/types/engine/graphics/particles/node-based/codegen/CodeGenerator.d.ts.map +1 -0
  1814. package/build/types/engine/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.d.ts.map +1 -0
  1815. package/build/types/engine/graphics/particles/node-based/codegen/glsl/genAttributeInputName.d.ts.map +1 -0
  1816. package/build/types/engine/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.d.ts.map +1 -0
  1817. package/build/types/engine/graphics/particles/node-based/codegen/glsl/getTypeByteSize.d.ts.map +1 -0
  1818. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.d.ts.map +1 -0
  1819. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.d.ts.map +1 -0
  1820. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.d.ts.map +1 -0
  1821. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.d.ts.map +1 -0
  1822. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.d.ts.map +1 -0
  1823. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.d.ts.map +1 -0
  1824. package/build/types/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.d.ts.map +1 -0
  1825. package/build/types/engine/graphics/particles/node-based/codegen/modules/FunctionModule.d.ts.map +1 -0
  1826. package/build/types/engine/graphics/particles/node-based/codegen/modules/FunctionModuleReference.d.ts.map +1 -0
  1827. package/build/types/engine/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.d.ts.map +1 -0
  1828. package/build/types/engine/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.d.ts.map +1 -0
  1829. package/build/types/engine/graphics/particles/node-based/codegen/modules/FunctionSignature.d.ts.map +1 -0
  1830. package/build/types/engine/graphics/particles/node-based/editor/ParticleSpecificationEditorView.d.ts.map +1 -0
  1831. package/build/types/engine/graphics/particles/node-based/nodes/FloatConstant.d.ts.map +1 -0
  1832. package/build/types/engine/graphics/particles/node-based/nodes/ParticleDataTypes.d.ts.map +1 -0
  1833. package/build/types/engine/graphics/particles/node-based/nodes/ReadFloatUniform.d.ts.map +1 -0
  1834. package/build/types/engine/graphics/particles/node-based/nodes/ReadPosition.d.ts.map +1 -0
  1835. package/build/types/engine/graphics/particles/node-based/nodes/ReadVelocity.d.ts.map +1 -0
  1836. package/build/types/engine/graphics/particles/node-based/nodes/ShaderNode.d.ts.map +1 -0
  1837. package/build/types/engine/graphics/particles/node-based/nodes/Vector3Constant.d.ts.map +1 -0
  1838. package/build/types/engine/graphics/particles/node-based/nodes/Vector3Merge.d.ts.map +1 -0
  1839. package/build/types/engine/graphics/particles/node-based/nodes/Vector3Split.d.ts.map +1 -0
  1840. package/build/types/engine/graphics/particles/node-based/nodes/WriteVelocity.d.ts.map +1 -0
  1841. package/build/types/engine/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.d.ts.map +1 -0
  1842. package/build/types/engine/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.d.ts.map +1 -0
  1843. package/build/types/engine/graphics/particles/node-based/nodes/math/AddFloatNode.d.ts.map +1 -0
  1844. package/build/types/engine/graphics/particles/node-based/nodes/math/Vector3Add.d.ts.map +1 -0
  1845. package/build/types/engine/graphics/particles/node-based/nodes/math/Vector3Divide.d.ts.map +1 -0
  1846. package/build/types/engine/graphics/particles/node-based/nodes/math/Vector3Multiply.d.ts.map +1 -0
  1847. package/build/types/engine/graphics/particles/node-based/nodes/math/Vector3Subtract.d.ts.map +1 -0
  1848. package/build/types/engine/graphics/particles/node-based/nodes/noise/CurlNoiseNode.d.ts.map +1 -0
  1849. package/build/types/engine/graphics/particles/node-based/particle/GeometryAttributes.d.ts.map +1 -0
  1850. package/build/types/engine/graphics/particles/node-based/particle/ParticleAttributeBinding.d.ts.map +1 -0
  1851. package/build/types/engine/graphics/particles/node-based/particle/ParticleAttributeSpecification.d.ts.map +1 -0
  1852. package/build/types/engine/graphics/particles/node-based/particle/ParticleSpecification.d.ts.map +1 -0
  1853. package/build/types/engine/graphics/particles/node-based/populateFunctionModuleRegistry.d.ts.map +1 -0
  1854. package/build/types/engine/graphics/particles/node-based/populateNodeRegistry.d.ts.map +1 -0
  1855. package/build/types/engine/graphics/particles/node-based/rendering/AbstractParticleRenderer.d.ts.map +1 -0
  1856. package/build/types/engine/graphics/particles/node-based/rendering/ParticleRenderCommand.d.ts.map +1 -0
  1857. package/build/types/engine/graphics/particles/node-based/rendering/ParticleRenderSpecification.d.ts.map +1 -0
  1858. package/build/types/engine/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.d.ts.map +1 -0
  1859. package/build/types/engine/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.d.ts.map +1 -0
  1860. package/build/types/engine/graphics/particles/node-based/simulation/EmitterAttributeData.d.ts.map +1 -0
  1861. package/build/types/engine/graphics/particles/node-based/simulation/GLDataBuffer.d.ts.map +1 -0
  1862. package/build/types/engine/graphics/particles/node-based/simulation/GLSLParticleSimulator.d.ts.map +1 -0
  1863. package/build/types/engine/graphics/particles/node-based/simulation/GLSLSimulationShader.d.ts.map +1 -0
  1864. package/build/types/engine/graphics/particles/node-based/simulation/TransformFeedback.d.ts.map +1 -0
  1865. package/build/types/engine/graphics/particles/particular/engine/MovingBoundingBox.d.ts.map +1 -0
  1866. package/build/types/engine/graphics/particles/particular/engine/MovingBoundingBox.spec.d.ts.map +1 -0
  1867. package/build/types/engine/graphics/particles/particular/engine/ParticularEngine.d.ts.map +1 -0
  1868. package/build/types/engine/graphics/particles/particular/engine/TF.d.ts.map +1 -0
  1869. package/build/types/engine/graphics/particles/particular/engine/emitter/EmissionFromType.d.ts.map +1 -0
  1870. package/build/types/engine/graphics/particles/particular/engine/emitter/EmissionShapeType.d.ts.map +1 -0
  1871. package/build/types/engine/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.d.ts.map +1 -0
  1872. package/build/types/engine/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.d.ts.map +1 -0
  1873. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts.map +1 -0
  1874. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.d.ts.map +1 -0
  1875. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.d.ts.map +1 -0
  1876. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleLayer.d.ts.map +1 -0
  1877. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleLayer.spec.d.ts.map +1 -0
  1878. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleParameters.d.ts.map +1 -0
  1879. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticlePool.d.ts.map +1 -0
  1880. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticlePool.spec.d.ts.map +1 -0
  1881. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleRenderProfile.d.ts.map +1 -0
  1882. package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleRendererType.d.ts.map +1 -0
  1883. package/build/types/engine/graphics/particles/particular/engine/emitter/computeEmissionFunction.d.ts.map +1 -0
  1884. package/build/types/engine/graphics/particles/particular/engine/emitter/distance_to_camera.d.ts.map +1 -0
  1885. package/build/types/engine/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.d.ts.map +1 -0
  1886. package/build/types/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.d.ts.map +1 -0
  1887. package/build/types/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.d.ts.map +1 -0
  1888. package/build/types/engine/graphics/particles/particular/engine/emitter/write_particle_patch_uv.d.ts.map +1 -0
  1889. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts.map +1 -0
  1890. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.d.ts.map +1 -0
  1891. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.d.ts.map +1 -0
  1892. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterSet.d.ts.map +1 -0
  1893. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterSet.spec.d.ts.map +1 -0
  1894. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterSheet.d.ts.map +1 -0
  1895. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts.map +1 -0
  1896. package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterTrackSet.d.ts.map +1 -0
  1897. package/build/types/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts.map +1 -0
  1898. package/build/types/engine/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.d.ts.map +1 -0
  1899. package/build/types/engine/graphics/particles/particular/engine/renderers/ParticleRenderer.d.ts.map +1 -0
  1900. package/build/types/engine/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.d.ts.map +1 -0
  1901. package/build/types/engine/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.d.ts.map +1 -0
  1902. package/build/types/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.d.ts.map +1 -0
  1903. package/build/types/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.d.ts.map +1 -0
  1904. package/build/types/engine/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.d.ts.map +1 -0
  1905. package/build/types/engine/graphics/particles/particular/engine/shader/MaterialRecord.d.ts.map +1 -0
  1906. package/build/types/engine/graphics/particles/particular/engine/shader/ShaderManager.d.ts.map +1 -0
  1907. package/build/types/engine/graphics/particles/particular/engine/shader/debugAtlas.d.ts.map +1 -0
  1908. package/build/types/engine/graphics/particles/particular/engine/simulator/AbstractSimulationStep.d.ts.map +1 -0
  1909. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.d.ts.map +1 -0
  1910. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.d.ts.map +1 -0
  1911. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.d.ts.map +1 -0
  1912. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepDefinition.d.ts.map +1 -0
  1913. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.d.ts.map +1 -0
  1914. package/build/types/engine/graphics/particles/particular/engine/simulator/SimulationStepType.d.ts.map +1 -0
  1915. package/build/types/engine/graphics/particles/particular/engine/simulator/update_parameters.d.ts.map +1 -0
  1916. package/build/types/engine/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.d.ts.map +1 -0
  1917. package/build/types/engine/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.d.ts.map +1 -0
  1918. package/build/types/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts.map +1 -0
  1919. package/build/types/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts.map +1 -0
  1920. package/build/types/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts.map +1 -0
  1921. package/build/types/engine/graphics/particles/particular/engine/utils/volume/lut_to_sampler.d.ts.map +1 -0
  1922. package/build/types/engine/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.d.ts.map +1 -0
  1923. package/build/types/engine/graphics/particles/particular/group/Operation.d.ts.map +1 -0
  1924. package/build/types/engine/graphics/particles/particular/group/OperationType.d.ts.map +1 -0
  1925. package/build/types/engine/graphics/particles/particular/group/ParticleAttribute.d.ts.map +1 -0
  1926. package/build/types/engine/graphics/particles/particular/group/ParticleAttributeType.d.ts.map +1 -0
  1927. package/build/types/engine/graphics/particles/particular/group/ParticleDataType.d.ts.map +1 -0
  1928. package/build/types/engine/graphics/particles/particular/group/ParticleGroup.d.ts.map +1 -0
  1929. package/build/types/engine/graphics/particles/particular/group/ParticleGroup.spec.d.ts.map +1 -0
  1930. package/build/types/engine/graphics/particles/particular/group/ParticleSpecification.d.ts.map +1 -0
  1931. package/build/types/engine/graphics/particles/particular/group/itemSizeFromAttributeType.d.ts.map +1 -0
  1932. package/build/types/engine/graphics/particles/particular/group/optimizeCommandQueue.d.ts.map +1 -0
  1933. package/build/types/engine/graphics/particles/particular/group/typedArrayConstructorFromDataType.d.ts.map +1 -0
  1934. package/build/types/engine/graphics/postprocess/threejs/postprocessing/ClearMaskPass.d.ts.map +1 -0
  1935. package/build/types/engine/graphics/postprocess/threejs/postprocessing/DotScreenPass.d.ts.map +1 -0
  1936. package/build/types/engine/graphics/postprocess/threejs/postprocessing/FilmPass.d.ts.map +1 -0
  1937. package/build/types/engine/graphics/postprocess/threejs/postprocessing/GlitchPass.d.ts.map +1 -0
  1938. package/build/types/engine/graphics/postprocess/threejs/postprocessing/SavePass.d.ts.map +1 -0
  1939. package/build/types/engine/graphics/postprocess/threejs/shaders/BokehShader.d.ts.map +1 -0
  1940. package/build/types/engine/graphics/postprocess/threejs/shaders/ConvolutionShader.d.ts.map +1 -0
  1941. package/build/types/engine/graphics/postprocess/threejs/shaders/CopyShader.d.ts.map +1 -0
  1942. package/build/types/engine/graphics/postprocess/threejs/shaders/FXAAShader.d.ts.map +1 -0
  1943. package/build/types/engine/graphics/postprocess/threejs/shaders/GammaCorrectionShader.d.ts.map +1 -0
  1944. package/build/types/engine/graphics/postprocess/threejs/shaders/LuminosityShader.d.ts.map +1 -0
  1945. package/build/types/engine/graphics/postprocess/threejs/shaders/SMAAShader.d.ts.map +1 -0
  1946. package/build/types/engine/graphics/postprocess/threejs/shaders/SSAOShader.d.ts.map +1 -0
  1947. package/build/types/engine/graphics/postprocess/threejs/shaders/ToneMapShader.d.ts.map +1 -0
  1948. package/build/types/engine/graphics/render/Lines.d.ts.map +1 -0
  1949. package/build/types/engine/graphics/render/RenderPassType.d.ts.map +1 -0
  1950. package/build/types/engine/graphics/render/RendererPool.d.ts.map +1 -0
  1951. package/build/types/engine/graphics/render/buffer/FrameBuffer.d.ts.map +1 -0
  1952. package/build/types/engine/graphics/render/buffer/FrameBufferManager.d.ts.map +1 -0
  1953. package/build/types/engine/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.d.ts.map +1 -0
  1954. package/build/types/engine/graphics/render/buffer/buffers/NormalFrameBuffer.d.ts.map +1 -0
  1955. package/build/types/engine/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.d.ts.map +1 -0
  1956. package/build/types/engine/graphics/render/buffer/simple-fx/DepthLimitedBlur.d.ts.map +1 -0
  1957. package/build/types/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffect.d.ts.map +1 -0
  1958. package/build/types/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.d.ts.map +1 -0
  1959. package/build/types/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts.map +1 -0
  1960. package/build/types/engine/graphics/render/buffer/simple-fx/ao/SAOShader.d.ts.map +1 -0
  1961. package/build/types/engine/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.d.ts.map +1 -0
  1962. package/build/types/engine/graphics/render/buffer/simple-fx/taa/prototypeTAA.d.ts.map +1 -0
  1963. package/build/types/engine/graphics/render/buffer/slot/ProgramSlotValue.d.ts.map +1 -0
  1964. package/build/types/engine/graphics/render/buffer/slot/ProgramValueDirectionKind.d.ts.map +1 -0
  1965. package/build/types/engine/graphics/render/buffer/slot/ProgramValueSlotDefinition.d.ts.map +1 -0
  1966. package/build/types/engine/graphics/render/buffer/slot/ProgramValueType.d.ts.map +1 -0
  1967. package/build/types/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts.map +1 -0
  1968. package/build/types/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.d.ts.map +1 -0
  1969. package/build/types/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.d.ts.map +1 -0
  1970. package/build/types/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.d.ts.map +1 -0
  1971. package/build/types/engine/graphics/render/buffer/slot/parameter/RenderTargetParameters.d.ts.map +1 -0
  1972. package/build/types/engine/graphics/render/forward_plus/LightManager.d.ts.map +1 -0
  1973. package/build/types/engine/graphics/render/forward_plus/LightManager.spec.d.ts.map +1 -0
  1974. package/build/types/engine/graphics/render/forward_plus/LightRenderMetadata.d.ts.map +1 -0
  1975. package/build/types/engine/graphics/render/forward_plus/assign_cluster.d.ts.map +1 -0
  1976. package/build/types/engine/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.d.ts.map +1 -0
  1977. package/build/types/engine/graphics/render/forward_plus/cluster/compute_light_data_hash.d.ts.map +1 -0
  1978. package/build/types/engine/graphics/render/forward_plus/cluster/compute_light_data_hash_0.d.ts.map +1 -0
  1979. package/build/types/engine/graphics/render/forward_plus/cluster/read_plane_pair.d.ts.map +1 -0
  1980. package/build/types/engine/graphics/render/forward_plus/cluster/write_cluster_planes.d.ts.map +1 -0
  1981. package/build/types/engine/graphics/render/forward_plus/cluster/write_cluster_planes.spec.d.ts.map +1 -0
  1982. package/build/types/engine/graphics/render/forward_plus/computeFrustumCorners.d.ts.map +1 -0
  1983. package/build/types/engine/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.d.ts.map +1 -0
  1984. package/build/types/engine/graphics/render/forward_plus/debug/buildLightClusterWidget.d.ts.map +1 -0
  1985. package/build/types/engine/graphics/render/forward_plus/debug/createLayerSwitcher.d.ts.map +1 -0
  1986. package/build/types/engine/graphics/render/forward_plus/debug/createScreenGrid.d.ts.map +1 -0
  1987. package/build/types/engine/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.d.ts.map +1 -0
  1988. package/build/types/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.d.ts.map +1 -0
  1989. package/build/types/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.d.ts.map +1 -0
  1990. package/build/types/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.d.ts.map +1 -0
  1991. package/build/types/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.d.ts.map +1 -0
  1992. package/build/types/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.d.ts.map +1 -0
  1993. package/build/types/engine/graphics/render/forward_plus/materials/FPlusDebugMaterial.d.ts.map +1 -0
  1994. package/build/types/engine/graphics/render/forward_plus/materials/FPlusStandardMaterial.d.ts.map +1 -0
  1995. package/build/types/engine/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.d.ts.map +1 -0
  1996. package/build/types/engine/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.d.ts.map +1 -0
  1997. package/build/types/engine/graphics/render/forward_plus/materials/fp_build_fragment_shader.d.ts.map +1 -0
  1998. package/build/types/engine/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.d.ts.map +1 -0
  1999. package/build/types/engine/graphics/render/forward_plus/materials/fp_build_vertex_shader.d.ts.map +1 -0
  2000. package/build/types/engine/graphics/render/forward_plus/model/AbstractLight.d.ts.map +1 -0
  2001. package/build/types/engine/graphics/render/forward_plus/model/Decal.d.ts.map +1 -0
  2002. package/build/types/engine/graphics/render/forward_plus/model/DirectionalLight.d.ts.map +1 -0
  2003. package/build/types/engine/graphics/render/forward_plus/model/PointLight.d.ts.map +1 -0
  2004. package/build/types/engine/graphics/render/forward_plus/model/SpotLight.d.ts.map +1 -0
  2005. package/build/types/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts.map +1 -0
  2006. package/build/types/engine/graphics/render/forward_plus/plugin/MaterialTransformer.d.ts.map +1 -0
  2007. package/build/types/engine/graphics/render/forward_plus/plugin/isLitMaterial.d.ts.map +1 -0
  2008. package/build/types/engine/graphics/render/forward_plus/plugin/ptototypeFPPlugin.d.ts.map +1 -0
  2009. package/build/types/engine/graphics/render/forward_plus/prototype/prototypeLightManager.d.ts.map +1 -0
  2010. package/build/types/engine/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.d.ts.map +1 -0
  2011. package/build/types/engine/graphics/render/forward_plus/query/cube_mapping.d.ts.map +1 -0
  2012. package/build/types/engine/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.d.ts.map +1 -0
  2013. package/build/types/engine/graphics/render/forward_plus/query/point_light_inside_volume.d.ts.map +1 -0
  2014. package/build/types/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.d.ts.map +1 -0
  2015. package/build/types/engine/graphics/render/forward_plus/query/spot_light_inside_volume.d.ts.map +1 -0
  2016. package/build/types/engine/graphics/render/forward_plus/read_frustum_corner.d.ts.map +1 -0
  2017. package/build/types/engine/graphics/render/forward_plus/sort_decal_data.d.ts.map +1 -0
  2018. package/build/types/engine/graphics/render/forward_plus/testClusterEquality.d.ts.map +1 -0
  2019. package/build/types/engine/graphics/render/frame_graph/GraphNode.d.ts.map +1 -0
  2020. package/build/types/engine/graphics/render/frame_graph/IRenderContext.d.ts.map +1 -0
  2021. package/build/types/engine/graphics/render/frame_graph/RenderGraph.d.ts.map +1 -0
  2022. package/build/types/engine/graphics/render/frame_graph/RenderGraphBuilder.d.ts.map +1 -0
  2023. package/build/types/engine/graphics/render/frame_graph/RenderPass.d.ts.map +1 -0
  2024. package/build/types/engine/graphics/render/frame_graph/RenderPassFlags.d.ts.map +1 -0
  2025. package/build/types/engine/graphics/render/frame_graph/RenderPassNode.d.ts.map +1 -0
  2026. package/build/types/engine/graphics/render/frame_graph/RenderPassResources.d.ts.map +1 -0
  2027. package/build/types/engine/graphics/render/frame_graph/RenderTarget.d.ts.map +1 -0
  2028. package/build/types/engine/graphics/render/frame_graph/RenderTextureManager.d.ts.map +1 -0
  2029. package/build/types/engine/graphics/render/frame_graph/ResourceEntry.d.ts.map +1 -0
  2030. package/build/types/engine/graphics/render/frame_graph/ResourceNode.d.ts.map +1 -0
  2031. package/build/types/engine/graphics/render/frame_graph/TextureDescriptor.d.ts.map +1 -0
  2032. package/build/types/engine/graphics/render/frame_graph/TextureInitialState.d.ts.map +1 -0
  2033. package/build/types/engine/graphics/render/frame_graph/sample/deferred/CopyPass.d.ts.map +1 -0
  2034. package/build/types/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.d.ts.map +1 -0
  2035. package/build/types/engine/graphics/render/frame_graph/sample/deferred/LightingPass.d.ts.map +1 -0
  2036. package/build/types/engine/graphics/render/frame_graph/sample/deferred/run.d.ts.map +1 -0
  2037. package/build/types/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.d.ts.map +1 -0
  2038. package/build/types/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.d.ts.map +1 -0
  2039. package/build/types/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.d.ts.map +1 -0
  2040. package/build/types/engine/graphics/render/frame_graph/sample/meep-v1/render.d.ts.map +1 -0
  2041. package/build/types/engine/graphics/render/frame_graph/webgl/WebGLRenderContext.d.ts.map +1 -0
  2042. package/build/types/engine/graphics/render/gizmo/Gizmo.d.ts.map +1 -0
  2043. package/build/types/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts.map +1 -0
  2044. package/build/types/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts.map +1 -0
  2045. package/build/types/engine/graphics/render/gizmo/prototypeGizmo.d.ts.map +1 -0
  2046. package/build/types/engine/graphics/render/layers/RenderLayer.d.ts.map +1 -0
  2047. package/build/types/engine/graphics/render/layers/RenderLayerManager.d.ts.map +1 -0
  2048. package/build/types/engine/graphics/render/layers/RenderLayerManagerState.d.ts.map +1 -0
  2049. package/build/types/engine/graphics/render/layers/RenderLayerState.d.ts.map +1 -0
  2050. package/build/types/engine/graphics/render/layers/RenderLayerUtils.d.ts.map +1 -0
  2051. package/build/types/engine/graphics/render/make_bvh_visibility_builder.d.ts.map +1 -0
  2052. package/build/types/engine/graphics/render/utils/ThreeBypassRenderer.d.ts.map +1 -0
  2053. package/build/types/engine/graphics/render/utils/renderScreenSpace.d.ts.map +1 -0
  2054. package/build/types/engine/graphics/render/utils/renderTextureToScreenQuad.d.ts.map +1 -0
  2055. package/build/types/engine/graphics/render/view/CameraView.d.ts.map +1 -0
  2056. package/build/types/engine/graphics/render/view/CameraViewFlags.d.ts.map +1 -0
  2057. package/build/types/engine/graphics/render/view/CameraViewManager.d.ts.map +1 -0
  2058. package/build/types/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts.map +1 -0
  2059. package/build/types/engine/graphics/render/visibility/IncrementalDeltaSet.spec.d.ts.map +1 -0
  2060. package/build/types/engine/graphics/render/visibility/VisibilityComputer.d.ts.map +1 -0
  2061. package/build/types/engine/graphics/render/visibility/VisibilityFilter.d.ts.map +1 -0
  2062. package/build/types/engine/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.d.ts.map +1 -0
  2063. package/build/types/engine/graphics/render/visibility/hiz/buffer/ReductionShader.d.ts.map +1 -0
  2064. package/build/types/engine/graphics/render/visibility/hiz/buildCanvasViewFromTexture.d.ts.map +1 -0
  2065. package/build/types/engine/graphics/render/visibility/hiz/prototypeHiZ.d.ts.map +1 -0
  2066. package/build/types/engine/graphics/render/visibility/hiz/query/BatchOcclusionQuery.d.ts.map +1 -0
  2067. package/build/types/engine/graphics/render/visibility/hiz/query/QueryShader.d.ts.map +1 -0
  2068. package/build/types/engine/graphics/sh3/LightProbeVolume.d.ts.map +1 -0
  2069. package/build/types/engine/graphics/sh3/SH3VisualisationMaterial.d.ts.map +1 -0
  2070. package/build/types/engine/graphics/sh3/gi/prototypeSHGI.d.ts.map +1 -0
  2071. package/build/types/engine/graphics/sh3/path_tracer/GeometryBVHBatched.d.ts.map +1 -0
  2072. package/build/types/engine/graphics/sh3/path_tracer/PathTracedMesh.d.ts.map +1 -0
  2073. package/build/types/engine/graphics/sh3/path_tracer/PathTracer.d.ts.map +1 -0
  2074. package/build/types/engine/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.d.ts.map +1 -0
  2075. package/build/types/engine/graphics/sh3/path_tracer/compute_triangle_group_aabb3.d.ts.map +1 -0
  2076. package/build/types/engine/graphics/sh3/path_tracer/getBiasedNormalSample.d.ts.map +1 -0
  2077. package/build/types/engine/graphics/sh3/path_tracer/make_one_vector3.d.ts.map +1 -0
  2078. package/build/types/engine/graphics/sh3/path_tracer/make_sky_hosek.d.ts.map +1 -0
  2079. package/build/types/engine/graphics/sh3/path_tracer/make_sky_rtiw.d.ts.map +1 -0
  2080. package/build/types/engine/graphics/sh3/path_tracer/make_zero_vector3.d.ts.map +1 -0
  2081. package/build/types/engine/graphics/sh3/path_tracer/prototypePathTracer.d.ts.map +1 -0
  2082. package/build/types/engine/graphics/sh3/path_tracer/random_in_hemisphere.d.ts.map +1 -0
  2083. package/build/types/engine/graphics/sh3/path_tracer/ray_hit_apply_transform.d.ts.map +1 -0
  2084. package/build/types/engine/graphics/sh3/path_tracer/ray_reflect.d.ts.map +1 -0
  2085. package/build/types/engine/graphics/sh3/path_tracer/sample_triangle_attribute.d.ts.map +1 -0
  2086. package/build/types/engine/graphics/sh3/path_tracer/vec3_uint8_to_float.d.ts.map +1 -0
  2087. package/build/types/engine/graphics/sh3/prototypeSH3Probe.d.ts.map +1 -0
  2088. package/build/types/engine/graphics/sh3/sky/hosek/data.d.ts.map +1 -0
  2089. package/build/types/engine/graphics/sh3/sky/hosek/prototype_hosek.d.ts.map +1 -0
  2090. package/build/types/engine/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.d.ts.map +1 -0
  2091. package/build/types/engine/graphics/sh3/visualise_probe.d.ts.map +1 -0
  2092. package/build/types/engine/graphics/shaders/AlphaBlendShader.d.ts.map +1 -0
  2093. package/build/types/engine/graphics/shaders/AmbientOcclusionShader.d.ts.map +1 -0
  2094. package/build/types/engine/graphics/shaders/ClearShader.d.ts.map +1 -0
  2095. package/build/types/engine/graphics/shaders/CopyShader.d.ts.map +1 -0
  2096. package/build/types/engine/graphics/shaders/DenoiseShader.d.ts.map +1 -0
  2097. package/build/types/engine/graphics/shaders/GaussianBlurShader.d.ts.map +1 -0
  2098. package/build/types/engine/graphics/shaders/GaussianGlowShader.d.ts.map +1 -0
  2099. package/build/types/engine/graphics/shaders/NormalMapShader.d.ts.map +1 -0
  2100. package/build/types/engine/graphics/shaders/NormalMapShader2.d.ts.map +1 -0
  2101. package/build/types/engine/graphics/shaders/ScreenSpaceQuadShader.d.ts.map +1 -0
  2102. package/build/types/engine/graphics/shaders/ScreenSpaceShader.d.ts.map +1 -0
  2103. package/build/types/engine/graphics/shaders/SoftOutlineShader.d.ts.map +1 -0
  2104. package/build/types/engine/graphics/shaders/TerrainShader.d.ts.map +1 -0
  2105. package/build/types/engine/graphics/shaders/WaterShader.d.ts.map +1 -0
  2106. package/build/types/engine/graphics/shaders/glsl_gen_swizzled_read.d.ts.map +1 -0
  2107. package/build/types/engine/graphics/shaders/lib/ShaderChunks.d.ts.map +1 -0
  2108. package/build/types/engine/graphics/shadows/ShadowMapRenderer.d.ts.map +1 -0
  2109. package/build/types/engine/graphics/shadows/testShadowMapRendering.d.ts.map +1 -0
  2110. package/build/types/engine/graphics/shadows/vsm.glsl.d.ts.map +1 -0
  2111. package/build/types/engine/graphics/texture/3d/SingleChannelSampler3D.d.ts.map +1 -0
  2112. package/build/types/engine/graphics/texture/3d/scs3d_read_2d_slice.d.ts.map +1 -0
  2113. package/build/types/engine/graphics/texture/3d/scs3d_sample_linear.d.ts.map +1 -0
  2114. package/build/types/engine/graphics/texture/AttributeDataTexture.d.ts.map +1 -0
  2115. package/build/types/engine/graphics/texture/Canvas2Sampler2D.d.ts.map +1 -0
  2116. package/build/types/engine/graphics/texture/CheckersTexture.d.ts.map +1 -0
  2117. package/build/types/engine/graphics/texture/CheckersTextureURI.d.ts.map +1 -0
  2118. package/build/types/engine/graphics/texture/TextureBackedMemoryRegion.d.ts.map +1 -0
  2119. package/build/types/engine/graphics/texture/atlas/AbstractTextureAtlas.d.ts.map +1 -0
  2120. package/build/types/engine/graphics/texture/atlas/AtlasLookupTexture.d.ts.map +1 -0
  2121. package/build/types/engine/graphics/texture/atlas/AtlasPatch.d.ts.map +1 -0
  2122. package/build/types/engine/graphics/texture/atlas/AtlasPatchFlag.d.ts.map +1 -0
  2123. package/build/types/engine/graphics/texture/atlas/CachingTextureAtlas.d.ts.map +1 -0
  2124. package/build/types/engine/graphics/texture/atlas/CachingTextureAtlas.spec.d.ts.map +1 -0
  2125. package/build/types/engine/graphics/texture/atlas/ManagedTextureAtlas.d.ts.map +1 -0
  2126. package/build/types/engine/graphics/texture/atlas/ReferencedTextureAtlas.d.ts.map +1 -0
  2127. package/build/types/engine/graphics/texture/atlas/TextureAtlas.d.ts.map +1 -0
  2128. package/build/types/engine/graphics/texture/atlas/TextureAtlas.spec.d.ts.map +1 -0
  2129. package/build/types/engine/graphics/texture/atlas/TextureAtlasDebugger.d.ts.map +1 -0
  2130. package/build/types/engine/graphics/texture/atlas/gpu/WebGLTextureAtlas.d.ts.map +1 -0
  2131. package/build/types/engine/graphics/texture/channelCountToThreIntegerTextureType.d.ts.map +1 -0
  2132. package/build/types/engine/graphics/texture/channelCountToThreeTextureFormat.d.ts.map +1 -0
  2133. package/build/types/engine/graphics/texture/computeThreeTextureFormat.d.ts.map +1 -0
  2134. package/build/types/engine/graphics/texture/computeThreeTextureInternalFormatFromDataType.d.ts.map +1 -0
  2135. package/build/types/engine/graphics/texture/computeThreeTextureTypeFromDataType.d.ts.map +1 -0
  2136. package/build/types/engine/graphics/texture/cubemap/buildCubeURLs.d.ts.map +1 -0
  2137. package/build/types/engine/graphics/texture/cubemap/load_environment_map.d.ts.map +1 -0
  2138. package/build/types/engine/graphics/texture/formatToChannelCount.d.ts.map +1 -0
  2139. package/build/types/engine/graphics/texture/makeOnePixelTexture.d.ts.map +1 -0
  2140. package/build/types/engine/graphics/texture/normalized_internal_format.d.ts.map +1 -0
  2141. package/build/types/engine/graphics/texture/sampler/BlendingType.d.ts.map +1 -0
  2142. package/build/types/engine/graphics/texture/sampler/HarmonicDiffusionGrid.d.ts.map +1 -0
  2143. package/build/types/engine/graphics/texture/sampler/HarmonicDiffusionGrid.spec.d.ts.map +1 -0
  2144. package/build/types/engine/graphics/texture/sampler/Sampler2D.d.ts.map +1 -0
  2145. package/build/types/engine/graphics/texture/sampler/Sampler2D.spec.d.ts.map +1 -0
  2146. package/build/types/engine/graphics/texture/sampler/Sampler2D2Canvas.d.ts.map +1 -0
  2147. package/build/types/engine/graphics/texture/sampler/Sampler2D2Texture.d.ts.map +1 -0
  2148. package/build/types/engine/graphics/texture/sampler/blendingType2Three.d.ts.map +1 -0
  2149. package/build/types/engine/graphics/texture/sampler/convertSampler2D2DataURL.d.ts.map +1 -0
  2150. package/build/types/engine/graphics/texture/sampler/convertSampler2D2DataURL.spec.d.ts.map +1 -0
  2151. package/build/types/engine/graphics/texture/sampler/convertTexture2Sampler2D.d.ts.map +1 -0
  2152. package/build/types/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.d.ts.map +1 -0
  2153. package/build/types/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.spec.d.ts.map +1 -0
  2154. package/build/types/engine/graphics/texture/sampler/distance/computeSignedDistanceField_Chamfer.d.ts.map +1 -0
  2155. package/build/types/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.d.ts.map +1 -0
  2156. package/build/types/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.spec.d.ts.map +1 -0
  2157. package/build/types/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.d.ts.map +1 -0
  2158. package/build/types/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.spec.d.ts.map +1 -0
  2159. package/build/types/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField_Chamfer.d.ts.map +1 -0
  2160. package/build/types/engine/graphics/texture/sampler/downloadSamplerAsPNG.d.ts.map +1 -0
  2161. package/build/types/engine/graphics/texture/sampler/filter/box.d.ts.map +1 -0
  2162. package/build/types/engine/graphics/texture/sampler/filter/cubic2.d.ts.map +1 -0
  2163. package/build/types/engine/graphics/texture/sampler/filter/filter_lanczos3.d.ts.map +1 -0
  2164. package/build/types/engine/graphics/texture/sampler/filter/gaussian.d.ts.map +1 -0
  2165. package/build/types/engine/graphics/texture/sampler/filter/kaiser_1.d.ts.map +1 -0
  2166. package/build/types/engine/graphics/texture/sampler/filter/kaiser_bessel_window.d.ts.map +1 -0
  2167. package/build/types/engine/graphics/texture/sampler/filter/mitchell.d.ts.map +1 -0
  2168. package/build/types/engine/graphics/texture/sampler/filter/mitchell_v1.d.ts.map +1 -0
  2169. package/build/types/engine/graphics/texture/sampler/filter/sampler2d_scale_down_generic.d.ts.map +1 -0
  2170. package/build/types/engine/graphics/texture/sampler/filter/triangle.d.ts.map +1 -0
  2171. package/build/types/engine/graphics/texture/sampler/prototypeSamplerFiltering.d.ts.map +1 -0
  2172. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale.d.ts.map +1 -0
  2173. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale.spec.d.ts.map +1 -0
  2174. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.d.ts.map +1 -0
  2175. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.spec.d.ts.map +1 -0
  2176. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.d.ts.map +1 -0
  2177. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.spec.d.ts.map +1 -0
  2178. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.d.ts.map +1 -0
  2179. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.spec.d.ts.map +1 -0
  2180. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_generic.d.ts.map +1 -0
  2181. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.d.ts.map +1 -0
  2182. package/build/types/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.spec.d.ts.map +1 -0
  2183. package/build/types/engine/graphics/texture/sampler/sampler2DToFloat32Texture.d.ts.map +1 -0
  2184. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_compute_max.d.ts.map +1 -0
  2185. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_compute_max.spec.d.ts.map +1 -0
  2186. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_compute_min.d.ts.map +1 -0
  2187. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.d.ts.map +1 -0
  2188. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.spec.d.ts.map +1 -0
  2189. package/build/types/engine/graphics/texture/sampler/sampler2d_channel_linear_transform.d.ts.map +1 -0
  2190. package/build/types/engine/graphics/texture/sampler/sampler2d_combine.d.ts.map +1 -0
  2191. package/build/types/engine/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.d.ts.map +1 -0
  2192. package/build/types/engine/graphics/texture/sampler/sampler2d_copy_channel_data.d.ts.map +1 -0
  2193. package/build/types/engine/graphics/texture/sampler/sampler2d_copy_with_margins.d.ts.map +1 -0
  2194. package/build/types/engine/graphics/texture/sampler/sampler2d_copy_with_margins.spec.d.ts.map +1 -0
  2195. package/build/types/engine/graphics/texture/sampler/sampler2d_ensure_uint8_RGBA.d.ts.map +1 -0
  2196. package/build/types/engine/graphics/texture/sampler/sampler2d_paint.d.ts.map +1 -0
  2197. package/build/types/engine/graphics/texture/sampler/sampler2d_sub_copy_same_item_size.d.ts.map +1 -0
  2198. package/build/types/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.d.ts.map +1 -0
  2199. package/build/types/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.d.ts.map +1 -0
  2200. package/build/types/engine/graphics/texture/sampler/sampler2d_write_to_canvas_raw.d.ts.map +1 -0
  2201. package/build/types/engine/graphics/texture/sampler/saturated_value_by_constructor.d.ts.map +1 -0
  2202. package/build/types/engine/graphics/texture/sampler/search/make_edge_condition_channel_threshold.d.ts.map +1 -0
  2203. package/build/types/engine/graphics/texture/sampler/search/sampler2d_find_pixels.d.ts.map +1 -0
  2204. package/build/types/engine/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.d.ts.map +1 -0
  2205. package/build/types/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.d.ts.map +1 -0
  2206. package/build/types/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.spec.d.ts.map +1 -0
  2207. package/build/types/engine/graphics/texture/sampler/typedArrayConstructorByInstance.d.ts.map +1 -0
  2208. package/build/types/engine/graphics/texture/sampler/util/bitSet2Sampler2D.d.ts.map +1 -0
  2209. package/build/types/engine/graphics/texture/sampler/util/drawSamplerHTML.d.ts.map +1 -0
  2210. package/build/types/engine/graphics/texture/sampler/writeSampler2DDataToDataTexture.d.ts.map +1 -0
  2211. package/build/types/engine/graphics/texture/sprite/prototypeSpriteCutoutGeometry.d.ts.map +1 -0
  2212. package/build/types/engine/graphics/texture/texture_array_2d_copy.d.ts.map +1 -0
  2213. package/build/types/engine/graphics/texture/virtual/VirtualTextureMaterial.d.ts.map +1 -0
  2214. package/build/types/engine/graphics/texture/virtual/VirtualTextureMemoryMapping.d.ts.map +1 -0
  2215. package/build/types/engine/graphics/texture/virtual/VirtualTexturePage.d.ts.map +1 -0
  2216. package/build/types/engine/graphics/texture/virtual/VirtualTextureTileLoader.d.ts.map +1 -0
  2217. package/build/types/engine/graphics/texture/virtual/VirtualTextureUsage.d.ts.map +1 -0
  2218. package/build/types/engine/graphics/texture/virtual/VirtualTextureUsageShader.d.ts.map +1 -0
  2219. package/build/types/engine/graphics/texture/virtual/VirtualTextureUsageUpdater.d.ts.map +1 -0
  2220. package/build/types/engine/graphics/texture/virtual/debug/ResidencyDebugView.d.ts.map +1 -0
  2221. package/build/types/engine/graphics/texture/virtual/debug/UsageDebugView.d.ts.map +1 -0
  2222. package/build/types/engine/graphics/texture/virtual/debug/UsagePyramidDebugView.d.ts.map +1 -0
  2223. package/build/types/engine/graphics/texture/virtual/prototype.d.ts.map +1 -0
  2224. package/build/types/engine/graphics/texture/virtual/tile/VirtualTextureTile.d.ts.map +1 -0
  2225. package/build/types/engine/graphics/texture/virtual/tile/compose_finger_print.d.ts.map +1 -0
  2226. package/build/types/engine/graphics/texture/virtual/tile/compose_tile_address.d.ts.map +1 -0
  2227. package/build/types/engine/graphics/texture/virtual/tile/decompose_finger_print.d.ts.map +1 -0
  2228. package/build/types/engine/graphics/texture/virtual/tile/finger_print_to_tile_address.d.ts.map +1 -0
  2229. package/build/types/engine/graphics/texture/virtual/tile/tile_address_to_finger_print.d.ts.map +1 -0
  2230. package/build/types/engine/graphics/texture/whitePixelTexture.d.ts.map +1 -0
  2231. package/build/types/engine/graphics/three/OrbitControls.d.ts.map +1 -0
  2232. package/build/types/engine/graphics/three/Reflector.d.ts.map +1 -0
  2233. package/build/types/engine/graphics/three/Refractor.d.ts.map +1 -0
  2234. package/build/types/engine/graphics/three/ThreeFactory.d.ts.map +1 -0
  2235. package/build/types/engine/graphics/three/cloneObject3D.d.ts.map +1 -0
  2236. package/build/types/engine/graphics/three/compare_three_objects.d.ts.map +1 -0
  2237. package/build/types/engine/graphics/three/expand_aabb_by_transformed_three_object.d.ts.map +1 -0
  2238. package/build/types/engine/graphics/three/expand_aabb_by_transformed_three_object.spec.d.ts.map +1 -0
  2239. package/build/types/engine/graphics/three/three_computeObjectBoundingBox.d.ts.map +1 -0
  2240. package/build/types/engine/graphics/trail/CodeflowTrailMaterial.d.ts.map +1 -0
  2241. package/build/types/engine/graphics/trail/TemporalPath.d.ts.map +1 -0
  2242. package/build/types/engine/graphics/trail/TemporalPath.spec.d.ts.map +1 -0
  2243. package/build/types/engine/graphics/trail/x/RibbonMaterialX.d.ts.map +1 -0
  2244. package/build/types/engine/graphics/trail/x/RibbonX.d.ts.map +1 -0
  2245. package/build/types/engine/graphics/trail/x/RibbonX.spec.d.ts.map +1 -0
  2246. package/build/types/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts.map +1 -0
  2247. package/build/types/engine/graphics/trail/x/RibbonXPlugin.d.ts.map +1 -0
  2248. package/build/types/engine/graphics/trail/x/ribbon_attributes_spec.d.ts.map +1 -0
  2249. package/build/types/engine/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.d.ts.map +1 -0
  2250. package/build/types/engine/graphics/util/ScaleObject3ToBox.d.ts.map +1 -0
  2251. package/build/types/engine/graphics/util/composeMatrix4.d.ts.map +1 -0
  2252. package/build/types/engine/graphics/util/composeMatrix4RotationScale.d.ts.map +1 -0
  2253. package/build/types/engine/graphics/util/ensureGeometryBoundingBox.d.ts.map +1 -0
  2254. package/build/types/engine/graphics/util/launchElementIntoFullscreen.d.ts.map +1 -0
  2255. package/build/types/engine/graphics/util/makeMeshPreviewScene.d.ts.map +1 -0
  2256. package/build/types/engine/graphics/util/modelHitTest.d.ts.map +1 -0
  2257. package/build/types/engine/graphics/util/projectSphere.d.ts.map +1 -0
  2258. package/build/types/engine/graphics/util/promiseMaterialLoaded.d.ts.map +1 -0
  2259. package/build/types/engine/graphics/util/promiseTextureLoaded.d.ts.map +1 -0
  2260. package/build/types/engine/graphics/util/renderObjectToSampler2D.d.ts.map +1 -0
  2261. package/build/types/engine/graphics/util/threeUpdateMatrix.d.ts.map +1 -0
  2262. package/build/types/engine/graphics/util/threeUpdateTransform.d.ts.map +1 -0
  2263. package/build/types/engine/grid/ORTHOGONAL_NEIGHBOURHOOD_MASK.d.ts.map +1 -0
  2264. package/build/types/engine/grid/area/AreaTrigger.d.ts.map +1 -0
  2265. package/build/types/engine/grid/area/TriggerAction.d.ts.map +1 -0
  2266. package/build/types/engine/grid/area/TriggerActionType.d.ts.map +1 -0
  2267. package/build/types/engine/grid/grid2transform/GridPosition2Transform.d.ts.map +1 -0
  2268. package/build/types/engine/grid/grid2transform/GridPosition2TransformFlags.d.ts.map +1 -0
  2269. package/build/types/engine/grid/grid2transform/GridPosition2TransformSerializationAdapter.d.ts.map +1 -0
  2270. package/build/types/engine/grid/grid2transform/GridPosition2TransformSerializationUpgrader_0_1.d.ts.map +1 -0
  2271. package/build/types/engine/grid/grid2transform/GridPosition2TransformSystem.d.ts.map +1 -0
  2272. package/build/types/engine/grid/obstacle/GridObstacle.d.ts.map +1 -0
  2273. package/build/types/engine/grid/obstacle/GridObstacle.spec.d.ts.map +1 -0
  2274. package/build/types/engine/grid/obstacle/GridObstacleSerializationAdapter.d.ts.map +1 -0
  2275. package/build/types/engine/grid/position/GridPosition.d.ts.map +1 -0
  2276. package/build/types/engine/grid/position/GridPositionSerializationAdapter.d.ts.map +1 -0
  2277. package/build/types/engine/grid/position/GridPositionSerializationUpdater_0_1.d.ts.map +1 -0
  2278. package/build/types/engine/grid/position/GridPositionSystem.d.ts.map +1 -0
  2279. package/build/types/engine/grid/transform2grid/Transform2GridPosition.d.ts.map +1 -0
  2280. package/build/types/engine/grid/transform2grid/Transform2GridPositionFlags.d.ts.map +1 -0
  2281. package/build/types/engine/grid/transform2grid/Transform2GridPositionMode.d.ts.map +1 -0
  2282. package/build/types/engine/grid/transform2grid/Transform2GridPositionSystem.d.ts.map +1 -0
  2283. package/build/types/engine/input/devices/InputDeviceSwitch.d.ts.map +1 -0
  2284. package/build/types/engine/input/devices/InputDeviceSwitch.spec.d.ts.map +1 -0
  2285. package/build/types/engine/input/devices/KeyCodes.d.ts.map +1 -0
  2286. package/build/types/engine/input/devices/KeyValues.d.ts.map +1 -0
  2287. package/build/types/engine/input/devices/KeyboardDevice.d.ts.map +1 -0
  2288. package/build/types/engine/input/devices/KeyboardDevice.spec.d.ts.map +1 -0
  2289. package/build/types/engine/input/devices/PointerDevice.d.ts.map +1 -0
  2290. package/build/types/engine/input/devices/PointerDevice.spec.d.ts.map +1 -0
  2291. package/build/types/engine/input/devices/events/DragEvents.d.ts.map +1 -0
  2292. package/build/types/engine/input/devices/events/KeyboardEvents.d.ts.map +1 -0
  2293. package/build/types/engine/input/devices/events/MouseEvents.d.ts.map +1 -0
  2294. package/build/types/engine/input/devices/events/TouchEvents.d.ts.map +1 -0
  2295. package/build/types/engine/input/ecs/components/Input.d.ts.map +1 -0
  2296. package/build/types/engine/input/ecs/components/InputBinding.d.ts.map +1 -0
  2297. package/build/types/engine/input/ecs/components/InputController.d.ts.map +1 -0
  2298. package/build/types/engine/input/ecs/controllers/KeyboardCameraController.d.ts.map +1 -0
  2299. package/build/types/engine/input/ecs/ism/InputBinding.d.ts.map +1 -0
  2300. package/build/types/engine/input/ecs/systems/InputControllerSystem.d.ts.map +1 -0
  2301. package/build/types/engine/input/ecs/systems/InputSystem.d.ts.map +1 -0
  2302. package/build/types/engine/input/ecs/util/TerrainCameraTargetSampler.d.ts.map +1 -0
  2303. package/build/types/engine/input/ecs/util/TopDownCameraControllerHelper.d.ts.map +1 -0
  2304. package/build/types/engine/intelligence/__module.d.ts.map +1 -0
  2305. package/build/types/engine/intelligence/behavior/Behavior.d.ts.map +1 -0
  2306. package/build/types/engine/intelligence/behavior/Behavior.spec.d.ts.map +1 -0
  2307. package/build/types/engine/intelligence/behavior/BehaviorStatus.d.ts.map +1 -0
  2308. package/build/types/engine/intelligence/behavior/SelectorBehavior.d.ts.map +1 -0
  2309. package/build/types/engine/intelligence/behavior/SelectorBehavior.spec.d.ts.map +1 -0
  2310. package/build/types/engine/intelligence/behavior/behavior_to_dot.d.ts.map +1 -0
  2311. package/build/types/engine/intelligence/behavior/behavior_to_dot.prototype.d.ts.map +1 -0
  2312. package/build/types/engine/intelligence/behavior/behavior_to_dot.spec.d.ts.map +1 -0
  2313. package/build/types/engine/intelligence/behavior/composite/CompositeBehavior.d.ts.map +1 -0
  2314. package/build/types/engine/intelligence/behavior/composite/ParallelBehavior.d.ts.map +1 -0
  2315. package/build/types/engine/intelligence/behavior/composite/ParallelBehavior.spec.d.ts.map +1 -0
  2316. package/build/types/engine/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.d.ts.map +1 -0
  2317. package/build/types/engine/intelligence/behavior/composite/SequenceBehavior.d.ts.map +1 -0
  2318. package/build/types/engine/intelligence/behavior/composite/SequenceBehavior.spec.d.ts.map +1 -0
  2319. package/build/types/engine/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.d.ts.map +1 -0
  2320. package/build/types/engine/intelligence/behavior/decorator/AbstractDecoratorBehavior.d.ts.map +1 -0
  2321. package/build/types/engine/intelligence/behavior/decorator/IgnoreFailureBehavior.d.ts.map +1 -0
  2322. package/build/types/engine/intelligence/behavior/decorator/InvertStatusBehavior.d.ts.map +1 -0
  2323. package/build/types/engine/intelligence/behavior/decorator/InvertStatusBehaviorSerializationAdapter.d.ts.map +1 -0
  2324. package/build/types/engine/intelligence/behavior/decorator/RepeatBehavior.d.ts.map +1 -0
  2325. package/build/types/engine/intelligence/behavior/decorator/RepeatBehavior.spec.d.ts.map +1 -0
  2326. package/build/types/engine/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.d.ts.map +1 -0
  2327. package/build/types/engine/intelligence/behavior/decorator/RepeatUntilFailureBehavior.d.ts.map +1 -0
  2328. package/build/types/engine/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.d.ts.map +1 -0
  2329. package/build/types/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts.map +1 -0
  2330. package/build/types/engine/intelligence/behavior/ecs/BehaviorComponentFlag.d.ts.map +1 -0
  2331. package/build/types/engine/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.d.ts.map +1 -0
  2332. package/build/types/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts.map +1 -0
  2333. package/build/types/engine/intelligence/behavior/ecs/BehaviorSystem.spec.d.ts.map +1 -0
  2334. package/build/types/engine/intelligence/behavior/ecs/ClockChannelType.d.ts.map +1 -0
  2335. package/build/types/engine/intelligence/behavior/ecs/DieBehavior.d.ts.map +1 -0
  2336. package/build/types/engine/intelligence/behavior/ecs/EntityBehavior.d.ts.map +1 -0
  2337. package/build/types/engine/intelligence/behavior/ecs/SendEventBehavior.d.ts.map +1 -0
  2338. package/build/types/engine/intelligence/behavior/ecs/WaitForEventBehavior.d.ts.map +1 -0
  2339. package/build/types/engine/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.d.ts.map +1 -0
  2340. package/build/types/engine/intelligence/behavior/primitive/ActionBehavior.d.ts.map +1 -0
  2341. package/build/types/engine/intelligence/behavior/primitive/FailingBehavior.d.ts.map +1 -0
  2342. package/build/types/engine/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.d.ts.map +1 -0
  2343. package/build/types/engine/intelligence/behavior/primitive/PromiseBehavior.d.ts.map +1 -0
  2344. package/build/types/engine/intelligence/behavior/primitive/SucceedingBehavior.d.ts.map +1 -0
  2345. package/build/types/engine/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.d.ts.map +1 -0
  2346. package/build/types/engine/intelligence/behavior/selector/WeightedElement.d.ts.map +1 -0
  2347. package/build/types/engine/intelligence/behavior/selector/WeightedRandomBehavior.d.ts.map +1 -0
  2348. package/build/types/engine/intelligence/behavior/util/BranchBehavior.d.ts.map +1 -0
  2349. package/build/types/engine/intelligence/behavior/util/ConditionBehavior.d.ts.map +1 -0
  2350. package/build/types/engine/intelligence/behavior/util/ConditionBehavior.spec.d.ts.map +1 -0
  2351. package/build/types/engine/intelligence/behavior/util/ConditionalBehavior.d.ts.map +1 -0
  2352. package/build/types/engine/intelligence/behavior/util/DelayBehavior.d.ts.map +1 -0
  2353. package/build/types/engine/intelligence/behavior/util/FilterBehavior.d.ts.map +1 -0
  2354. package/build/types/engine/intelligence/behavior/util/LogMessageBehavior.d.ts.map +1 -0
  2355. package/build/types/engine/intelligence/behavior/util/RotationBehavior.d.ts.map +1 -0
  2356. package/build/types/engine/intelligence/behavior/util/behavior_traverse_tree.d.ts.map +1 -0
  2357. package/build/types/engine/intelligence/behavior/util/syncExecuteBehaviorToCompletion.d.ts.map +1 -0
  2358. package/build/types/engine/intelligence/blackboard/AbstractBlackboard.d.ts.map +1 -0
  2359. package/build/types/engine/intelligence/blackboard/Blackboard.d.ts.map +1 -0
  2360. package/build/types/engine/intelligence/blackboard/Blackboard.spec.d.ts.map +1 -0
  2361. package/build/types/engine/intelligence/blackboard/BlackboardDynamicStorageAdapter.d.ts.map +1 -0
  2362. package/build/types/engine/intelligence/blackboard/BlackboardSerializationAdapter.d.ts.map +1 -0
  2363. package/build/types/engine/intelligence/blackboard/BlackboardSerializationAdapter.spec.d.ts.map +1 -0
  2364. package/build/types/engine/intelligence/blackboard/BlackboardStack.d.ts.map +1 -0
  2365. package/build/types/engine/intelligence/blackboard/BlackboardValue.d.ts.map +1 -0
  2366. package/build/types/engine/intelligence/blackboard/make_blackboard_proxy.d.ts.map +1 -0
  2367. package/build/types/engine/intelligence/blackboard/make_blackboard_proxy.spec.d.ts.map +1 -0
  2368. package/build/types/engine/intelligence/controller/graph/StateGraph.d.ts.map +1 -0
  2369. package/build/types/engine/intelligence/controller/graph/StateGraphDescription.d.ts.map +1 -0
  2370. package/build/types/engine/intelligence/controller/graph/StateGraphSystem.d.ts.map +1 -0
  2371. package/build/types/engine/intelligence/mcts/MonteCarlo.d.ts.map +1 -0
  2372. package/build/types/engine/intelligence/mcts/MonteCarlo.spec.d.ts.map +1 -0
  2373. package/build/types/engine/intelligence/mcts/MoveEdge.d.ts.map +1 -0
  2374. package/build/types/engine/intelligence/mcts/StateNode.d.ts.map +1 -0
  2375. package/build/types/engine/intelligence/mcts/StateNode.spec.d.ts.map +1 -0
  2376. package/build/types/engine/intelligence/optimization/OptimizationTask.d.ts.map +1 -0
  2377. package/build/types/engine/intelligence/optimization/RandomOptimizer.d.ts.map +1 -0
  2378. package/build/types/engine/intelligence/optimization/RandomOptimizer.spec.d.ts.map +1 -0
  2379. package/build/types/engine/intelligence/resource/ActionSequence.d.ts.map +1 -0
  2380. package/build/types/engine/intelligence/resource/Resource.d.ts.map +1 -0
  2381. package/build/types/engine/intelligence/resource/ResourceAllocation.d.ts.map +1 -0
  2382. package/build/types/engine/intelligence/resource/ResourceAllocationBid.d.ts.map +1 -0
  2383. package/build/types/engine/intelligence/resource/ResourceAllocationSolver.d.ts.map +1 -0
  2384. package/build/types/engine/intelligence/resource/ResourceAllocationSolver.spec.d.ts.map +1 -0
  2385. package/build/types/engine/intelligence/resource/StrategicResourceAllocator.d.ts.map +1 -0
  2386. package/build/types/engine/intelligence/resource/StrategicResourceAllocator.spec.d.ts.map +1 -0
  2387. package/build/types/engine/intelligence/resource/TacticalModule.d.ts.map +1 -0
  2388. package/build/types/engine/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.d.ts.map +1 -0
  2389. package/build/types/engine/knowledge/database/StaticKnowledgeDataTable.d.ts.map +1 -0
  2390. package/build/types/engine/knowledge/database/StaticKnowledgeDataTable.spec.d.ts.map +1 -0
  2391. package/build/types/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts.map +1 -0
  2392. package/build/types/engine/knowledge/database/StaticKnowledgeDatabase.d.ts.map +1 -0
  2393. package/build/types/engine/knowledge/database/StaticKnowledgeDatabase.spec.d.ts.map +1 -0
  2394. package/build/types/engine/logging/ConsoleLoggerBackend.d.ts.map +1 -0
  2395. package/build/types/engine/logging/GlobalLogger.d.ts.map +1 -0
  2396. package/build/types/engine/logging/LogLevel.d.ts.map +1 -0
  2397. package/build/types/engine/logging/Logger.d.ts.map +1 -0
  2398. package/build/types/engine/logging/LoggerBackend.d.ts.map +1 -0
  2399. package/build/types/engine/logging/VoidLoggerBackend.d.ts.map +1 -0
  2400. package/build/types/engine/logging/elastic/ElasticSearchLogger.d.ts.map +1 -0
  2401. package/build/types/engine/makeSimpleTaskProgressView.d.ts.map +1 -0
  2402. package/build/types/engine/metrics/GlobalMetrics.d.ts.map +1 -0
  2403. package/build/types/engine/metrics/GoogleAnalyticsMetrics.d.ts.map +1 -0
  2404. package/build/types/engine/metrics/MetricsCategory.d.ts.map +1 -0
  2405. package/build/types/engine/metrics/MetricsGateway.d.ts.map +1 -0
  2406. package/build/types/engine/metrics/NullMetricsGateway.d.ts.map +1 -0
  2407. package/build/types/engine/metrics/ProxyMetricsGateway.d.ts.map +1 -0
  2408. package/build/types/engine/navigation/__module.d.ts.map +1 -0
  2409. package/build/types/engine/navigation/ecs/components/InterpolationType.d.ts.map +1 -0
  2410. package/build/types/engine/navigation/ecs/components/Path.d.ts.map +1 -0
  2411. package/build/types/engine/navigation/ecs/components/Path.spec.d.ts.map +1 -0
  2412. package/build/types/engine/navigation/ecs/components/PathEvents.d.ts.map +1 -0
  2413. package/build/types/engine/navigation/ecs/components/PathFinder.d.ts.map +1 -0
  2414. package/build/types/engine/navigation/ecs/components/PathSerializationAdapter.d.ts.map +1 -0
  2415. package/build/types/engine/navigation/ecs/components/PathSerializationUpgrader_0_1.d.ts.map +1 -0
  2416. package/build/types/engine/navigation/ecs/components/PathSerializationUpgrader_1_2.d.ts.map +1 -0
  2417. package/build/types/engine/navigation/ecs/path_following/PathFollower.d.ts.map +1 -0
  2418. package/build/types/engine/navigation/ecs/path_following/PathFollower.spec.d.ts.map +1 -0
  2419. package/build/types/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts.map +1 -0
  2420. package/build/types/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts.map +1 -0
  2421. package/build/types/engine/navigation/ecs/path_following/PathFollowerSerializationAdapter.d.ts.map +1 -0
  2422. package/build/types/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.d.ts.map +1 -0
  2423. package/build/types/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.d.ts.map +1 -0
  2424. package/build/types/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.d.ts.map +1 -0
  2425. package/build/types/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts.map +1 -0
  2426. package/build/types/engine/navigation/grid/find_path_on_grid_astar.d.ts.map +1 -0
  2427. package/build/types/engine/navigation/grid/find_path_on_grid_astar.spec.d.ts.map +1 -0
  2428. package/build/types/engine/network/PriorityFetch.d.ts.map +1 -0
  2429. package/build/types/engine/network/RemoteController.d.ts.map +1 -0
  2430. package/build/types/engine/network/convertPathToURL.d.ts.map +1 -0
  2431. package/build/types/engine/network/remoteEditor.d.ts.map +1 -0
  2432. package/build/types/engine/network/xhr.d.ts.map +1 -0
  2433. package/build/types/engine/notify/Notification.d.ts.map +1 -0
  2434. package/build/types/engine/notify/NotificationLog.d.ts.map +1 -0
  2435. package/build/types/engine/notify/NotificationLog.spec.d.ts.map +1 -0
  2436. package/build/types/engine/options/Option.d.ts.map +1 -0
  2437. package/build/types/engine/options/Option.spec.d.ts.map +1 -0
  2438. package/build/types/engine/options/OptionAbstract.d.ts.map +1 -0
  2439. package/build/types/engine/options/OptionGroup.d.ts.map +1 -0
  2440. package/build/types/engine/options/OptionGroup.spec.d.ts.map +1 -0
  2441. package/build/types/engine/options/OptionsView.d.ts.map +1 -0
  2442. package/build/types/engine/physics/ammo/PhysicsWorker.d.ts.map +1 -0
  2443. package/build/types/engine/physics/cannon/CannonJSPhysicsSystem.d.ts.map +1 -0
  2444. package/build/types/engine/physics/computeInterceptPoint.d.ts.map +1 -0
  2445. package/build/types/engine/physics/fluid/Fluid.d.ts.map +1 -0
  2446. package/build/types/engine/physics/fluid/FluidField.d.ts.map +1 -0
  2447. package/build/types/engine/physics/fluid/FluidSimulator.d.ts.map +1 -0
  2448. package/build/types/engine/physics/fluid/SliceVisualiser.d.ts.map +1 -0
  2449. package/build/types/engine/physics/fluid/effector/AbstractFluidEffector.d.ts.map +1 -0
  2450. package/build/types/engine/physics/fluid/effector/GlobalFluidEffector.d.ts.map +1 -0
  2451. package/build/types/engine/physics/fluid/effector/WakeFluidEffector.d.ts.map +1 -0
  2452. package/build/types/engine/physics/fluid/prototype.d.ts.map +1 -0
  2453. package/build/types/engine/physics/fluid/solver/v3_grid_apply_advection_forward.d.ts.map +1 -0
  2454. package/build/types/engine/physics/fluid/solver/v3_grid_apply_advection_reverse.d.ts.map +1 -0
  2455. package/build/types/engine/physics/fluid/solver/v3_grid_apply_diffusion.d.ts.map +1 -0
  2456. package/build/types/engine/physics/mls-mpm/MLS_MPM.d.ts.map +1 -0
  2457. package/build/types/engine/physics/mls-mpm/testMLS_MPM.d.ts.map +1 -0
  2458. package/build/types/engine/platform/EnginePlatform.d.ts.map +1 -0
  2459. package/build/types/engine/platform/GetURLHash.d.ts.map +1 -0
  2460. package/build/types/engine/platform/InMemoryEnginePlatform.d.ts.map +1 -0
  2461. package/build/types/engine/platform/WebEnginePlatform.d.ts.map +1 -0
  2462. package/build/types/engine/plugin/EnginePlugin.d.ts.map +1 -0
  2463. package/build/types/engine/plugin/EnginePlugin.spec.d.ts.map +1 -0
  2464. package/build/types/engine/plugin/EnginePluginManager.d.ts.map +1 -0
  2465. package/build/types/engine/plugin/PluginReferenceContext.d.ts.map +1 -0
  2466. package/build/types/engine/plugin/isSubclassOf.d.ts.map +1 -0
  2467. package/build/types/engine/reference/v2/Reference.d.ts.map +1 -0
  2468. package/build/types/engine/reference/v2/Reference.spec.d.ts.map +1 -0
  2469. package/build/types/engine/save/GameStateLoader.d.ts.map +1 -0
  2470. package/build/types/engine/save/Storage.d.ts.map +1 -0
  2471. package/build/types/engine/save/StorageBackedList.d.ts.map +1 -0
  2472. package/build/types/engine/save/storage/InMemoryLocalStorage.d.ts.map +1 -0
  2473. package/build/types/engine/save/storage/InMemoryStorage.d.ts.map +1 -0
  2474. package/build/types/engine/save/storage/IndexedDBStorage.d.ts.map +1 -0
  2475. package/build/types/engine/save/storage/IndexedDBTransactionMode.d.ts.map +1 -0
  2476. package/build/types/engine/scene/Scene.d.ts.map +1 -0
  2477. package/build/types/engine/scene/Scene.spec.d.ts.map +1 -0
  2478. package/build/types/engine/scene/SceneManager.d.ts.map +1 -0
  2479. package/build/types/engine/scene/SceneManager.spec.d.ts.map +1 -0
  2480. package/build/types/engine/scene/SerializedScene.d.ts.map +1 -0
  2481. package/build/types/engine/scene/transitionToScene.d.ts.map +1 -0
  2482. package/build/types/engine/simulation/DormandPrince.d.ts.map +1 -0
  2483. package/build/types/engine/simulation/Ticker.d.ts.map +1 -0
  2484. package/build/types/engine/sound/SoundEngine.d.ts.map +1 -0
  2485. package/build/types/engine/sound/asset/SoundAssetPlaybackSpec.d.ts.map +1 -0
  2486. package/build/types/engine/sound/asset/SoundAssetPlaybackSpecFlags.d.ts.map +1 -0
  2487. package/build/types/engine/sound/dB2Volume.d.ts.map +1 -0
  2488. package/build/types/engine/sound/ecs/SoundController.d.ts.map +1 -0
  2489. package/build/types/engine/sound/ecs/SoundControllerSystem.d.ts.map +1 -0
  2490. package/build/types/engine/sound/ecs/SoundListener.d.ts.map +1 -0
  2491. package/build/types/engine/sound/ecs/SoundListenerSystem.d.ts.map +1 -0
  2492. package/build/types/engine/sound/ecs/emitter/SoundAttenuationFunction.d.ts.map +1 -0
  2493. package/build/types/engine/sound/ecs/emitter/SoundEmitter.d.ts.map +1 -0
  2494. package/build/types/engine/sound/ecs/emitter/SoundEmitterChannel.d.ts.map +1 -0
  2495. package/build/types/engine/sound/ecs/emitter/SoundEmitterComponentContext.d.ts.map +1 -0
  2496. package/build/types/engine/sound/ecs/emitter/SoundEmitterFlags.d.ts.map +1 -0
  2497. package/build/types/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.d.ts.map +1 -0
  2498. package/build/types/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.spec.d.ts.map +1 -0
  2499. package/build/types/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.d.ts.map +1 -0
  2500. package/build/types/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.d.ts.map +1 -0
  2501. package/build/types/engine/sound/ecs/emitter/SoundEmitterSystem.d.ts.map +1 -0
  2502. package/build/types/engine/sound/ecs/emitter/SoundPanningModelType.d.ts.map +1 -0
  2503. package/build/types/engine/sound/ecs/emitter/SoundTrack.d.ts.map +1 -0
  2504. package/build/types/engine/sound/ecs/emitter/SoundTrackFlags.d.ts.map +1 -0
  2505. package/build/types/engine/sound/ecs/emitter/SoundTrackNodes.d.ts.map +1 -0
  2506. package/build/types/engine/sound/ecs/emitter/loadSoundTrackAsset.d.ts.map +1 -0
  2507. package/build/types/engine/sound/material/AbstractSoundMaterialDefinition.d.ts.map +1 -0
  2508. package/build/types/engine/sound/material/SoundMaterialInteractionType.d.ts.map +1 -0
  2509. package/build/types/engine/sound/material/concrete/RandomSoundMaterial.d.ts.map +1 -0
  2510. package/build/types/engine/sound/material/concrete/SilentSoundMaterial.d.ts.map +1 -0
  2511. package/build/types/engine/sound/material/concrete/SingleSoundMaterial.d.ts.map +1 -0
  2512. package/build/types/engine/sound/material/concrete/SoundMaterialComposition.d.ts.map +1 -0
  2513. package/build/types/engine/sound/material/concrete/json/deserializeSoundMaterialFromJSON.d.ts.map +1 -0
  2514. package/build/types/engine/sound/material/concrete/json/serializeSoundMaterialToJSON.d.ts.map +1 -0
  2515. package/build/types/engine/sound/material/detector/SoundMaterialSurfaceDetector.d.ts.map +1 -0
  2516. package/build/types/engine/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.d.ts.map +1 -0
  2517. package/build/types/engine/sound/sopra/AbstractAudioClip.d.ts.map +1 -0
  2518. package/build/types/engine/sound/sopra/ContainerAudioClip.d.ts.map +1 -0
  2519. package/build/types/engine/sound/sopra/RandomContainerAudioClip.d.ts.map +1 -0
  2520. package/build/types/engine/sound/sopra/SequenceContainerAudioClip.d.ts.map +1 -0
  2521. package/build/types/engine/sound/sopra/SilenceAudioClip.d.ts.map +1 -0
  2522. package/build/types/engine/sound/volume2dB.d.ts.map +1 -0
  2523. package/build/types/engine/ui/DraggableAspect.d.ts.map +1 -0
  2524. package/build/types/engine/ui/GUIEngine.d.ts.map +1 -0
  2525. package/build/types/engine/ui/bindings/DomElementBinding.d.ts.map +1 -0
  2526. package/build/types/engine/ui/bindings/DomElementBindingDescription.d.ts.map +1 -0
  2527. package/build/types/engine/ui/bindings/DomElementProcessor.d.ts.map +1 -0
  2528. package/build/types/engine/ui/bindings/DomElementProcessorManager.d.ts.map +1 -0
  2529. package/build/types/engine/ui/bindings/processors/DomElementProcessorTilt3D.d.ts.map +1 -0
  2530. package/build/types/engine/ui/cursor/CursorCoalescence.d.ts.map +1 -0
  2531. package/build/types/engine/ui/cursor/CursorType.d.ts.map +1 -0
  2532. package/build/types/engine/ui/modal/ModalStack.d.ts.map +1 -0
  2533. package/build/types/engine/ui/notification/AnimatedObjectEmitter.d.ts.map +1 -0
  2534. package/build/types/engine/ui/notification/NotificationAreaKind.d.ts.map +1 -0
  2535. package/build/types/engine/ui/notification/NotificationManager.d.ts.map +1 -0
  2536. package/build/types/engine/ui/notification/ViewEmitter.d.ts.map +1 -0
  2537. package/build/types/engine/ui/notification/notificationGenerator.d.ts.map +1 -0
  2538. package/build/types/engine/ui/scene/SceneGUIContext.d.ts.map +1 -0
  2539. package/build/types/engine/ui/scene/initializeNotifications.d.ts.map +1 -0
  2540. package/build/types/engine/ui/tiles2d/TileGrid.d.ts.map +1 -0
  2541. package/build/types/engine/ui/tiles2d/TileGrid.spec.d.ts.map +1 -0
  2542. package/build/types/engine/ui/tiles2d/TileMoveInstruction.d.ts.map +1 -0
  2543. package/build/types/engine/ui/tiles2d/TileMoveProgram.d.ts.map +1 -0
  2544. package/build/types/engine/ui/tiles2d/computeTileGridMove.d.ts.map +1 -0
  2545. package/build/types/engine/ui/tiles2d/computeTileGridMove.spec.d.ts.map +1 -0
  2546. package/build/types/extractName.d.ts.map +1 -0
  2547. package/build/types/generation/GraphGenerationRule.d.ts.map +1 -0
  2548. package/build/types/generation/GridGeneratorConfig.d.ts.map +1 -0
  2549. package/build/types/generation/GridTaskGroup.d.ts.map +1 -0
  2550. package/build/types/generation/automata/CaveGeneratorCellularAutomata.d.ts.map +1 -0
  2551. package/build/types/generation/automata/CaveGeneratorCellularAutomata.spec.d.ts.map +1 -0
  2552. package/build/types/generation/automata/CellularAutomata.d.ts.map +1 -0
  2553. package/build/types/generation/filtering/CellFilter.d.ts.map +1 -0
  2554. package/build/types/generation/filtering/CellFilterCellMatcher.d.ts.map +1 -0
  2555. package/build/types/generation/filtering/boolean/CellFilterLiteralBoolean.d.ts.map +1 -0
  2556. package/build/types/generation/filtering/boolean/logic/CellFilterAnd.d.ts.map +1 -0
  2557. package/build/types/generation/filtering/core/CellFilterBinaryOperation.d.ts.map +1 -0
  2558. package/build/types/generation/filtering/core/CellFilterOperationTertiary.d.ts.map +1 -0
  2559. package/build/types/generation/filtering/core/CellFilterUnaryOperation.d.ts.map +1 -0
  2560. package/build/types/generation/filtering/numeric/CellFilterCache.d.ts.map +1 -0
  2561. package/build/types/generation/filtering/numeric/CellFilterLiteralFloat.d.ts.map +1 -0
  2562. package/build/types/generation/filtering/numeric/complex/CellFilterAngleToNormal.d.ts.map +1 -0
  2563. package/build/types/generation/filtering/numeric/complex/CellFilterAngleToNormal.spec.d.ts.map +1 -0
  2564. package/build/types/generation/filtering/numeric/complex/CellFilterCurvature.d.ts.map +1 -0
  2565. package/build/types/generation/filtering/numeric/complex/CellFilterDilate.d.ts.map +1 -0
  2566. package/build/types/generation/filtering/numeric/complex/CellFilterFXAA.d.ts.map +1 -0
  2567. package/build/types/generation/filtering/numeric/complex/CellFilterGaussianBlur.d.ts.map +1 -0
  2568. package/build/types/generation/filtering/numeric/complex/CellFilterGaussianBlur.spec.d.ts.map +1 -0
  2569. package/build/types/generation/filtering/numeric/complex/CellFilterLookupTable.d.ts.map +1 -0
  2570. package/build/types/generation/filtering/numeric/complex/CellFilterSimplexNoise.d.ts.map +1 -0
  2571. package/build/types/generation/filtering/numeric/complex/CellFilterSobel.d.ts.map +1 -0
  2572. package/build/types/generation/filtering/numeric/math/CellFilterAbsolute.d.ts.map +1 -0
  2573. package/build/types/generation/filtering/numeric/math/CellFilterClamp.d.ts.map +1 -0
  2574. package/build/types/generation/filtering/numeric/math/CellFilterInverseLerp.d.ts.map +1 -0
  2575. package/build/types/generation/filtering/numeric/math/CellFilterLerp.d.ts.map +1 -0
  2576. package/build/types/generation/filtering/numeric/math/CellFilterMax2.d.ts.map +1 -0
  2577. package/build/types/generation/filtering/numeric/math/CellFilterMembershipGeneralizedBell.d.ts.map +1 -0
  2578. package/build/types/generation/filtering/numeric/math/CellFilterMin2.d.ts.map +1 -0
  2579. package/build/types/generation/filtering/numeric/math/CellFilterOneMinus.d.ts.map +1 -0
  2580. package/build/types/generation/filtering/numeric/math/CellFilterPower.d.ts.map +1 -0
  2581. package/build/types/generation/filtering/numeric/math/CellFilterSaturate.d.ts.map +1 -0
  2582. package/build/types/generation/filtering/numeric/math/CellFilterSmoothStep.d.ts.map +1 -0
  2583. package/build/types/generation/filtering/numeric/math/CellFilterStep.d.ts.map +1 -0
  2584. package/build/types/generation/filtering/numeric/math/algebra/CellFilterAdd.d.ts.map +1 -0
  2585. package/build/types/generation/filtering/numeric/math/algebra/CellFilterDivide.d.ts.map +1 -0
  2586. package/build/types/generation/filtering/numeric/math/algebra/CellFilterMultiply.d.ts.map +1 -0
  2587. package/build/types/generation/filtering/numeric/math/algebra/CellFilterNegate.d.ts.map +1 -0
  2588. package/build/types/generation/filtering/numeric/math/algebra/CellFilterSubtract.d.ts.map +1 -0
  2589. package/build/types/generation/filtering/numeric/math/poly/CellFilterCubicFunction.d.ts.map +1 -0
  2590. package/build/types/generation/filtering/numeric/process/computeCellFilterGradient.d.ts.map +1 -0
  2591. package/build/types/generation/filtering/numeric/process/computeCellFilterGradient.spec.d.ts.map +1 -0
  2592. package/build/types/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.d.ts.map +1 -0
  2593. package/build/types/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.d.ts.map +1 -0
  2594. package/build/types/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.d.ts.map +1 -0
  2595. package/build/types/generation/filtering/numeric/util/CellFilterDisplaced.d.ts.map +1 -0
  2596. package/build/types/generation/filtering/numeric/util/CellFilterLogToConsole.d.ts.map +1 -0
  2597. package/build/types/generation/filtering/numeric/util/populateSampler2DFromCellFilter.d.ts.map +1 -0
  2598. package/build/types/generation/filtering/numeric/util/sampler_from_filter.d.ts.map +1 -0
  2599. package/build/types/generation/filtering/numeric/util/visualise_filters_as_grid.d.ts.map +1 -0
  2600. package/build/types/generation/grid/GridData.d.ts.map +1 -0
  2601. package/build/types/generation/grid/GridData.spec.d.ts.map +1 -0
  2602. package/build/types/generation/grid/GridTaskGenerator.d.ts.map +1 -0
  2603. package/build/types/generation/grid/actions/ContinuousGridCellAction.d.ts.map +1 -0
  2604. package/build/types/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.d.ts.map +1 -0
  2605. package/build/types/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.d.ts.map +1 -0
  2606. package/build/types/generation/grid/actions/ContinuousGridCellActionWriteObstacle.d.ts.map +1 -0
  2607. package/build/types/generation/grid/generation/GridTaskApplyActionToCells.d.ts.map +1 -0
  2608. package/build/types/generation/grid/generation/GridTaskDensityMarkerDistribution.d.ts.map +1 -0
  2609. package/build/types/generation/grid/generation/GridTaskExecuteRuleTimes.d.ts.map +1 -0
  2610. package/build/types/generation/grid/generation/GridTaskSequence.d.ts.map +1 -0
  2611. package/build/types/generation/grid/generation/NoopGridTaskGenerator.d.ts.map +1 -0
  2612. package/build/types/generation/grid/generation/discrete/GridTaskCellActionRuleSet.d.ts.map +1 -0
  2613. package/build/types/generation/grid/generation/discrete/GridTaskCellularAutomata.d.ts.map +1 -0
  2614. package/build/types/generation/grid/generation/discrete/GridTaskConnectRooms.d.ts.map +1 -0
  2615. package/build/types/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.d.ts.map +1 -0
  2616. package/build/types/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.d.ts.map +1 -0
  2617. package/build/types/generation/grid/generation/grid/GridTaskAddNodesFixed.d.ts.map +1 -0
  2618. package/build/types/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.d.ts.map +1 -0
  2619. package/build/types/generation/grid/generation/grid/select/CellSupplier.d.ts.map +1 -0
  2620. package/build/types/generation/grid/generation/grid/select/CellSupplierBestN.d.ts.map +1 -0
  2621. package/build/types/generation/grid/generation/grid/select/CellSupplierPathUpHill.d.ts.map +1 -0
  2622. package/build/types/generation/grid/generation/road/GridTaskGenerateRoads.d.ts.map +1 -0
  2623. package/build/types/generation/grid/generation/road/PathEndPoint.d.ts.map +1 -0
  2624. package/build/types/generation/grid/generation/road/PathEndPointKind.d.ts.map +1 -0
  2625. package/build/types/generation/grid/generation/road/RoadConnection.d.ts.map +1 -0
  2626. package/build/types/generation/grid/generation/road/RoadConnectionNetwork.d.ts.map +1 -0
  2627. package/build/types/generation/grid/generation/road/readMarkerNodeGroupId.d.ts.map +1 -0
  2628. package/build/types/generation/grid/generation/util/buildDistanceMapToObjective.d.ts.map +1 -0
  2629. package/build/types/generation/grid/generation/util/buildPathFromDistanceMap.d.ts.map +1 -0
  2630. package/build/types/generation/grid/generation/util/buildUnsignedDistanceField.d.ts.map +1 -0
  2631. package/build/types/generation/grid/layers/GridDataLayer.d.ts.map +1 -0
  2632. package/build/types/generation/markers/GridActionRuleSet.d.ts.map +1 -0
  2633. package/build/types/generation/markers/GridCellActionPlaceMarker.d.ts.map +1 -0
  2634. package/build/types/generation/markers/GridCellActionPlaceMarkerGroup.d.ts.map +1 -0
  2635. package/build/types/generation/markers/MarkerNode.d.ts.map +1 -0
  2636. package/build/types/generation/markers/RuleSelectionPolicyType.d.ts.map +1 -0
  2637. package/build/types/generation/markers/actions/MarkerNodeAction.d.ts.map +1 -0
  2638. package/build/types/generation/markers/actions/MarkerNodeActionEntityPlacement.d.ts.map +1 -0
  2639. package/build/types/generation/markers/actions/MarkerNodeActionImaginary.d.ts.map +1 -0
  2640. package/build/types/generation/markers/actions/MarkerNodeActionSequence.d.ts.map +1 -0
  2641. package/build/types/generation/markers/actions/MarkerNodeProcessingRuleSet.d.ts.map +1 -0
  2642. package/build/types/generation/markers/actions/MarkerProcessingRule.d.ts.map +1 -0
  2643. package/build/types/generation/markers/actions/placement/MarkerNodeEntityProcessor.d.ts.map +1 -0
  2644. package/build/types/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.d.ts.map +1 -0
  2645. package/build/types/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.d.ts.map +1 -0
  2646. package/build/types/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.d.ts.map +1 -0
  2647. package/build/types/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.d.ts.map +1 -0
  2648. package/build/types/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.d.ts.map +1 -0
  2649. package/build/types/generation/markers/actions/probability/MarkerNodeActionWeightedElement.d.ts.map +1 -0
  2650. package/build/types/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.d.ts.map +1 -0
  2651. package/build/types/generation/markers/actions/util/GridCellActionDebugBreak.d.ts.map +1 -0
  2652. package/build/types/generation/markers/actions/util/GridCellActionLogToConsole.d.ts.map +1 -0
  2653. package/build/types/generation/markers/debug/visualizeMarkers.d.ts.map +1 -0
  2654. package/build/types/generation/markers/emitter/MarkerNodeConsumer.d.ts.map +1 -0
  2655. package/build/types/generation/markers/emitter/MarkerNodeConsumerBuffer.d.ts.map +1 -0
  2656. package/build/types/generation/markers/emitter/MarkerNodeEmitter.d.ts.map +1 -0
  2657. package/build/types/generation/markers/emitter/MarkerNodeEmitterFromAction.d.ts.map +1 -0
  2658. package/build/types/generation/markers/emitter/MarkerNodeEmitterGridCellAction.d.ts.map +1 -0
  2659. package/build/types/generation/markers/emitter/MarkerNodeEmitterGroup.d.ts.map +1 -0
  2660. package/build/types/generation/markers/emitter/MarkerNodeEmitterPredicated.d.ts.map +1 -0
  2661. package/build/types/generation/markers/matcher/MarkerNodeMatcher.d.ts.map +1 -0
  2662. package/build/types/generation/markers/matcher/MarkerNodeMatcherAnd.d.ts.map +1 -0
  2663. package/build/types/generation/markers/matcher/MarkerNodeMatcherAny.d.ts.map +1 -0
  2664. package/build/types/generation/markers/matcher/MarkerNodeMatcherBinary.d.ts.map +1 -0
  2665. package/build/types/generation/markers/matcher/MarkerNodeMatcherByType.d.ts.map +1 -0
  2666. package/build/types/generation/markers/matcher/MarkerNodeMatcherContainsTag.d.ts.map +1 -0
  2667. package/build/types/generation/markers/matcher/MarkerNodeMatcherNone.d.ts.map +1 -0
  2668. package/build/types/generation/markers/matcher/MarkerNodeMatcherNot.d.ts.map +1 -0
  2669. package/build/types/generation/markers/matcher/MarkerNodeMatcherOr.d.ts.map +1 -0
  2670. package/build/types/generation/markers/predicate/GridDataNodePredicate.d.ts.map +1 -0
  2671. package/build/types/generation/markers/predicate/GridDataNodePredicateAnd.d.ts.map +1 -0
  2672. package/build/types/generation/markers/predicate/GridDataNodePredicateAny.d.ts.map +1 -0
  2673. package/build/types/generation/markers/predicate/GridDataNodePredicateBinary.d.ts.map +1 -0
  2674. package/build/types/generation/markers/predicate/GridDataNodePredicateNot.d.ts.map +1 -0
  2675. package/build/types/generation/markers/predicate/GridDataNodePredicateOverlaps.d.ts.map +1 -0
  2676. package/build/types/generation/markers/prototypeGridCellActionPlaceMarker.d.ts.map +1 -0
  2677. package/build/types/generation/markers/transform/MarkerNodeTransformRotateRandom.d.ts.map +1 -0
  2678. package/build/types/generation/markers/transform/MarkerNodeTransformer.d.ts.map +1 -0
  2679. package/build/types/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.d.ts.map +1 -0
  2680. package/build/types/generation/markers/transform/MarkerNodeTransformerOffsetPosition.d.ts.map +1 -0
  2681. package/build/types/generation/markers/transform/MarkerNodeTransformerRecordProperty.d.ts.map +1 -0
  2682. package/build/types/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.d.ts.map +1 -0
  2683. package/build/types/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.d.ts.map +1 -0
  2684. package/build/types/generation/markers/transform/MarkerNodeTransformerRemoveTag.d.ts.map +1 -0
  2685. package/build/types/generation/markers/transform/MarkerNodeTransformerSequence.d.ts.map +1 -0
  2686. package/build/types/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.d.ts.map +1 -0
  2687. package/build/types/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.d.ts.map +1 -0
  2688. package/build/types/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts.map +1 -0
  2689. package/build/types/generation/placement/GridCellActionTransformNearbyMarkers.d.ts.map +1 -0
  2690. package/build/types/generation/placement/GridCellPlacementRule.d.ts.map +1 -0
  2691. package/build/types/generation/placement/action/GridCellAction.d.ts.map +1 -0
  2692. package/build/types/generation/placement/action/GridCellActionPlaceTags.d.ts.map +1 -0
  2693. package/build/types/generation/placement/action/GridCellActionPlaceTags.spec.d.ts.map +1 -0
  2694. package/build/types/generation/placement/action/GridCellActionWriteFilterToLayer.d.ts.map +1 -0
  2695. package/build/types/generation/placement/action/random/CellActionSelectRandom.d.ts.map +1 -0
  2696. package/build/types/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.d.ts.map +1 -0
  2697. package/build/types/generation/placement/action/random/weighted/WeightedGridCellAction.d.ts.map +1 -0
  2698. package/build/types/generation/placement/action/util/CellMatcherWithinAABB.d.ts.map +1 -0
  2699. package/build/types/generation/placement/action/util/GridCellActionSequence.d.ts.map +1 -0
  2700. package/build/types/generation/placement/action/util/GridCellDisplacedAction.d.ts.map +1 -0
  2701. package/build/types/generation/rules/CellMatcher.d.ts.map +1 -0
  2702. package/build/types/generation/rules/CellMatcherAny.d.ts.map +1 -0
  2703. package/build/types/generation/rules/CellMatcherFromFilter.d.ts.map +1 -0
  2704. package/build/types/generation/rules/CellMatcherLayerBitMaskTest.d.ts.map +1 -0
  2705. package/build/types/generation/rules/CellMatcherLayerBitMaskTest.spec.d.ts.map +1 -0
  2706. package/build/types/generation/rules/GridLayerCellMatcher.d.ts.map +1 -0
  2707. package/build/types/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.d.ts.map +1 -0
  2708. package/build/types/generation/rules/cell/CellMatcherGridPattern.d.ts.map +1 -0
  2709. package/build/types/generation/rules/cell/GridPatternMatcher.spec.d.ts.map +1 -0
  2710. package/build/types/generation/rules/cell/GridPatternMatcherCell.d.ts.map +1 -0
  2711. package/build/types/generation/rules/logic/CellMatcherAnd.d.ts.map +1 -0
  2712. package/build/types/generation/rules/logic/CellMatcherBinary.d.ts.map +1 -0
  2713. package/build/types/generation/rules/logic/CellMatcherDecorator.d.ts.map +1 -0
  2714. package/build/types/generation/rules/logic/CellMatcherNot.d.ts.map +1 -0
  2715. package/build/types/generation/rules/logic/CellMatcherOr.d.ts.map +1 -0
  2716. package/build/types/generation/theme/AreaMask.d.ts.map +1 -0
  2717. package/build/types/generation/theme/AreaTheme.d.ts.map +1 -0
  2718. package/build/types/generation/theme/TerrainLayerDescription.d.ts.map +1 -0
  2719. package/build/types/generation/theme/TerrainLayerRule.d.ts.map +1 -0
  2720. package/build/types/generation/theme/TerrainLayerRuleAggregator.d.ts.map +1 -0
  2721. package/build/types/generation/theme/TerrainTheme.d.ts.map +1 -0
  2722. package/build/types/generation/theme/Theme.d.ts.map +1 -0
  2723. package/build/types/generation/theme/ThemeEngine.d.ts.map +1 -0
  2724. package/build/types/generation/theme/ThemeEngine.spec.d.ts.map +1 -0
  2725. package/build/types/generation/theme/cell/CellProcessingRule.d.ts.map +1 -0
  2726. package/build/types/generation/theme/cell/CellProcessingRuleSet.d.ts.map +1 -0
  2727. package/build/types/misc/makeMatcapSelectionOption.d.ts.map +1 -0
  2728. package/build/types/misc/makeMaterialIcon.d.ts.map +1 -0
  2729. package/build/types/misc/makeMaterialIconCached.d.ts.map +1 -0
  2730. package/build/types/src/core/UUID.d.ts +3 -0
  2731. package/build/types/src/core/binary/type/BinaryDataType.d.ts +15 -0
  2732. package/build/types/src/core/bvh2/bvh3/BVH.d.ts +51 -0
  2733. package/build/types/src/core/bvh2/bvh3/BvhClient.d.ts +11 -0
  2734. package/build/types/src/core/cache/Cache.d.ts +49 -0
  2735. package/build/types/src/core/cache/LoadingCache.d.ts +23 -0
  2736. package/build/types/src/core/collection/array/arrayPickBestElement.d.ts +1 -0
  2737. package/build/types/src/core/collection/array/array_copy.d.ts +7 -0
  2738. package/build/types/src/core/collection/array/computeHashArray.d.ts +1 -0
  2739. package/build/types/src/core/collection/array/computeHashIntegerArray.d.ts +1 -0
  2740. package/build/types/src/core/collection/array/isArrayEqualStrict.d.ts +1 -0
  2741. package/build/types/src/core/collection/array/isArraysEqualWithComparator.d.ts +1 -0
  2742. package/build/types/src/core/collection/list/List.d.ts +44 -0
  2743. package/build/types/src/core/collection/list/ListForwarder.d.ts +18 -0
  2744. package/build/types/src/core/collection/map/HashMap.d.ts +40 -0
  2745. package/build/types/src/core/collection/queue/Deque.d.ts +33 -0
  2746. package/build/types/src/core/collection/set/HashSet.d.ts +33 -0
  2747. package/build/types/src/core/collection/set/Set.d.ts +26 -0
  2748. package/build/types/src/core/color/Color.d.ts +46 -0
  2749. package/build/types/src/core/events/signal/Signal.d.ts +52 -0
  2750. package/build/types/src/core/fsm/simple/SimpleStateMachine.d.ts +27 -0
  2751. package/build/types/src/core/fsm/simple/SimpleStateMachineDescription.d.ts +21 -0
  2752. package/build/types/src/core/geom/2d/aabb/AABB2.d.ts +42 -0
  2753. package/build/types/src/core/geom/3d/SurfacePoint3.d.ts +23 -0
  2754. package/build/types/src/core/geom/3d/aabb/AABB3.d.ts +50 -0
  2755. package/build/types/src/core/geom/3d/aabb/aabb3_build_corners.d.ts +1 -0
  2756. package/build/types/src/core/geom/3d/frustum/read_three_planes_to_array.d.ts +3 -0
  2757. package/build/types/src/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts +6 -0
  2758. package/build/types/src/core/geom/3d/shape/AbstractShape3D.d.ts +3 -0
  2759. package/build/types/src/core/geom/3d/shape/TransformedShape3D.d.ts +10 -0
  2760. package/build/types/src/core/geom/3d/shape/UnionShape3D.d.ts +5 -0
  2761. package/build/types/src/core/geom/3d/shape/UnitCubeShape3D.d.ts +5 -0
  2762. package/build/types/src/core/geom/3d/shape/UnitSphereShape3D.d.ts +5 -0
  2763. package/build/types/src/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts +6 -0
  2764. package/build/types/src/core/geom/Quaternion.d.ts +83 -0
  2765. package/build/types/src/core/geom/Vector1.d.ts +35 -0
  2766. package/build/types/src/core/geom/Vector2.d.ts +60 -0
  2767. package/build/types/src/core/geom/Vector3.d.ts +120 -0
  2768. package/build/types/src/core/geom/Vector4.d.ts +40 -0
  2769. package/build/types/src/core/geom/packing/computeBoundingSphereOfSpheres.d.ts +1 -0
  2770. package/build/types/src/core/geom/packing/miniball/Miniball.d.ts +11 -0
  2771. package/build/types/src/core/geom/packing/miniball/PointSet.d.ts +3 -0
  2772. package/build/types/src/core/geom/vec3/v3_distance_above_plane.d.ts +4 -0
  2773. package/build/types/src/core/geom/vec3/v3_distance_sqr.d.ts +1 -0
  2774. package/build/types/src/core/geom/vec3/v3_length.d.ts +1 -0
  2775. package/build/types/src/core/json/resolvePathByArray.d.ts +1 -0
  2776. package/build/types/src/core/math/clamp.d.ts +1 -0
  2777. package/build/types/src/core/math/epsilonEquals.d.ts +1 -0
  2778. package/build/types/src/core/math/noise/create_simplex_noise_2d.d.ts +1 -0
  2779. package/build/types/src/core/math/random/seededRandom.d.ts +1 -0
  2780. package/build/types/src/core/math/remap.d.ts +5 -0
  2781. package/build/types/src/core/math/sign.d.ts +1 -0
  2782. package/build/types/src/core/model/BooleanVector3.d.ts +28 -0
  2783. package/build/types/src/core/model/ModuleRegistry.d.ts +3 -0
  2784. package/build/types/src/core/model/ObservedBoolean.d.ts +11 -0
  2785. package/build/types/src/core/model/ObservedEnum.d.ts +7 -0
  2786. package/build/types/src/core/model/ObservedString.d.ts +17 -0
  2787. package/build/types/src/core/model/node-graph/Connection.d.ts +12 -0
  2788. package/build/types/src/core/model/node-graph/DataType.d.ts +4 -0
  2789. package/build/types/src/core/model/node-graph/node/NodeDescription.d.ts +13 -0
  2790. package/build/types/src/core/model/node-graph/node/NodeInstance.d.ts +18 -0
  2791. package/build/types/src/core/model/node-graph/node/NodeInstancePortReference.d.ts +3 -0
  2792. package/build/types/src/core/model/node-graph/node/Port.d.ts +3 -0
  2793. package/build/types/src/core/model/node-graph/node/PortDirection.d.ts +5 -0
  2794. package/build/types/src/core/model/object/invokeObjectEquals.d.ts +5 -0
  2795. package/build/types/src/core/model/object/invokeObjectHash.d.ts +5 -0
  2796. package/build/types/src/core/model/object/objectDeepEquals.d.ts +1 -0
  2797. package/build/types/src/core/model/object/objectKeyByValue.d.ts +1 -0
  2798. package/build/types/src/core/model/object/read_property.d.ts +1 -0
  2799. package/build/types/src/core/model/object/write_property.d.ts +1 -0
  2800. package/build/types/src/core/model/reactive/model/ReactiveExpression.d.ts +10 -0
  2801. package/build/types/src/core/model/reactive/model/logic/ReactiveAnd.d.ts +5 -0
  2802. package/build/types/src/core/model/reactive/model/terminal/ReactiveReference.d.ts +11 -0
  2803. package/build/types/src/core/model/stat/LinearModifier.d.ts +24 -0
  2804. package/build/types/src/core/model/stat/Stat.d.ts +29 -0
  2805. package/build/types/src/core/parser/simple/DataType.d.ts +5 -0
  2806. package/build/types/src/core/parser/simple/Token.d.ts +13 -0
  2807. package/build/types/src/core/primitives/strings/computeStringHash.d.ts +1 -0
  2808. package/build/types/src/core/process/BaseProcess.d.ts +5 -0
  2809. package/build/types/src/core/process/executor/ConcurrentExecutor.d.ts +16 -0
  2810. package/build/types/src/core/process/task/ITask.d.ts +18 -0
  2811. package/build/types/src/core/process/task/Task.d.ts +15 -0
  2812. package/build/types/src/core/process/task/TaskGroup.d.ts +5 -0
  2813. package/build/types/src/core/process/task/TaskSignal.d.ts +6 -0
  2814. package/build/types/src/core/process/undo/Action.d.ts +9 -0
  2815. package/build/types/src/core/process/undo/ActionGroup.d.ts +5 -0
  2816. package/build/types/src/core/process/undo/ActionProcessor.d.ts +27 -0
  2817. package/build/types/src/engine/Engine.d.ts +39 -0
  2818. package/build/types/src/engine/EngineConfiguration.d.ts +20 -0
  2819. package/build/types/src/engine/achievements/AchievementGateway.d.ts +5 -0
  2820. package/build/types/src/engine/asset/Asset.d.ts +7 -0
  2821. package/build/types/src/engine/asset/AssetManager.d.ts +52 -0
  2822. package/build/types/src/engine/asset/AssetRequestScope.d.ts +3 -0
  2823. package/build/types/src/engine/asset/AssetTransformer.d.ts +5 -0
  2824. package/build/types/src/engine/asset/CORS/CrossOriginConfig.d.ts +5 -0
  2825. package/build/types/src/engine/asset/CORS/CrossOriginKind.d.ts +4 -0
  2826. package/build/types/src/engine/asset/loaders/AssetLoader.d.ts +12 -0
  2827. package/build/types/src/engine/asset/loaders/GLTFAssetLoader.d.ts +6 -0
  2828. package/build/types/src/engine/asset/loaders/material/StaticMaterialCache.d.ts +7 -0
  2829. package/build/types/src/engine/asset/loaders/material/computeMaterialEquality.d.ts +3 -0
  2830. package/build/types/src/engine/asset/loaders/material/computeMaterialHash.d.ts +3 -0
  2831. package/build/types/src/engine/asset/loaders/material/traverseMaterialTextures.d.ts +3 -0
  2832. package/build/types/src/engine/asset/loaders/texture/TextureAssetLoader.d.ts +6 -0
  2833. package/build/types/src/engine/ecs/Entity.d.ts +41 -0
  2834. package/build/types/src/engine/ecs/EntityBlueprint.d.ts +17 -0
  2835. package/build/types/src/engine/ecs/EntityComponentDataset.d.ts +45 -0
  2836. package/build/types/src/engine/ecs/EntityManager.d.ts +35 -0
  2837. package/build/types/src/engine/ecs/EntityObserver.d.ts +13 -0
  2838. package/build/types/src/engine/ecs/System.d.ts +32 -0
  2839. package/build/types/src/engine/ecs/components/Tag.d.ts +29 -0
  2840. package/build/types/src/engine/ecs/gui/GUIElement.d.ts +5 -0
  2841. package/build/types/src/engine/ecs/gui/GUIElementSystem.d.ts +8 -0
  2842. package/build/types/src/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +6 -0
  2843. package/build/types/src/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts +22 -0
  2844. package/build/types/src/engine/ecs/parent/ChildEntities.d.ts +3 -0
  2845. package/build/types/src/engine/ecs/parent/EntityNode.d.ts +24 -0
  2846. package/build/types/src/engine/ecs/parent/ParentEntity.d.ts +11 -0
  2847. package/build/types/src/engine/ecs/parent/ParentEntitySystem.d.ts +11 -0
  2848. package/build/types/src/engine/ecs/renderable/RenderSystem.d.ts +7 -0
  2849. package/build/types/src/engine/ecs/renderable/Renderable.d.ts +25 -0
  2850. package/build/types/src/engine/ecs/systems/AnimationSystem.d.ts +6 -0
  2851. package/build/types/src/engine/ecs/systems/ScriptSystem.d.ts +5 -0
  2852. package/build/types/src/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +6 -0
  2853. package/build/types/src/engine/ecs/terrain/ecs/Terrain.d.ts +17 -0
  2854. package/build/types/src/engine/ecs/terrain/ecs/TerrainSystem.d.ts +8 -0
  2855. package/build/types/src/engine/ecs/transform/Transform.d.ts +54 -0
  2856. package/build/types/src/engine/ecs/transform-attachment/TransformAttachment.d.ts +19 -0
  2857. package/build/types/src/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts +6 -0
  2858. package/build/types/src/engine/graphics/GraphicsEngine.d.ts +41 -0
  2859. package/build/types/src/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts +1 -0
  2860. package/build/types/src/engine/graphics/camera/makeScreenScissorFrustum.d.ts +4 -0
  2861. package/build/types/src/engine/graphics/ecs/camera/Camera.d.ts +18 -0
  2862. package/build/types/src/engine/graphics/ecs/camera/CameraSystem.d.ts +10 -0
  2863. package/build/types/src/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +33 -0
  2864. package/build/types/src/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +5 -0
  2865. package/build/types/src/engine/graphics/ecs/decal/v2/Decal.d.ts +15 -0
  2866. package/build/types/src/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts +24 -0
  2867. package/build/types/src/engine/graphics/ecs/highlight/Highlight.d.ts +16 -0
  2868. package/build/types/src/engine/graphics/ecs/highlight/HighlightDefinition.d.ts +16 -0
  2869. package/build/types/src/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +8 -0
  2870. package/build/types/src/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +8 -0
  2871. package/build/types/src/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +8 -0
  2872. package/build/types/src/engine/graphics/ecs/light/Light.d.ts +19 -0
  2873. package/build/types/src/engine/graphics/ecs/light/LightSystem.d.ts +11 -0
  2874. package/build/types/src/engine/graphics/ecs/light/LightType.d.ts +6 -0
  2875. package/build/types/src/engine/graphics/ecs/mesh/Mesh.d.ts +30 -0
  2876. package/build/types/src/engine/graphics/ecs/mesh/MeshEvents.d.ts +12 -0
  2877. package/build/types/src/engine/graphics/ecs/mesh/MeshSystem.d.ts +7 -0
  2878. package/build/types/src/engine/graphics/ecs/mesh-v2/DrawMode.d.ts +6 -0
  2879. package/build/types/src/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +23 -0
  2880. package/build/types/src/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +32 -0
  2881. package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +25 -0
  2882. package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +12 -0
  2883. package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +7 -0
  2884. package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +8 -0
  2885. package/build/types/src/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +4 -0
  2886. package/build/types/src/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +4 -0
  2887. package/build/types/src/engine/graphics/ecs/path/PathDisplay.d.ts +9 -0
  2888. package/build/types/src/engine/graphics/ecs/path/PathDisplayEvents.d.ts +3 -0
  2889. package/build/types/src/engine/graphics/ecs/path/PathDisplaySpec.d.ts +11 -0
  2890. package/build/types/src/engine/graphics/ecs/path/PathDisplaySystem.d.ts +10 -0
  2891. package/build/types/src/engine/graphics/ecs/path/PathDisplayType.d.ts +6 -0
  2892. package/build/types/src/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +8 -0
  2893. package/build/types/src/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts +12 -0
  2894. package/build/types/src/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +7 -0
  2895. package/build/types/src/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +7 -0
  2896. package/build/types/src/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +3 -0
  2897. package/build/types/src/engine/graphics/ecs/path/tube/CapType.d.ts +5 -0
  2898. package/build/types/src/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +3 -0
  2899. package/build/types/src/engine/graphics/ecs/path/tube/PathNormalType.d.ts +4 -0
  2900. package/build/types/src/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +4 -0
  2901. package/build/types/src/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts +6 -0
  2902. package/build/types/src/engine/graphics/ecs/path/tube/TubePathStyle.d.ts +35 -0
  2903. package/build/types/src/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts +6 -0
  2904. package/build/types/src/engine/graphics/geometry/AttributeSpec.d.ts +8 -0
  2905. package/build/types/src/engine/graphics/geometry/VertexDataSpec.d.ts +25 -0
  2906. package/build/types/src/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +25 -0
  2907. package/build/types/src/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts +4 -0
  2908. package/build/types/src/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts +7 -0
  2909. package/build/types/src/engine/graphics/material/manager/MaterialManager.d.ts +6 -0
  2910. package/build/types/src/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts +7 -0
  2911. package/build/types/src/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +2 -0
  2912. package/build/types/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +15 -0
  2913. package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +16 -0
  2914. package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +29 -0
  2915. package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +4 -0
  2916. package/build/types/src/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +8 -0
  2917. package/build/types/src/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +5 -0
  2918. package/build/types/src/engine/graphics/render/gizmo/Gizmo.d.ts +3 -0
  2919. package/build/types/src/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +5 -0
  2920. package/build/types/src/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +13 -0
  2921. package/build/types/src/engine/graphics/render/layers/RenderLayer.d.ts +20 -0
  2922. package/build/types/src/engine/graphics/render/layers/RenderLayerManager.d.ts +17 -0
  2923. package/build/types/src/engine/graphics/render/layers/RenderLayerState.d.ts +3 -0
  2924. package/build/types/src/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts +24 -0
  2925. package/build/types/src/engine/graphics/texture/cubemap/load_environment_map.d.ts +8 -0
  2926. package/build/types/src/engine/graphics/texture/sampler/Sampler2D.d.ts +28 -0
  2927. package/build/types/src/engine/graphics/three/cloneObject3D.d.ts +3 -0
  2928. package/build/types/src/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts +3 -0
  2929. package/build/types/src/engine/graphics/util/promiseMaterialLoaded.d.ts +3 -0
  2930. package/build/types/src/engine/input/devices/InputDeviceSwitch.d.ts +7 -0
  2931. package/build/types/src/engine/input/devices/KeyCodes.d.ts +1 -0
  2932. package/build/types/src/engine/input/devices/KeyboardDevice.d.ts +14 -0
  2933. package/build/types/src/engine/input/devices/PointerDevice.d.ts +34 -0
  2934. package/build/types/src/engine/input/devices/events/KeyboardEvents.d.ts +4 -0
  2935. package/build/types/src/engine/input/devices/events/MouseEvents.d.ts +12 -0
  2936. package/build/types/src/engine/input/devices/events/TouchEvents.d.ts +6 -0
  2937. package/build/types/src/engine/input/ecs/components/Input.d.ts +6 -0
  2938. package/build/types/src/engine/input/ecs/components/InputController.d.ts +3 -0
  2939. package/build/types/src/engine/input/ecs/ism/InputBinding.d.ts +4 -0
  2940. package/build/types/src/engine/input/ecs/systems/InputControllerSystem.d.ts +6 -0
  2941. package/build/types/src/engine/input/ecs/systems/InputSystem.d.ts +6 -0
  2942. package/build/types/src/engine/intelligence/behavior/Behavior.d.ts +16 -0
  2943. package/build/types/src/engine/intelligence/behavior/BehaviorStatus.d.ts +8 -0
  2944. package/build/types/src/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts +3 -0
  2945. package/build/types/src/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts +7 -0
  2946. package/build/types/src/engine/intelligence/blackboard/AbstractBlackboard.d.ts +15 -0
  2947. package/build/types/src/engine/intelligence/blackboard/Blackboard.d.ts +11 -0
  2948. package/build/types/src/engine/knowledge/database/StaticKnowledgeDataTable.d.ts +9 -0
  2949. package/build/types/src/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +7 -0
  2950. package/build/types/src/engine/navigation/ecs/components/InterpolationType.d.ts +4 -0
  2951. package/build/types/src/engine/navigation/ecs/components/Path.d.ts +47 -0
  2952. package/build/types/src/engine/navigation/ecs/components/PathEvents.d.ts +6 -0
  2953. package/build/types/src/engine/navigation/ecs/path_following/PathFollower.d.ts +45 -0
  2954. package/build/types/src/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts +3 -0
  2955. package/build/types/src/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts +20 -0
  2956. package/build/types/src/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts +6 -0
  2957. package/build/types/src/engine/platform/EnginePlatform.d.ts +14 -0
  2958. package/build/types/src/engine/platform/WebEnginePlatform.d.ts +5 -0
  2959. package/build/types/src/engine/plugin/EnginePlugin.d.ts +3 -0
  2960. package/build/types/src/engine/plugin/EnginePluginManager.d.ts +16 -0
  2961. package/build/types/src/engine/reference/v2/Reference.d.ts +13 -0
  2962. package/build/types/src/engine/save/Storage.d.ts +15 -0
  2963. package/build/types/src/engine/scene/Scene.d.ts +7 -0
  2964. package/build/types/src/engine/scene/SceneManager.d.ts +25 -0
  2965. package/build/types/src/engine/simulation/Ticker.d.ts +15 -0
  2966. package/build/types/src/engine/sound/SoundEngine.d.ts +3 -0
  2967. package/build/types/src/generation/grid/GridData.d.ts +7 -0
  2968. package/build/types/src/misc/makeMatcapSelectionOption.d.ts +13 -0
  2969. package/build/types/src/view/View.d.ts +30 -0
  2970. package/build/types/src/view/elements/radial/RadialMenuElementDefinition.d.ts +39 -0
  2971. package/build/types/view/CSS_ABSOLUTE_POSITIONING.d.ts.map +1 -0
  2972. package/build/types/view/SVG.d.ts.map +1 -0
  2973. package/build/types/view/View.d.ts.map +1 -0
  2974. package/build/types/view/ViewGroup.d.ts.map +1 -0
  2975. package/build/types/view/asset/AssetLoaderStatusView.d.ts.map +1 -0
  2976. package/build/types/view/asset/PreloaderView.d.ts.map +1 -0
  2977. package/build/types/view/common/HTMLElementCacheKey.d.ts.map +1 -0
  2978. package/build/types/view/common/LabelView.d.ts.map +1 -0
  2979. package/build/types/view/common/ListView.d.ts.map +1 -0
  2980. package/build/types/view/common/TabbedView.d.ts.map +1 -0
  2981. package/build/types/view/common/VirtualListView.d.ts.map +1 -0
  2982. package/build/types/view/common/dnd/DragAndDropContext.d.ts.map +1 -0
  2983. package/build/types/view/common/dnd/Draggable.d.ts.map +1 -0
  2984. package/build/types/view/common/dnd/DropTarget.d.ts.map +1 -0
  2985. package/build/types/view/controller/GuiController.d.ts.map +1 -0
  2986. package/build/types/view/controller/controls/BooleanVector3Control.d.ts.map +1 -0
  2987. package/build/types/view/controller/controls/ListController.d.ts.map +1 -0
  2988. package/build/types/view/controller/controls/NativeListController.d.ts.map +1 -0
  2989. package/build/types/view/controller/controls/NumericIntervalControl.d.ts.map +1 -0
  2990. package/build/types/view/controller/controls/Vector1Control.d.ts.map +1 -0
  2991. package/build/types/view/controller/controls/Vector2Control.d.ts.map +1 -0
  2992. package/build/types/view/controller/controls/Vector3Control.d.ts.map +1 -0
  2993. package/build/types/view/controller/controls_v2/AbstractPropertyBinding.d.ts.map +1 -0
  2994. package/build/types/view/controller/controls_v2/Controller.d.ts.map +1 -0
  2995. package/build/types/view/controller/controls_v2/IPropertyBinding.d.ts.map +1 -0
  2996. package/build/types/view/controller/controls_v2/PrimitivePropertyBinding.d.ts.map +1 -0
  2997. package/build/types/view/controller/controls_v2/SliderController.d.ts.map +1 -0
  2998. package/build/types/view/controller/dat/DatGuiUtils.d.ts.map +1 -0
  2999. package/build/types/view/currency/CompositeCurrencyLabelView.d.ts.map +1 -0
  3000. package/build/types/view/currency/CurrencyDenominationLabelView.d.ts.map +1 -0
  3001. package/build/types/view/currency/CurrencyDenominationSpec.d.ts.map +1 -0
  3002. package/build/types/view/currency/CurrencyDisplaySpec.d.ts.map +1 -0
  3003. package/build/types/view/currency/FantasyCurrencySpec.d.ts.map +1 -0
  3004. package/build/types/view/currency/SingleCoinCurrency.d.ts.map +1 -0
  3005. package/build/types/view/elements/BottomLeftResizeHandleView.d.ts.map +1 -0
  3006. package/build/types/view/elements/CanvasView.d.ts.map +1 -0
  3007. package/build/types/view/elements/CheckboxView.d.ts.map +1 -0
  3008. package/build/types/view/elements/ColorPickerView.d.ts.map +1 -0
  3009. package/build/types/view/elements/CompassArrowView.d.ts.map +1 -0
  3010. package/build/types/view/elements/ConfirmationDialogView.d.ts.map +1 -0
  3011. package/build/types/view/elements/DropDownSelectionView.d.ts.map +1 -0
  3012. package/build/types/view/elements/EmptyView.d.ts.map +1 -0
  3013. package/build/types/view/elements/Group.d.ts.map +1 -0
  3014. package/build/types/view/elements/MeshPreview.d.ts.map +1 -0
  3015. package/build/types/view/elements/SimpleWindow.d.ts.map +1 -0
  3016. package/build/types/view/elements/button/ButtonView.d.ts.map +1 -0
  3017. package/build/types/view/elements/button/ButtonView.stories.d.ts.map +1 -0
  3018. package/build/types/view/elements/image/ImageView.d.ts.map +1 -0
  3019. package/build/types/view/elements/image/SvgImageView.d.ts.map +1 -0
  3020. package/build/types/view/elements/label/LabeledValueView.d.ts.map +1 -0
  3021. package/build/types/view/elements/navigation/NavigationMenu.d.ts.map +1 -0
  3022. package/build/types/view/elements/navigation/ViewStack.d.ts.map +1 -0
  3023. package/build/types/view/elements/notify/ToastLogView.d.ts.map +1 -0
  3024. package/build/types/view/elements/progress/RectangularPieProgressView.d.ts.map +1 -0
  3025. package/build/types/view/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.d.ts.map +1 -0
  3026. package/build/types/view/elements/progress/segmented/SegmentDefinition.d.ts.map +1 -0
  3027. package/build/types/view/elements/progress/segmented/SegmentedResourceBarView.d.ts.map +1 -0
  3028. package/build/types/view/elements/radial/RadialMenu.d.ts.map +1 -0
  3029. package/build/types/view/elements/radial/RadialMenuElement.d.ts.map +1 -0
  3030. package/build/types/view/elements/radial/RadialMenuElementDefinition.d.ts.map +1 -0
  3031. package/build/types/view/elements/radial/RadialProgressView.d.ts.map +1 -0
  3032. package/build/types/view/elements/radial/RadialText.d.ts.map +1 -0
  3033. package/build/types/view/elements/radial/makeDonut.d.ts.map +1 -0
  3034. package/build/types/view/elements/tiles2d/Tile.d.ts.map +1 -0
  3035. package/build/types/view/elements/tiles2d/TileGrid.d.ts.map +1 -0
  3036. package/build/types/view/elements/video/VideoView.d.ts.map +1 -0
  3037. package/build/types/view/elements/windrose/WindRoseDiagram.d.ts.map +1 -0
  3038. package/build/types/view/elements/windrose/prototype.d.ts.map +1 -0
  3039. package/build/types/view/game/achievements/AchievementNotificationView.d.ts.map +1 -0
  3040. package/build/types/view/interaction/CommandButtonView.d.ts.map +1 -0
  3041. package/build/types/view/interaction/InteractionCommand.d.ts.map +1 -0
  3042. package/build/types/view/interaction/InteractionCommandSet.d.ts.map +1 -0
  3043. package/build/types/view/interaction/InterfaceCommand.d.ts.map +1 -0
  3044. package/build/types/view/interaction/createInterfaceCommandButton.d.ts.map +1 -0
  3045. package/build/types/view/math/FunctionGraphView.d.ts.map +1 -0
  3046. package/build/types/view/minimap/Minimap.d.ts.map +1 -0
  3047. package/build/types/view/minimap/dom/MinimapCameraView.d.ts.map +1 -0
  3048. package/build/types/view/minimap/dom/MinimapMarkerView.d.ts.map +1 -0
  3049. package/build/types/view/minimap/dom/MinimapTerrainView.d.ts.map +1 -0
  3050. package/build/types/view/minimap/gl/MarkerGL.d.ts.map +1 -0
  3051. package/build/types/view/minimap/gl/MarkerGLAttributes.d.ts.map +1 -0
  3052. package/build/types/view/minimap/gl/MinimapFogOfWar.d.ts.map +1 -0
  3053. package/build/types/view/minimap/gl/MinimapMarkersGL.d.ts.map +1 -0
  3054. package/build/types/view/minimap/gl/MinimapTerrainGL.d.ts.map +1 -0
  3055. package/build/types/view/minimap/gl/MinimapWorldGL.d.ts.map +1 -0
  3056. package/build/types/view/minimap/gl/MinimapWorldLayer.d.ts.map +1 -0
  3057. package/build/types/view/minimap/gl/buildMaterial.d.ts.map +1 -0
  3058. package/build/types/view/renderModel.d.ts.map +1 -0
  3059. package/build/types/view/setElementTransform.d.ts.map +1 -0
  3060. package/build/types/view/setElementVisibility.d.ts.map +1 -0
  3061. package/build/types/view/string_tag_to_css_class_name.d.ts.map +1 -0
  3062. package/build/types/view/task/TaskLoadingScreen.d.ts.map +1 -0
  3063. package/build/types/view/task/TaskProgressView.d.ts.map +1 -0
  3064. package/build/types/view/tooltip/DomTooltipManager.d.ts.map +1 -0
  3065. package/build/types/view/tooltip/DomTooltipObserver.d.ts.map +1 -0
  3066. package/build/types/view/tooltip/TooltipManager.d.ts.map +1 -0
  3067. package/build/types/view/tooltip/TooltipView.d.ts.map +1 -0
  3068. package/build/types/view/tooltip/VisualTip.d.ts.map +1 -0
  3069. package/build/types/view/tooltip/gml/GMLEngine.d.ts.map +1 -0
  3070. package/build/types/view/tooltip/gml/TooltipParser.d.ts.map +1 -0
  3071. package/build/types/view/tooltip/gml/TooltipParser.spec.d.ts.map +1 -0
  3072. package/build/types/view/tooltip/gml/compiler/GMLReferenceCompiler.d.ts.map +1 -0
  3073. package/build/types/view/tooltip/gml/parser/TooltipReferenceValue.d.ts.map +1 -0
  3074. package/build/types/view/tooltip/gml/parser/TooltipTokenType.d.ts.map +1 -0
  3075. package/build/types/view/tooltip/gml/parser/parseTooltipString.d.ts.map +1 -0
  3076. package/build/types/view/tooltip/gml/parser/readReferenceToken.d.ts.map +1 -0
  3077. package/build/types/view/tooltip/gml/parser/readReferenceValueToken.d.ts.map +1 -0
  3078. package/build/types/view/tooltip/gml/parser/readStyleToken.d.ts.map +1 -0
  3079. package/build/types/view/util/DomSizeObserver.d.ts.map +1 -0
  3080. package/build/types/view/writeCssTransformMatrix.d.ts.map +1 -0
  3081. package/package.json +2 -2
  3082. package/build/__module.d.ts.map +0 -1
  3083. package/build/core/IdPool.d.ts.map +0 -1
  3084. package/build/core/IdPool.spec.d.ts.map +0 -1
  3085. package/build/core/UUID.d.ts.map +0 -1
  3086. package/build/core/UUID.spec.d.ts.map +0 -1
  3087. package/build/core/__module.d.ts.map +0 -1
  3088. package/build/core/assert.d.ts.map +0 -1
  3089. package/build/core/binary/32BitEncoder.d.ts.map +0 -1
  3090. package/build/core/binary/32BitEncoder.spec.d.ts.map +0 -1
  3091. package/build/core/binary/Base64.d.ts.map +0 -1
  3092. package/build/core/binary/Base64.spec.d.ts.map +0 -1
  3093. package/build/core/binary/BinaryBuffer.d.ts.map +0 -1
  3094. package/build/core/binary/BinaryBuffer.spec.d.ts.map +0 -1
  3095. package/build/core/binary/BitSet.d.ts.map +0 -1
  3096. package/build/core/binary/BitSet.spec.d.ts.map +0 -1
  3097. package/build/core/binary/EncodingBinaryBuffer.d.ts.map +0 -1
  3098. package/build/core/binary/EncodingBinaryBuffer.spec.d.ts.map +0 -1
  3099. package/build/core/binary/EndianType.d.ts.map +0 -1
  3100. package/build/core/binary/UINT16_MAX.d.ts.map +0 -1
  3101. package/build/core/binary/UINT32_MAX.d.ts.map +0 -1
  3102. package/build/core/binary/byteArrayToString.d.ts.map +0 -1
  3103. package/build/core/binary/ctz32.d.ts.map +0 -1
  3104. package/build/core/binary/dec2hex.d.ts.map +0 -1
  3105. package/build/core/binary/dec2hex.spec.d.ts.map +0 -1
  3106. package/build/core/binary/downloadAsFile.d.ts.map +0 -1
  3107. package/build/core/binary/downloadUrlAsFile.d.ts.map +0 -1
  3108. package/build/core/binary/float2uint8.d.ts.map +0 -1
  3109. package/build/core/binary/hex2dec.d.ts.map +0 -1
  3110. package/build/core/binary/int32_to_binary_string.d.ts.map +0 -1
  3111. package/build/core/binary/int32_to_binary_string.spec.d.ts.map +0 -1
  3112. package/build/core/binary/is_data_url.d.ts.map +0 -1
  3113. package/build/core/binary/operations/bitCount.d.ts.map +0 -1
  3114. package/build/core/binary/operations/bitCount.spec.d.ts.map +0 -1
  3115. package/build/core/binary/operations/bitwiseAnd.d.ts.map +0 -1
  3116. package/build/core/binary/operations/bitwiseOr.d.ts.map +0 -1
  3117. package/build/core/binary/operations/ceilPowerOfTwo.d.ts.map +0 -1
  3118. package/build/core/binary/operations/ceilPowerOfTwo.spec.d.ts.map +0 -1
  3119. package/build/core/binary/to_half_float_uint16.d.ts.map +0 -1
  3120. package/build/core/binary/type/BinaryDataType.d.ts.map +0 -1
  3121. package/build/core/binary/type/DataType2TypedArrayConstructorMapping.d.ts.map +0 -1
  3122. package/build/core/binary/type/DataTypeByteSizes.d.ts.map +0 -1
  3123. package/build/core/binary/type/DataTypeIndices.d.ts.map +0 -1
  3124. package/build/core/binary/type/Field.d.ts.map +0 -1
  3125. package/build/core/binary/type/MultiplicityType.d.ts.map +0 -1
  3126. package/build/core/binary/type/PrimitiveTypes.d.ts.map +0 -1
  3127. package/build/core/binary/type/Type.d.ts.map +0 -1
  3128. package/build/core/binary/type/TypeBuilder.d.ts.map +0 -1
  3129. package/build/core/binary/type/TypeRegistry.d.ts.map +0 -1
  3130. package/build/core/binary/type/computeBinaryDataTypeByPrecision.d.ts.map +0 -1
  3131. package/build/core/binary/type/computeDataTypeByIndex.d.ts.map +0 -1
  3132. package/build/core/binary/type/dataTypeFromTypedArray.d.ts.map +0 -1
  3133. package/build/core/binary/uint82float.d.ts.map +0 -1
  3134. package/build/core/binary/uint82float.spec.d.ts.map +0 -1
  3135. package/build/core/binary/url_to_data_url.d.ts.map +0 -1
  3136. package/build/core/bvh2/binary/2/BinaryUint32BVH.d.ts.map +0 -1
  3137. package/build/core/bvh2/binary/2/BinaryUint32BVH.spec.d.ts.map +0 -1
  3138. package/build/core/bvh2/binary/2/bvh32_query_user_data_overlaps_clipping_volume.d.ts.map +0 -1
  3139. package/build/core/bvh2/binary/2/bvh32_query_user_data_ray.d.ts.map +0 -1
  3140. package/build/core/bvh2/bvh3/BVH.d.ts.map +0 -1
  3141. package/build/core/bvh2/bvh3/BVH.spec.d.ts.map +0 -1
  3142. package/build/core/bvh2/bvh3/BvhClient.d.ts.map +0 -1
  3143. package/build/core/bvh2/bvh3/BvhClient.spec.d.ts.map +0 -1
  3144. package/build/core/bvh2/bvh3/build_triangle_morton_codes.d.ts.map +0 -1
  3145. package/build/core/bvh2/bvh3/ebvh_build_for_geometry_incremental.d.ts.map +0 -1
  3146. package/build/core/bvh2/bvh3/ebvh_build_for_geometry_morton.d.ts.map +0 -1
  3147. package/build/core/bvh2/bvh3/ebvh_build_for_geometry_morton.spec.d.ts.map +0 -1
  3148. package/build/core/bvh2/bvh3/ebvh_build_hierarchy.d.ts.map +0 -1
  3149. package/build/core/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.d.ts.map +0 -1
  3150. package/build/core/bvh2/bvh3/query/BVHQuery.d.ts.map +0 -1
  3151. package/build/core/bvh2/bvh3/query/BVHQueryAny.d.ts.map +0 -1
  3152. package/build/core/bvh2/bvh3/query/BVHQueryIntersectsFrustum.d.ts.map +0 -1
  3153. package/build/core/bvh2/bvh3/query/BVHQueryIntersectsRay.d.ts.map +0 -1
  3154. package/build/core/bvh2/bvh3/query/BVHQueryIntersectsSphere.d.ts.map +0 -1
  3155. package/build/core/bvh2/bvh3/query/bvh_collect_user_data.d.ts.map +0 -1
  3156. package/build/core/bvh2/bvh3/query/bvh_query_leaves_generic.d.ts.map +0 -1
  3157. package/build/core/bvh2/bvh3/query/bvh_query_leaves_generic.spec.d.ts.map +0 -1
  3158. package/build/core/bvh2/bvh3/query/bvh_query_leaves_ray.d.ts.map +0 -1
  3159. package/build/core/bvh2/bvh3/query/bvh_query_leaves_ray.spec.d.ts.map +0 -1
  3160. package/build/core/bvh2/bvh3/query/bvh_query_user_data_generic.d.ts.map +0 -1
  3161. package/build/core/bvh2/bvh3/query/bvh_query_user_data_generic.spec.d.ts.map +0 -1
  3162. package/build/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.d.ts.map +0 -1
  3163. package/build/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.d.ts.map +0 -1
  3164. package/build/core/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.d.ts.map +0 -1
  3165. package/build/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.d.ts.map +0 -1
  3166. package/build/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.d.ts.map +0 -1
  3167. package/build/core/bvh2/traversal/__process_point_if_within_planes.d.ts.map +0 -1
  3168. package/build/core/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.d.ts.map +0 -1
  3169. package/build/core/bvh2/visual/BVHGeometry.d.ts.map +0 -1
  3170. package/build/core/cache/Cache.d.ts.map +0 -1
  3171. package/build/core/cache/Cache.spec.d.ts.map +0 -1
  3172. package/build/core/cache/CacheElement.d.ts.map +0 -1
  3173. package/build/core/cache/CacheV2.d.ts.map +0 -1
  3174. package/build/core/cache/FrequencySketch.d.ts.map +0 -1
  3175. package/build/core/cache/FrequencySketch.spec.d.ts.map +0 -1
  3176. package/build/core/cache/LoadingCache.d.ts.map +0 -1
  3177. package/build/core/cache/LoadingCache.spec.d.ts.map +0 -1
  3178. package/build/core/codegen/LineBuilder.d.ts.map +0 -1
  3179. package/build/core/codegen/LineBuilder.spec.d.ts.map +0 -1
  3180. package/build/core/collection/CuckooFilter.d.ts.map +0 -1
  3181. package/build/core/collection/CuckooFilter.spec.d.ts.map +0 -1
  3182. package/build/core/collection/KeyValuePair.d.ts.map +0 -1
  3183. package/build/core/collection/RingBuffer.d.ts.map +0 -1
  3184. package/build/core/collection/RingBuffer.spec.d.ts.map +0 -1
  3185. package/build/core/collection/SCRATCH_UINT32_TRAVERSAL_STACK.d.ts.map +0 -1
  3186. package/build/core/collection/Stack.d.ts.map +0 -1
  3187. package/build/core/collection/Stack.spec.d.ts.map +0 -1
  3188. package/build/core/collection/array/AbstractArrayIterator.d.ts.map +0 -1
  3189. package/build/core/collection/array/ArrayIteratorRandom.d.ts.map +0 -1
  3190. package/build/core/collection/array/ArrayIteratorSequential.d.ts.map +0 -1
  3191. package/build/core/collection/array/arrayIndexByEquality.d.ts.map +0 -1
  3192. package/build/core/collection/array/arrayPickBestElement.d.ts.map +0 -1
  3193. package/build/core/collection/array/arrayPickBestElement.spec.d.ts.map +0 -1
  3194. package/build/core/collection/array/arrayPickBestElements.d.ts.map +0 -1
  3195. package/build/core/collection/array/arrayPickMinElement.d.ts.map +0 -1
  3196. package/build/core/collection/array/arrayQuickSort.d.ts.map +0 -1
  3197. package/build/core/collection/array/arraySetDiff.d.ts.map +0 -1
  3198. package/build/core/collection/array/arraySetSortingDiff.d.ts.map +0 -1
  3199. package/build/core/collection/array/arraySetSortingDiff.spec.d.ts.map +0 -1
  3200. package/build/core/collection/array/arraySwapElements.d.ts.map +0 -1
  3201. package/build/core/collection/array/array_compute_min_max.d.ts.map +0 -1
  3202. package/build/core/collection/array/array_contains_duplicates.d.ts.map +0 -1
  3203. package/build/core/collection/array/array_contains_duplicates.spec.d.ts.map +0 -1
  3204. package/build/core/collection/array/array_copy.d.ts.map +0 -1
  3205. package/build/core/collection/array/array_copy_entire.d.ts.map +0 -1
  3206. package/build/core/collection/array/array_copy_unique.d.ts.map +0 -1
  3207. package/build/core/collection/array/array_filter_by_multiple.d.ts.map +0 -1
  3208. package/build/core/collection/array/array_get_index_in_range.d.ts.map +0 -1
  3209. package/build/core/collection/array/array_get_index_in_range.spec.d.ts.map +0 -1
  3210. package/build/core/collection/array/array_push_if_unique.d.ts.map +0 -1
  3211. package/build/core/collection/array/array_range_equal_strict.d.ts.map +0 -1
  3212. package/build/core/collection/array/array_remove_element.d.ts.map +0 -1
  3213. package/build/core/collection/array/array_remove_first.d.ts.map +0 -1
  3214. package/build/core/collection/array/array_remove_first.spec.d.ts.map +0 -1
  3215. package/build/core/collection/array/array_replace_all.d.ts.map +0 -1
  3216. package/build/core/collection/array/array_shrink_to_size.d.ts.map +0 -1
  3217. package/build/core/collection/array/array_swap.d.ts.map +0 -1
  3218. package/build/core/collection/array/binarySearchHighIndex.d.ts.map +0 -1
  3219. package/build/core/collection/array/binarySearchHighIndex.spec.d.ts.map +0 -1
  3220. package/build/core/collection/array/binarySearchLowIndex.d.ts.map +0 -1
  3221. package/build/core/collection/array/computeArrayMax.d.ts.map +0 -1
  3222. package/build/core/collection/array/computeArrayMin.d.ts.map +0 -1
  3223. package/build/core/collection/array/computeHashArray.d.ts.map +0 -1
  3224. package/build/core/collection/array/computeHashIntegerArray.d.ts.map +0 -1
  3225. package/build/core/collection/array/fastArrayEquals.d.ts.map +0 -1
  3226. package/build/core/collection/array/groupArrayBy.d.ts.map +0 -1
  3227. package/build/core/collection/array/isArrayEqual.d.ts.map +0 -1
  3228. package/build/core/collection/array/isArrayEqualStrict.d.ts.map +0 -1
  3229. package/build/core/collection/array/isArraysEqualWithComparator.d.ts.map +0 -1
  3230. package/build/core/collection/array/randomMultipleFromArray.d.ts.map +0 -1
  3231. package/build/core/collection/array/randomizeArrayElementOrder.d.ts.map +0 -1
  3232. package/build/core/collection/array/randomizeArrayElementOrder.spec.d.ts.map +0 -1
  3233. package/build/core/collection/array/typed/isTypedArray.d.ts.map +0 -1
  3234. package/build/core/collection/array/typed/is_typed_array_equals.d.ts.map +0 -1
  3235. package/build/core/collection/array/typed/is_typed_array_equals.spec.d.ts.map +0 -1
  3236. package/build/core/collection/array/typed/typedArrayToDataType.d.ts.map +0 -1
  3237. package/build/core/collection/array/typed/typed_array_copy.d.ts.map +0 -1
  3238. package/build/core/collection/array/typed/typed_array_is_integer.d.ts.map +0 -1
  3239. package/build/core/collection/array/typed/uint_array_for_count.d.ts.map +0 -1
  3240. package/build/core/collection/array/weightedRandomFromArray.d.ts.map +0 -1
  3241. package/build/core/collection/array/weightedRandomFromArray.spec.d.ts.map +0 -1
  3242. package/build/core/collection/collectIteratorValueToArray.d.ts.map +0 -1
  3243. package/build/core/collection/heap/FastBinaryHeap.d.ts.map +0 -1
  3244. package/build/core/collection/heap/FastBinaryHeap.spec.d.ts.map +0 -1
  3245. package/build/core/collection/heap/Uin32Heap.spec.d.ts.map +0 -1
  3246. package/build/core/collection/heap/Uint32Heap.d.ts.map +0 -1
  3247. package/build/core/collection/list/FilteredListProjection.d.ts.map +0 -1
  3248. package/build/core/collection/list/List.d.ts.map +0 -1
  3249. package/build/core/collection/list/List.spec.d.ts.map +0 -1
  3250. package/build/core/collection/list/ListForwarder.d.ts.map +0 -1
  3251. package/build/core/collection/list/ListForwarder.spec.d.ts.map +0 -1
  3252. package/build/core/collection/list/SortedListProjection.d.ts.map +0 -1
  3253. package/build/core/collection/map/AbstractAsyncMap.d.ts.map +0 -1
  3254. package/build/core/collection/map/AsyncMapWrapper.d.ts.map +0 -1
  3255. package/build/core/collection/map/BiMap.d.ts.map +0 -1
  3256. package/build/core/collection/map/HashMap.d.ts.map +0 -1
  3257. package/build/core/collection/map/HashMap.spec.d.ts.map +0 -1
  3258. package/build/core/collection/map/ObservedMap.d.ts.map +0 -1
  3259. package/build/core/collection/queue/Deque.d.ts.map +0 -1
  3260. package/build/core/collection/queue/Deque.spec.d.ts.map +0 -1
  3261. package/build/core/collection/set/HashSet.d.ts.map +0 -1
  3262. package/build/core/collection/set/HashSet.spec.d.ts.map +0 -1
  3263. package/build/core/collection/set/Set.d.ts.map +0 -1
  3264. package/build/core/collection/set/compute_set_difference.d.ts.map +0 -1
  3265. package/build/core/collection/set/compute_set_intersection.d.ts.map +0 -1
  3266. package/build/core/collection/set/set_remove.d.ts.map +0 -1
  3267. package/build/core/collection/table/RowFirstTable.d.ts.map +0 -1
  3268. package/build/core/collection/table/RowFirstTable.spec.d.ts.map +0 -1
  3269. package/build/core/collection/table/RowFirstTableSpec.d.ts.map +0 -1
  3270. package/build/core/collection/table/RowFirstTableSpec.spec.d.ts.map +0 -1
  3271. package/build/core/collection/table/deserializeRowFirstTable.d.ts.map +0 -1
  3272. package/build/core/collection/table/serializeRowFirstTable.d.ts.map +0 -1
  3273. package/build/core/color/Color.d.ts.map +0 -1
  3274. package/build/core/color/Color.spec.d.ts.map +0 -1
  3275. package/build/core/color/YCbCr/YCbCr.spec.d.ts.map +0 -1
  3276. package/build/core/color/YCbCr/YCbCr_to_rgb_uint24.d.ts.map +0 -1
  3277. package/build/core/color/YCbCr/rgb_to_YCbCr_uint24.d.ts.map +0 -1
  3278. package/build/core/color/hex/hex2rgb.d.ts.map +0 -1
  3279. package/build/core/color/hex/hex2rgb.spec.d.ts.map +0 -1
  3280. package/build/core/color/hex/rgb2hex.d.ts.map +0 -1
  3281. package/build/core/color/hex/rgb2hex.spec.d.ts.map +0 -1
  3282. package/build/core/color/hsluv/HSLuv.d.ts.map +0 -1
  3283. package/build/core/color/hsv/hsv2rgb.d.ts.map +0 -1
  3284. package/build/core/color/hsv/hsv2rgb.spec.d.ts.map +0 -1
  3285. package/build/core/color/hsv/rgb2hsv.d.ts.map +0 -1
  3286. package/build/core/color/int2rgb.d.ts.map +0 -1
  3287. package/build/core/color/kelvin/kelvin_to_rgb.d.ts.map +0 -1
  3288. package/build/core/color/kelvin/kelvin_to_rgb.spec.d.ts.map +0 -1
  3289. package/build/core/color/kelvin/prototype_kelvin_to_rgb.d.ts.map +0 -1
  3290. package/build/core/color/kelvin/rgb_to_kelvin.d.ts.map +0 -1
  3291. package/build/core/color/kelvin/rgb_to_kelvin.spec.d.ts.map +0 -1
  3292. package/build/core/color/parse_color.d.ts.map +0 -1
  3293. package/build/core/color/parse_color.spec.d.ts.map +0 -1
  3294. package/build/core/color/rgb2uint24.d.ts.map +0 -1
  3295. package/build/core/color/sRGB/linear_to_sRGB.d.ts.map +0 -1
  3296. package/build/core/color/sRGB/sRGB.spec.d.ts.map +0 -1
  3297. package/build/core/color/sRGB/sRGB_to_linear.d.ts.map +0 -1
  3298. package/build/core/color/xyz/XYZ.spec.d.ts.map +0 -1
  3299. package/build/core/color/xyz/rgb_to_xyz.d.ts.map +0 -1
  3300. package/build/core/color/xyz/xyz_to_rgb.d.ts.map +0 -1
  3301. package/build/core/debug/BaseDescription.d.ts.map +0 -1
  3302. package/build/core/debug/BaseMatcher.d.ts.map +0 -1
  3303. package/build/core/debug/Description.d.ts.map +0 -1
  3304. package/build/core/debug/InMemoryDescriptor.d.ts.map +0 -1
  3305. package/build/core/debug/Matcher.d.ts.map +0 -1
  3306. package/build/core/debug/NullDescription.d.ts.map +0 -1
  3307. package/build/core/debug/SelfDescribing.d.ts.map +0 -1
  3308. package/build/core/debug/SelfDescribingValue.d.ts.map +0 -1
  3309. package/build/core/debug/SelfDescribingValueIterator.d.ts.map +0 -1
  3310. package/build/core/debug/matchers/AllOf.d.ts.map +0 -1
  3311. package/build/core/debug/matchers/AnyOf.d.ts.map +0 -1
  3312. package/build/core/debug/matchers/CombinableMatcher.d.ts.map +0 -1
  3313. package/build/core/debug/matchers/DescribeAs.d.ts.map +0 -1
  3314. package/build/core/debug/matchers/IsAnything.d.ts.map +0 -1
  3315. package/build/core/debug/matchers/IsEqual.d.ts.map +0 -1
  3316. package/build/core/debug/matchers/IsIn.d.ts.map +0 -1
  3317. package/build/core/debug/matchers/IsIterableContaining.d.ts.map +0 -1
  3318. package/build/core/debug/matchers/IsNot.d.ts.map +0 -1
  3319. package/build/core/debug/matchers/IsNull.d.ts.map +0 -1
  3320. package/build/core/debug/matchers/IsUndefined.d.ts.map +0 -1
  3321. package/build/core/debug/matchers/matchers.d.ts.map +0 -1
  3322. package/build/core/events/signal/Signal.d.ts.map +0 -1
  3323. package/build/core/events/signal/Signal.spec.d.ts.map +0 -1
  3324. package/build/core/events/signal/SignalBinding.d.ts.map +0 -1
  3325. package/build/core/events/signal/SignalBinding.spec.d.ts.map +0 -1
  3326. package/build/core/events/signal/SignalFlags.d.ts.map +0 -1
  3327. package/build/core/events/signal/SignalHandler.d.ts.map +0 -1
  3328. package/build/core/events/signal/signal_aggregate_by_time_window.d.ts.map +0 -1
  3329. package/build/core/events/signal/signal_filter.d.ts.map +0 -1
  3330. package/build/core/font/FontAsset.d.ts.map +0 -1
  3331. package/build/core/font/FontAssetLoader.d.ts.map +0 -1
  3332. package/build/core/fsm/exceptions/IllegalStateException.d.ts.map +0 -1
  3333. package/build/core/fsm/simple/SimpleStateMachine.d.ts.map +0 -1
  3334. package/build/core/fsm/simple/SimpleStateMachine.spec.d.ts.map +0 -1
  3335. package/build/core/fsm/simple/SimpleStateMachineDescription.d.ts.map +0 -1
  3336. package/build/core/fsm/simple/SimpleStateMachineDescription.spec.d.ts.map +0 -1
  3337. package/build/core/function/FunctionCompiler.d.ts.map +0 -1
  3338. package/build/core/function/chain.d.ts.map +0 -1
  3339. package/build/core/function/extractFunctionBody.d.ts.map +0 -1
  3340. package/build/core/function/extractFunctionBody.spec.d.ts.map +0 -1
  3341. package/build/core/function/makeReturnValue.d.ts.map +0 -1
  3342. package/build/core/function/noop.d.ts.map +0 -1
  3343. package/build/core/function/objectsEqual.d.ts.map +0 -1
  3344. package/build/core/function/passThrough.d.ts.map +0 -1
  3345. package/build/core/function/returnEmptyArray.d.ts.map +0 -1
  3346. package/build/core/function/returnFalse.d.ts.map +0 -1
  3347. package/build/core/function/returnOne.d.ts.map +0 -1
  3348. package/build/core/function/returnTrue.d.ts.map +0 -1
  3349. package/build/core/function/returnZero.d.ts.map +0 -1
  3350. package/build/core/function/strictEquals.d.ts.map +0 -1
  3351. package/build/core/geom/2d/Geometry2D.d.ts.map +0 -1
  3352. package/build/core/geom/2d/Rectangle.d.ts.map +0 -1
  3353. package/build/core/geom/2d/Rectangle.spec.d.ts.map +0 -1
  3354. package/build/core/geom/2d/UvUtils.d.ts.map +0 -1
  3355. package/build/core/geom/2d/UvUtils.spec.d.ts.map +0 -1
  3356. package/build/core/geom/2d/aabb/AABB2.d.ts.map +0 -1
  3357. package/build/core/geom/2d/aabb/AABB2.spec.d.ts.map +0 -1
  3358. package/build/core/geom/2d/aabb/aabb2_compute_center_from_multiple.d.ts.map +0 -1
  3359. package/build/core/geom/2d/aabb/aabb2_compute_center_from_multiple.spec.d.ts.map +0 -1
  3360. package/build/core/geom/2d/aabb/aabb2_compute_overlap.d.ts.map +0 -1
  3361. package/build/core/geom/2d/aabb/aabb2_compute_overlap.spec.d.ts.map +0 -1
  3362. package/build/core/geom/2d/aabb/aabb2_contains.d.ts.map +0 -1
  3363. package/build/core/geom/2d/aabb/aabb2_contains.spec.d.ts.map +0 -1
  3364. package/build/core/geom/2d/aabb/aabb2_distance_sqr_to_point.d.ts.map +0 -1
  3365. package/build/core/geom/2d/aabb/aabb2_distance_to_point.d.ts.map +0 -1
  3366. package/build/core/geom/2d/aabb/aabb2_distance_to_point.spec.d.ts.map +0 -1
  3367. package/build/core/geom/2d/aabb/aabb2_overlap_exists.d.ts.map +0 -1
  3368. package/build/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.d.ts.map +0 -1
  3369. package/build/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.spec.d.ts.map +0 -1
  3370. package/build/core/geom/2d/aabb/aabb2_signed_distance_to_point.d.ts.map +0 -1
  3371. package/build/core/geom/2d/circle/Circle.d.ts.map +0 -1
  3372. package/build/core/geom/2d/circle/circleIntersectsCircle.d.ts.map +0 -1
  3373. package/build/core/geom/2d/circle/circleIntersectsPoint.d.ts.map +0 -1
  3374. package/build/core/geom/2d/circle/computeCircleCirclePenetrationDistance.d.ts.map +0 -1
  3375. package/build/core/geom/2d/compute_polygon_area_2d.d.ts.map +0 -1
  3376. package/build/core/geom/2d/compute_polygon_area_2d.spec.d.ts.map +0 -1
  3377. package/build/core/geom/2d/compute_triangle_area_2d.d.ts.map +0 -1
  3378. package/build/core/geom/2d/compute_triangle_area_2d.spec.d.ts.map +0 -1
  3379. package/build/core/geom/2d/convex-hull/convex_hull_jarvis_2d.d.ts.map +0 -1
  3380. package/build/core/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.d.ts.map +0 -1
  3381. package/build/core/geom/2d/convex-hull/convex_hull_monotone_2d.d.ts.map +0 -1
  3382. package/build/core/geom/2d/convex-hull/convex_hull_monotone_2d.spec.d.ts.map +0 -1
  3383. package/build/core/geom/2d/convex-hull/fixed_convex_hull_humus.d.ts.map +0 -1
  3384. package/build/core/geom/2d/convex-hull/fixed_convex_hull_relaxation.d.ts.map +0 -1
  3385. package/build/core/geom/2d/convex-hull/orientation3.d.ts.map +0 -1
  3386. package/build/core/geom/2d/convex-hull/orientation3_array.d.ts.map +0 -1
  3387. package/build/core/geom/2d/convex-hull/orientation3_v2.d.ts.map +0 -1
  3388. package/build/core/geom/2d/intersect_ray_2d.d.ts.map +0 -1
  3389. package/build/core/geom/2d/line/line_segment_compute_line_segment_intersection_2d.d.ts.map +0 -1
  3390. package/build/core/geom/2d/line/line_segment_compute_line_segment_intersection_array_2d.d.ts.map +0 -1
  3391. package/build/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_2d.d.ts.map +0 -1
  3392. package/build/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_array_2d.d.ts.map +0 -1
  3393. package/build/core/geom/2d/line/line_segment_line_segment_intersection_exists_2d.d.ts.map +0 -1
  3394. package/build/core/geom/2d/quad-tree/QuadTreeDatum.d.ts.map +0 -1
  3395. package/build/core/geom/2d/quad-tree/QuadTreeNode.d.ts.map +0 -1
  3396. package/build/core/geom/2d/quad-tree/QuadTreeNode.spec.d.ts.map +0 -1
  3397. package/build/core/geom/2d/quad-tree/qt_collect_by_circle.d.ts.map +0 -1
  3398. package/build/core/geom/2d/quad-tree/qt_match_data_by_circle.d.ts.map +0 -1
  3399. package/build/core/geom/2d/quad-tree/qt_query_data_nearest_to_point.d.ts.map +0 -1
  3400. package/build/core/geom/2d/shape/AbstractShape.d.ts.map +0 -1
  3401. package/build/core/geom/2d/shape/CircleShape.d.ts.map +0 -1
  3402. package/build/core/geom/2d/shape/PointShape.d.ts.map +0 -1
  3403. package/build/core/geom/2d/shape/Shape2DType.d.ts.map +0 -1
  3404. package/build/core/geom/2d/spline_bezier2_2d.d.ts.map +0 -1
  3405. package/build/core/geom/2d/spline_bezier2_2d.spec.d.ts.map +0 -1
  3406. package/build/core/geom/3d/SurfacePoint3.d.ts.map +0 -1
  3407. package/build/core/geom/3d/SurfacePoint3.spec.d.ts.map +0 -1
  3408. package/build/core/geom/3d/aabb/AABB3.d.ts.map +0 -1
  3409. package/build/core/geom/3d/aabb/AABB3.spec.d.ts.map +0 -1
  3410. package/build/core/geom/3d/aabb/aabb3_array_combine.d.ts.map +0 -1
  3411. package/build/core/geom/3d/aabb/aabb3_array_compute_from_sphere.d.ts.map +0 -1
  3412. package/build/core/geom/3d/aabb/aabb3_array_intersects_clipping_volume_array.d.ts.map +0 -1
  3413. package/build/core/geom/3d/aabb/aabb3_array_intersects_frustum_degree.d.ts.map +0 -1
  3414. package/build/core/geom/3d/aabb/aabb3_array_intersects_point.d.ts.map +0 -1
  3415. package/build/core/geom/3d/aabb/aabb3_array_intersects_point.spec.d.ts.map +0 -1
  3416. package/build/core/geom/3d/aabb/aabb3_array_intersects_ray.d.ts.map +0 -1
  3417. package/build/core/geom/3d/aabb/aabb3_array_intersects_ray_array.d.ts.map +0 -1
  3418. package/build/core/geom/3d/aabb/aabb3_array_intersects_sphere.d.ts.map +0 -1
  3419. package/build/core/geom/3d/aabb/aabb3_array_intersects_sphere_array.d.ts.map +0 -1
  3420. package/build/core/geom/3d/aabb/aabb3_array_set.d.ts.map +0 -1
  3421. package/build/core/geom/3d/aabb/aabb3_box_surface_area_2.d.ts.map +0 -1
  3422. package/build/core/geom/3d/aabb/aabb3_build_corners.d.ts.map +0 -1
  3423. package/build/core/geom/3d/aabb/aabb3_build_corners.spec.d.ts.map +0 -1
  3424. package/build/core/geom/3d/aabb/aabb3_build_frustum.d.ts.map +0 -1
  3425. package/build/core/geom/3d/aabb/aabb3_combined_surface_area.d.ts.map +0 -1
  3426. package/build/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.d.ts.map +0 -1
  3427. package/build/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.spec.d.ts.map +0 -1
  3428. package/build/core/geom/3d/aabb/aabb3_compute_half_surface_area.d.ts.map +0 -1
  3429. package/build/core/geom/3d/aabb/aabb3_compute_plane_side.d.ts.map +0 -1
  3430. package/build/core/geom/3d/aabb/aabb3_compute_plane_side.spec.d.ts.map +0 -1
  3431. package/build/core/geom/3d/aabb/aabb3_compute_projected_area.d.ts.map +0 -1
  3432. package/build/core/geom/3d/aabb/aabb3_compute_surface_area.d.ts.map +0 -1
  3433. package/build/core/geom/3d/aabb/aabb3_corner_edge_mapping.d.ts.map +0 -1
  3434. package/build/core/geom/3d/aabb/aabb3_corner_edge_mapping.spec.d.ts.map +0 -1
  3435. package/build/core/geom/3d/aabb/aabb3_detailed_volume_intersection.d.ts.map +0 -1
  3436. package/build/core/geom/3d/aabb/aabb3_edge_corner_mapping.d.ts.map +0 -1
  3437. package/build/core/geom/3d/aabb/aabb3_edge_corner_mapping.spec.d.ts.map +0 -1
  3438. package/build/core/geom/3d/aabb/aabb3_edge_plane_mapping.d.ts.map +0 -1
  3439. package/build/core/geom/3d/aabb/aabb3_estimate_projected_area2.d.ts.map +0 -1
  3440. package/build/core/geom/3d/aabb/aabb3_expand_array.d.ts.map +0 -1
  3441. package/build/core/geom/3d/aabb/aabb3_expand_array.spec.d.ts.map +0 -1
  3442. package/build/core/geom/3d/aabb/aabb3_from_min_max.d.ts.map +0 -1
  3443. package/build/core/geom/3d/aabb/aabb3_from_threejs_geometry.d.ts.map +0 -1
  3444. package/build/core/geom/3d/aabb/aabb3_from_v3_array.d.ts.map +0 -1
  3445. package/build/core/geom/3d/aabb/aabb3_from_v3_array.spec.d.ts.map +0 -1
  3446. package/build/core/geom/3d/aabb/aabb3_from_v3_array_transformed.d.ts.map +0 -1
  3447. package/build/core/geom/3d/aabb/aabb3_intersects_aabb3.d.ts.map +0 -1
  3448. package/build/core/geom/3d/aabb/aabb3_intersects_aabb3.spec.d.ts.map +0 -1
  3449. package/build/core/geom/3d/aabb/aabb3_intersects_clipping_volume_array.d.ts.map +0 -1
  3450. package/build/core/geom/3d/aabb/aabb3_intersects_frustum_degree.d.ts.map +0 -1
  3451. package/build/core/geom/3d/aabb/aabb3_intersects_line_segment.d.ts.map +0 -1
  3452. package/build/core/geom/3d/aabb/aabb3_intersects_ray.d.ts.map +0 -1
  3453. package/build/core/geom/3d/aabb/aabb3_intersects_ray.spec.d.ts.map +0 -1
  3454. package/build/core/geom/3d/aabb/aabb3_matrix4_project.d.ts.map +0 -1
  3455. package/build/core/geom/3d/aabb/aabb3_matrix4_project.spec.d.ts.map +0 -1
  3456. package/build/core/geom/3d/aabb/aabb3_matrix4_project_by_corners.d.ts.map +0 -1
  3457. package/build/core/geom/3d/aabb/aabb3_nearest_point_on_surface.d.ts.map +0 -1
  3458. package/build/core/geom/3d/aabb/aabb3_raycast.d.ts.map +0 -1
  3459. package/build/core/geom/3d/aabb/aabb3_raycast.spec.d.ts.map +0 -1
  3460. package/build/core/geom/3d/aabb/aabb3_score_boxes_SAH.d.ts.map +0 -1
  3461. package/build/core/geom/3d/aabb/aabb3_score_boxes_SAH.spec.d.ts.map +0 -1
  3462. package/build/core/geom/3d/aabb/aabb3_score_boxes_SAH_delta.d.ts.map +0 -1
  3463. package/build/core/geom/3d/aabb/aabb3_signed_distance_sqr_to_point.d.ts.map +0 -1
  3464. package/build/core/geom/3d/aabb/aabb3_signed_distance_to_aabb3.d.ts.map +0 -1
  3465. package/build/core/geom/3d/aabb/aabb3_transformed_compute_plane_side.d.ts.map +0 -1
  3466. package/build/core/geom/3d/aabb/aabb3_unsigned_distance_sqr_to_point.d.ts.map +0 -1
  3467. package/build/core/geom/3d/aabb/compute_aabb_from_points.d.ts.map +0 -1
  3468. package/build/core/geom/3d/aabb/deserializeAABB3.d.ts.map +0 -1
  3469. package/build/core/geom/3d/aabb/deserializeAABB3Encoded_v0.d.ts.map +0 -1
  3470. package/build/core/geom/3d/aabb/deserializeAABB3Quantized16Uint.d.ts.map +0 -1
  3471. package/build/core/geom/3d/aabb/serializeAABB3.d.ts.map +0 -1
  3472. package/build/core/geom/3d/aabb/serializeAABB3Encoded_v0.d.ts.map +0 -1
  3473. package/build/core/geom/3d/aabb/serializeAABB3Quantized16Uint.d.ts.map +0 -1
  3474. package/build/core/geom/3d/apply_mat4_transform_to_direction_v3_array.d.ts.map +0 -1
  3475. package/build/core/geom/3d/apply_mat4_transform_to_v3_array.d.ts.map +0 -1
  3476. package/build/core/geom/3d/compose_matrix4_array.d.ts.map +0 -1
  3477. package/build/core/geom/3d/compute_bounding_sphere_of_2_spheres.d.ts.map +0 -1
  3478. package/build/core/geom/3d/compute_circle_bounding_box.d.ts.map +0 -1
  3479. package/build/core/geom/3d/compute_triangle_normal.d.ts.map +0 -1
  3480. package/build/core/geom/3d/cone/computeConeBoundingBox.d.ts.map +0 -1
  3481. package/build/core/geom/3d/cone/computeConePlaneSide.d.ts.map +0 -1
  3482. package/build/core/geom/3d/cone/computeConePlaneSide.spec.d.ts.map +0 -1
  3483. package/build/core/geom/3d/cone/compute_bounding_cone_of_2_cones.d.ts.map +0 -1
  3484. package/build/core/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.d.ts.map +0 -1
  3485. package/build/core/geom/3d/decompose_matrix_4_array.d.ts.map +0 -1
  3486. package/build/core/geom/3d/eulerAnglesFromMatrix.d.ts.map +0 -1
  3487. package/build/core/geom/3d/frustum/frustum3_computeNearestPointToPoint.d.ts.map +0 -1
  3488. package/build/core/geom/3d/frustum/frustum_from_projection_matrix_array.d.ts.map +0 -1
  3489. package/build/core/geom/3d/frustum/read_cluster_frustum_corners.d.ts.map +0 -1
  3490. package/build/core/geom/3d/frustum/read_three_planes_to_array.d.ts.map +0 -1
  3491. package/build/core/geom/3d/frustum/slice_frustum_linear_to_points.d.ts.map +0 -1
  3492. package/build/core/geom/3d/line/line3_computeSegmentPointDistance_sqr.d.ts.map +0 -1
  3493. package/build/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts.map +0 -1
  3494. package/build/core/geom/3d/line/line3_compute_nearest_point_to_point.spec.d.ts.map +0 -1
  3495. package/build/core/geom/3d/mat4/MATRIX_4_IDENTITY.d.ts.map +0 -1
  3496. package/build/core/geom/3d/mat4/MATRIX_4_IDENTITY.spec.d.ts.map +0 -1
  3497. package/build/core/geom/3d/mat4/allocate_transform_m4.d.ts.map +0 -1
  3498. package/build/core/geom/3d/mat4/m4_make_translation.d.ts.map +0 -1
  3499. package/build/core/geom/3d/mat4/m4_multiply.d.ts.map +0 -1
  3500. package/build/core/geom/3d/mat4/m4_multiply.spec.d.ts.map +0 -1
  3501. package/build/core/geom/3d/mat4/m4_multiply_alphatensor.d.ts.map +0 -1
  3502. package/build/core/geom/3d/mat4/m4_multiply_alphatensor.spec.d.ts.map +0 -1
  3503. package/build/core/geom/3d/morton/Morton.d.ts.map +0 -1
  3504. package/build/core/geom/3d/morton/mortonEncode_LUT.d.ts.map +0 -1
  3505. package/build/core/geom/3d/morton/mortonEncode_magicbits.d.ts.map +0 -1
  3506. package/build/core/geom/3d/morton/reinterpret_float32_as_int32.d.ts.map +0 -1
  3507. package/build/core/geom/3d/morton/split_by_2.d.ts.map +0 -1
  3508. package/build/core/geom/3d/morton/split_by_3.d.ts.map +0 -1
  3509. package/build/core/geom/3d/morton/v3_morton_encode_bounded.d.ts.map +0 -1
  3510. package/build/core/geom/3d/morton/v3_morton_encode_transformed.d.ts.map +0 -1
  3511. package/build/core/geom/3d/morton/v3_morton_encode_transformed.spec.d.ts.map +0 -1
  3512. package/build/core/geom/3d/normal/hemioct/decode_hemioct_to_unit.d.ts.map +0 -1
  3513. package/build/core/geom/3d/normal/hemioct/encode_unit3_hemioct.d.ts.map +0 -1
  3514. package/build/core/geom/3d/normal/hemioct/unit_hemioct.spec.d.ts.map +0 -1
  3515. package/build/core/geom/3d/normal/lamber_azimuth/transform.d.ts.map +0 -1
  3516. package/build/core/geom/3d/normal/octahedron/decode_octahedron_to_unit.d.ts.map +0 -1
  3517. package/build/core/geom/3d/normal/octahedron/encode_unit_to_octahedron.d.ts.map +0 -1
  3518. package/build/core/geom/3d/normal/octahedron/encoding.spec.d.ts.map +0 -1
  3519. package/build/core/geom/3d/normal/spherical/sphere_map_transform.d.ts.map +0 -1
  3520. package/build/core/geom/3d/plane/is_point_within_planes.d.ts.map +0 -1
  3521. package/build/core/geom/3d/plane/orient3d_fast.d.ts.map +0 -1
  3522. package/build/core/geom/3d/plane/orient3d_robust.d.ts.map +0 -1
  3523. package/build/core/geom/3d/plane/plane3_compute_convex_3_plane_intersection.d.ts.map +0 -1
  3524. package/build/core/geom/3d/plane/plane3_compute_line_segment_intersection.d.ts.map +0 -1
  3525. package/build/core/geom/3d/plane/plane3_compute_plane_intersection.d.ts.map +0 -1
  3526. package/build/core/geom/3d/plane/plane3_compute_ray_intersection.d.ts.map +0 -1
  3527. package/build/core/geom/3d/plane/plane3_intersect_plane.d.ts.map +0 -1
  3528. package/build/core/geom/3d/plane/plane3_lerp.d.ts.map +0 -1
  3529. package/build/core/geom/3d/plane/plane3_lerp_v0.d.ts.map +0 -1
  3530. package/build/core/geom/3d/plane/plane3_projectPoint.d.ts.map +0 -1
  3531. package/build/core/geom/3d/plane/plane3_projectPoint.spec.d.ts.map +0 -1
  3532. package/build/core/geom/3d/plane/plane3_slerp.d.ts.map +0 -1
  3533. package/build/core/geom/3d/plane/plane3_slerp.spec.d.ts.map +0 -1
  3534. package/build/core/geom/3d/plane/plane3_three_compute_convex_3_plane_intersection.d.ts.map +0 -1
  3535. package/build/core/geom/3d/quaternion/quat3_createFromAxisAngle.d.ts.map +0 -1
  3536. package/build/core/geom/3d/quaternion/quat_decode_from_uint32.d.ts.map +0 -1
  3537. package/build/core/geom/3d/quaternion/quat_encode_to_uint32.d.ts.map +0 -1
  3538. package/build/core/geom/3d/ray/ray3_array_apply_matrix4.d.ts.map +0 -1
  3539. package/build/core/geom/3d/ray/ray3_array_compose.d.ts.map +0 -1
  3540. package/build/core/geom/3d/ray/ray3_array_compose.spec.d.ts.map +0 -1
  3541. package/build/core/geom/3d/ray/ray_computeNearestPointToPoint.d.ts.map +0 -1
  3542. package/build/core/geom/3d/ray/ray_distance_to_point.d.ts.map +0 -1
  3543. package/build/core/geom/3d/shape/AbstractShape3D.d.ts.map +0 -1
  3544. package/build/core/geom/3d/shape/TransformedShape3D.d.ts.map +0 -1
  3545. package/build/core/geom/3d/shape/TransformedShape3D.spec.d.ts.map +0 -1
  3546. package/build/core/geom/3d/shape/UnionShape3D.d.ts.map +0 -1
  3547. package/build/core/geom/3d/shape/UnitCubeShape3D.d.ts.map +0 -1
  3548. package/build/core/geom/3d/shape/UnitCubeShape3D.spec.d.ts.map +0 -1
  3549. package/build/core/geom/3d/shape/UnitSphereShape3D.d.ts.map +0 -1
  3550. package/build/core/geom/3d/shape/json/shape_from_json.d.ts.map +0 -1
  3551. package/build/core/geom/3d/shape/json/shape_to_json.d.ts.map +0 -1
  3552. package/build/core/geom/3d/shape/json/shape_to_type.d.ts.map +0 -1
  3553. package/build/core/geom/3d/shape/json/type_adapters.d.ts.map +0 -1
  3554. package/build/core/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.d.ts.map +0 -1
  3555. package/build/core/geom/3d/shape/util/shape_to_visual_entity.d.ts.map +0 -1
  3556. package/build/core/geom/3d/sphere/harmonics/sh3_add.d.ts.map +0 -1
  3557. package/build/core/geom/3d/sphere/harmonics/sh3_basis_at.d.ts.map +0 -1
  3558. package/build/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.d.ts.map +0 -1
  3559. package/build/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.spec.d.ts.map +0 -1
  3560. package/build/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts.map +0 -1
  3561. package/build/core/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.d.ts.map +0 -1
  3562. package/build/core/geom/3d/sphere/in_sphere3d_fast.d.ts.map +0 -1
  3563. package/build/core/geom/3d/sphere/in_sphere3d_robust.d.ts.map +0 -1
  3564. package/build/core/geom/3d/sphere/sphere_array_intersects_point.d.ts.map +0 -1
  3565. package/build/core/geom/3d/sphere/sphere_array_intersects_ray.d.ts.map +0 -1
  3566. package/build/core/geom/3d/sphere/sphere_intersects_point.d.ts.map +0 -1
  3567. package/build/core/geom/3d/sphere/sphere_intersects_point.spec.d.ts.map +0 -1
  3568. package/build/core/geom/3d/sphere/sphere_intersects_ray.d.ts.map +0 -1
  3569. package/build/core/geom/3d/sphere/sphere_intersects_ray.spec.d.ts.map +0 -1
  3570. package/build/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.d.ts.map +0 -1
  3571. package/build/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.spec.d.ts.map +0 -1
  3572. package/build/core/geom/3d/tetrahedra/TetrahedralMesh.d.ts.map +0 -1
  3573. package/build/core/geom/3d/tetrahedra/TetrahedralMesh.spec.d.ts.map +0 -1
  3574. package/build/core/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.d.ts.map +0 -1
  3575. package/build/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.d.ts.map +0 -1
  3576. package/build/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.d.ts.map +0 -1
  3577. package/build/core/geom/3d/tetrahedra/compute_circumsphere.d.ts.map +0 -1
  3578. package/build/core/geom/3d/tetrahedra/delaunay/Cavity.d.ts.map +0 -1
  3579. package/build/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.d.ts.map +0 -1
  3580. package/build/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.d.ts.map +0 -1
  3581. package/build/core/geom/3d/tetrahedra/delaunay/debug/debug_validate_mesh.d.ts.map +0 -1
  3582. package/build/core/geom/3d/tetrahedra/delaunay/debug/push_boundary_with_validation.d.ts.map +0 -1
  3583. package/build/core/geom/3d/tetrahedra/delaunay/debug/validate_cavity_boundary.d.ts.map +0 -1
  3584. package/build/core/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.d.ts.map +0 -1
  3585. package/build/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.d.ts.map +0 -1
  3586. package/build/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.d.ts.map +0 -1
  3587. package/build/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.d.ts.map +0 -1
  3588. package/build/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.d.ts.map +0 -1
  3589. package/build/core/geom/3d/tetrahedra/prototypeTetrahedraBuilder.d.ts.map +0 -1
  3590. package/build/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.d.ts.map +0 -1
  3591. package/build/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.d.ts.map +0 -1
  3592. package/build/core/geom/3d/tetrahedra/tetrahedron_contains_point.d.ts.map +0 -1
  3593. package/build/core/geom/3d/tetrahedra/tetrahedron_contains_point.spec.d.ts.map +0 -1
  3594. package/build/core/geom/3d/tetrahedra/validate_tetrahedral_mesh.d.ts.map +0 -1
  3595. package/build/core/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.d.ts.map +0 -1
  3596. package/build/core/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.d.ts.map +0 -1
  3597. package/build/core/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.d.ts.map +0 -1
  3598. package/build/core/geom/3d/topology/build_face_graph_from_mesh.d.ts.map +0 -1
  3599. package/build/core/geom/3d/topology/compareEdges.d.ts.map +0 -1
  3600. package/build/core/geom/3d/topology/compareFaces.d.ts.map +0 -1
  3601. package/build/core/geom/3d/topology/compareVertices.d.ts.map +0 -1
  3602. package/build/core/geom/3d/topology/computeTopoMeshVertexDuplicates.d.ts.map +0 -1
  3603. package/build/core/geom/3d/topology/debugValidateMesh.d.ts.map +0 -1
  3604. package/build/core/geom/3d/topology/expandConnectivityByLocality.d.ts.map +0 -1
  3605. package/build/core/geom/3d/topology/isEdgeConnectedToOutline.d.ts.map +0 -1
  3606. package/build/core/geom/3d/topology/isVertexConnectedToOutline.d.ts.map +0 -1
  3607. package/build/core/geom/3d/topology/query/query_edge_is_boundary.d.ts.map +0 -1
  3608. package/build/core/geom/3d/topology/query/query_edge_is_manifold.d.ts.map +0 -1
  3609. package/build/core/geom/3d/topology/query/query_edge_is_manifold_or_boundary.d.ts.map +0 -1
  3610. package/build/core/geom/3d/topology/query/query_edge_is_wire.d.ts.map +0 -1
  3611. package/build/core/geom/3d/topology/query/query_edge_other_vertex.d.ts.map +0 -1
  3612. package/build/core/geom/3d/topology/query/query_edge_share_vert.d.ts.map +0 -1
  3613. package/build/core/geom/3d/topology/query/query_face_get_other_edges.d.ts.map +0 -1
  3614. package/build/core/geom/3d/topology/query/query_face_next_vertex.d.ts.map +0 -1
  3615. package/build/core/geom/3d/topology/query/query_face_prev_vertex.d.ts.map +0 -1
  3616. package/build/core/geom/3d/topology/query/query_vertex_in_edge.d.ts.map +0 -1
  3617. package/build/core/geom/3d/topology/query/query_vertex_pair_share_face.d.ts.map +0 -1
  3618. package/build/core/geom/3d/topology/query/query_vertices_in_edge.d.ts.map +0 -1
  3619. package/build/core/geom/3d/topology/samples/sampleFloodFill.d.ts.map +0 -1
  3620. package/build/core/geom/3d/topology/simplify/EdgeCollapseCandidate.d.ts.map +0 -1
  3621. package/build/core/geom/3d/topology/simplify/build_edge_collapse_candidates.d.ts.map +0 -1
  3622. package/build/core/geom/3d/topology/simplify/collapseEdge.d.ts.map +0 -1
  3623. package/build/core/geom/3d/topology/simplify/collapseEdge.spec.d.ts.map +0 -1
  3624. package/build/core/geom/3d/topology/simplify/collapse_all_degenerate_edges.d.ts.map +0 -1
  3625. package/build/core/geom/3d/topology/simplify/collapse_degenerate_edge.d.ts.map +0 -1
  3626. package/build/core/geom/3d/topology/simplify/computeEdgeCollapseCost.d.ts.map +0 -1
  3627. package/build/core/geom/3d/topology/simplify/compute_face_normal_change_dot_product.d.ts.map +0 -1
  3628. package/build/core/geom/3d/topology/simplify/decimate_edge_collapse_snap.d.ts.map +0 -1
  3629. package/build/core/geom/3d/topology/simplify/edge_collapse_quadratic.d.ts.map +0 -1
  3630. package/build/core/geom/3d/topology/simplify/prototypeMeshSimplification.d.ts.map +0 -1
  3631. package/build/core/geom/3d/topology/simplify/quadratic/Quadratic3.d.ts.map +0 -1
  3632. package/build/core/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.d.ts.map +0 -1
  3633. package/build/core/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.d.ts.map +0 -1
  3634. package/build/core/geom/3d/topology/simplify/simplifyTopoMesh.d.ts.map +0 -1
  3635. package/build/core/geom/3d/topology/simplify/simplifyTopoMesh2.d.ts.map +0 -1
  3636. package/build/core/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.d.ts.map +0 -1
  3637. package/build/core/geom/3d/topology/struct/TopoEdge.d.ts.map +0 -1
  3638. package/build/core/geom/3d/topology/struct/TopoEdge.spec.d.ts.map +0 -1
  3639. package/build/core/geom/3d/topology/struct/TopoMesh.d.ts.map +0 -1
  3640. package/build/core/geom/3d/topology/struct/TopoTriangle.d.ts.map +0 -1
  3641. package/build/core/geom/3d/topology/struct/TopoVertex.d.ts.map +0 -1
  3642. package/build/core/geom/3d/topology/struct/TopoVertex.spec.d.ts.map +0 -1
  3643. package/build/core/geom/3d/topology/struct/binary/BinaryElementPool.d.ts.map +0 -1
  3644. package/build/core/geom/3d/topology/struct/binary/BinaryElementPool.spec.d.ts.map +0 -1
  3645. package/build/core/geom/3d/topology/struct/binary/BinaryTopology.d.ts.map +0 -1
  3646. package/build/core/geom/3d/topology/struct/binary/BinaryTopology.spec.d.ts.map +0 -1
  3647. package/build/core/geom/3d/topology/struct/binary/io/OrderedEdge.d.ts.map +0 -1
  3648. package/build/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.d.ts.map +0 -1
  3649. package/build/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.d.ts.map +0 -1
  3650. package/build/core/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.d.ts.map +0 -1
  3651. package/build/core/geom/3d/topology/struct/binary/io/create_edge.d.ts.map +0 -1
  3652. package/build/core/geom/3d/topology/struct/binary/io/get_or_create_edge_map.d.ts.map +0 -1
  3653. package/build/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.d.ts.map +0 -1
  3654. package/build/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.d.ts.map +0 -1
  3655. package/build/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.d.ts.map +0 -1
  3656. package/build/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.d.ts.map +0 -1
  3657. package/build/core/geom/3d/topology/struct/prototypeBinaryTopology.d.ts.map +0 -1
  3658. package/build/core/geom/3d/topology/three_buffer_geometry_to_topo_mesh.d.ts.map +0 -1
  3659. package/build/core/geom/3d/topology/tm_edge_kill.d.ts.map +0 -1
  3660. package/build/core/geom/3d/topology/tm_edge_splice.d.ts.map +0 -1
  3661. package/build/core/geom/3d/topology/tm_face_area.d.ts.map +0 -1
  3662. package/build/core/geom/3d/topology/tm_face_kill.d.ts.map +0 -1
  3663. package/build/core/geom/3d/topology/tm_face_normal.d.ts.map +0 -1
  3664. package/build/core/geom/3d/topology/tm_kill_only_edge.d.ts.map +0 -1
  3665. package/build/core/geom/3d/topology/tm_kill_only_face.d.ts.map +0 -1
  3666. package/build/core/geom/3d/topology/tm_kill_only_vert.d.ts.map +0 -1
  3667. package/build/core/geom/3d/topology/tm_vert_kill.d.ts.map +0 -1
  3668. package/build/core/geom/3d/topology/tm_vert_splice.d.ts.map +0 -1
  3669. package/build/core/geom/3d/topology/tm_vertex_compute_normal.d.ts.map +0 -1
  3670. package/build/core/geom/3d/topology/topo_mesh_to_three_buffer_geometry.d.ts.map +0 -1
  3671. package/build/core/geom/3d/topology/topology_find_broken_links.d.ts.map +0 -1
  3672. package/build/core/geom/3d/topology/update_topo_face_normals.d.ts.map +0 -1
  3673. package/build/core/geom/3d/topology/util/compute_face_connection_weight.d.ts.map +0 -1
  3674. package/build/core/geom/3d/topology/util/mesh_flood_fill.d.ts.map +0 -1
  3675. package/build/core/geom/3d/topology/weld_duplicate_vertices.d.ts.map +0 -1
  3676. package/build/core/geom/3d/triangle/computeTrianglePlaneSide.d.ts.map +0 -1
  3677. package/build/core/geom/3d/triangle/computeTriangleRayIntersection.d.ts.map +0 -1
  3678. package/build/core/geom/3d/triangle/computeTriangleRayIntersection.spec.d.ts.map +0 -1
  3679. package/build/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.d.ts.map +0 -1
  3680. package/build/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.spec.d.ts.map +0 -1
  3681. package/build/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentricEdge.d.ts.map +0 -1
  3682. package/build/core/geom/3d/triangle/computeTriangleSurfaceArea.d.ts.map +0 -1
  3683. package/build/core/geom/3d/triangle/rayTriangleIntersection.d.ts.map +0 -1
  3684. package/build/core/geom/3d/triangle/triangle_intersects_clipping_volume.d.ts.map +0 -1
  3685. package/build/core/geom/3d/util/make_justified_point_grid.d.ts.map +0 -1
  3686. package/build/core/geom/3d/v3_compute_triangle_normal.d.ts.map +0 -1
  3687. package/build/core/geom/3d/v3_compute_triangle_normal.spec.d.ts.map +0 -1
  3688. package/build/core/geom/ConicRay.d.ts.map +0 -1
  3689. package/build/core/geom/ConicRay.spec.d.ts.map +0 -1
  3690. package/build/core/geom/Quaternion.d.ts.map +0 -1
  3691. package/build/core/geom/Quaternion.spec.d.ts.map +0 -1
  3692. package/build/core/geom/Vector1.d.ts.map +0 -1
  3693. package/build/core/geom/Vector1.spec.d.ts.map +0 -1
  3694. package/build/core/geom/Vector2.d.ts.map +0 -1
  3695. package/build/core/geom/Vector2.spec.d.ts.map +0 -1
  3696. package/build/core/geom/Vector3.d.ts.map +0 -1
  3697. package/build/core/geom/Vector3.spec.d.ts.map +0 -1
  3698. package/build/core/geom/Vector4.d.ts.map +0 -1
  3699. package/build/core/geom/Vector4.spec.d.ts.map +0 -1
  3700. package/build/core/geom/mat2/m2_add.d.ts.map +0 -1
  3701. package/build/core/geom/mat2/m2_determinant.d.ts.map +0 -1
  3702. package/build/core/geom/mat2/m2_multiply.d.ts.map +0 -1
  3703. package/build/core/geom/mat2/m2_multiply_scalar.d.ts.map +0 -1
  3704. package/build/core/geom/mat2/m2_multiply_transposed.d.ts.map +0 -1
  3705. package/build/core/geom/mat2/m2_sub_transposed.d.ts.map +0 -1
  3706. package/build/core/geom/mat3/m3_cm_compose_transform.d.ts.map +0 -1
  3707. package/build/core/geom/mat3/m3_cm_extract_rotation.d.ts.map +0 -1
  3708. package/build/core/geom/mat3/m3_cm_from_translation.d.ts.map +0 -1
  3709. package/build/core/geom/mat3/m3_determinant.d.ts.map +0 -1
  3710. package/build/core/geom/mat3/m3_multiply.d.ts.map +0 -1
  3711. package/build/core/geom/mat3/m3_rm_compose_transform.d.ts.map +0 -1
  3712. package/build/core/geom/mat3/m3_rm_extract_scale.d.ts.map +0 -1
  3713. package/build/core/geom/normalize_angle_rad.d.ts.map +0 -1
  3714. package/build/core/geom/normalize_angle_rad.spec.d.ts.map +0 -1
  3715. package/build/core/geom/packing/computeBoundingSphereOfSpheres.d.ts.map +0 -1
  3716. package/build/core/geom/packing/computeBoundingSphereOfSpheres.spec.d.ts.map +0 -1
  3717. package/build/core/geom/packing/max-rect/MaxRectanglesPacker.d.ts.map +0 -1
  3718. package/build/core/geom/packing/max-rect/MaxRectanglesPacker.spec.d.ts.map +0 -1
  3719. package/build/core/geom/packing/max-rect/cost/costByBestShortSide.d.ts.map +0 -1
  3720. package/build/core/geom/packing/max-rect/cost/costByRemainingArea.d.ts.map +0 -1
  3721. package/build/core/geom/packing/max-rect/cutArea.d.ts.map +0 -1
  3722. package/build/core/geom/packing/max-rect/findBestContainer.d.ts.map +0 -1
  3723. package/build/core/geom/packing/max-rect/packMaxRectangles.d.ts.map +0 -1
  3724. package/build/core/geom/packing/max-rect/packOneBox.d.ts.map +0 -1
  3725. package/build/core/geom/packing/max-rect/removeRedundantBoxes.d.ts.map +0 -1
  3726. package/build/core/geom/packing/max-rect/removeRedundantBoxesArray.d.ts.map +0 -1
  3727. package/build/core/geom/packing/miniball/Miniball.d.ts.map +0 -1
  3728. package/build/core/geom/packing/miniball/Miniball.spec.d.ts.map +0 -1
  3729. package/build/core/geom/packing/miniball/PointSet.d.ts.map +0 -1
  3730. package/build/core/geom/packing/miniball/Quality.d.ts.map +0 -1
  3731. package/build/core/geom/packing/miniball/Subspan.d.ts.map +0 -1
  3732. package/build/core/geom/packing/miniball/Subspan.spec.d.ts.map +0 -1
  3733. package/build/core/geom/packing/miniball/miniball_compute_quality.d.ts.map +0 -1
  3734. package/build/core/geom/random/randomPointInBox.d.ts.map +0 -1
  3735. package/build/core/geom/random/randomPointInCircle.d.ts.map +0 -1
  3736. package/build/core/geom/random/randomPointInPoint.d.ts.map +0 -1
  3737. package/build/core/geom/random/randomPointInSphere.d.ts.map +0 -1
  3738. package/build/core/geom/random/randomPointOnBox.d.ts.map +0 -1
  3739. package/build/core/geom/random/randomPointOnBox.spec.d.ts.map +0 -1
  3740. package/build/core/geom/random/randomPointOnSphere.d.ts.map +0 -1
  3741. package/build/core/geom/vec3/v3_allocate.d.ts.map +0 -1
  3742. package/build/core/geom/vec3/v3_angle_atan2_between.d.ts.map +0 -1
  3743. package/build/core/geom/vec3/v3_angle_between.d.ts.map +0 -1
  3744. package/build/core/geom/vec3/v3_angle_cos_between.d.ts.map +0 -1
  3745. package/build/core/geom/vec3/v3_binary_equality_decode.d.ts.map +0 -1
  3746. package/build/core/geom/vec3/v3_binary_equality_encode.d.ts.map +0 -1
  3747. package/build/core/geom/vec3/v3_displace_in_direction.d.ts.map +0 -1
  3748. package/build/core/geom/vec3/v3_distance.d.ts.map +0 -1
  3749. package/build/core/geom/vec3/v3_distance_above_plane.d.ts.map +0 -1
  3750. package/build/core/geom/vec3/v3_distance_above_plane.spec.d.ts.map +0 -1
  3751. package/build/core/geom/vec3/v3_distance_sqr.d.ts.map +0 -1
  3752. package/build/core/geom/vec3/v3_dot.d.ts.map +0 -1
  3753. package/build/core/geom/vec3/v3_dot_array_array.d.ts.map +0 -1
  3754. package/build/core/geom/vec3/v3_length.d.ts.map +0 -1
  3755. package/build/core/geom/vec3/v3_length_sqr.d.ts.map +0 -1
  3756. package/build/core/geom/vec3/v3_lerp.d.ts.map +0 -1
  3757. package/build/core/geom/vec3/v3_normalize_array.d.ts.map +0 -1
  3758. package/build/core/geom/vec3/v3_slerp.d.ts.map +0 -1
  3759. package/build/core/graph/Edge.d.ts.map +0 -1
  3760. package/build/core/graph/Edge.spec.d.ts.map +0 -1
  3761. package/build/core/graph/MultiNode.d.ts.map +0 -1
  3762. package/build/core/graph/SquareMatrix.d.ts.map +0 -1
  3763. package/build/core/graph/SquareMatrix.spec.d.ts.map +0 -1
  3764. package/build/core/graph/WeightedEdge.d.ts.map +0 -1
  3765. package/build/core/graph/cluster_mesh_metis.d.ts.map +0 -1
  3766. package/build/core/graph/coarsen_graph.d.ts.map +0 -1
  3767. package/build/core/graph/coarsen_graph.spec.d.ts.map +0 -1
  3768. package/build/core/graph/coloring/colorizeGraph.d.ts.map +0 -1
  3769. package/build/core/graph/coloring/colorizeGraphGreedy.d.ts.map +0 -1
  3770. package/build/core/graph/coloring/colorizeGraphGreedy.spec.d.ts.map +0 -1
  3771. package/build/core/graph/coloring/colorizeGraphGreedyWeight.d.ts.map +0 -1
  3772. package/build/core/graph/coloring/colorizeGraphMCS.d.ts.map +0 -1
  3773. package/build/core/graph/coloring/validateGraphColoring.d.ts.map +0 -1
  3774. package/build/core/graph/convert_graph_to_dot_string.d.ts.map +0 -1
  3775. package/build/core/graph/convert_graph_to_dot_string.spec.d.ts.map +0 -1
  3776. package/build/core/graph/eigen/eigen_values_find_spectral_gap.d.ts.map +0 -1
  3777. package/build/core/graph/eigen/matrix_eigenvalues_in_place.d.ts.map +0 -1
  3778. package/build/core/graph/eigen/matrix_eigenvalues_in_place.spec.d.ts.map +0 -1
  3779. package/build/core/graph/eigen/matrix_householder_in_place.d.ts.map +0 -1
  3780. package/build/core/graph/eigen/matrix_qr_in_place.d.ts.map +0 -1
  3781. package/build/core/graph/graph_adjacency_matrix.d.ts.map +0 -1
  3782. package/build/core/graph/graph_compute_disconnected_clusters.d.ts.map +0 -1
  3783. package/build/core/graph/graph_degree_matrix.d.ts.map +0 -1
  3784. package/build/core/graph/graph_k_means_cluster.d.ts.map +0 -1
  3785. package/build/core/graph/graph_k_means_cluster.spec.d.ts.map +0 -1
  3786. package/build/core/graph/graph_laplacian_matrix.d.ts.map +0 -1
  3787. package/build/core/graph/layout/CircleLayout.d.ts.map +0 -1
  3788. package/build/core/graph/layout/Connection.d.ts.map +0 -1
  3789. package/build/core/graph/layout/box/BoxLayouter.d.ts.map +0 -1
  3790. package/build/core/graph/layout/box/applyCentralGravityAABB2.d.ts.map +0 -1
  3791. package/build/core/graph/layout/box/forceIntoBox.d.ts.map +0 -1
  3792. package/build/core/graph/layout/box/pullBoxTowardsPoint.d.ts.map +0 -1
  3793. package/build/core/graph/layout/box/resolveAABB2Overlap.d.ts.map +0 -1
  3794. package/build/core/graph/layout/box/resolveBoxOverlapUsingForce.d.ts.map +0 -1
  3795. package/build/core/graph/layout/computeDisconnectedSubGraphs.d.ts.map +0 -1
  3796. package/build/core/graph/metis/metis.d.ts.map +0 -1
  3797. package/build/core/graph/metis/metis_options.d.ts.map +0 -1
  3798. package/build/core/graph/mn_graph_collapse_weighted_edge.d.ts.map +0 -1
  3799. package/build/core/graph/v2/Graph.d.ts.map +0 -1
  3800. package/build/core/graph/v2/Graph.spec.d.ts.map +0 -1
  3801. package/build/core/graph/v2/NodeContainer.d.ts.map +0 -1
  3802. package/build/core/json/JsonUtils.d.ts.map +0 -1
  3803. package/build/core/json/abstractJSONDeserializer.d.ts.map +0 -1
  3804. package/build/core/json/abstractJSONSerializer.d.ts.map +0 -1
  3805. package/build/core/json/objectHasProperty.d.ts.map +0 -1
  3806. package/build/core/json/resolvePath.d.ts.map +0 -1
  3807. package/build/core/json/resolvePath.spec.d.ts.map +0 -1
  3808. package/build/core/json/resolvePathByArray.d.ts.map +0 -1
  3809. package/build/core/lang/reactive/AbstractCachingParser.d.ts.map +0 -1
  3810. package/build/core/lang/reactive/ReactiveOperatorType.d.ts.map +0 -1
  3811. package/build/core/lang/reactive/compileReactiveExpression.d.ts.map +0 -1
  3812. package/build/core/lang/reactive/compileReactiveExpression.spec.d.ts.map +0 -1
  3813. package/build/core/lang/reactive/pegjs/ReactivePegCompiler.d.ts.map +0 -1
  3814. package/build/core/lang/reactive/pegjs/ReactivePegParser.d.ts.map +0 -1
  3815. package/build/core/lang/reactive/pegjs/parser.d.ts.map +0 -1
  3816. package/build/core/lang/reactive/validateReactiveExpression.d.ts.map +0 -1
  3817. package/build/core/localization/LanguageMetadata.d.ts.map +0 -1
  3818. package/build/core/localization/LocaleDataset.d.ts.map +0 -1
  3819. package/build/core/localization/Localization.d.ts.map +0 -1
  3820. package/build/core/localization/LocalizationEngine.d.ts.map +0 -1
  3821. package/build/core/math/DEG_TO_RAD.d.ts.map +0 -1
  3822. package/build/core/math/EPSILON.d.ts.map +0 -1
  3823. package/build/core/math/FLT_EPSILON_32.d.ts.map +0 -1
  3824. package/build/core/math/GOLDEN_RATIO.d.ts.map +0 -1
  3825. package/build/core/math/NumericType.d.ts.map +0 -1
  3826. package/build/core/math/PI2.d.ts.map +0 -1
  3827. package/build/core/math/PI_HALF.d.ts.map +0 -1
  3828. package/build/core/math/RAD_TO_DEG.d.ts.map +0 -1
  3829. package/build/core/math/bell_membership_function.d.ts.map +0 -1
  3830. package/build/core/math/bessel_3.d.ts.map +0 -1
  3831. package/build/core/math/bessel_j0.d.ts.map +0 -1
  3832. package/build/core/math/bessel_j0.spec.d.ts.map +0 -1
  3833. package/build/core/math/clamp.d.ts.map +0 -1
  3834. package/build/core/math/clamp.spec.d.ts.map +0 -1
  3835. package/build/core/math/clamp01.d.ts.map +0 -1
  3836. package/build/core/math/computeGreatestCommonDivisor.d.ts.map +0 -1
  3837. package/build/core/math/computeGreatestCommonDivisor.spec.d.ts.map +0 -1
  3838. package/build/core/math/computeIsoscelesTriangleApexAngle.d.ts.map +0 -1
  3839. package/build/core/math/computeIsoscelesTriangleApexAngle.spec.d.ts.map +0 -1
  3840. package/build/core/math/computeWholeDivisorLow.d.ts.map +0 -1
  3841. package/build/core/math/computeWholeDivisorLow.spec.d.ts.map +0 -1
  3842. package/build/core/math/copysign.d.ts.map +0 -1
  3843. package/build/core/math/copysign.spec.d.ts.map +0 -1
  3844. package/build/core/math/epsilonEquals.d.ts.map +0 -1
  3845. package/build/core/math/exp2.d.ts.map +0 -1
  3846. package/build/core/math/fabsf.d.ts.map +0 -1
  3847. package/build/core/math/fract.d.ts.map +0 -1
  3848. package/build/core/math/fract.spec.d.ts.map +0 -1
  3849. package/build/core/math/gaussian.d.ts.map +0 -1
  3850. package/build/core/math/hash/computeHashFloatArray.d.ts.map +0 -1
  3851. package/build/core/math/hash/computeHashFloatArray.spec.d.ts.map +0 -1
  3852. package/build/core/math/hash/computeObjectHash.d.ts.map +0 -1
  3853. package/build/core/math/hash/computeObjectHash.spec.d.ts.map +0 -1
  3854. package/build/core/math/hash/murmur3_32.d.ts.map +0 -1
  3855. package/build/core/math/hash/murmur3_32.spec.d.ts.map +0 -1
  3856. package/build/core/math/hash/squirrel3.d.ts.map +0 -1
  3857. package/build/core/math/hash/squirrel3.spec.d.ts.map +0 -1
  3858. package/build/core/math/interval/NumericInterval.d.ts.map +0 -1
  3859. package/build/core/math/interval/NumericInterval.spec.d.ts.map +0 -1
  3860. package/build/core/math/interval/intersects1D.d.ts.map +0 -1
  3861. package/build/core/math/interval/isValueBetween.d.ts.map +0 -1
  3862. package/build/core/math/interval/isValueBetween.spec.d.ts.map +0 -1
  3863. package/build/core/math/interval/isValueBetweenInclusive.d.ts.map +0 -1
  3864. package/build/core/math/interval/isValueBetweenInclusive.spec.d.ts.map +0 -1
  3865. package/build/core/math/interval/overlap1D.d.ts.map +0 -1
  3866. package/build/core/math/interval/overlap1D.spec.d.ts.map +0 -1
  3867. package/build/core/math/inverseLerp.d.ts.map +0 -1
  3868. package/build/core/math/inverseLerp.spec.d.ts.map +0 -1
  3869. package/build/core/math/isPowerOfTwo.spec.d.ts.map +0 -1
  3870. package/build/core/math/isPowerOrTwo.d.ts.map +0 -1
  3871. package/build/core/math/isqrt.d.ts.map +0 -1
  3872. package/build/core/math/isqrt.spec.d.ts.map +0 -1
  3873. package/build/core/math/lerp.d.ts.map +0 -1
  3874. package/build/core/math/lerp.spec.d.ts.map +0 -1
  3875. package/build/core/math/makeSequenceLoop.d.ts.map +0 -1
  3876. package/build/core/math/max.spec.d.ts.map +0 -1
  3877. package/build/core/math/max2.d.ts.map +0 -1
  3878. package/build/core/math/max2.spec.d.ts.map +0 -1
  3879. package/build/core/math/max3.d.ts.map +0 -1
  3880. package/build/core/math/max3.spec.d.ts.map +0 -1
  3881. package/build/core/math/min2.d.ts.map +0 -1
  3882. package/build/core/math/min2.spec.d.ts.map +0 -1
  3883. package/build/core/math/min3.d.ts.map +0 -1
  3884. package/build/core/math/min3.spec.d.ts.map +0 -1
  3885. package/build/core/math/mix.d.ts.map +0 -1
  3886. package/build/core/math/modified_bessel_i0.d.ts.map +0 -1
  3887. package/build/core/math/newton_solver_1d.d.ts.map +0 -1
  3888. package/build/core/math/newton_solver_1d.spec.d.ts.map +0 -1
  3889. package/build/core/math/noise/create_simplex_noise_2d.d.ts.map +0 -1
  3890. package/build/core/math/noise/create_simplex_noise_2d.spec.d.ts.map +0 -1
  3891. package/build/core/math/noise/curl_noise_3d.d.ts.map +0 -1
  3892. package/build/core/math/noise/curl_noise_3dt.d.ts.map +0 -1
  3893. package/build/core/math/noise/noise_octaves.d.ts.map +0 -1
  3894. package/build/core/math/noise/sdnoise.d.ts.map +0 -1
  3895. package/build/core/math/noise/sdnoise.spec.d.ts.map +0 -1
  3896. package/build/core/math/physics/brdf/D_GGX.d.ts.map +0 -1
  3897. package/build/core/math/physics/brdf/brdf_burley.d.ts.map +0 -1
  3898. package/build/core/math/physics/bsdf/bsdf_schlick.d.ts.map +0 -1
  3899. package/build/core/math/physics/irradiance/interpolate_irradiance_linear.d.ts.map +0 -1
  3900. package/build/core/math/physics/irradiance/interpolate_irradiance_linear.spec.d.ts.map +0 -1
  3901. package/build/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.d.ts.map +0 -1
  3902. package/build/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.spec.d.ts.map +0 -1
  3903. package/build/core/math/physics/irradiance/interpolate_irradiance_smith.d.ts.map +0 -1
  3904. package/build/core/math/physics/irradiance/interpolate_irradiance_smith.spec.d.ts.map +0 -1
  3905. package/build/core/math/physics/spring/computeHookeForce.d.ts.map +0 -1
  3906. package/build/core/math/pingpong.d.ts.map +0 -1
  3907. package/build/core/math/pingpong.spec.d.ts.map +0 -1
  3908. package/build/core/math/random/MersenneTwister.d.ts.map +0 -1
  3909. package/build/core/math/random/MersenneTwister.spec.d.ts.map +0 -1
  3910. package/build/core/math/random/generate_halton_jitter.d.ts.map +0 -1
  3911. package/build/core/math/random/randomBytes.d.ts.map +0 -1
  3912. package/build/core/math/random/randomFloatBetween.d.ts.map +0 -1
  3913. package/build/core/math/random/randomFloatBetween.spec.d.ts.map +0 -1
  3914. package/build/core/math/random/randomFromArray.d.ts.map +0 -1
  3915. package/build/core/math/random/randomGaussian.d.ts.map +0 -1
  3916. package/build/core/math/random/randomGaussian.spec.d.ts.map +0 -1
  3917. package/build/core/math/random/randomIntegerBetween.d.ts.map +0 -1
  3918. package/build/core/math/random/randomIntegerBetween.spec.d.ts.map +0 -1
  3919. package/build/core/math/random/randomUint8.d.ts.map +0 -1
  3920. package/build/core/math/random/roundFair.d.ts.map +0 -1
  3921. package/build/core/math/random/roundFair.spec.d.ts.map +0 -1
  3922. package/build/core/math/random/seededRandom.d.ts.map +0 -1
  3923. package/build/core/math/random/seededRandomMersenneTwister.d.ts.map +0 -1
  3924. package/build/core/math/random/seededRandomMersenneTwister.spec.d.ts.map +0 -1
  3925. package/build/core/math/random/seededRandom_Mulberry32.d.ts.map +0 -1
  3926. package/build/core/math/random/seededRandom_Mulberry32.spec.d.ts.map +0 -1
  3927. package/build/core/math/random/seededRandom_sine.d.ts.map +0 -1
  3928. package/build/core/math/remap.d.ts.map +0 -1
  3929. package/build/core/math/remap.spec.d.ts.map +0 -1
  3930. package/build/core/math/separation1D.d.ts.map +0 -1
  3931. package/build/core/math/sign.d.ts.map +0 -1
  3932. package/build/core/math/sign.spec.d.ts.map +0 -1
  3933. package/build/core/math/sign_not_zero.d.ts.map +0 -1
  3934. package/build/core/math/smoothStep.d.ts.map +0 -1
  3935. package/build/core/math/smoothStep.spec.d.ts.map +0 -1
  3936. package/build/core/math/solveQuadratic.d.ts.map +0 -1
  3937. package/build/core/math/solveQuadratic.spec.d.ts.map +0 -1
  3938. package/build/core/math/spline/catmull_rom_compute_T.d.ts.map +0 -1
  3939. package/build/core/math/spline/computeCatmullRomSpline.d.ts.map +0 -1
  3940. package/build/core/math/spline/computeCatmullRomSplineUniformDistance.d.ts.map +0 -1
  3941. package/build/core/math/spline/computeNonuniformCatmullRomSplineSample.d.ts.map +0 -1
  3942. package/build/core/math/spline/cubicCurve.d.ts.map +0 -1
  3943. package/build/core/math/spline/cubicCurve.spec.d.ts.map +0 -1
  3944. package/build/core/math/spline/interpolate_bicubic.d.ts.map +0 -1
  3945. package/build/core/math/spline/makeCubicCurve.d.ts.map +0 -1
  3946. package/build/core/math/spline/makeCubicCurve.spec.d.ts.map +0 -1
  3947. package/build/core/math/spline/spline_bezier2.d.ts.map +0 -1
  3948. package/build/core/math/spline/spline_bezier2.spec.d.ts.map +0 -1
  3949. package/build/core/math/spline/spline_bezier3.d.ts.map +0 -1
  3950. package/build/core/math/spline/spline_bezier3_bounds.d.ts.map +0 -1
  3951. package/build/core/math/spline/spline_bezier3_bounds.spec.d.ts.map +0 -1
  3952. package/build/core/math/spline/v3_computeCatmullRomSplineUniformDistance.d.ts.map +0 -1
  3953. package/build/core/math/sqr.d.ts.map +0 -1
  3954. package/build/core/math/statistics/computeSampleSize_Cochran.d.ts.map +0 -1
  3955. package/build/core/math/statistics/computeSampleSize_Cochran.spec.d.ts.map +0 -1
  3956. package/build/core/math/statistics/computeStatisticalMean.d.ts.map +0 -1
  3957. package/build/core/math/statistics/computeStatisticalMean.spec.d.ts.map +0 -1
  3958. package/build/core/math/statistics/computeStatisticalMedian.d.ts.map +0 -1
  3959. package/build/core/math/statistics/computeStatisticalPartialMedian.d.ts.map +0 -1
  3960. package/build/core/math/statistics/computeStatisticalPartialMedian.spec.d.ts.map +0 -1
  3961. package/build/core/math/statistics/computeStatisticalPercentile.d.ts.map +0 -1
  3962. package/build/core/math/statistics/computeStatisticalPercentile.spec.d.ts.map +0 -1
  3963. package/build/core/math/statistics/computeStatisticalStandardDeviation.d.ts.map +0 -1
  3964. package/build/core/math/statistics/computeStatisticalVariance.d.ts.map +0 -1
  3965. package/build/core/math/statistics/computeStatisticalVariance.spec.d.ts.map +0 -1
  3966. package/build/core/math/statistics/halton_sequence.d.ts.map +0 -1
  3967. package/build/core/math/statistics/halton_sequence.spec.d.ts.map +0 -1
  3968. package/build/core/math/vector_nd_dot.d.ts.map +0 -1
  3969. package/build/core/math/vector_nd_normalize.d.ts.map +0 -1
  3970. package/build/core/math/vector_nd_normalize.spec.d.ts.map +0 -1
  3971. package/build/core/model/BooleanVector3.d.ts.map +0 -1
  3972. package/build/core/model/BooleanVector3.spec.d.ts.map +0 -1
  3973. package/build/core/model/BoundedValue.spec.d.ts.map +0 -1
  3974. package/build/core/model/DebouncedObservedBoolean.d.ts.map +0 -1
  3975. package/build/core/model/ModuleRegistry.d.ts.map +0 -1
  3976. package/build/core/model/ModuleRegistry.spec.d.ts.map +0 -1
  3977. package/build/core/model/ObservedBoolean.d.ts.map +0 -1
  3978. package/build/core/model/ObservedBoolean.spec.d.ts.map +0 -1
  3979. package/build/core/model/ObservedEnum.d.ts.map +0 -1
  3980. package/build/core/model/ObservedInteger.d.ts.map +0 -1
  3981. package/build/core/model/ObservedInteger.spec.d.ts.map +0 -1
  3982. package/build/core/model/ObservedString.d.ts.map +0 -1
  3983. package/build/core/model/ObservedValue.d.ts.map +0 -1
  3984. package/build/core/model/ResourceAccessKind.d.ts.map +0 -1
  3985. package/build/core/model/ResourceAccessSpecification.d.ts.map +0 -1
  3986. package/build/core/model/node-graph/Connection.d.ts.map +0 -1
  3987. package/build/core/model/node-graph/Connection.spec.d.ts.map +0 -1
  3988. package/build/core/model/node-graph/DataType.d.ts.map +0 -1
  3989. package/build/core/model/node-graph/DataType.spec.d.ts.map +0 -1
  3990. package/build/core/model/node-graph/NodeGraph.d.ts.map +0 -1
  3991. package/build/core/model/node-graph/NodeGraph.spec.d.ts.map +0 -1
  3992. package/build/core/model/node-graph/json/deserializeNodeGraphFromJSON.d.ts.map +0 -1
  3993. package/build/core/model/node-graph/json/serializeNodeGraphToJSON.d.ts.map +0 -1
  3994. package/build/core/model/node-graph/node/NodeDescription.d.ts.map +0 -1
  3995. package/build/core/model/node-graph/node/NodeDescription.spec.d.ts.map +0 -1
  3996. package/build/core/model/node-graph/node/NodeInstance.d.ts.map +0 -1
  3997. package/build/core/model/node-graph/node/NodeInstancePortReference.d.ts.map +0 -1
  3998. package/build/core/model/node-graph/node/NodeInstancePortReference.spec.d.ts.map +0 -1
  3999. package/build/core/model/node-graph/node/NodeRegistry.d.ts.map +0 -1
  4000. package/build/core/model/node-graph/node/NodeRegistry.spec.d.ts.map +0 -1
  4001. package/build/core/model/node-graph/node/Port.d.ts.map +0 -1
  4002. package/build/core/model/node-graph/node/Port.spec.d.ts.map +0 -1
  4003. package/build/core/model/node-graph/node/PortDirection.d.ts.map +0 -1
  4004. package/build/core/model/node-graph/node/parameter/NodeParameterDataType.d.ts.map +0 -1
  4005. package/build/core/model/node-graph/node/parameter/NodeParameterDescription.d.ts.map +0 -1
  4006. package/build/core/model/node-graph/util/graph_clone_by_node_subset.d.ts.map +0 -1
  4007. package/build/core/model/node-graph/util/graph_collect_connections_amongst_nodes.d.ts.map +0 -1
  4008. package/build/core/model/node-graph/visual/NodeDescriptionVisualRegistry.d.ts.map +0 -1
  4009. package/build/core/model/node-graph/visual/NodeGraphVisualData.d.ts.map +0 -1
  4010. package/build/core/model/node-graph/visual/NodeVisualData.d.ts.map +0 -1
  4011. package/build/core/model/node-graph/visual/PortVisualData.d.ts.map +0 -1
  4012. package/build/core/model/node-graph/visual/PortVisualData.spec.d.ts.map +0 -1
  4013. package/build/core/model/node-graph/visual/layout/BoxLayoutSpec.d.ts.map +0 -1
  4014. package/build/core/model/node-graph/visual/layout/ConnectedBoxLayouter.d.ts.map +0 -1
  4015. package/build/core/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.d.ts.map +0 -1
  4016. package/build/core/model/node-graph/visual/layout/ConnectionLayoutSpec.d.ts.map +0 -1
  4017. package/build/core/model/object/ImmutableObjectPool.d.ts.map +0 -1
  4018. package/build/core/model/object/ObjectPoolFactory.d.ts.map +0 -1
  4019. package/build/core/model/object/ObjectPoolFactory.spec.d.ts.map +0 -1
  4020. package/build/core/model/object/SimpleObjectPoolFactory.d.ts.map +0 -1
  4021. package/build/core/model/object/compareObjectsByNumericId.d.ts.map +0 -1
  4022. package/build/core/model/object/compareValues.d.ts.map +0 -1
  4023. package/build/core/model/object/invokeObjectClone.d.ts.map +0 -1
  4024. package/build/core/model/object/invokeObjectCompare.d.ts.map +0 -1
  4025. package/build/core/model/object/invokeObjectEquals.d.ts.map +0 -1
  4026. package/build/core/model/object/invokeObjectHash.d.ts.map +0 -1
  4027. package/build/core/model/object/invokeObjectToJSON.d.ts.map +0 -1
  4028. package/build/core/model/object/objectDeepEquals.d.ts.map +0 -1
  4029. package/build/core/model/object/objectDeepEquals.spec.d.ts.map +0 -1
  4030. package/build/core/model/object/objectKeyByValue.d.ts.map +0 -1
  4031. package/build/core/model/object/objectShallowCopyByOwnKeys.d.ts.map +0 -1
  4032. package/build/core/model/object/read_property.d.ts.map +0 -1
  4033. package/build/core/model/object/validatedObjectValueByKey.d.ts.map +0 -1
  4034. package/build/core/model/object/write_property.d.ts.map +0 -1
  4035. package/build/core/model/object/write_property.spec.d.ts.map +0 -1
  4036. package/build/core/model/reactive/evaluation/MultiPredicateEvaluator.d.ts.map +0 -1
  4037. package/build/core/model/reactive/evaluation/MultiPredicateEvaluator.spec.d.ts.map +0 -1
  4038. package/build/core/model/reactive/js/compileReactiveToJS.d.ts.map +0 -1
  4039. package/build/core/model/reactive/js/compileReactiveToJS.spec.d.ts.map +0 -1
  4040. package/build/core/model/reactive/model/ReactiveBinaryExpression.d.ts.map +0 -1
  4041. package/build/core/model/reactive/model/ReactiveExpression.d.ts.map +0 -1
  4042. package/build/core/model/reactive/model/ReactiveUnaryExpression.d.ts.map +0 -1
  4043. package/build/core/model/reactive/model/arithmetic/ReactiveAdd.d.ts.map +0 -1
  4044. package/build/core/model/reactive/model/arithmetic/ReactiveDivide.d.ts.map +0 -1
  4045. package/build/core/model/reactive/model/arithmetic/ReactiveMultiply.d.ts.map +0 -1
  4046. package/build/core/model/reactive/model/arithmetic/ReactiveNegate.d.ts.map +0 -1
  4047. package/build/core/model/reactive/model/arithmetic/ReactiveSubtract.d.ts.map +0 -1
  4048. package/build/core/model/reactive/model/comparative/ReactiveEquals.d.ts.map +0 -1
  4049. package/build/core/model/reactive/model/comparative/ReactiveGreaterThan.d.ts.map +0 -1
  4050. package/build/core/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.d.ts.map +0 -1
  4051. package/build/core/model/reactive/model/comparative/ReactiveLessThan.d.ts.map +0 -1
  4052. package/build/core/model/reactive/model/comparative/ReactiveLessThanOrEqual.d.ts.map +0 -1
  4053. package/build/core/model/reactive/model/comparative/ReactiveNotEquals.d.ts.map +0 -1
  4054. package/build/core/model/reactive/model/logic/ReactiveAnd.d.ts.map +0 -1
  4055. package/build/core/model/reactive/model/logic/ReactiveAnd.spec.d.ts.map +0 -1
  4056. package/build/core/model/reactive/model/logic/ReactiveNot.d.ts.map +0 -1
  4057. package/build/core/model/reactive/model/logic/ReactiveOr.d.ts.map +0 -1
  4058. package/build/core/model/reactive/model/logic/ReactiveOr.spec.d.ts.map +0 -1
  4059. package/build/core/model/reactive/model/terminal/ReactiveLiteralBoolean.d.ts.map +0 -1
  4060. package/build/core/model/reactive/model/terminal/ReactiveLiteralNumber.d.ts.map +0 -1
  4061. package/build/core/model/reactive/model/terminal/ReactiveLiteralString.d.ts.map +0 -1
  4062. package/build/core/model/reactive/model/terminal/ReactiveReference.d.ts.map +0 -1
  4063. package/build/core/model/reactive/model/terminal/ReactiveReference.spec.d.ts.map +0 -1
  4064. package/build/core/model/reactive/model/util/createRandomReactiveExpression.d.ts.map +0 -1
  4065. package/build/core/model/reactive/transform/ReactiveTypeInferrence.d.ts.map +0 -1
  4066. package/build/core/model/reactive/trigger/BlackboardTrigger.d.ts.map +0 -1
  4067. package/build/core/model/reactive/trigger/BlackboardTrigger.spec.d.ts.map +0 -1
  4068. package/build/core/model/reactive/trigger/ReactiveTrigger.d.ts.map +0 -1
  4069. package/build/core/model/reactive/trigger/ReactiveTrigger.spec.d.ts.map +0 -1
  4070. package/build/core/model/scheme/Schema.d.ts.map +0 -1
  4071. package/build/core/model/scheme/SchemeRegistry.d.ts.map +0 -1
  4072. package/build/core/model/stat/LinearModifier.d.ts.map +0 -1
  4073. package/build/core/model/stat/LinearModifier.spec.d.ts.map +0 -1
  4074. package/build/core/model/stat/Stat.d.ts.map +0 -1
  4075. package/build/core/model/stat/Stat.spec.d.ts.map +0 -1
  4076. package/build/core/parser/STRING_TEMPLATE_VARIABLE_REGEX.d.ts.map +0 -1
  4077. package/build/core/parser/seedVariablesIntoTemplateString.d.ts.map +0 -1
  4078. package/build/core/parser/simple/DataType.d.ts.map +0 -1
  4079. package/build/core/parser/simple/ParserError.d.ts.map +0 -1
  4080. package/build/core/parser/simple/Token.d.ts.map +0 -1
  4081. package/build/core/parser/simple/TokenType.d.ts.map +0 -1
  4082. package/build/core/parser/simple/computeDataTypeFromValue.d.ts.map +0 -1
  4083. package/build/core/parser/simple/readBooleanToken.d.ts.map +0 -1
  4084. package/build/core/parser/simple/readHexToken.d.ts.map +0 -1
  4085. package/build/core/parser/simple/readHexToken.spec.d.ts.map +0 -1
  4086. package/build/core/parser/simple/readIdentifierToken.d.ts.map +0 -1
  4087. package/build/core/parser/simple/readIdentifierToken.spec.d.ts.map +0 -1
  4088. package/build/core/parser/simple/readLiteralToken.d.ts.map +0 -1
  4089. package/build/core/parser/simple/readNumberToken.d.ts.map +0 -1
  4090. package/build/core/parser/simple/readNumberToken.spec.d.ts.map +0 -1
  4091. package/build/core/parser/simple/readReferenceToken.d.ts.map +0 -1
  4092. package/build/core/parser/simple/readReferenceToken.spec.d.ts.map +0 -1
  4093. package/build/core/parser/simple/readStringToken.d.ts.map +0 -1
  4094. package/build/core/parser/simple/readStringToken.spec.d.ts.map +0 -1
  4095. package/build/core/parser/simple/readUnsignedIntegerToken.d.ts.map +0 -1
  4096. package/build/core/parser/simple/readUnsignedIntegerToken.spec.d.ts.map +0 -1
  4097. package/build/core/parser/simple/skipWhitespace.d.ts.map +0 -1
  4098. package/build/core/path/PATH_SEPARATOR.d.ts.map +0 -1
  4099. package/build/core/path/computeFileExtension.d.ts.map +0 -1
  4100. package/build/core/path/computeFileExtension.spec.d.ts.map +0 -1
  4101. package/build/core/path/computePathBase.d.ts.map +0 -1
  4102. package/build/core/path/computePathBase.spec.d.ts.map +0 -1
  4103. package/build/core/path/computePathDirectory.d.ts.map +0 -1
  4104. package/build/core/path/computePathDirectory.spec.d.ts.map +0 -1
  4105. package/build/core/primitives/array/compareArrays.d.ts.map +0 -1
  4106. package/build/core/primitives/array/computeIntegerArrayHash.d.ts.map +0 -1
  4107. package/build/core/primitives/array/computeStridedIntegerArrayHash.d.ts.map +0 -1
  4108. package/build/core/primitives/array/computeStridedIntegerArrayHash.spec.d.ts.map +0 -1
  4109. package/build/core/primitives/boolean/compareBooleans.d.ts.map +0 -1
  4110. package/build/core/primitives/numbers/computeHashFloat.d.ts.map +0 -1
  4111. package/build/core/primitives/numbers/computeHashFloat.spec.d.ts.map +0 -1
  4112. package/build/core/primitives/numbers/number_compare_ascending.d.ts.map +0 -1
  4113. package/build/core/primitives/numbers/number_compare_ascending.spec.d.ts.map +0 -1
  4114. package/build/core/primitives/numbers/number_compare_descending.d.ts.map +0 -1
  4115. package/build/core/primitives/numbers/number_compare_descending.spec.d.ts.map +0 -1
  4116. package/build/core/primitives/numbers/number_count_decimals.d.ts.map +0 -1
  4117. package/build/core/primitives/numbers/number_format_by_thousands.d.ts.map +0 -1
  4118. package/build/core/primitives/numbers/number_format_by_thousands.spec.d.ts.map +0 -1
  4119. package/build/core/primitives/numbers/number_pretty_print.d.ts.map +0 -1
  4120. package/build/core/primitives/numbers/number_pretty_print.spec.d.ts.map +0 -1
  4121. package/build/core/primitives/strings/compareStrings.d.ts.map +0 -1
  4122. package/build/core/primitives/strings/compareStrings.spec.d.ts.map +0 -1
  4123. package/build/core/primitives/strings/computeStringHash.d.ts.map +0 -1
  4124. package/build/core/primitives/strings/computeStringHash.spec.d.ts.map +0 -1
  4125. package/build/core/primitives/strings/insert_after.d.ts.map +0 -1
  4126. package/build/core/primitives/strings/insert_after_or_replace.d.ts.map +0 -1
  4127. package/build/core/primitives/strings/insert_before.d.ts.map +0 -1
  4128. package/build/core/primitives/strings/insert_before_or_replace.d.ts.map +0 -1
  4129. package/build/core/primitives/strings/string_capitalize.d.ts.map +0 -1
  4130. package/build/core/primitives/strings/string_capitalize.spec.d.ts.map +0 -1
  4131. package/build/core/primitives/strings/string_compute_byte_size.d.ts.map +0 -1
  4132. package/build/core/primitives/strings/string_compute_common_prefix.d.ts.map +0 -1
  4133. package/build/core/primitives/strings/string_compute_common_prefix.spec.d.ts.map +0 -1
  4134. package/build/core/primitives/strings/string_format_camel_to_kebab.d.ts.map +0 -1
  4135. package/build/core/primitives/strings/string_format_camel_to_kebab.spec.d.ts.map +0 -1
  4136. package/build/core/primitives/strings/string_format_kebab_to_underscore.d.ts.map +0 -1
  4137. package/build/core/primitives/strings/string_strip_trailing.d.ts.map +0 -1
  4138. package/build/core/primitives/strings/string_strip_trailing.spec.d.ts.map +0 -1
  4139. package/build/core/process/BaseProcess.d.ts.map +0 -1
  4140. package/build/core/process/CompositeProcess.d.ts.map +0 -1
  4141. package/build/core/process/Future.d.ts.map +0 -1
  4142. package/build/core/process/ProcessState.d.ts.map +0 -1
  4143. package/build/core/process/PromiseWatcher.d.ts.map +0 -1
  4144. package/build/core/process/PromiseWatcher.spec.d.ts.map +0 -1
  4145. package/build/core/process/SimpleLifecycle.d.ts.map +0 -1
  4146. package/build/core/process/WatchDog.d.ts.map +0 -1
  4147. package/build/core/process/action/AsynchronousAction.d.ts.map +0 -1
  4148. package/build/core/process/action/AsynchronousActionSequence.d.ts.map +0 -1
  4149. package/build/core/process/action/AsynchronousDelayAction.d.ts.map +0 -1
  4150. package/build/core/process/action/PromiseAsynchronousAction.d.ts.map +0 -1
  4151. package/build/core/process/action/SynchronousAction.d.ts.map +0 -1
  4152. package/build/core/process/buildPromiseChain.d.ts.map +0 -1
  4153. package/build/core/process/delay.d.ts.map +0 -1
  4154. package/build/core/process/executor/ConcurrentExecutor.d.ts.map +0 -1
  4155. package/build/core/process/executor/ConcurrentExecutor.spec.d.ts.map +0 -1
  4156. package/build/core/process/executor/profile/ConcurrentExecutorProfiler.d.ts.map +0 -1
  4157. package/build/core/process/executor/profile/Profile.d.ts.map +0 -1
  4158. package/build/core/process/executor/profile/TraceEvent.d.ts.map +0 -1
  4159. package/build/core/process/filter/CollectionParticipationKind.d.ts.map +0 -1
  4160. package/build/core/process/filter/MutableFilter.d.ts.map +0 -1
  4161. package/build/core/process/filter/MutableFilterCollection.d.ts.map +0 -1
  4162. package/build/core/process/matcher/and.d.ts.map +0 -1
  4163. package/build/core/process/matcher/isDefined.d.ts.map +0 -1
  4164. package/build/core/process/matcher/isEqualTo.d.ts.map +0 -1
  4165. package/build/core/process/matcher/isGreaterThan.d.ts.map +0 -1
  4166. package/build/core/process/matcher/isGreaterThanOrEqualTo.d.ts.map +0 -1
  4167. package/build/core/process/matcher/isInstanceOf.d.ts.map +0 -1
  4168. package/build/core/process/matcher/isLessThan.d.ts.map +0 -1
  4169. package/build/core/process/matcher/isLessThanOrEqualTo.d.ts.map +0 -1
  4170. package/build/core/process/matcher/isNull.d.ts.map +0 -1
  4171. package/build/core/process/matcher/isTypeOf.d.ts.map +0 -1
  4172. package/build/core/process/matcher/not.d.ts.map +0 -1
  4173. package/build/core/process/matcher/or.d.ts.map +0 -1
  4174. package/build/core/process/task/RemainingTimeEstimator.d.ts.map +0 -1
  4175. package/build/core/process/task/Task.d.ts.map +0 -1
  4176. package/build/core/process/task/TaskGroup.d.ts.map +0 -1
  4177. package/build/core/process/task/TaskSignal.d.ts.map +0 -1
  4178. package/build/core/process/task/TaskState.d.ts.map +0 -1
  4179. package/build/core/process/task/util/actionTask.d.ts.map +0 -1
  4180. package/build/core/process/task/util/actionTask.spec.d.ts.map +0 -1
  4181. package/build/core/process/task/util/countTask.d.ts.map +0 -1
  4182. package/build/core/process/task/util/countTask.spec.d.ts.map +0 -1
  4183. package/build/core/process/task/util/delayTask.d.ts.map +0 -1
  4184. package/build/core/process/task/util/emptyTask.d.ts.map +0 -1
  4185. package/build/core/process/task/util/failingTask.d.ts.map +0 -1
  4186. package/build/core/process/task/util/futureTask.d.ts.map +0 -1
  4187. package/build/core/process/task/util/iteratorTask.d.ts.map +0 -1
  4188. package/build/core/process/task/util/promiseTask.d.ts.map +0 -1
  4189. package/build/core/process/task/util/randomCountTask.d.ts.map +0 -1
  4190. package/build/core/process/task/util/task_tree_compute_leaf_tasks.d.ts.map +0 -1
  4191. package/build/core/process/task/util/wrapTaskIgnoreFailure.d.ts.map +0 -1
  4192. package/build/core/process/undo/Action.d.ts.map +0 -1
  4193. package/build/core/process/undo/ActionGroup.d.ts.map +0 -1
  4194. package/build/core/process/undo/ActionProcessor.d.ts.map +0 -1
  4195. package/build/core/process/undo/ActionProcessor.spec.d.ts.map +0 -1
  4196. package/build/core/process/undo/Mark.d.ts.map +0 -1
  4197. package/build/core/process/worker/OnDemandWorkerManager.d.ts.map +0 -1
  4198. package/build/core/process/worker/WorkerBuilder.d.ts.map +0 -1
  4199. package/build/core/process/worker/WorkerProxy.d.ts.map +0 -1
  4200. package/build/core/process/worker/extractTransferables.d.ts.map +0 -1
  4201. package/build/core/time/current_time_in_seconds.d.ts.map +0 -1
  4202. package/build/engine/Clock.d.ts.map +0 -1
  4203. package/build/engine/Clock.spec.d.ts.map +0 -1
  4204. package/build/engine/Engine.spec.d.ts.map +0 -1
  4205. package/build/engine/EngineBootstrapper.d.ts.map +0 -1
  4206. package/build/engine/EngineConfiguration.d.ts.map +0 -1
  4207. package/build/engine/EngineHarness.d.ts.map +0 -1
  4208. package/build/engine/EntityCreator.d.ts.map +0 -1
  4209. package/build/engine/__module.d.ts.map +0 -1
  4210. package/build/engine/achievements/Achievement.d.ts.map +0 -1
  4211. package/build/engine/achievements/Achievement.spec.d.ts.map +0 -1
  4212. package/build/engine/achievements/AchievementGateway.d.ts.map +0 -1
  4213. package/build/engine/achievements/AchievementManager.d.ts.map +0 -1
  4214. package/build/engine/achievements/gateway/StorageAchievementGateway.d.ts.map +0 -1
  4215. package/build/engine/animation/AnimatedActions.d.ts.map +0 -1
  4216. package/build/engine/animation/AnimationUtils.d.ts.map +0 -1
  4217. package/build/engine/animation/Animations.d.ts.map +0 -1
  4218. package/build/engine/animation/TransitionFunctions.d.ts.map +0 -1
  4219. package/build/engine/animation/behavior/animateProperty.d.ts.map +0 -1
  4220. package/build/engine/animation/curve/AnimationCurve.d.ts.map +0 -1
  4221. package/build/engine/animation/curve/AnimationCurve.spec.d.ts.map +0 -1
  4222. package/build/engine/animation/curve/Keyframe.d.ts.map +0 -1
  4223. package/build/engine/animation/curve/compression/downsample_float_array.d.ts.map +0 -1
  4224. package/build/engine/animation/curve/compression/downsample_float_array_curve_by_error.d.ts.map +0 -1
  4225. package/build/engine/animation/curve/compression/downsample_float_array_curve_by_error.spec.d.ts.map +0 -1
  4226. package/build/engine/animation/curve/compression/prototypeCurveCompression.d.ts.map +0 -1
  4227. package/build/engine/animation/curve/compression/sample_animation_curve_to_float_array.d.ts.map +0 -1
  4228. package/build/engine/animation/curve/compression/sample_animation_curve_to_float_array.spec.d.ts.map +0 -1
  4229. package/build/engine/animation/curve/compute_curve_aabb.d.ts.map +0 -1
  4230. package/build/engine/animation/curve/draw/build_curve_editor.d.ts.map +0 -1
  4231. package/build/engine/animation/curve/draw/build_plot_entity_from_array.d.ts.map +0 -1
  4232. package/build/engine/animation/curve/draw/build_tangent_editor.d.ts.map +0 -1
  4233. package/build/engine/animation/curve/ecd_bind_animation_curve.d.ts.map +0 -1
  4234. package/build/engine/animation/curve/preset/CURVE_EASE_IN.d.ts.map +0 -1
  4235. package/build/engine/animation/curve/preset/CURVE_EASE_IN_OUT.d.ts.map +0 -1
  4236. package/build/engine/animation/curve/preset/CURVE_EASE_OUT.d.ts.map +0 -1
  4237. package/build/engine/animation/keyed2/AnimationTrack.d.ts.map +0 -1
  4238. package/build/engine/animation/keyed2/AnimationTrackPlayback.d.ts.map +0 -1
  4239. package/build/engine/animation/keyed2/AnimationTrackPlayback.spec.d.ts.map +0 -1
  4240. package/build/engine/animation/keyed2/behavior/AnimationBehavior.d.ts.map +0 -1
  4241. package/build/engine/animation/playAnimationTrack.d.ts.map +0 -1
  4242. package/build/engine/animation/playTrackRealTime.d.ts.map +0 -1
  4243. package/build/engine/animation/removeEntityGenericEffect.d.ts.map +0 -1
  4244. package/build/engine/animation/removeEntityWithMeshParticlesEffect.d.ts.map +0 -1
  4245. package/build/engine/asset/Asset.d.ts.map +0 -1
  4246. package/build/engine/asset/AssetDescription.d.ts.map +0 -1
  4247. package/build/engine/asset/AssetDescription.spec.d.ts.map +0 -1
  4248. package/build/engine/asset/AssetLoadState.d.ts.map +0 -1
  4249. package/build/engine/asset/AssetManager.d.ts.map +0 -1
  4250. package/build/engine/asset/AssetManager.spec.d.ts.map +0 -1
  4251. package/build/engine/asset/AssetRequest.d.ts.map +0 -1
  4252. package/build/engine/asset/AssetRequestScope.d.ts.map +0 -1
  4253. package/build/engine/asset/AssetTransformer.d.ts.map +0 -1
  4254. package/build/engine/asset/CORS/CrossOriginConfig.d.ts.map +0 -1
  4255. package/build/engine/asset/CORS/CrossOriginKind.d.ts.map +0 -1
  4256. package/build/engine/asset/GameAssetType.d.ts.map +0 -1
  4257. package/build/engine/asset/PendingAsset.d.ts.map +0 -1
  4258. package/build/engine/asset/guessAssetType.d.ts.map +0 -1
  4259. package/build/engine/asset/loadAssetAliasList.d.ts.map +0 -1
  4260. package/build/engine/asset/loaders/ArrayBufferLoader.d.ts.map +0 -1
  4261. package/build/engine/asset/loaders/AssetLoader.d.ts.map +0 -1
  4262. package/build/engine/asset/loaders/GLTFAssetLoader.d.ts.map +0 -1
  4263. package/build/engine/asset/loaders/JavascriptAssetLoader.d.ts.map +0 -1
  4264. package/build/engine/asset/loaders/JsonAssetLoader.d.ts.map +0 -1
  4265. package/build/engine/asset/loaders/LegacyThreeJSONAssetLoader.d.ts.map +0 -1
  4266. package/build/engine/asset/loaders/SVGAssetLoader.d.ts.map +0 -1
  4267. package/build/engine/asset/loaders/SoundAssetLoader.d.ts.map +0 -1
  4268. package/build/engine/asset/loaders/TextAssetLoader.d.ts.map +0 -1
  4269. package/build/engine/asset/loaders/async_traverse_three_object.d.ts.map +0 -1
  4270. package/build/engine/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.d.ts.map +0 -1
  4271. package/build/engine/asset/loaders/gltf/computeObjectBoundingSphere.d.ts.map +0 -1
  4272. package/build/engine/asset/loaders/gltf/extensions/MSFT_texture_dds.d.ts.map +0 -1
  4273. package/build/engine/asset/loaders/gltf/isMesh.d.ts.map +0 -1
  4274. package/build/engine/asset/loaders/image/ImageDecoderWorker.d.ts.map +0 -1
  4275. package/build/engine/asset/loaders/image/ImageRGBADataAsset.d.ts.map +0 -1
  4276. package/build/engine/asset/loaders/image/ImageRGBADataLoader.d.ts.map +0 -1
  4277. package/build/engine/asset/loaders/image/codec/Codec.d.ts.map +0 -1
  4278. package/build/engine/asset/loaders/image/codec/CodecWithFallback.d.ts.map +0 -1
  4279. package/build/engine/asset/loaders/image/codec/NativeImageDecoder.d.ts.map +0 -1
  4280. package/build/engine/asset/loaders/image/codec/ThreadedImageDecoder.d.ts.map +0 -1
  4281. package/build/engine/asset/loaders/image/png/PNG.d.ts.map +0 -1
  4282. package/build/engine/asset/loaders/image/png/PNG.spec.d.ts.map +0 -1
  4283. package/build/engine/asset/loaders/image/png/PNGReader.d.ts.map +0 -1
  4284. package/build/engine/asset/loaders/image/png/PNGReader.spec.d.ts.map +0 -1
  4285. package/build/engine/asset/loaders/image/png/PNG_HEADER_BYTES.d.ts.map +0 -1
  4286. package/build/engine/asset/loaders/image/png/crc.d.ts.map +0 -1
  4287. package/build/engine/asset/loaders/image/png/crc.spec.d.ts.map +0 -1
  4288. package/build/engine/asset/loaders/image/png/prototypePNG.d.ts.map +0 -1
  4289. package/build/engine/asset/loaders/material/StaticMaterialCache.d.ts.map +0 -1
  4290. package/build/engine/asset/loaders/material/TextureAttachmensByMaterialType.d.ts.map +0 -1
  4291. package/build/engine/asset/loaders/material/TextureAttachment.d.ts.map +0 -1
  4292. package/build/engine/asset/loaders/material/bitmap2sampler_gl.d.ts.map +0 -1
  4293. package/build/engine/asset/loaders/material/computeHashColor.d.ts.map +0 -1
  4294. package/build/engine/asset/loaders/material/computeImageBitmapEquality.d.ts.map +0 -1
  4295. package/build/engine/asset/loaders/material/computeImageBitmapHash.d.ts.map +0 -1
  4296. package/build/engine/asset/loaders/material/computeMaterialEquality.d.ts.map +0 -1
  4297. package/build/engine/asset/loaders/material/computeMaterialHash.d.ts.map +0 -1
  4298. package/build/engine/asset/loaders/material/computeTextureEquality.d.ts.map +0 -1
  4299. package/build/engine/asset/loaders/material/computeTextureEqualityById.d.ts.map +0 -1
  4300. package/build/engine/asset/loaders/material/computeTextureHash.d.ts.map +0 -1
  4301. package/build/engine/asset/loaders/material/planeHash.d.ts.map +0 -1
  4302. package/build/engine/asset/loaders/material/planesEqual.d.ts.map +0 -1
  4303. package/build/engine/asset/loaders/material/textureHashById.d.ts.map +0 -1
  4304. package/build/engine/asset/loaders/material/traverseMaterialTextures.d.ts.map +0 -1
  4305. package/build/engine/asset/loaders/texture/TextureAssetLoader.d.ts.map +0 -1
  4306. package/build/engine/asset/loaders/texture/cloneTexture.d.ts.map +0 -1
  4307. package/build/engine/asset/loaders/texture/loadDDSTexture.d.ts.map +0 -1
  4308. package/build/engine/asset/loaders/texture/loadStandardImageTexture.d.ts.map +0 -1
  4309. package/build/engine/asset/preloader/AssetLevel.d.ts.map +0 -1
  4310. package/build/engine/asset/preloader/Preloader.d.ts.map +0 -1
  4311. package/build/engine/asset/preloader/extractAssetListFromManager.d.ts.map +0 -1
  4312. package/build/engine/browserInfo.d.ts.map +0 -1
  4313. package/build/engine/compression/CompressionService.d.ts.map +0 -1
  4314. package/build/engine/control/ControlContext.d.ts.map +0 -1
  4315. package/build/engine/control/ControlContext.spec.d.ts.map +0 -1
  4316. package/build/engine/control/ControlContextState.d.ts.map +0 -1
  4317. package/build/engine/control/StatefulController.d.ts.map +0 -1
  4318. package/build/engine/development/performance/AbstractMetric.d.ts.map +0 -1
  4319. package/build/engine/development/performance/MetricCollection.d.ts.map +0 -1
  4320. package/build/engine/development/performance/MetricStatistics.d.ts.map +0 -1
  4321. package/build/engine/development/performance/RingBufferMetric.d.ts.map +0 -1
  4322. package/build/engine/development/performance/monitor/PeriodicConsolePrinter.d.ts.map +0 -1
  4323. package/build/engine/ecs/Entity.d.ts.map +0 -1
  4324. package/build/engine/ecs/Entity.spec.d.ts.map +0 -1
  4325. package/build/engine/ecs/EntityBlueprint.d.ts.map +0 -1
  4326. package/build/engine/ecs/EntityBlueprint.spec.d.ts.map +0 -1
  4327. package/build/engine/ecs/EntityBuilderUtils.d.ts.map +0 -1
  4328. package/build/engine/ecs/EntityComponentDataset.d.ts.map +0 -1
  4329. package/build/engine/ecs/EntityComponentDataset.spec.d.ts.map +0 -1
  4330. package/build/engine/ecs/EntityEventBinding.d.ts.map +0 -1
  4331. package/build/engine/ecs/EntityFlags.d.ts.map +0 -1
  4332. package/build/engine/ecs/EntityManager.d.ts.map +0 -1
  4333. package/build/engine/ecs/EntityManager.spec.d.ts.map +0 -1
  4334. package/build/engine/ecs/EntityObserver.d.ts.map +0 -1
  4335. package/build/engine/ecs/EntityObserver.spec.d.ts.map +0 -1
  4336. package/build/engine/ecs/EntityReference.d.ts.map +0 -1
  4337. package/build/engine/ecs/System.d.ts.map +0 -1
  4338. package/build/engine/ecs/animation/Animation.d.ts.map +0 -1
  4339. package/build/engine/ecs/animation/Animation.spec.d.ts.map +0 -1
  4340. package/build/engine/ecs/animation/AnimationClip.d.ts.map +0 -1
  4341. package/build/engine/ecs/animation/AnimationClip.spec.d.ts.map +0 -1
  4342. package/build/engine/ecs/animation/AnimationClipFlag.d.ts.map +0 -1
  4343. package/build/engine/ecs/animation/AnimationFlags.d.ts.map +0 -1
  4344. package/build/engine/ecs/animation/AnimationOptimizer.d.ts.map +0 -1
  4345. package/build/engine/ecs/animation/AnimationSerializationAdapter.d.ts.map +0 -1
  4346. package/build/engine/ecs/attachment/Attachment.d.ts.map +0 -1
  4347. package/build/engine/ecs/attachment/AttachmentBinding.d.ts.map +0 -1
  4348. package/build/engine/ecs/attachment/AttachmentSystem.d.ts.map +0 -1
  4349. package/build/engine/ecs/attachment/BoneAttachmentBinding.d.ts.map +0 -1
  4350. package/build/engine/ecs/attachment/TransformAttachmentBinding.d.ts.map +0 -1
  4351. package/build/engine/ecs/binding/ComponentPropertyBinding.d.ts.map +0 -1
  4352. package/build/engine/ecs/binding/ComponentPropertyPath.d.ts.map +0 -1
  4353. package/build/engine/ecs/binding/EntityProxyScope.d.ts.map +0 -1
  4354. package/build/engine/ecs/components/Motion.d.ts.map +0 -1
  4355. package/build/engine/ecs/components/MotionSerializationAdapter.d.ts.map +0 -1
  4356. package/build/engine/ecs/components/PropertySet.d.ts.map +0 -1
  4357. package/build/engine/ecs/components/PropertySetSerializationAdapter.d.ts.map +0 -1
  4358. package/build/engine/ecs/components/Script.d.ts.map +0 -1
  4359. package/build/engine/ecs/components/SerializationMetadata.d.ts.map +0 -1
  4360. package/build/engine/ecs/components/SerializationMetadataSerializationAdapter.d.ts.map +0 -1
  4361. package/build/engine/ecs/components/Tag.d.ts.map +0 -1
  4362. package/build/engine/ecs/components/Tag.spec.d.ts.map +0 -1
  4363. package/build/engine/ecs/components/TagEditor.d.ts.map +0 -1
  4364. package/build/engine/ecs/components/TagSerializationAdapter.d.ts.map +0 -1
  4365. package/build/engine/ecs/components/TagSerializationUpgrader_0_1.d.ts.map +0 -1
  4366. package/build/engine/ecs/components/Timer.d.ts.map +0 -1
  4367. package/build/engine/ecs/dynamic_actions/DynamicActor.d.ts.map +0 -1
  4368. package/build/engine/ecs/dynamic_actions/DynamicActorSystem.d.ts.map +0 -1
  4369. package/build/engine/ecs/dynamic_actions/RuleExecution.d.ts.map +0 -1
  4370. package/build/engine/ecs/dynamic_actions/actions/definition/AbstractActionDescription.d.ts.map +0 -1
  4371. package/build/engine/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.d.ts.map +0 -1
  4372. package/build/engine/ecs/dynamic_actions/actions/definition/DelayActionDescription.d.ts.map +0 -1
  4373. package/build/engine/ecs/dynamic_actions/actions/definition/NoopActionDescription.d.ts.map +0 -1
  4374. package/build/engine/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.d.ts.map +0 -1
  4375. package/build/engine/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.d.ts.map +0 -1
  4376. package/build/engine/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.d.ts.map +0 -1
  4377. package/build/engine/ecs/dynamic_actions/actions/definition/WriteToBlackboardActionDescription.d.ts.map +0 -1
  4378. package/build/engine/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.d.ts.map +0 -1
  4379. package/build/engine/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.d.ts.map +0 -1
  4380. package/build/engine/ecs/dynamic_actions/rules/DynamicRuleDescription.d.ts.map +0 -1
  4381. package/build/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.d.ts.map +0 -1
  4382. package/build/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.spec.d.ts.map +0 -1
  4383. package/build/engine/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.d.ts.map +0 -1
  4384. package/build/engine/ecs/evaluation/PointFitnessBinary.d.ts.map +0 -1
  4385. package/build/engine/ecs/evaluation/PointFitnessConstant.d.ts.map +0 -1
  4386. package/build/engine/ecs/evaluation/PointFitnessFunction.d.ts.map +0 -1
  4387. package/build/engine/ecs/evaluation/arithmetic/PointFitnessAdd.d.ts.map +0 -1
  4388. package/build/engine/ecs/evaluation/arithmetic/PointFitnessMultiply.d.ts.map +0 -1
  4389. package/build/engine/ecs/evaluation/complex/PointFitnessGaussianBlur.d.ts.map +0 -1
  4390. package/build/engine/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.d.ts.map +0 -1
  4391. package/build/engine/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.d.ts.map +0 -1
  4392. package/build/engine/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.d.ts.map +0 -1
  4393. package/build/engine/ecs/fow/FogOfWar.d.ts.map +0 -1
  4394. package/build/engine/ecs/fow/FogOfWar.spec.d.ts.map +0 -1
  4395. package/build/engine/ecs/fow/FogOfWarEditor.d.ts.map +0 -1
  4396. package/build/engine/ecs/fow/FogOfWarRevealer.d.ts.map +0 -1
  4397. package/build/engine/ecs/fow/FogOfWarRevealerSystem.d.ts.map +0 -1
  4398. package/build/engine/ecs/fow/FogOfWarSystem.d.ts.map +0 -1
  4399. package/build/engine/ecs/fow/FogOfWarVisibilityPredicate.d.ts.map +0 -1
  4400. package/build/engine/ecs/fow/serialization/FogOfWarRevealerSerializationAdapter.d.ts.map +0 -1
  4401. package/build/engine/ecs/fow/serialization/FogOfWarSerializationAdapter.d.ts.map +0 -1
  4402. package/build/engine/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.d.ts.map +0 -1
  4403. package/build/engine/ecs/fow/shader/FogOfWarRenderer.d.ts.map +0 -1
  4404. package/build/engine/ecs/fow/shader/screenSpaceFogOfWarShader.d.ts.map +0 -1
  4405. package/build/engine/ecs/grid/HeightMap2NormalMap.d.ts.map +0 -1
  4406. package/build/engine/ecs/grid/HeightSampler2NormalSamplerSoft.d.ts.map +0 -1
  4407. package/build/engine/ecs/grid/NormalMap2AOMap.d.ts.map +0 -1
  4408. package/build/engine/ecs/grid/pick.d.ts.map +0 -1
  4409. package/build/engine/ecs/gui/GUIElement.d.ts.map +0 -1
  4410. package/build/engine/ecs/gui/GUIElementEvent.d.ts.map +0 -1
  4411. package/build/engine/ecs/gui/GUIElementSerializationAdapter.d.ts.map +0 -1
  4412. package/build/engine/ecs/gui/GUIElementSystem.d.ts.map +0 -1
  4413. package/build/engine/ecs/gui/hud/HeadsUpDisplay.d.ts.map +0 -1
  4414. package/build/engine/ecs/gui/hud/HeadsUpDisplayFlag.d.ts.map +0 -1
  4415. package/build/engine/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.d.ts.map +0 -1
  4416. package/build/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts.map +0 -1
  4417. package/build/engine/ecs/gui/menu/radial/AnimateAppearance.d.ts.map +0 -1
  4418. package/build/engine/ecs/gui/menu/radial/AnimateDisappearance.d.ts.map +0 -1
  4419. package/build/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts.map +0 -1
  4420. package/build/engine/ecs/gui/menu/radial/RadialMenuSettings.d.ts.map +0 -1
  4421. package/build/engine/ecs/gui/menu/radial/playAnimation.d.ts.map +0 -1
  4422. package/build/engine/ecs/gui/menu/radial/updateAnimationState.d.ts.map +0 -1
  4423. package/build/engine/ecs/gui/parallax/GuiElementParallax.d.ts.map +0 -1
  4424. package/build/engine/ecs/gui/parallax/GuiElementParallaxSystem.d.ts.map +0 -1
  4425. package/build/engine/ecs/gui/position/ViewportPosition.d.ts.map +0 -1
  4426. package/build/engine/ecs/gui/position/ViewportPositionSerializationAdapter.d.ts.map +0 -1
  4427. package/build/engine/ecs/gui/position/ViewportPositionSystem.d.ts.map +0 -1
  4428. package/build/engine/ecs/gui/view/ButtonViewEntity.d.ts.map +0 -1
  4429. package/build/engine/ecs/gui/view/LocalizedLabelViewEntity.d.ts.map +0 -1
  4430. package/build/engine/ecs/gui/view/ViewEntity.d.ts.map +0 -1
  4431. package/build/engine/ecs/guid/GUID.d.ts.map +0 -1
  4432. package/build/engine/ecs/guid/GUID.spec.d.ts.map +0 -1
  4433. package/build/engine/ecs/guid/GUIDSerializationAdapter.d.ts.map +0 -1
  4434. package/build/engine/ecs/guid/GUIDSerializationAdapter.spec.d.ts.map +0 -1
  4435. package/build/engine/ecs/ik/IKConstraint.d.ts.map +0 -1
  4436. package/build/engine/ecs/ik/IKProblem.d.ts.map +0 -1
  4437. package/build/engine/ecs/ik/IKSolver.d.ts.map +0 -1
  4438. package/build/engine/ecs/ik/InverseKinematics.d.ts.map +0 -1
  4439. package/build/engine/ecs/ik/InverseKinematicsSerializationAdapter.d.ts.map +0 -1
  4440. package/build/engine/ecs/ik/InverseKinematicsSystem.d.ts.map +0 -1
  4441. package/build/engine/ecs/ik/OneBoneSurfaceAlignmentSolver.d.ts.map +0 -1
  4442. package/build/engine/ecs/ik/TwoBoneInverseKinematicsSolver.d.ts.map +0 -1
  4443. package/build/engine/ecs/parent/ChildEntities.d.ts.map +0 -1
  4444. package/build/engine/ecs/parent/EntityNode.d.ts.map +0 -1
  4445. package/build/engine/ecs/parent/EntityNode.spec.d.ts.map +0 -1
  4446. package/build/engine/ecs/parent/EntityNodeFlags.d.ts.map +0 -1
  4447. package/build/engine/ecs/parent/FaceEditor.d.ts.map +0 -1
  4448. package/build/engine/ecs/parent/ParentEntity.d.ts.map +0 -1
  4449. package/build/engine/ecs/parent/ParentEntitySystem.d.ts.map +0 -1
  4450. package/build/engine/ecs/parent/entity_node_compute_bounding_box.d.ts.map +0 -1
  4451. package/build/engine/ecs/parent/testCompositionEntityNode.d.ts.map +0 -1
  4452. package/build/engine/ecs/parent/testHuDPerf.d.ts.map +0 -1
  4453. package/build/engine/ecs/renderable/RenderSystem.d.ts.map +0 -1
  4454. package/build/engine/ecs/renderable/Renderable.d.ts.map +0 -1
  4455. package/build/engine/ecs/renderable/Renderable.spec.d.ts.map +0 -1
  4456. package/build/engine/ecs/renderable/RenderableFlags.d.ts.map +0 -1
  4457. package/build/engine/ecs/sockets/AttachmentSocket.d.ts.map +0 -1
  4458. package/build/engine/ecs/sockets/AttachmentSocketType.d.ts.map +0 -1
  4459. package/build/engine/ecs/sockets/AttachmentSockets.d.ts.map +0 -1
  4460. package/build/engine/ecs/sockets/BoneAttachmentSocket.d.ts.map +0 -1
  4461. package/build/engine/ecs/sockets/serialization/AttachmentSocketsAssetLoader.d.ts.map +0 -1
  4462. package/build/engine/ecs/speaker/SpeechBubbleView.d.ts.map +0 -1
  4463. package/build/engine/ecs/speaker/Voice.d.ts.map +0 -1
  4464. package/build/engine/ecs/speaker/VoiceEvents.d.ts.map +0 -1
  4465. package/build/engine/ecs/speaker/VoiceFlags.d.ts.map +0 -1
  4466. package/build/engine/ecs/speaker/VoiceSystem.d.ts.map +0 -1
  4467. package/build/engine/ecs/speaker/lines/LineDescription.d.ts.map +0 -1
  4468. package/build/engine/ecs/speaker/lines/LineDescriptionTable.d.ts.map +0 -1
  4469. package/build/engine/ecs/speaker/lines/sets/LineSetDescription.d.ts.map +0 -1
  4470. package/build/engine/ecs/speaker/lines/sets/LineSetDescriptionTable.d.ts.map +0 -1
  4471. package/build/engine/ecs/storage/BinaryBufferDeSerializer.d.ts.map +0 -1
  4472. package/build/engine/ecs/storage/BinaryBufferSerializer.d.ts.map +0 -1
  4473. package/build/engine/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts.map +0 -1
  4474. package/build/engine/ecs/storage/binary/BinaryClassSerializationAdapter.d.ts.map +0 -1
  4475. package/build/engine/ecs/storage/binary/BinaryClassUpgrader.d.ts.map +0 -1
  4476. package/build/engine/ecs/storage/binary/BinarySerializationRegistry.d.ts.map +0 -1
  4477. package/build/engine/ecs/storage/binary/BinarySerializationRegistry.spec.d.ts.map +0 -1
  4478. package/build/engine/ecs/storage/binary/collection/BinaryCollectionDeSerializer.d.ts.map +0 -1
  4479. package/build/engine/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.d.ts.map +0 -1
  4480. package/build/engine/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.d.ts.map +0 -1
  4481. package/build/engine/ecs/storage/binary/collection/BinaryCollectionSerializer.d.ts.map +0 -1
  4482. package/build/engine/ecs/storage/binary/executeBinaryClassUpgraderChain.d.ts.map +0 -1
  4483. package/build/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.d.ts.map +0 -1
  4484. package/build/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.d.ts.map +0 -1
  4485. package/build/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.d.ts.map +0 -1
  4486. package/build/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.spec.d.ts.map +0 -1
  4487. package/build/engine/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.d.ts.map +0 -1
  4488. package/build/engine/ecs/system/AbstractContextSystem.d.ts.map +0 -1
  4489. package/build/engine/ecs/system/SystemEntityContext.d.ts.map +0 -1
  4490. package/build/engine/ecs/system/computeSystemComponentDependencyGraph.d.ts.map +0 -1
  4491. package/build/engine/ecs/systems/AnimationSystem.d.ts.map +0 -1
  4492. package/build/engine/ecs/systems/MotionSystem.d.ts.map +0 -1
  4493. package/build/engine/ecs/systems/ScriptSystem.d.ts.map +0 -1
  4494. package/build/engine/ecs/systems/TimerSystem.d.ts.map +0 -1
  4495. package/build/engine/ecs/tag/find_entities_with_tag.d.ts.map +0 -1
  4496. package/build/engine/ecs/team/Team.d.ts.map +0 -1
  4497. package/build/engine/ecs/team/TeamSerializationAdapter.d.ts.map +0 -1
  4498. package/build/engine/ecs/terrain/BufferedGeometryArraysBuilder.d.ts.map +0 -1
  4499. package/build/engine/ecs/terrain/TerrainClouds.d.ts.map +0 -1
  4500. package/build/engine/ecs/terrain/TerrainPreview.d.ts.map +0 -1
  4501. package/build/engine/ecs/terrain/ecs/BuildLightTexture.d.ts.map +0 -1
  4502. package/build/engine/ecs/terrain/ecs/GridTransformKind.d.ts.map +0 -1
  4503. package/build/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts.map +0 -1
  4504. package/build/engine/ecs/terrain/ecs/Terrain.d.ts.map +0 -1
  4505. package/build/engine/ecs/terrain/ecs/Terrain.spec.d.ts.map +0 -1
  4506. package/build/engine/ecs/terrain/ecs/TerrainFlags.d.ts.map +0 -1
  4507. package/build/engine/ecs/terrain/ecs/TerrainSystem.d.ts.map +0 -1
  4508. package/build/engine/ecs/terrain/ecs/cling/ClingToTerrain.d.ts.map +0 -1
  4509. package/build/engine/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.d.ts.map +0 -1
  4510. package/build/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.d.ts.map +0 -1
  4511. package/build/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.d.ts.map +0 -1
  4512. package/build/engine/ecs/terrain/ecs/layers/TerrainLayer.d.ts.map +0 -1
  4513. package/build/engine/ecs/terrain/ecs/layers/TerrainLayers.d.ts.map +0 -1
  4514. package/build/engine/ecs/terrain/ecs/makeTerrainWorkerProxy.d.ts.map +0 -1
  4515. package/build/engine/ecs/terrain/ecs/splat/SplatMapping.d.ts.map +0 -1
  4516. package/build/engine/ecs/terrain/overlay/TerrainOverlay.d.ts.map +0 -1
  4517. package/build/engine/ecs/terrain/overlay/TerrainOverlay.spec.d.ts.map +0 -1
  4518. package/build/engine/ecs/terrain/serialization/TerrainSerializationAdapter.d.ts.map +0 -1
  4519. package/build/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.d.ts.map +0 -1
  4520. package/build/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.d.ts.map +0 -1
  4521. package/build/engine/ecs/terrain/tiles/TerrainTile.d.ts.map +0 -1
  4522. package/build/engine/ecs/terrain/tiles/TerrainTile.spec.d.ts.map +0 -1
  4523. package/build/engine/ecs/terrain/tiles/TerrainTileManager.d.ts.map +0 -1
  4524. package/build/engine/ecs/terrain/tiles/TileBuildWorker.d.ts.map +0 -1
  4525. package/build/engine/ecs/terrain/util/loadVisibleTerrainTiles.d.ts.map +0 -1
  4526. package/build/engine/ecs/terrain/util/obtainTerrain.d.ts.map +0 -1
  4527. package/build/engine/ecs/terrain/util/paintTerrainOverlayViaLookupTable.d.ts.map +0 -1
  4528. package/build/engine/ecs/terrain/util/tensionOptimizeUV.d.ts.map +0 -1
  4529. package/build/engine/ecs/tooltip/TooltipComponent.d.ts.map +0 -1
  4530. package/build/engine/ecs/tooltip/TooltipComponent.spec.d.ts.map +0 -1
  4531. package/build/engine/ecs/tooltip/TooltipComponentSerializationAdapter.d.ts.map +0 -1
  4532. package/build/engine/ecs/tooltip/TooltipComponentSystem.d.ts.map +0 -1
  4533. package/build/engine/ecs/tooltip/testTooltipComponentSystem.d.ts.map +0 -1
  4534. package/build/engine/ecs/transform/Transform.d.ts.map +0 -1
  4535. package/build/engine/ecs/transform/Transform.spec.d.ts.map +0 -1
  4536. package/build/engine/ecs/transform/TransformFlags.d.ts.map +0 -1
  4537. package/build/engine/ecs/transform/TransformSerializationAdapter.d.ts.map +0 -1
  4538. package/build/engine/ecs/transform/TransformSerializationAdapter.spec.d.ts.map +0 -1
  4539. package/build/engine/ecs/transform/TransformSerializationUpgrader_0_1.d.ts.map +0 -1
  4540. package/build/engine/ecs/transform/copy_three_transform.d.ts.map +0 -1
  4541. package/build/engine/ecs/transform-attachment/TransformAttachment.d.ts.map +0 -1
  4542. package/build/engine/ecs/transform-attachment/TransformAttachment.spec.d.ts.map +0 -1
  4543. package/build/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts.map +0 -1
  4544. package/build/engine/ecs/util/hideEntityGracefully.d.ts.map +0 -1
  4545. package/build/engine/ecs/util/removeComponentsExcept.d.ts.map +0 -1
  4546. package/build/engine/ecs/validateSystem.d.ts.map +0 -1
  4547. package/build/engine/google/gapi.d.ts.map +0 -1
  4548. package/build/engine/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.d.ts.map +0 -1
  4549. package/build/engine/graphics/FrameRunner.d.ts.map +0 -1
  4550. package/build/engine/graphics/FrameThrottle.d.ts.map +0 -1
  4551. package/build/engine/graphics/GraphicsEngine.d.ts.map +0 -1
  4552. package/build/engine/graphics/StandardFrameBuffers.d.ts.map +0 -1
  4553. package/build/engine/graphics/WHITE_PIXEL_DATA_URL.d.ts.map +0 -1
  4554. package/build/engine/graphics/camera/CameraShake.d.ts.map +0 -1
  4555. package/build/engine/graphics/camera/CameraShakeBehavior.d.ts.map +0 -1
  4556. package/build/engine/graphics/camera/CameraShakeTraumaBehavior.d.ts.map +0 -1
  4557. package/build/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts.map +0 -1
  4558. package/build/engine/graphics/camera/makeOrbitalCameraController.d.ts.map +0 -1
  4559. package/build/engine/graphics/camera/makeScreenScissorFrustum.d.ts.map +0 -1
  4560. package/build/engine/graphics/camera/testClippingPlaneComputation.d.ts.map +0 -1
  4561. package/build/engine/graphics/canvas/canvas2d_draw_grid.d.ts.map +0 -1
  4562. package/build/engine/graphics/canvas/canvas2d_draw_label.d.ts.map +0 -1
  4563. package/build/engine/graphics/canvas/canvas2d_draw_linear_scale.d.ts.map +0 -1
  4564. package/build/engine/graphics/canvas/canvas2d_draw_path.d.ts.map +0 -1
  4565. package/build/engine/graphics/canvas/canvas2d_plot_data_line.d.ts.map +0 -1
  4566. package/build/engine/graphics/canvas/canvas2d_plot_line_array.d.ts.map +0 -1
  4567. package/build/engine/graphics/composit/CompositLayer.d.ts.map +0 -1
  4568. package/build/engine/graphics/composit/CompositingStages.d.ts.map +0 -1
  4569. package/build/engine/graphics/composit/LayerCompositer.d.ts.map +0 -1
  4570. package/build/engine/graphics/copy_transform_to_threejs_object.d.ts.map +0 -1
  4571. package/build/engine/graphics/debug/VisualSymbolLine.d.ts.map +0 -1
  4572. package/build/engine/graphics/debug/createDebugLabel.d.ts.map +0 -1
  4573. package/build/engine/graphics/ecs/animation/AnimationController.d.ts.map +0 -1
  4574. package/build/engine/graphics/ecs/animation/AnimationControllerSerializationAdapter.d.ts.map +0 -1
  4575. package/build/engine/graphics/ecs/animation/AnimationControllerSystem.d.ts.map +0 -1
  4576. package/build/engine/graphics/ecs/animation/AnimationRule.d.ts.map +0 -1
  4577. package/build/engine/graphics/ecs/animation/animator/AnimationClip.d.ts.map +0 -1
  4578. package/build/engine/graphics/ecs/animation/animator/AnimationClipDefinition.d.ts.map +0 -1
  4579. package/build/engine/graphics/ecs/animation/animator/AnimationClipFlag.d.ts.map +0 -1
  4580. package/build/engine/graphics/ecs/animation/animator/AnimationEventTypes.d.ts.map +0 -1
  4581. package/build/engine/graphics/ecs/animation/animator/AnimationGraphSystem.d.ts.map +0 -1
  4582. package/build/engine/graphics/ecs/animation/animator/AnimationNotification.d.ts.map +0 -1
  4583. package/build/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.d.ts.map +0 -1
  4584. package/build/engine/graphics/ecs/animation/animator/blending/BlendSpace.d.ts.map +0 -1
  4585. package/build/engine/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.d.ts.map +0 -1
  4586. package/build/engine/graphics/ecs/animation/animator/blending/BlendSpacePoint.d.ts.map +0 -1
  4587. package/build/engine/graphics/ecs/animation/animator/blending/BlendState.d.ts.map +0 -1
  4588. package/build/engine/graphics/ecs/animation/animator/blending/BlendStateDatabase.d.ts.map +0 -1
  4589. package/build/engine/graphics/ecs/animation/animator/blending/BlendStateMatrix.d.ts.map +0 -1
  4590. package/build/engine/graphics/ecs/animation/animator/graph/AnimationGraph.d.ts.map +0 -1
  4591. package/build/engine/graphics/ecs/animation/animator/graph/AnimationGraph.spec.d.ts.map +0 -1
  4592. package/build/engine/graphics/ecs/animation/animator/graph/AnimationGraphFlag.d.ts.map +0 -1
  4593. package/build/engine/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.d.ts.map +0 -1
  4594. package/build/engine/graphics/ecs/animation/animator/graph/AnimationState.d.ts.map +0 -1
  4595. package/build/engine/graphics/ecs/animation/animator/graph/AnimationStateType.d.ts.map +0 -1
  4596. package/build/engine/graphics/ecs/animation/animator/graph/AnimationTransition.d.ts.map +0 -1
  4597. package/build/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts.map +0 -1
  4598. package/build/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.spec.d.ts.map +0 -1
  4599. package/build/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.d.ts.map +0 -1
  4600. package/build/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.d.ts.map +0 -1
  4601. package/build/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.d.ts.map +0 -1
  4602. package/build/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.d.ts.map +0 -1
  4603. package/build/engine/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.d.ts.map +0 -1
  4604. package/build/engine/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.d.ts.map +0 -1
  4605. package/build/engine/graphics/ecs/camera/Camera.d.ts.map +0 -1
  4606. package/build/engine/graphics/ecs/camera/CameraSystem.d.ts.map +0 -1
  4607. package/build/engine/graphics/ecs/camera/FrustumProjector.d.ts.map +0 -1
  4608. package/build/engine/graphics/ecs/camera/InvertQuaternionOrientation.d.ts.map +0 -1
  4609. package/build/engine/graphics/ecs/camera/ProjectionType.d.ts.map +0 -1
  4610. package/build/engine/graphics/ecs/camera/auto_set_camera_clipping_planes.d.ts.map +0 -1
  4611. package/build/engine/graphics/ecs/camera/build_three_camera_object.d.ts.map +0 -1
  4612. package/build/engine/graphics/ecs/camera/compute_perspective_camera_focal_position.d.ts.map +0 -1
  4613. package/build/engine/graphics/ecs/camera/filter/setup_filtered_camera_controller.d.ts.map +0 -1
  4614. package/build/engine/graphics/ecs/camera/frustum_from_camera.d.ts.map +0 -1
  4615. package/build/engine/graphics/ecs/camera/pp/PerfectPanner.d.ts.map +0 -1
  4616. package/build/engine/graphics/ecs/camera/serialization/CameraSerializationAdapter.d.ts.map +0 -1
  4617. package/build/engine/graphics/ecs/camera/set_camera_aspect_ratio.d.ts.map +0 -1
  4618. package/build/engine/graphics/ecs/camera/topdown/ComputeCameraFacingVector.d.ts.map +0 -1
  4619. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts.map +0 -1
  4620. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraController.spec.d.ts.map +0 -1
  4621. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.d.ts.map +0 -1
  4622. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.d.ts.map +0 -1
  4623. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts.map +0 -1
  4624. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraLander.d.ts.map +0 -1
  4625. package/build/engine/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.d.ts.map +0 -1
  4626. package/build/engine/graphics/ecs/camera/unprojectPoint.d.ts.map +0 -1
  4627. package/build/engine/graphics/ecs/camera/update_camera_transform.d.ts.map +0 -1
  4628. package/build/engine/graphics/ecs/compileAllMaterials.d.ts.map +0 -1
  4629. package/build/engine/graphics/ecs/decal/v2/Decal.d.ts.map +0 -1
  4630. package/build/engine/graphics/ecs/decal/v2/Decal.spec.d.ts.map +0 -1
  4631. package/build/engine/graphics/ecs/decal/v2/DecalSerializationAdapter.d.ts.map +0 -1
  4632. package/build/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts.map +0 -1
  4633. package/build/engine/graphics/ecs/decal/v2/prototypeDecalEditor.d.ts.map +0 -1
  4634. package/build/engine/graphics/ecs/decal/v2/prototypeDecalSystem.d.ts.map +0 -1
  4635. package/build/engine/graphics/ecs/highlight/Highlight.d.ts.map +0 -1
  4636. package/build/engine/graphics/ecs/highlight/HighlightDefinition.d.ts.map +0 -1
  4637. package/build/engine/graphics/ecs/highlight/HighlightEditor.d.ts.map +0 -1
  4638. package/build/engine/graphics/ecs/highlight/HighlightSerializationAdapter.d.ts.map +0 -1
  4639. package/build/engine/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.d.ts.map +0 -1
  4640. package/build/engine/graphics/ecs/highlight/plugin/HighlightRenderElementSource.d.ts.map +0 -1
  4641. package/build/engine/graphics/ecs/highlight/plugin/OutlineRenderPlugin.d.ts.map +0 -1
  4642. package/build/engine/graphics/ecs/highlight/renderer/HighlightDecodeShader.d.ts.map +0 -1
  4643. package/build/engine/graphics/ecs/highlight/renderer/HighlightRenderElement.d.ts.map +0 -1
  4644. package/build/engine/graphics/ecs/highlight/renderer/HighlightRenderGroup.d.ts.map +0 -1
  4645. package/build/engine/graphics/ecs/highlight/renderer/OutlineRenderer.d.ts.map +0 -1
  4646. package/build/engine/graphics/ecs/highlight/renderer/makeBlurShader_9.d.ts.map +0 -1
  4647. package/build/engine/graphics/ecs/highlight/renderer/makeDilationShader.d.ts.map +0 -1
  4648. package/build/engine/graphics/ecs/highlight/renderer/makeGaussianBlurShader.d.ts.map +0 -1
  4649. package/build/engine/graphics/ecs/highlight/renderer/traverseThreeObject.d.ts.map +0 -1
  4650. package/build/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts.map +0 -1
  4651. package/build/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts.map +0 -1
  4652. package/build/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts.map +0 -1
  4653. package/build/engine/graphics/ecs/light/Light.d.ts.map +0 -1
  4654. package/build/engine/graphics/ecs/light/LightContext.d.ts.map +0 -1
  4655. package/build/engine/graphics/ecs/light/LightSerializationAdapter.d.ts.map +0 -1
  4656. package/build/engine/graphics/ecs/light/LightSystem.d.ts.map +0 -1
  4657. package/build/engine/graphics/ecs/light/LightType.d.ts.map +0 -1
  4658. package/build/engine/graphics/ecs/light/binding/LightBinding.d.ts.map +0 -1
  4659. package/build/engine/graphics/ecs/light/binding/fp/FPLightBinding.d.ts.map +0 -1
  4660. package/build/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts.map +0 -1
  4661. package/build/engine/graphics/ecs/light/binding/three/applyRotation.d.ts.map +0 -1
  4662. package/build/engine/graphics/ecs/light/binding/three/threeEnsureLightObject.d.ts.map +0 -1
  4663. package/build/engine/graphics/ecs/light/binding/three/threeMakeLight.d.ts.map +0 -1
  4664. package/build/engine/graphics/ecs/light/shadow/LightShadow.d.ts.map +0 -1
  4665. package/build/engine/graphics/ecs/light/shadow/ShadowManager.d.ts.map +0 -1
  4666. package/build/engine/graphics/ecs/light/shadow/ShadowMap.d.ts.map +0 -1
  4667. package/build/engine/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.d.ts.map +0 -1
  4668. package/build/engine/graphics/ecs/light/three/ThreeLightCache.d.ts.map +0 -1
  4669. package/build/engine/graphics/ecs/light/three/light2type.d.ts.map +0 -1
  4670. package/build/engine/graphics/ecs/mesh/Mesh.d.ts.map +0 -1
  4671. package/build/engine/graphics/ecs/mesh/MeshEditor.d.ts.map +0 -1
  4672. package/build/engine/graphics/ecs/mesh/MeshEvents.d.ts.map +0 -1
  4673. package/build/engine/graphics/ecs/mesh/MeshSystem.d.ts.map +0 -1
  4674. package/build/engine/graphics/ecs/mesh/SkeletonUtils.d.ts.map +0 -1
  4675. package/build/engine/graphics/ecs/mesh/applyTransformToThreeObject.d.ts.map +0 -1
  4676. package/build/engine/graphics/ecs/mesh/assetTypeByPath.d.ts.map +0 -1
  4677. package/build/engine/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.d.ts.map +0 -1
  4678. package/build/engine/graphics/ecs/mesh/copyToVector3.d.ts.map +0 -1
  4679. package/build/engine/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.d.ts.map +0 -1
  4680. package/build/engine/graphics/ecs/mesh/object3DFastMatrixUpdate.d.ts.map +0 -1
  4681. package/build/engine/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.d.ts.map +0 -1
  4682. package/build/engine/graphics/ecs/mesh/serialization/MeshSerializationAdapter.d.ts.map +0 -1
  4683. package/build/engine/graphics/ecs/mesh/setMesh.d.ts.map +0 -1
  4684. package/build/engine/graphics/ecs/mesh/skeleton/BoneMapping.d.ts.map +0 -1
  4685. package/build/engine/graphics/ecs/mesh/skeleton/HumanoidBoneType.d.ts.map +0 -1
  4686. package/build/engine/graphics/ecs/mesh/updateMeshTransform.d.ts.map +0 -1
  4687. package/build/engine/graphics/ecs/mesh/updateNodeByTransformAndBBB.d.ts.map +0 -1
  4688. package/build/engine/graphics/ecs/mesh-v2/DrawMode.d.ts.map +0 -1
  4689. package/build/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts.map +0 -1
  4690. package/build/engine/graphics/ecs/mesh-v2/ShadedGeometry.spec.d.ts.map +0 -1
  4691. package/build/engine/graphics/ecs/mesh-v2/ShadedGeometryFlags.d.ts.map +0 -1
  4692. package/build/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts.map +0 -1
  4693. package/build/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts.map +0 -1
  4694. package/build/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.spec.d.ts.map +0 -1
  4695. package/build/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts.map +0 -1
  4696. package/build/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts.map +0 -1
  4697. package/build/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts.map +0 -1
  4698. package/build/engine/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.d.ts.map +0 -1
  4699. package/build/engine/graphics/ecs/mesh-v2/build_three_object.d.ts.map +0 -1
  4700. package/build/engine/graphics/ecs/mesh-v2/render/SGThreeObjectCache.d.ts.map +0 -1
  4701. package/build/engine/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.d.ts.map +0 -1
  4702. package/build/engine/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.d.ts.map +0 -1
  4703. package/build/engine/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.d.ts.map +0 -1
  4704. package/build/engine/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.d.ts.map +0 -1
  4705. package/build/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.d.ts.map +0 -1
  4706. package/build/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.spec.d.ts.map +0 -1
  4707. package/build/engine/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.d.ts.map +0 -1
  4708. package/build/engine/graphics/ecs/mesh-v2/sample/load_gltf.d.ts.map +0 -1
  4709. package/build/engine/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.d.ts.map +0 -1
  4710. package/build/engine/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.d.ts.map +0 -1
  4711. package/build/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts.map +0 -1
  4712. package/build/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts.map +0 -1
  4713. package/build/engine/graphics/ecs/path/PathDisplay.d.ts.map +0 -1
  4714. package/build/engine/graphics/ecs/path/PathDisplayEvents.d.ts.map +0 -1
  4715. package/build/engine/graphics/ecs/path/PathDisplaySpec.d.ts.map +0 -1
  4716. package/build/engine/graphics/ecs/path/PathDisplaySystem.d.ts.map +0 -1
  4717. package/build/engine/graphics/ecs/path/PathDisplayType.d.ts.map +0 -1
  4718. package/build/engine/graphics/ecs/path/entity/EntityPath.d.ts.map +0 -1
  4719. package/build/engine/graphics/ecs/path/entity/EntityPathMarker.d.ts.map +0 -1
  4720. package/build/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts.map +0 -1
  4721. package/build/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts.map +0 -1
  4722. package/build/engine/graphics/ecs/path/entity/testEntityPath.d.ts.map +0 -1
  4723. package/build/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts.map +0 -1
  4724. package/build/engine/graphics/ecs/path/ribbon/RibbonPathBuilder.d.ts.map +0 -1
  4725. package/build/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts.map +0 -1
  4726. package/build/engine/graphics/ecs/path/testPathDisplaySystem.d.ts.map +0 -1
  4727. package/build/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts.map +0 -1
  4728. package/build/engine/graphics/ecs/path/tube/CapType.d.ts.map +0 -1
  4729. package/build/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts.map +0 -1
  4730. package/build/engine/graphics/ecs/path/tube/PathNormalType.d.ts.map +0 -1
  4731. package/build/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts.map +0 -1
  4732. package/build/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts.map +0 -1
  4733. package/build/engine/graphics/ecs/path/tube/TubePathStyle.d.ts.map +0 -1
  4734. package/build/engine/graphics/ecs/path/tube/TubePathStyle.spec.d.ts.map +0 -1
  4735. package/build/engine/graphics/ecs/path/tube/build/StreamGeometryBuilder.d.ts.map +0 -1
  4736. package/build/engine/graphics/ecs/path/tube/build/TubePathBuilder.d.ts.map +0 -1
  4737. package/build/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.d.ts.map +0 -1
  4738. package/build/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.d.ts.map +0 -1
  4739. package/build/engine/graphics/ecs/path/tube/build/build_geometry_linear.d.ts.map +0 -1
  4740. package/build/engine/graphics/ecs/path/tube/build/computeFrenetFrames.d.ts.map +0 -1
  4741. package/build/engine/graphics/ecs/path/tube/build/compute_smooth_profile_normals.d.ts.map +0 -1
  4742. package/build/engine/graphics/ecs/path/tube/build/estimatePathLength.d.ts.map +0 -1
  4743. package/build/engine/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.d.ts.map +0 -1
  4744. package/build/engine/graphics/ecs/path/tube/build/fix_shape_normal_order.d.ts.map +0 -1
  4745. package/build/engine/graphics/ecs/path/tube/build/makeTubeGeometry.d.ts.map +0 -1
  4746. package/build/engine/graphics/ecs/path/tube/build/make_cap.d.ts.map +0 -1
  4747. package/build/engine/graphics/ecs/path/tube/build/make_ring_faces.d.ts.map +0 -1
  4748. package/build/engine/graphics/ecs/path/tube/build/make_ring_vertices.d.ts.map +0 -1
  4749. package/build/engine/graphics/ecs/path/tube/prototypeAnimatedPathMask.d.ts.map +0 -1
  4750. package/build/engine/graphics/ecs/sprite/Sprite.d.ts.map +0 -1
  4751. package/build/engine/graphics/ecs/sprite/SpriteSystemPE.d.ts.map +0 -1
  4752. package/build/engine/graphics/ecs/sprite/prototypeSpriteSystem.d.ts.map +0 -1
  4753. package/build/engine/graphics/ecs/trail2d/Trail2D.d.ts.map +0 -1
  4754. package/build/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts.map +0 -1
  4755. package/build/engine/graphics/ecs/trail2d/makeGradientTrail.d.ts.map +0 -1
  4756. package/build/engine/graphics/ecs/water/WATER_SIZE.d.ts.map +0 -1
  4757. package/build/engine/graphics/ecs/water/Water.d.ts.map +0 -1
  4758. package/build/engine/graphics/ecs/water/WaterSerializationAdapter.d.ts.map +0 -1
  4759. package/build/engine/graphics/ecs/water/WaterSerializationUpgrader_0_1.d.ts.map +0 -1
  4760. package/build/engine/graphics/ecs/water/WaterSystem.d.ts.map +0 -1
  4761. package/build/engine/graphics/ecs/water2/shader/AlexWaterShader.d.ts.map +0 -1
  4762. package/build/engine/graphics/ecs/water2/shader/testWaterShader.d.ts.map +0 -1
  4763. package/build/engine/graphics/filter/FlipArrayInPlace.d.ts.map +0 -1
  4764. package/build/engine/graphics/filter/FlipArrayViaCanvas.d.ts.map +0 -1
  4765. package/build/engine/graphics/filter/ImageFilter.d.ts.map +0 -1
  4766. package/build/engine/graphics/geometry/AttributeSpec.d.ts.map +0 -1
  4767. package/build/engine/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.d.ts.map +0 -1
  4768. package/build/engine/graphics/geometry/MikkT/AddTriToGroup.d.ts.map +0 -1
  4769. package/build/engine/graphics/geometry/MikkT/AssignRecur.d.ts.map +0 -1
  4770. package/build/engine/graphics/geometry/MikkT/AvgTSpace.d.ts.map +0 -1
  4771. package/build/engine/graphics/geometry/MikkT/Build4RuleGroups.d.ts.map +0 -1
  4772. package/build/engine/graphics/geometry/MikkT/BuildNeighborsFast.d.ts.map +0 -1
  4773. package/build/engine/graphics/geometry/MikkT/CalcTexArea.d.ts.map +0 -1
  4774. package/build/engine/graphics/geometry/MikkT/CompareSubGroups.d.ts.map +0 -1
  4775. package/build/engine/graphics/geometry/MikkT/DegenEpilogue.d.ts.map +0 -1
  4776. package/build/engine/graphics/geometry/MikkT/DegenPrologue.d.ts.map +0 -1
  4777. package/build/engine/graphics/geometry/MikkT/EvalTspace.d.ts.map +0 -1
  4778. package/build/engine/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.d.ts.map +0 -1
  4779. package/build/engine/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.d.ts.map +0 -1
  4780. package/build/engine/graphics/geometry/MikkT/GenerateTSpaces.d.ts.map +0 -1
  4781. package/build/engine/graphics/geometry/MikkT/GetEdge.d.ts.map +0 -1
  4782. package/build/engine/graphics/geometry/MikkT/GetNormal.d.ts.map +0 -1
  4783. package/build/engine/graphics/geometry/MikkT/GetPosition.d.ts.map +0 -1
  4784. package/build/engine/graphics/geometry/MikkT/GetTexCoord.d.ts.map +0 -1
  4785. package/build/engine/graphics/geometry/MikkT/InitTriInfo.d.ts.map +0 -1
  4786. package/build/engine/graphics/geometry/MikkT/MakeIndex.d.ts.map +0 -1
  4787. package/build/engine/graphics/geometry/MikkT/MikkTSpace.d.ts.map +0 -1
  4788. package/build/engine/graphics/geometry/MikkT/MikkTSpace.spec.d.ts.map +0 -1
  4789. package/build/engine/graphics/geometry/MikkT/NormalizeSafe.d.ts.map +0 -1
  4790. package/build/engine/graphics/geometry/MikkT/NotZero.d.ts.map +0 -1
  4791. package/build/engine/graphics/geometry/MikkT/QuickSort.d.ts.map +0 -1
  4792. package/build/engine/graphics/geometry/MikkT/QuickSortEdges.d.ts.map +0 -1
  4793. package/build/engine/graphics/geometry/MikkT/SSubGroup.d.ts.map +0 -1
  4794. package/build/engine/graphics/geometry/MikkT/STSpace.d.ts.map +0 -1
  4795. package/build/engine/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.d.ts.map +0 -1
  4796. package/build/engine/graphics/geometry/MikkT/buffer_geometry_generate_tangents.d.ts.map +0 -1
  4797. package/build/engine/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.d.ts.map +0 -1
  4798. package/build/engine/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.d.ts.map +0 -1
  4799. package/build/engine/graphics/geometry/MikkT/constants/MARK_DEGENERATE.d.ts.map +0 -1
  4800. package/build/engine/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.d.ts.map +0 -1
  4801. package/build/engine/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.d.ts.map +0 -1
  4802. package/build/engine/graphics/geometry/MikkT/m_getNormal.d.ts.map +0 -1
  4803. package/build/engine/graphics/geometry/MikkT/m_getNumFaces.d.ts.map +0 -1
  4804. package/build/engine/graphics/geometry/MikkT/m_getNumVerticesOfFace.d.ts.map +0 -1
  4805. package/build/engine/graphics/geometry/MikkT/m_getPosition.d.ts.map +0 -1
  4806. package/build/engine/graphics/geometry/MikkT/m_getTexCoord.d.ts.map +0 -1
  4807. package/build/engine/graphics/geometry/MikkT/m_setTSpace.d.ts.map +0 -1
  4808. package/build/engine/graphics/geometry/MikkT/m_setTSpaceBasic.d.ts.map +0 -1
  4809. package/build/engine/graphics/geometry/MikkT/malloc.d.ts.map +0 -1
  4810. package/build/engine/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.d.ts.map +0 -1
  4811. package/build/engine/graphics/geometry/VertexDataSpec.d.ts.map +0 -1
  4812. package/build/engine/graphics/geometry/aabb3_to_buffer_geometry.d.ts.map +0 -1
  4813. package/build/engine/graphics/geometry/buffered/ComputeNormals.d.ts.map +0 -1
  4814. package/build/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts.map +0 -1
  4815. package/build/engine/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.d.ts.map +0 -1
  4816. package/build/engine/graphics/geometry/buffered/computeGeometryEquality.d.ts.map +0 -1
  4817. package/build/engine/graphics/geometry/buffered/computeGeometryHash.d.ts.map +0 -1
  4818. package/build/engine/graphics/geometry/buffered/compute_buffer_geometry_byte_size.d.ts.map +0 -1
  4819. package/build/engine/graphics/geometry/buffered/deinterleaveBufferAttribute.d.ts.map +0 -1
  4820. package/build/engine/graphics/geometry/buffered/deinterleaveBufferGeometry.d.ts.map +0 -1
  4821. package/build/engine/graphics/geometry/buffered/ensureGeometryBoundingSphere.d.ts.map +0 -1
  4822. package/build/engine/graphics/geometry/buffered/makeGeometryIndexed.d.ts.map +0 -1
  4823. package/build/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts.map +0 -1
  4824. package/build/engine/graphics/geometry/buffered/query/bvh32_geometry_overlap_clipping_volume.d.ts.map +0 -1
  4825. package/build/engine/graphics/geometry/buffered/query/bvh32_geometry_raycast.d.ts.map +0 -1
  4826. package/build/engine/graphics/geometry/bvh/buffered/bvh32_from_indexed_geometry.d.ts.map +0 -1
  4827. package/build/engine/graphics/geometry/bvh/buffered/bvh32_from_unindexed_geometry.d.ts.map +0 -1
  4828. package/build/engine/graphics/geometry/bvh/buffered/bvh32_set_leaf_from_triangle.d.ts.map +0 -1
  4829. package/build/engine/graphics/geometry/clipping/ClippedGeometry.d.ts.map +0 -1
  4830. package/build/engine/graphics/geometry/computeBoundingSphereFromVertexData.d.ts.map +0 -1
  4831. package/build/engine/graphics/geometry/computeMeshSurfaceArea.d.ts.map +0 -1
  4832. package/build/engine/graphics/geometry/compute_geometry_polycount.d.ts.map +0 -1
  4833. package/build/engine/graphics/geometry/decimation/SimplifyModifier.d.ts.map +0 -1
  4834. package/build/engine/graphics/geometry/instancing/InstancedMeshGroup.d.ts.map +0 -1
  4835. package/build/engine/graphics/geometry/instancing/rewriteMaterial.d.ts.map +0 -1
  4836. package/build/engine/graphics/geometry/optimization/VertexCacheOptimizer.d.ts.map +0 -1
  4837. package/build/engine/graphics/geometry/optimization/merge/merge_geometry_hierarchy.d.ts.map +0 -1
  4838. package/build/engine/graphics/geometry/optimization/merge/prototypeGeometryMerge.d.ts.map +0 -1
  4839. package/build/engine/graphics/geometry/ribbon/Quad.d.ts.map +0 -1
  4840. package/build/engine/graphics/geometry/ribbon/Ribbon.d.ts.map +0 -1
  4841. package/build/engine/graphics/geometry/ribbon/copyAttributeV3.d.ts.map +0 -1
  4842. package/build/engine/graphics/geometry/ribbon/copyAttributeValue.d.ts.map +0 -1
  4843. package/build/engine/graphics/geometry/ribbon/createRibbon.d.ts.map +0 -1
  4844. package/build/engine/graphics/geometry/ribbon/equalAttributeV3.d.ts.map +0 -1
  4845. package/build/engine/graphics/geometry/ribbon/equalAttributeValue.d.ts.map +0 -1
  4846. package/build/engine/graphics/geometry/ribbon/rotateRibbon.d.ts.map +0 -1
  4847. package/build/engine/graphics/geometry/ribbon/updateTipPosition.d.ts.map +0 -1
  4848. package/build/engine/graphics/geometry/scaleGeometryToBox.d.ts.map +0 -1
  4849. package/build/engine/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.d.ts.map +0 -1
  4850. package/build/engine/graphics/geometry/skining/computeSkinnedMeshVertices.d.ts.map +0 -1
  4851. package/build/engine/graphics/impostors/card_cluster/FacePlaneAssignment.d.ts.map +0 -1
  4852. package/build/engine/graphics/impostors/octahedral/ImpostorBaker.d.ts.map +0 -1
  4853. package/build/engine/graphics/impostors/octahedral/ImpostorCaptureType.d.ts.map +0 -1
  4854. package/build/engine/graphics/impostors/octahedral/ImpostorDescription.d.ts.map +0 -1
  4855. package/build/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere.d.ts.map +0 -1
  4856. package/build/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.d.ts.map +0 -1
  4857. package/build/engine/graphics/impostors/octahedral/bake/prepare_bake_material.d.ts.map +0 -1
  4858. package/build/engine/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.d.ts.map +0 -1
  4859. package/build/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts.map +0 -1
  4860. package/build/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts.map +0 -1
  4861. package/build/engine/graphics/impostors/octahedral/prototypeBaker.d.ts.map +0 -1
  4862. package/build/engine/graphics/impostors/octahedral/shader/BakeShaderStandard.d.ts.map +0 -1
  4863. package/build/engine/graphics/impostors/octahedral/shader/ImpostorShaderStandard.d.ts.map +0 -1
  4864. package/build/engine/graphics/impostors/octahedral/shader/ImpostorShaderV0.d.ts.map +0 -1
  4865. package/build/engine/graphics/impostors/octahedral/shader/ImpostorShaderV1.d.ts.map +0 -1
  4866. package/build/engine/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.d.ts.map +0 -1
  4867. package/build/engine/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.d.ts.map +0 -1
  4868. package/build/engine/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.d.ts.map +0 -1
  4869. package/build/engine/graphics/impostors/octahedral/util/load_mesh_for_bake.d.ts.map +0 -1
  4870. package/build/engine/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.d.ts.map +0 -1
  4871. package/build/engine/graphics/loadCubeTexture.d.ts.map +0 -1
  4872. package/build/engine/graphics/load_and_set_cubemap_v0.d.ts.map +0 -1
  4873. package/build/engine/graphics/loader/threejs/LegacyJSONLoader.d.ts.map +0 -1
  4874. package/build/engine/graphics/makeModelView.d.ts.map +0 -1
  4875. package/build/engine/graphics/make_ray_from_viewport_position.d.ts.map +0 -1
  4876. package/build/engine/graphics/material/SplatMaterial.d.ts.map +0 -1
  4877. package/build/engine/graphics/material/WaterMaterial.d.ts.map +0 -1
  4878. package/build/engine/graphics/material/composeCompile.d.ts.map +0 -1
  4879. package/build/engine/graphics/material/manager/AbstractMaterialTransformer.d.ts.map +0 -1
  4880. package/build/engine/graphics/material/manager/ManagedMaterial.d.ts.map +0 -1
  4881. package/build/engine/graphics/material/manager/ManagedTexture.d.ts.map +0 -1
  4882. package/build/engine/graphics/material/manager/MaterialManager.d.ts.map +0 -1
  4883. package/build/engine/graphics/material/manager/TextureManager.d.ts.map +0 -1
  4884. package/build/engine/graphics/material/manager/compilers/CoalesceTextures.d.ts.map +0 -1
  4885. package/build/engine/graphics/material/optimization/BUFFER_GEOMETRY_UVS.d.ts.map +0 -1
  4886. package/build/engine/graphics/material/optimization/MaterialDescriptor.d.ts.map +0 -1
  4887. package/build/engine/graphics/material/optimization/MaterialOptimizationContext.d.ts.map +0 -1
  4888. package/build/engine/graphics/material/optimization/UvContext.d.ts.map +0 -1
  4889. package/build/engine/graphics/material/optimization/is_compliant_mesh.d.ts.map +0 -1
  4890. package/build/engine/graphics/material/optimization/prepare_atlas_texture.d.ts.map +0 -1
  4891. package/build/engine/graphics/material/optimization/prototypeMaterialOptimizer.d.ts.map +0 -1
  4892. package/build/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts.map +0 -1
  4893. package/build/engine/graphics/particles/node-based/codegen/CodeContext.d.ts.map +0 -1
  4894. package/build/engine/graphics/particles/node-based/codegen/CodeGenerator.d.ts.map +0 -1
  4895. package/build/engine/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.d.ts.map +0 -1
  4896. package/build/engine/graphics/particles/node-based/codegen/glsl/genAttributeInputName.d.ts.map +0 -1
  4897. package/build/engine/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.d.ts.map +0 -1
  4898. package/build/engine/graphics/particles/node-based/codegen/glsl/getTypeByteSize.d.ts.map +0 -1
  4899. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.d.ts.map +0 -1
  4900. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.d.ts.map +0 -1
  4901. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.d.ts.map +0 -1
  4902. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.d.ts.map +0 -1
  4903. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.d.ts.map +0 -1
  4904. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.d.ts.map +0 -1
  4905. package/build/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.d.ts.map +0 -1
  4906. package/build/engine/graphics/particles/node-based/codegen/modules/FunctionModule.d.ts.map +0 -1
  4907. package/build/engine/graphics/particles/node-based/codegen/modules/FunctionModuleReference.d.ts.map +0 -1
  4908. package/build/engine/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.d.ts.map +0 -1
  4909. package/build/engine/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.d.ts.map +0 -1
  4910. package/build/engine/graphics/particles/node-based/codegen/modules/FunctionSignature.d.ts.map +0 -1
  4911. package/build/engine/graphics/particles/node-based/editor/ParticleSpecificationEditorView.d.ts.map +0 -1
  4912. package/build/engine/graphics/particles/node-based/nodes/FloatConstant.d.ts.map +0 -1
  4913. package/build/engine/graphics/particles/node-based/nodes/ParticleDataTypes.d.ts.map +0 -1
  4914. package/build/engine/graphics/particles/node-based/nodes/ReadFloatUniform.d.ts.map +0 -1
  4915. package/build/engine/graphics/particles/node-based/nodes/ReadPosition.d.ts.map +0 -1
  4916. package/build/engine/graphics/particles/node-based/nodes/ReadVelocity.d.ts.map +0 -1
  4917. package/build/engine/graphics/particles/node-based/nodes/ShaderNode.d.ts.map +0 -1
  4918. package/build/engine/graphics/particles/node-based/nodes/Vector3Constant.d.ts.map +0 -1
  4919. package/build/engine/graphics/particles/node-based/nodes/Vector3Merge.d.ts.map +0 -1
  4920. package/build/engine/graphics/particles/node-based/nodes/Vector3Split.d.ts.map +0 -1
  4921. package/build/engine/graphics/particles/node-based/nodes/WriteVelocity.d.ts.map +0 -1
  4922. package/build/engine/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.d.ts.map +0 -1
  4923. package/build/engine/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.d.ts.map +0 -1
  4924. package/build/engine/graphics/particles/node-based/nodes/math/AddFloatNode.d.ts.map +0 -1
  4925. package/build/engine/graphics/particles/node-based/nodes/math/Vector3Add.d.ts.map +0 -1
  4926. package/build/engine/graphics/particles/node-based/nodes/math/Vector3Divide.d.ts.map +0 -1
  4927. package/build/engine/graphics/particles/node-based/nodes/math/Vector3Multiply.d.ts.map +0 -1
  4928. package/build/engine/graphics/particles/node-based/nodes/math/Vector3Subtract.d.ts.map +0 -1
  4929. package/build/engine/graphics/particles/node-based/nodes/noise/CurlNoiseNode.d.ts.map +0 -1
  4930. package/build/engine/graphics/particles/node-based/particle/GeometryAttributes.d.ts.map +0 -1
  4931. package/build/engine/graphics/particles/node-based/particle/ParticleAttributeBinding.d.ts.map +0 -1
  4932. package/build/engine/graphics/particles/node-based/particle/ParticleAttributeSpecification.d.ts.map +0 -1
  4933. package/build/engine/graphics/particles/node-based/particle/ParticleSpecification.d.ts.map +0 -1
  4934. package/build/engine/graphics/particles/node-based/populateFunctionModuleRegistry.d.ts.map +0 -1
  4935. package/build/engine/graphics/particles/node-based/populateNodeRegistry.d.ts.map +0 -1
  4936. package/build/engine/graphics/particles/node-based/rendering/AbstractParticleRenderer.d.ts.map +0 -1
  4937. package/build/engine/graphics/particles/node-based/rendering/ParticleRenderCommand.d.ts.map +0 -1
  4938. package/build/engine/graphics/particles/node-based/rendering/ParticleRenderSpecification.d.ts.map +0 -1
  4939. package/build/engine/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.d.ts.map +0 -1
  4940. package/build/engine/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.d.ts.map +0 -1
  4941. package/build/engine/graphics/particles/node-based/simulation/EmitterAttributeData.d.ts.map +0 -1
  4942. package/build/engine/graphics/particles/node-based/simulation/GLDataBuffer.d.ts.map +0 -1
  4943. package/build/engine/graphics/particles/node-based/simulation/GLSLParticleSimulator.d.ts.map +0 -1
  4944. package/build/engine/graphics/particles/node-based/simulation/GLSLSimulationShader.d.ts.map +0 -1
  4945. package/build/engine/graphics/particles/node-based/simulation/TransformFeedback.d.ts.map +0 -1
  4946. package/build/engine/graphics/particles/particular/engine/MovingBoundingBox.d.ts.map +0 -1
  4947. package/build/engine/graphics/particles/particular/engine/MovingBoundingBox.spec.d.ts.map +0 -1
  4948. package/build/engine/graphics/particles/particular/engine/ParticularEngine.d.ts.map +0 -1
  4949. package/build/engine/graphics/particles/particular/engine/TF.d.ts.map +0 -1
  4950. package/build/engine/graphics/particles/particular/engine/emitter/EmissionFromType.d.ts.map +0 -1
  4951. package/build/engine/graphics/particles/particular/engine/emitter/EmissionShapeType.d.ts.map +0 -1
  4952. package/build/engine/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.d.ts.map +0 -1
  4953. package/build/engine/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.d.ts.map +0 -1
  4954. package/build/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts.map +0 -1
  4955. package/build/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.d.ts.map +0 -1
  4956. package/build/engine/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.d.ts.map +0 -1
  4957. package/build/engine/graphics/particles/particular/engine/emitter/ParticleLayer.d.ts.map +0 -1
  4958. package/build/engine/graphics/particles/particular/engine/emitter/ParticleLayer.spec.d.ts.map +0 -1
  4959. package/build/engine/graphics/particles/particular/engine/emitter/ParticleParameters.d.ts.map +0 -1
  4960. package/build/engine/graphics/particles/particular/engine/emitter/ParticlePool.d.ts.map +0 -1
  4961. package/build/engine/graphics/particles/particular/engine/emitter/ParticlePool.spec.d.ts.map +0 -1
  4962. package/build/engine/graphics/particles/particular/engine/emitter/ParticleRenderProfile.d.ts.map +0 -1
  4963. package/build/engine/graphics/particles/particular/engine/emitter/ParticleRendererType.d.ts.map +0 -1
  4964. package/build/engine/graphics/particles/particular/engine/emitter/computeEmissionFunction.d.ts.map +0 -1
  4965. package/build/engine/graphics/particles/particular/engine/emitter/distance_to_camera.d.ts.map +0 -1
  4966. package/build/engine/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.d.ts.map +0 -1
  4967. package/build/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.d.ts.map +0 -1
  4968. package/build/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.d.ts.map +0 -1
  4969. package/build/engine/graphics/particles/particular/engine/emitter/write_particle_patch_uv.d.ts.map +0 -1
  4970. package/build/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts.map +0 -1
  4971. package/build/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.d.ts.map +0 -1
  4972. package/build/engine/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.d.ts.map +0 -1
  4973. package/build/engine/graphics/particles/particular/engine/parameter/ParameterSet.d.ts.map +0 -1
  4974. package/build/engine/graphics/particles/particular/engine/parameter/ParameterSet.spec.d.ts.map +0 -1
  4975. package/build/engine/graphics/particles/particular/engine/parameter/ParameterSheet.d.ts.map +0 -1
  4976. package/build/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts.map +0 -1
  4977. package/build/engine/graphics/particles/particular/engine/parameter/ParameterTrackSet.d.ts.map +0 -1
  4978. package/build/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts.map +0 -1
  4979. package/build/engine/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.d.ts.map +0 -1
  4980. package/build/engine/graphics/particles/particular/engine/renderers/ParticleRenderer.d.ts.map +0 -1
  4981. package/build/engine/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.d.ts.map +0 -1
  4982. package/build/engine/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.d.ts.map +0 -1
  4983. package/build/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.d.ts.map +0 -1
  4984. package/build/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.d.ts.map +0 -1
  4985. package/build/engine/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.d.ts.map +0 -1
  4986. package/build/engine/graphics/particles/particular/engine/shader/MaterialRecord.d.ts.map +0 -1
  4987. package/build/engine/graphics/particles/particular/engine/shader/ShaderManager.d.ts.map +0 -1
  4988. package/build/engine/graphics/particles/particular/engine/shader/debugAtlas.d.ts.map +0 -1
  4989. package/build/engine/graphics/particles/particular/engine/simulator/AbstractSimulationStep.d.ts.map +0 -1
  4990. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.d.ts.map +0 -1
  4991. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.d.ts.map +0 -1
  4992. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.d.ts.map +0 -1
  4993. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepDefinition.d.ts.map +0 -1
  4994. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.d.ts.map +0 -1
  4995. package/build/engine/graphics/particles/particular/engine/simulator/SimulationStepType.d.ts.map +0 -1
  4996. package/build/engine/graphics/particles/particular/engine/simulator/update_parameters.d.ts.map +0 -1
  4997. package/build/engine/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.d.ts.map +0 -1
  4998. package/build/engine/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.d.ts.map +0 -1
  4999. package/build/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts.map +0 -1
  5000. package/build/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts.map +0 -1
  5001. package/build/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts.map +0 -1
  5002. package/build/engine/graphics/particles/particular/engine/utils/volume/lut_to_sampler.d.ts.map +0 -1
  5003. package/build/engine/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.d.ts.map +0 -1
  5004. package/build/engine/graphics/particles/particular/group/Operation.d.ts.map +0 -1
  5005. package/build/engine/graphics/particles/particular/group/OperationType.d.ts.map +0 -1
  5006. package/build/engine/graphics/particles/particular/group/ParticleAttribute.d.ts.map +0 -1
  5007. package/build/engine/graphics/particles/particular/group/ParticleAttributeType.d.ts.map +0 -1
  5008. package/build/engine/graphics/particles/particular/group/ParticleDataType.d.ts.map +0 -1
  5009. package/build/engine/graphics/particles/particular/group/ParticleGroup.d.ts.map +0 -1
  5010. package/build/engine/graphics/particles/particular/group/ParticleGroup.spec.d.ts.map +0 -1
  5011. package/build/engine/graphics/particles/particular/group/ParticleSpecification.d.ts.map +0 -1
  5012. package/build/engine/graphics/particles/particular/group/itemSizeFromAttributeType.d.ts.map +0 -1
  5013. package/build/engine/graphics/particles/particular/group/optimizeCommandQueue.d.ts.map +0 -1
  5014. package/build/engine/graphics/particles/particular/group/typedArrayConstructorFromDataType.d.ts.map +0 -1
  5015. package/build/engine/graphics/postprocess/threejs/postprocessing/ClearMaskPass.d.ts.map +0 -1
  5016. package/build/engine/graphics/postprocess/threejs/postprocessing/DotScreenPass.d.ts.map +0 -1
  5017. package/build/engine/graphics/postprocess/threejs/postprocessing/FilmPass.d.ts.map +0 -1
  5018. package/build/engine/graphics/postprocess/threejs/postprocessing/GlitchPass.d.ts.map +0 -1
  5019. package/build/engine/graphics/postprocess/threejs/postprocessing/SavePass.d.ts.map +0 -1
  5020. package/build/engine/graphics/postprocess/threejs/shaders/BokehShader.d.ts.map +0 -1
  5021. package/build/engine/graphics/postprocess/threejs/shaders/ConvolutionShader.d.ts.map +0 -1
  5022. package/build/engine/graphics/postprocess/threejs/shaders/CopyShader.d.ts.map +0 -1
  5023. package/build/engine/graphics/postprocess/threejs/shaders/FXAAShader.d.ts.map +0 -1
  5024. package/build/engine/graphics/postprocess/threejs/shaders/GammaCorrectionShader.d.ts.map +0 -1
  5025. package/build/engine/graphics/postprocess/threejs/shaders/LuminosityShader.d.ts.map +0 -1
  5026. package/build/engine/graphics/postprocess/threejs/shaders/SMAAShader.d.ts.map +0 -1
  5027. package/build/engine/graphics/postprocess/threejs/shaders/SSAOShader.d.ts.map +0 -1
  5028. package/build/engine/graphics/postprocess/threejs/shaders/ToneMapShader.d.ts.map +0 -1
  5029. package/build/engine/graphics/render/Lines.d.ts.map +0 -1
  5030. package/build/engine/graphics/render/RenderPassType.d.ts.map +0 -1
  5031. package/build/engine/graphics/render/RendererPool.d.ts.map +0 -1
  5032. package/build/engine/graphics/render/buffer/FrameBuffer.d.ts.map +0 -1
  5033. package/build/engine/graphics/render/buffer/FrameBufferManager.d.ts.map +0 -1
  5034. package/build/engine/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.d.ts.map +0 -1
  5035. package/build/engine/graphics/render/buffer/buffers/NormalFrameBuffer.d.ts.map +0 -1
  5036. package/build/engine/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.d.ts.map +0 -1
  5037. package/build/engine/graphics/render/buffer/simple-fx/DepthLimitedBlur.d.ts.map +0 -1
  5038. package/build/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffect.d.ts.map +0 -1
  5039. package/build/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.d.ts.map +0 -1
  5040. package/build/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts.map +0 -1
  5041. package/build/engine/graphics/render/buffer/simple-fx/ao/SAOShader.d.ts.map +0 -1
  5042. package/build/engine/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.d.ts.map +0 -1
  5043. package/build/engine/graphics/render/buffer/simple-fx/taa/prototypeTAA.d.ts.map +0 -1
  5044. package/build/engine/graphics/render/buffer/slot/ProgramSlotValue.d.ts.map +0 -1
  5045. package/build/engine/graphics/render/buffer/slot/ProgramValueDirectionKind.d.ts.map +0 -1
  5046. package/build/engine/graphics/render/buffer/slot/ProgramValueSlotDefinition.d.ts.map +0 -1
  5047. package/build/engine/graphics/render/buffer/slot/ProgramValueType.d.ts.map +0 -1
  5048. package/build/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts.map +0 -1
  5049. package/build/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.d.ts.map +0 -1
  5050. package/build/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.d.ts.map +0 -1
  5051. package/build/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.d.ts.map +0 -1
  5052. package/build/engine/graphics/render/buffer/slot/parameter/RenderTargetParameters.d.ts.map +0 -1
  5053. package/build/engine/graphics/render/forward_plus/LightManager.d.ts.map +0 -1
  5054. package/build/engine/graphics/render/forward_plus/LightManager.spec.d.ts.map +0 -1
  5055. package/build/engine/graphics/render/forward_plus/LightRenderMetadata.d.ts.map +0 -1
  5056. package/build/engine/graphics/render/forward_plus/assign_cluster.d.ts.map +0 -1
  5057. package/build/engine/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.d.ts.map +0 -1
  5058. package/build/engine/graphics/render/forward_plus/cluster/compute_light_data_hash.d.ts.map +0 -1
  5059. package/build/engine/graphics/render/forward_plus/cluster/compute_light_data_hash_0.d.ts.map +0 -1
  5060. package/build/engine/graphics/render/forward_plus/cluster/read_plane_pair.d.ts.map +0 -1
  5061. package/build/engine/graphics/render/forward_plus/cluster/write_cluster_planes.d.ts.map +0 -1
  5062. package/build/engine/graphics/render/forward_plus/cluster/write_cluster_planes.spec.d.ts.map +0 -1
  5063. package/build/engine/graphics/render/forward_plus/computeFrustumCorners.d.ts.map +0 -1
  5064. package/build/engine/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.d.ts.map +0 -1
  5065. package/build/engine/graphics/render/forward_plus/debug/buildLightClusterWidget.d.ts.map +0 -1
  5066. package/build/engine/graphics/render/forward_plus/debug/createLayerSwitcher.d.ts.map +0 -1
  5067. package/build/engine/graphics/render/forward_plus/debug/createScreenGrid.d.ts.map +0 -1
  5068. package/build/engine/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.d.ts.map +0 -1
  5069. package/build/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.d.ts.map +0 -1
  5070. package/build/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.d.ts.map +0 -1
  5071. package/build/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.d.ts.map +0 -1
  5072. package/build/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.d.ts.map +0 -1
  5073. package/build/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.d.ts.map +0 -1
  5074. package/build/engine/graphics/render/forward_plus/materials/FPlusDebugMaterial.d.ts.map +0 -1
  5075. package/build/engine/graphics/render/forward_plus/materials/FPlusStandardMaterial.d.ts.map +0 -1
  5076. package/build/engine/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.d.ts.map +0 -1
  5077. package/build/engine/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.d.ts.map +0 -1
  5078. package/build/engine/graphics/render/forward_plus/materials/fp_build_fragment_shader.d.ts.map +0 -1
  5079. package/build/engine/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.d.ts.map +0 -1
  5080. package/build/engine/graphics/render/forward_plus/materials/fp_build_vertex_shader.d.ts.map +0 -1
  5081. package/build/engine/graphics/render/forward_plus/model/AbstractLight.d.ts.map +0 -1
  5082. package/build/engine/graphics/render/forward_plus/model/Decal.d.ts.map +0 -1
  5083. package/build/engine/graphics/render/forward_plus/model/DirectionalLight.d.ts.map +0 -1
  5084. package/build/engine/graphics/render/forward_plus/model/PointLight.d.ts.map +0 -1
  5085. package/build/engine/graphics/render/forward_plus/model/SpotLight.d.ts.map +0 -1
  5086. package/build/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts.map +0 -1
  5087. package/build/engine/graphics/render/forward_plus/plugin/MaterialTransformer.d.ts.map +0 -1
  5088. package/build/engine/graphics/render/forward_plus/plugin/isLitMaterial.d.ts.map +0 -1
  5089. package/build/engine/graphics/render/forward_plus/plugin/ptototypeFPPlugin.d.ts.map +0 -1
  5090. package/build/engine/graphics/render/forward_plus/prototype/prototypeLightManager.d.ts.map +0 -1
  5091. package/build/engine/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.d.ts.map +0 -1
  5092. package/build/engine/graphics/render/forward_plus/query/cube_mapping.d.ts.map +0 -1
  5093. package/build/engine/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.d.ts.map +0 -1
  5094. package/build/engine/graphics/render/forward_plus/query/point_light_inside_volume.d.ts.map +0 -1
  5095. package/build/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.d.ts.map +0 -1
  5096. package/build/engine/graphics/render/forward_plus/query/spot_light_inside_volume.d.ts.map +0 -1
  5097. package/build/engine/graphics/render/forward_plus/read_frustum_corner.d.ts.map +0 -1
  5098. package/build/engine/graphics/render/forward_plus/sort_decal_data.d.ts.map +0 -1
  5099. package/build/engine/graphics/render/forward_plus/testClusterEquality.d.ts.map +0 -1
  5100. package/build/engine/graphics/render/frame_graph/GraphNode.d.ts.map +0 -1
  5101. package/build/engine/graphics/render/frame_graph/IRenderContext.d.ts.map +0 -1
  5102. package/build/engine/graphics/render/frame_graph/RenderGraph.d.ts.map +0 -1
  5103. package/build/engine/graphics/render/frame_graph/RenderGraphBuilder.d.ts.map +0 -1
  5104. package/build/engine/graphics/render/frame_graph/RenderPass.d.ts.map +0 -1
  5105. package/build/engine/graphics/render/frame_graph/RenderPassFlags.d.ts.map +0 -1
  5106. package/build/engine/graphics/render/frame_graph/RenderPassNode.d.ts.map +0 -1
  5107. package/build/engine/graphics/render/frame_graph/RenderPassResources.d.ts.map +0 -1
  5108. package/build/engine/graphics/render/frame_graph/RenderTarget.d.ts.map +0 -1
  5109. package/build/engine/graphics/render/frame_graph/RenderTextureManager.d.ts.map +0 -1
  5110. package/build/engine/graphics/render/frame_graph/ResourceEntry.d.ts.map +0 -1
  5111. package/build/engine/graphics/render/frame_graph/ResourceNode.d.ts.map +0 -1
  5112. package/build/engine/graphics/render/frame_graph/TextureDescriptor.d.ts.map +0 -1
  5113. package/build/engine/graphics/render/frame_graph/TextureInitialState.d.ts.map +0 -1
  5114. package/build/engine/graphics/render/frame_graph/sample/deferred/CopyPass.d.ts.map +0 -1
  5115. package/build/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.d.ts.map +0 -1
  5116. package/build/engine/graphics/render/frame_graph/sample/deferred/LightingPass.d.ts.map +0 -1
  5117. package/build/engine/graphics/render/frame_graph/sample/deferred/run.d.ts.map +0 -1
  5118. package/build/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.d.ts.map +0 -1
  5119. package/build/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.d.ts.map +0 -1
  5120. package/build/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.d.ts.map +0 -1
  5121. package/build/engine/graphics/render/frame_graph/sample/meep-v1/render.d.ts.map +0 -1
  5122. package/build/engine/graphics/render/frame_graph/webgl/WebGLRenderContext.d.ts.map +0 -1
  5123. package/build/engine/graphics/render/gizmo/Gizmo.d.ts.map +0 -1
  5124. package/build/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts.map +0 -1
  5125. package/build/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts.map +0 -1
  5126. package/build/engine/graphics/render/gizmo/prototypeGizmo.d.ts.map +0 -1
  5127. package/build/engine/graphics/render/layers/RenderLayer.d.ts.map +0 -1
  5128. package/build/engine/graphics/render/layers/RenderLayerManager.d.ts.map +0 -1
  5129. package/build/engine/graphics/render/layers/RenderLayerManagerState.d.ts.map +0 -1
  5130. package/build/engine/graphics/render/layers/RenderLayerState.d.ts.map +0 -1
  5131. package/build/engine/graphics/render/layers/RenderLayerUtils.d.ts.map +0 -1
  5132. package/build/engine/graphics/render/make_bvh_visibility_builder.d.ts.map +0 -1
  5133. package/build/engine/graphics/render/utils/ThreeBypassRenderer.d.ts.map +0 -1
  5134. package/build/engine/graphics/render/utils/renderScreenSpace.d.ts.map +0 -1
  5135. package/build/engine/graphics/render/utils/renderTextureToScreenQuad.d.ts.map +0 -1
  5136. package/build/engine/graphics/render/view/CameraView.d.ts.map +0 -1
  5137. package/build/engine/graphics/render/view/CameraViewFlags.d.ts.map +0 -1
  5138. package/build/engine/graphics/render/view/CameraViewManager.d.ts.map +0 -1
  5139. package/build/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts.map +0 -1
  5140. package/build/engine/graphics/render/visibility/IncrementalDeltaSet.spec.d.ts.map +0 -1
  5141. package/build/engine/graphics/render/visibility/VisibilityComputer.d.ts.map +0 -1
  5142. package/build/engine/graphics/render/visibility/VisibilityFilter.d.ts.map +0 -1
  5143. package/build/engine/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.d.ts.map +0 -1
  5144. package/build/engine/graphics/render/visibility/hiz/buffer/ReductionShader.d.ts.map +0 -1
  5145. package/build/engine/graphics/render/visibility/hiz/buildCanvasViewFromTexture.d.ts.map +0 -1
  5146. package/build/engine/graphics/render/visibility/hiz/prototypeHiZ.d.ts.map +0 -1
  5147. package/build/engine/graphics/render/visibility/hiz/query/BatchOcclusionQuery.d.ts.map +0 -1
  5148. package/build/engine/graphics/render/visibility/hiz/query/QueryShader.d.ts.map +0 -1
  5149. package/build/engine/graphics/sh3/LightProbeVolume.d.ts.map +0 -1
  5150. package/build/engine/graphics/sh3/SH3VisualisationMaterial.d.ts.map +0 -1
  5151. package/build/engine/graphics/sh3/gi/prototypeSHGI.d.ts.map +0 -1
  5152. package/build/engine/graphics/sh3/path_tracer/GeometryBVHBatched.d.ts.map +0 -1
  5153. package/build/engine/graphics/sh3/path_tracer/PathTracedMesh.d.ts.map +0 -1
  5154. package/build/engine/graphics/sh3/path_tracer/PathTracer.d.ts.map +0 -1
  5155. package/build/engine/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.d.ts.map +0 -1
  5156. package/build/engine/graphics/sh3/path_tracer/compute_triangle_group_aabb3.d.ts.map +0 -1
  5157. package/build/engine/graphics/sh3/path_tracer/getBiasedNormalSample.d.ts.map +0 -1
  5158. package/build/engine/graphics/sh3/path_tracer/make_one_vector3.d.ts.map +0 -1
  5159. package/build/engine/graphics/sh3/path_tracer/make_sky_hosek.d.ts.map +0 -1
  5160. package/build/engine/graphics/sh3/path_tracer/make_sky_rtiw.d.ts.map +0 -1
  5161. package/build/engine/graphics/sh3/path_tracer/make_zero_vector3.d.ts.map +0 -1
  5162. package/build/engine/graphics/sh3/path_tracer/prototypePathTracer.d.ts.map +0 -1
  5163. package/build/engine/graphics/sh3/path_tracer/random_in_hemisphere.d.ts.map +0 -1
  5164. package/build/engine/graphics/sh3/path_tracer/ray_hit_apply_transform.d.ts.map +0 -1
  5165. package/build/engine/graphics/sh3/path_tracer/ray_reflect.d.ts.map +0 -1
  5166. package/build/engine/graphics/sh3/path_tracer/sample_triangle_attribute.d.ts.map +0 -1
  5167. package/build/engine/graphics/sh3/path_tracer/vec3_uint8_to_float.d.ts.map +0 -1
  5168. package/build/engine/graphics/sh3/prototypeSH3Probe.d.ts.map +0 -1
  5169. package/build/engine/graphics/sh3/sky/hosek/data.d.ts.map +0 -1
  5170. package/build/engine/graphics/sh3/sky/hosek/prototype_hosek.d.ts.map +0 -1
  5171. package/build/engine/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.d.ts.map +0 -1
  5172. package/build/engine/graphics/sh3/visualise_probe.d.ts.map +0 -1
  5173. package/build/engine/graphics/shaders/AlphaBlendShader.d.ts.map +0 -1
  5174. package/build/engine/graphics/shaders/AmbientOcclusionShader.d.ts.map +0 -1
  5175. package/build/engine/graphics/shaders/ClearShader.d.ts.map +0 -1
  5176. package/build/engine/graphics/shaders/CopyShader.d.ts.map +0 -1
  5177. package/build/engine/graphics/shaders/DenoiseShader.d.ts.map +0 -1
  5178. package/build/engine/graphics/shaders/GaussianBlurShader.d.ts.map +0 -1
  5179. package/build/engine/graphics/shaders/GaussianGlowShader.d.ts.map +0 -1
  5180. package/build/engine/graphics/shaders/NormalMapShader.d.ts.map +0 -1
  5181. package/build/engine/graphics/shaders/NormalMapShader2.d.ts.map +0 -1
  5182. package/build/engine/graphics/shaders/ScreenSpaceQuadShader.d.ts.map +0 -1
  5183. package/build/engine/graphics/shaders/ScreenSpaceShader.d.ts.map +0 -1
  5184. package/build/engine/graphics/shaders/SoftOutlineShader.d.ts.map +0 -1
  5185. package/build/engine/graphics/shaders/TerrainShader.d.ts.map +0 -1
  5186. package/build/engine/graphics/shaders/WaterShader.d.ts.map +0 -1
  5187. package/build/engine/graphics/shaders/glsl_gen_swizzled_read.d.ts.map +0 -1
  5188. package/build/engine/graphics/shaders/lib/ShaderChunks.d.ts.map +0 -1
  5189. package/build/engine/graphics/shadows/ShadowMapRenderer.d.ts.map +0 -1
  5190. package/build/engine/graphics/shadows/testShadowMapRendering.d.ts.map +0 -1
  5191. package/build/engine/graphics/shadows/vsm.glsl.d.ts.map +0 -1
  5192. package/build/engine/graphics/texture/3d/SingleChannelSampler3D.d.ts.map +0 -1
  5193. package/build/engine/graphics/texture/3d/scs3d_read_2d_slice.d.ts.map +0 -1
  5194. package/build/engine/graphics/texture/3d/scs3d_sample_linear.d.ts.map +0 -1
  5195. package/build/engine/graphics/texture/AttributeDataTexture.d.ts.map +0 -1
  5196. package/build/engine/graphics/texture/Canvas2Sampler2D.d.ts.map +0 -1
  5197. package/build/engine/graphics/texture/CheckersTexture.d.ts.map +0 -1
  5198. package/build/engine/graphics/texture/CheckersTextureURI.d.ts.map +0 -1
  5199. package/build/engine/graphics/texture/TextureBackedMemoryRegion.d.ts.map +0 -1
  5200. package/build/engine/graphics/texture/atlas/AbstractTextureAtlas.d.ts.map +0 -1
  5201. package/build/engine/graphics/texture/atlas/AtlasLookupTexture.d.ts.map +0 -1
  5202. package/build/engine/graphics/texture/atlas/AtlasPatch.d.ts.map +0 -1
  5203. package/build/engine/graphics/texture/atlas/AtlasPatchFlag.d.ts.map +0 -1
  5204. package/build/engine/graphics/texture/atlas/CachingTextureAtlas.d.ts.map +0 -1
  5205. package/build/engine/graphics/texture/atlas/CachingTextureAtlas.spec.d.ts.map +0 -1
  5206. package/build/engine/graphics/texture/atlas/ManagedTextureAtlas.d.ts.map +0 -1
  5207. package/build/engine/graphics/texture/atlas/ReferencedTextureAtlas.d.ts.map +0 -1
  5208. package/build/engine/graphics/texture/atlas/TextureAtlas.d.ts.map +0 -1
  5209. package/build/engine/graphics/texture/atlas/TextureAtlas.spec.d.ts.map +0 -1
  5210. package/build/engine/graphics/texture/atlas/TextureAtlasDebugger.d.ts.map +0 -1
  5211. package/build/engine/graphics/texture/atlas/gpu/WebGLTextureAtlas.d.ts.map +0 -1
  5212. package/build/engine/graphics/texture/channelCountToThreIntegerTextureType.d.ts.map +0 -1
  5213. package/build/engine/graphics/texture/channelCountToThreeTextureFormat.d.ts.map +0 -1
  5214. package/build/engine/graphics/texture/computeThreeTextureFormat.d.ts.map +0 -1
  5215. package/build/engine/graphics/texture/computeThreeTextureInternalFormatFromDataType.d.ts.map +0 -1
  5216. package/build/engine/graphics/texture/computeThreeTextureTypeFromDataType.d.ts.map +0 -1
  5217. package/build/engine/graphics/texture/cubemap/buildCubeURLs.d.ts.map +0 -1
  5218. package/build/engine/graphics/texture/cubemap/load_environment_map.d.ts.map +0 -1
  5219. package/build/engine/graphics/texture/formatToChannelCount.d.ts.map +0 -1
  5220. package/build/engine/graphics/texture/makeOnePixelTexture.d.ts.map +0 -1
  5221. package/build/engine/graphics/texture/normalized_internal_format.d.ts.map +0 -1
  5222. package/build/engine/graphics/texture/sampler/BlendingType.d.ts.map +0 -1
  5223. package/build/engine/graphics/texture/sampler/HarmonicDiffusionGrid.d.ts.map +0 -1
  5224. package/build/engine/graphics/texture/sampler/HarmonicDiffusionGrid.spec.d.ts.map +0 -1
  5225. package/build/engine/graphics/texture/sampler/Sampler2D.d.ts.map +0 -1
  5226. package/build/engine/graphics/texture/sampler/Sampler2D.spec.d.ts.map +0 -1
  5227. package/build/engine/graphics/texture/sampler/Sampler2D2Canvas.d.ts.map +0 -1
  5228. package/build/engine/graphics/texture/sampler/Sampler2D2Texture.d.ts.map +0 -1
  5229. package/build/engine/graphics/texture/sampler/blendingType2Three.d.ts.map +0 -1
  5230. package/build/engine/graphics/texture/sampler/convertSampler2D2DataURL.d.ts.map +0 -1
  5231. package/build/engine/graphics/texture/sampler/convertSampler2D2DataURL.spec.d.ts.map +0 -1
  5232. package/build/engine/graphics/texture/sampler/convertTexture2Sampler2D.d.ts.map +0 -1
  5233. package/build/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.d.ts.map +0 -1
  5234. package/build/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.spec.d.ts.map +0 -1
  5235. package/build/engine/graphics/texture/sampler/distance/computeSignedDistanceField_Chamfer.d.ts.map +0 -1
  5236. package/build/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.d.ts.map +0 -1
  5237. package/build/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.spec.d.ts.map +0 -1
  5238. package/build/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.d.ts.map +0 -1
  5239. package/build/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.spec.d.ts.map +0 -1
  5240. package/build/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField_Chamfer.d.ts.map +0 -1
  5241. package/build/engine/graphics/texture/sampler/downloadSamplerAsPNG.d.ts.map +0 -1
  5242. package/build/engine/graphics/texture/sampler/filter/box.d.ts.map +0 -1
  5243. package/build/engine/graphics/texture/sampler/filter/cubic2.d.ts.map +0 -1
  5244. package/build/engine/graphics/texture/sampler/filter/filter_lanczos3.d.ts.map +0 -1
  5245. package/build/engine/graphics/texture/sampler/filter/gaussian.d.ts.map +0 -1
  5246. package/build/engine/graphics/texture/sampler/filter/kaiser_1.d.ts.map +0 -1
  5247. package/build/engine/graphics/texture/sampler/filter/kaiser_bessel_window.d.ts.map +0 -1
  5248. package/build/engine/graphics/texture/sampler/filter/mitchell.d.ts.map +0 -1
  5249. package/build/engine/graphics/texture/sampler/filter/mitchell_v1.d.ts.map +0 -1
  5250. package/build/engine/graphics/texture/sampler/filter/sampler2d_scale_down_generic.d.ts.map +0 -1
  5251. package/build/engine/graphics/texture/sampler/filter/triangle.d.ts.map +0 -1
  5252. package/build/engine/graphics/texture/sampler/prototypeSamplerFiltering.d.ts.map +0 -1
  5253. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale.d.ts.map +0 -1
  5254. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale.spec.d.ts.map +0 -1
  5255. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.d.ts.map +0 -1
  5256. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.spec.d.ts.map +0 -1
  5257. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.d.ts.map +0 -1
  5258. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.spec.d.ts.map +0 -1
  5259. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.d.ts.map +0 -1
  5260. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.spec.d.ts.map +0 -1
  5261. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_generic.d.ts.map +0 -1
  5262. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.d.ts.map +0 -1
  5263. package/build/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.spec.d.ts.map +0 -1
  5264. package/build/engine/graphics/texture/sampler/sampler2DToFloat32Texture.d.ts.map +0 -1
  5265. package/build/engine/graphics/texture/sampler/sampler2d_channel_compute_max.d.ts.map +0 -1
  5266. package/build/engine/graphics/texture/sampler/sampler2d_channel_compute_max.spec.d.ts.map +0 -1
  5267. package/build/engine/graphics/texture/sampler/sampler2d_channel_compute_min.d.ts.map +0 -1
  5268. package/build/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.d.ts.map +0 -1
  5269. package/build/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.spec.d.ts.map +0 -1
  5270. package/build/engine/graphics/texture/sampler/sampler2d_channel_linear_transform.d.ts.map +0 -1
  5271. package/build/engine/graphics/texture/sampler/sampler2d_combine.d.ts.map +0 -1
  5272. package/build/engine/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.d.ts.map +0 -1
  5273. package/build/engine/graphics/texture/sampler/sampler2d_copy_channel_data.d.ts.map +0 -1
  5274. package/build/engine/graphics/texture/sampler/sampler2d_copy_with_margins.d.ts.map +0 -1
  5275. package/build/engine/graphics/texture/sampler/sampler2d_copy_with_margins.spec.d.ts.map +0 -1
  5276. package/build/engine/graphics/texture/sampler/sampler2d_ensure_uint8_RGBA.d.ts.map +0 -1
  5277. package/build/engine/graphics/texture/sampler/sampler2d_paint.d.ts.map +0 -1
  5278. package/build/engine/graphics/texture/sampler/sampler2d_sub_copy_same_item_size.d.ts.map +0 -1
  5279. package/build/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.d.ts.map +0 -1
  5280. package/build/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.d.ts.map +0 -1
  5281. package/build/engine/graphics/texture/sampler/sampler2d_write_to_canvas_raw.d.ts.map +0 -1
  5282. package/build/engine/graphics/texture/sampler/saturated_value_by_constructor.d.ts.map +0 -1
  5283. package/build/engine/graphics/texture/sampler/search/make_edge_condition_channel_threshold.d.ts.map +0 -1
  5284. package/build/engine/graphics/texture/sampler/search/sampler2d_find_pixels.d.ts.map +0 -1
  5285. package/build/engine/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.d.ts.map +0 -1
  5286. package/build/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.d.ts.map +0 -1
  5287. package/build/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.spec.d.ts.map +0 -1
  5288. package/build/engine/graphics/texture/sampler/typedArrayConstructorByInstance.d.ts.map +0 -1
  5289. package/build/engine/graphics/texture/sampler/util/bitSet2Sampler2D.d.ts.map +0 -1
  5290. package/build/engine/graphics/texture/sampler/util/drawSamplerHTML.d.ts.map +0 -1
  5291. package/build/engine/graphics/texture/sampler/writeSampler2DDataToDataTexture.d.ts.map +0 -1
  5292. package/build/engine/graphics/texture/sprite/prototypeSpriteCutoutGeometry.d.ts.map +0 -1
  5293. package/build/engine/graphics/texture/texture_array_2d_copy.d.ts.map +0 -1
  5294. package/build/engine/graphics/texture/virtual/VirtualTextureMaterial.d.ts.map +0 -1
  5295. package/build/engine/graphics/texture/virtual/VirtualTextureMemoryMapping.d.ts.map +0 -1
  5296. package/build/engine/graphics/texture/virtual/VirtualTexturePage.d.ts.map +0 -1
  5297. package/build/engine/graphics/texture/virtual/VirtualTextureTileLoader.d.ts.map +0 -1
  5298. package/build/engine/graphics/texture/virtual/VirtualTextureUsage.d.ts.map +0 -1
  5299. package/build/engine/graphics/texture/virtual/VirtualTextureUsageShader.d.ts.map +0 -1
  5300. package/build/engine/graphics/texture/virtual/VirtualTextureUsageUpdater.d.ts.map +0 -1
  5301. package/build/engine/graphics/texture/virtual/debug/ResidencyDebugView.d.ts.map +0 -1
  5302. package/build/engine/graphics/texture/virtual/debug/UsageDebugView.d.ts.map +0 -1
  5303. package/build/engine/graphics/texture/virtual/debug/UsagePyramidDebugView.d.ts.map +0 -1
  5304. package/build/engine/graphics/texture/virtual/prototype.d.ts.map +0 -1
  5305. package/build/engine/graphics/texture/virtual/tile/VirtualTextureTile.d.ts.map +0 -1
  5306. package/build/engine/graphics/texture/virtual/tile/compose_finger_print.d.ts.map +0 -1
  5307. package/build/engine/graphics/texture/virtual/tile/compose_tile_address.d.ts.map +0 -1
  5308. package/build/engine/graphics/texture/virtual/tile/decompose_finger_print.d.ts.map +0 -1
  5309. package/build/engine/graphics/texture/virtual/tile/finger_print_to_tile_address.d.ts.map +0 -1
  5310. package/build/engine/graphics/texture/virtual/tile/tile_address_to_finger_print.d.ts.map +0 -1
  5311. package/build/engine/graphics/texture/whitePixelTexture.d.ts.map +0 -1
  5312. package/build/engine/graphics/three/OrbitControls.d.ts.map +0 -1
  5313. package/build/engine/graphics/three/Reflector.d.ts.map +0 -1
  5314. package/build/engine/graphics/three/Refractor.d.ts.map +0 -1
  5315. package/build/engine/graphics/three/ThreeFactory.d.ts.map +0 -1
  5316. package/build/engine/graphics/three/cloneObject3D.d.ts.map +0 -1
  5317. package/build/engine/graphics/three/compare_three_objects.d.ts.map +0 -1
  5318. package/build/engine/graphics/three/expand_aabb_by_transformed_three_object.d.ts.map +0 -1
  5319. package/build/engine/graphics/three/expand_aabb_by_transformed_three_object.spec.d.ts.map +0 -1
  5320. package/build/engine/graphics/three/three_computeObjectBoundingBox.d.ts.map +0 -1
  5321. package/build/engine/graphics/trail/CodeflowTrailMaterial.d.ts.map +0 -1
  5322. package/build/engine/graphics/trail/TemporalPath.d.ts.map +0 -1
  5323. package/build/engine/graphics/trail/TemporalPath.spec.d.ts.map +0 -1
  5324. package/build/engine/graphics/trail/x/RibbonMaterialX.d.ts.map +0 -1
  5325. package/build/engine/graphics/trail/x/RibbonX.d.ts.map +0 -1
  5326. package/build/engine/graphics/trail/x/RibbonX.spec.d.ts.map +0 -1
  5327. package/build/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts.map +0 -1
  5328. package/build/engine/graphics/trail/x/RibbonXPlugin.d.ts.map +0 -1
  5329. package/build/engine/graphics/trail/x/ribbon_attributes_spec.d.ts.map +0 -1
  5330. package/build/engine/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.d.ts.map +0 -1
  5331. package/build/engine/graphics/util/ScaleObject3ToBox.d.ts.map +0 -1
  5332. package/build/engine/graphics/util/composeMatrix4.d.ts.map +0 -1
  5333. package/build/engine/graphics/util/composeMatrix4RotationScale.d.ts.map +0 -1
  5334. package/build/engine/graphics/util/ensureGeometryBoundingBox.d.ts.map +0 -1
  5335. package/build/engine/graphics/util/launchElementIntoFullscreen.d.ts.map +0 -1
  5336. package/build/engine/graphics/util/makeMeshPreviewScene.d.ts.map +0 -1
  5337. package/build/engine/graphics/util/modelHitTest.d.ts.map +0 -1
  5338. package/build/engine/graphics/util/projectSphere.d.ts.map +0 -1
  5339. package/build/engine/graphics/util/promiseMaterialLoaded.d.ts.map +0 -1
  5340. package/build/engine/graphics/util/promiseTextureLoaded.d.ts.map +0 -1
  5341. package/build/engine/graphics/util/renderObjectToSampler2D.d.ts.map +0 -1
  5342. package/build/engine/graphics/util/threeUpdateMatrix.d.ts.map +0 -1
  5343. package/build/engine/graphics/util/threeUpdateTransform.d.ts.map +0 -1
  5344. package/build/engine/grid/ORTHOGONAL_NEIGHBOURHOOD_MASK.d.ts.map +0 -1
  5345. package/build/engine/grid/area/AreaTrigger.d.ts.map +0 -1
  5346. package/build/engine/grid/area/TriggerAction.d.ts.map +0 -1
  5347. package/build/engine/grid/area/TriggerActionType.d.ts.map +0 -1
  5348. package/build/engine/grid/grid2transform/GridPosition2Transform.d.ts.map +0 -1
  5349. package/build/engine/grid/grid2transform/GridPosition2TransformFlags.d.ts.map +0 -1
  5350. package/build/engine/grid/grid2transform/GridPosition2TransformSerializationAdapter.d.ts.map +0 -1
  5351. package/build/engine/grid/grid2transform/GridPosition2TransformSerializationUpgrader_0_1.d.ts.map +0 -1
  5352. package/build/engine/grid/grid2transform/GridPosition2TransformSystem.d.ts.map +0 -1
  5353. package/build/engine/grid/obstacle/GridObstacle.d.ts.map +0 -1
  5354. package/build/engine/grid/obstacle/GridObstacle.spec.d.ts.map +0 -1
  5355. package/build/engine/grid/obstacle/GridObstacleSerializationAdapter.d.ts.map +0 -1
  5356. package/build/engine/grid/position/GridPosition.d.ts.map +0 -1
  5357. package/build/engine/grid/position/GridPositionSerializationAdapter.d.ts.map +0 -1
  5358. package/build/engine/grid/position/GridPositionSerializationUpdater_0_1.d.ts.map +0 -1
  5359. package/build/engine/grid/position/GridPositionSystem.d.ts.map +0 -1
  5360. package/build/engine/grid/transform2grid/Transform2GridPosition.d.ts.map +0 -1
  5361. package/build/engine/grid/transform2grid/Transform2GridPositionFlags.d.ts.map +0 -1
  5362. package/build/engine/grid/transform2grid/Transform2GridPositionMode.d.ts.map +0 -1
  5363. package/build/engine/grid/transform2grid/Transform2GridPositionSystem.d.ts.map +0 -1
  5364. package/build/engine/input/devices/InputDeviceSwitch.d.ts.map +0 -1
  5365. package/build/engine/input/devices/InputDeviceSwitch.spec.d.ts.map +0 -1
  5366. package/build/engine/input/devices/KeyCodes.d.ts.map +0 -1
  5367. package/build/engine/input/devices/KeyValues.d.ts.map +0 -1
  5368. package/build/engine/input/devices/KeyboardDevice.d.ts.map +0 -1
  5369. package/build/engine/input/devices/KeyboardDevice.spec.d.ts.map +0 -1
  5370. package/build/engine/input/devices/PointerDevice.d.ts.map +0 -1
  5371. package/build/engine/input/devices/PointerDevice.spec.d.ts.map +0 -1
  5372. package/build/engine/input/devices/events/DragEvents.d.ts.map +0 -1
  5373. package/build/engine/input/devices/events/KeyboardEvents.d.ts.map +0 -1
  5374. package/build/engine/input/devices/events/MouseEvents.d.ts.map +0 -1
  5375. package/build/engine/input/devices/events/TouchEvents.d.ts.map +0 -1
  5376. package/build/engine/input/ecs/components/Input.d.ts.map +0 -1
  5377. package/build/engine/input/ecs/components/InputBinding.d.ts.map +0 -1
  5378. package/build/engine/input/ecs/components/InputController.d.ts.map +0 -1
  5379. package/build/engine/input/ecs/controllers/KeyboardCameraController.d.ts.map +0 -1
  5380. package/build/engine/input/ecs/ism/InputBinding.d.ts.map +0 -1
  5381. package/build/engine/input/ecs/systems/InputControllerSystem.d.ts.map +0 -1
  5382. package/build/engine/input/ecs/systems/InputSystem.d.ts.map +0 -1
  5383. package/build/engine/input/ecs/util/TerrainCameraTargetSampler.d.ts.map +0 -1
  5384. package/build/engine/input/ecs/util/TopDownCameraControllerHelper.d.ts.map +0 -1
  5385. package/build/engine/intelligence/__module.d.ts.map +0 -1
  5386. package/build/engine/intelligence/behavior/Behavior.d.ts.map +0 -1
  5387. package/build/engine/intelligence/behavior/Behavior.spec.d.ts.map +0 -1
  5388. package/build/engine/intelligence/behavior/BehaviorStatus.d.ts.map +0 -1
  5389. package/build/engine/intelligence/behavior/SelectorBehavior.d.ts.map +0 -1
  5390. package/build/engine/intelligence/behavior/SelectorBehavior.spec.d.ts.map +0 -1
  5391. package/build/engine/intelligence/behavior/behavior_to_dot.d.ts.map +0 -1
  5392. package/build/engine/intelligence/behavior/behavior_to_dot.prototype.d.ts.map +0 -1
  5393. package/build/engine/intelligence/behavior/behavior_to_dot.spec.d.ts.map +0 -1
  5394. package/build/engine/intelligence/behavior/composite/CompositeBehavior.d.ts.map +0 -1
  5395. package/build/engine/intelligence/behavior/composite/ParallelBehavior.d.ts.map +0 -1
  5396. package/build/engine/intelligence/behavior/composite/ParallelBehavior.spec.d.ts.map +0 -1
  5397. package/build/engine/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.d.ts.map +0 -1
  5398. package/build/engine/intelligence/behavior/composite/SequenceBehavior.d.ts.map +0 -1
  5399. package/build/engine/intelligence/behavior/composite/SequenceBehavior.spec.d.ts.map +0 -1
  5400. package/build/engine/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.d.ts.map +0 -1
  5401. package/build/engine/intelligence/behavior/decorator/AbstractDecoratorBehavior.d.ts.map +0 -1
  5402. package/build/engine/intelligence/behavior/decorator/IgnoreFailureBehavior.d.ts.map +0 -1
  5403. package/build/engine/intelligence/behavior/decorator/InvertStatusBehavior.d.ts.map +0 -1
  5404. package/build/engine/intelligence/behavior/decorator/InvertStatusBehaviorSerializationAdapter.d.ts.map +0 -1
  5405. package/build/engine/intelligence/behavior/decorator/RepeatBehavior.d.ts.map +0 -1
  5406. package/build/engine/intelligence/behavior/decorator/RepeatBehavior.spec.d.ts.map +0 -1
  5407. package/build/engine/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.d.ts.map +0 -1
  5408. package/build/engine/intelligence/behavior/decorator/RepeatUntilFailureBehavior.d.ts.map +0 -1
  5409. package/build/engine/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.d.ts.map +0 -1
  5410. package/build/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts.map +0 -1
  5411. package/build/engine/intelligence/behavior/ecs/BehaviorComponentFlag.d.ts.map +0 -1
  5412. package/build/engine/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.d.ts.map +0 -1
  5413. package/build/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts.map +0 -1
  5414. package/build/engine/intelligence/behavior/ecs/BehaviorSystem.spec.d.ts.map +0 -1
  5415. package/build/engine/intelligence/behavior/ecs/ClockChannelType.d.ts.map +0 -1
  5416. package/build/engine/intelligence/behavior/ecs/DieBehavior.d.ts.map +0 -1
  5417. package/build/engine/intelligence/behavior/ecs/EntityBehavior.d.ts.map +0 -1
  5418. package/build/engine/intelligence/behavior/ecs/SendEventBehavior.d.ts.map +0 -1
  5419. package/build/engine/intelligence/behavior/ecs/WaitForEventBehavior.d.ts.map +0 -1
  5420. package/build/engine/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.d.ts.map +0 -1
  5421. package/build/engine/intelligence/behavior/primitive/ActionBehavior.d.ts.map +0 -1
  5422. package/build/engine/intelligence/behavior/primitive/FailingBehavior.d.ts.map +0 -1
  5423. package/build/engine/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.d.ts.map +0 -1
  5424. package/build/engine/intelligence/behavior/primitive/PromiseBehavior.d.ts.map +0 -1
  5425. package/build/engine/intelligence/behavior/primitive/SucceedingBehavior.d.ts.map +0 -1
  5426. package/build/engine/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.d.ts.map +0 -1
  5427. package/build/engine/intelligence/behavior/selector/WeightedElement.d.ts.map +0 -1
  5428. package/build/engine/intelligence/behavior/selector/WeightedRandomBehavior.d.ts.map +0 -1
  5429. package/build/engine/intelligence/behavior/util/BranchBehavior.d.ts.map +0 -1
  5430. package/build/engine/intelligence/behavior/util/ConditionBehavior.d.ts.map +0 -1
  5431. package/build/engine/intelligence/behavior/util/ConditionBehavior.spec.d.ts.map +0 -1
  5432. package/build/engine/intelligence/behavior/util/ConditionalBehavior.d.ts.map +0 -1
  5433. package/build/engine/intelligence/behavior/util/DelayBehavior.d.ts.map +0 -1
  5434. package/build/engine/intelligence/behavior/util/FilterBehavior.d.ts.map +0 -1
  5435. package/build/engine/intelligence/behavior/util/LogMessageBehavior.d.ts.map +0 -1
  5436. package/build/engine/intelligence/behavior/util/RotationBehavior.d.ts.map +0 -1
  5437. package/build/engine/intelligence/behavior/util/behavior_traverse_tree.d.ts.map +0 -1
  5438. package/build/engine/intelligence/behavior/util/syncExecuteBehaviorToCompletion.d.ts.map +0 -1
  5439. package/build/engine/intelligence/blackboard/AbstractBlackboard.d.ts.map +0 -1
  5440. package/build/engine/intelligence/blackboard/Blackboard.d.ts.map +0 -1
  5441. package/build/engine/intelligence/blackboard/Blackboard.spec.d.ts.map +0 -1
  5442. package/build/engine/intelligence/blackboard/BlackboardDynamicStorageAdapter.d.ts.map +0 -1
  5443. package/build/engine/intelligence/blackboard/BlackboardSerializationAdapter.d.ts.map +0 -1
  5444. package/build/engine/intelligence/blackboard/BlackboardSerializationAdapter.spec.d.ts.map +0 -1
  5445. package/build/engine/intelligence/blackboard/BlackboardStack.d.ts.map +0 -1
  5446. package/build/engine/intelligence/blackboard/BlackboardValue.d.ts.map +0 -1
  5447. package/build/engine/intelligence/blackboard/make_blackboard_proxy.d.ts.map +0 -1
  5448. package/build/engine/intelligence/blackboard/make_blackboard_proxy.spec.d.ts.map +0 -1
  5449. package/build/engine/intelligence/controller/graph/StateGraph.d.ts.map +0 -1
  5450. package/build/engine/intelligence/controller/graph/StateGraphDescription.d.ts.map +0 -1
  5451. package/build/engine/intelligence/controller/graph/StateGraphSystem.d.ts.map +0 -1
  5452. package/build/engine/intelligence/mcts/MonteCarlo.d.ts.map +0 -1
  5453. package/build/engine/intelligence/mcts/MonteCarlo.spec.d.ts.map +0 -1
  5454. package/build/engine/intelligence/mcts/MoveEdge.d.ts.map +0 -1
  5455. package/build/engine/intelligence/mcts/StateNode.d.ts.map +0 -1
  5456. package/build/engine/intelligence/mcts/StateNode.spec.d.ts.map +0 -1
  5457. package/build/engine/intelligence/optimization/OptimizationTask.d.ts.map +0 -1
  5458. package/build/engine/intelligence/optimization/RandomOptimizer.d.ts.map +0 -1
  5459. package/build/engine/intelligence/optimization/RandomOptimizer.spec.d.ts.map +0 -1
  5460. package/build/engine/intelligence/resource/ActionSequence.d.ts.map +0 -1
  5461. package/build/engine/intelligence/resource/Resource.d.ts.map +0 -1
  5462. package/build/engine/intelligence/resource/ResourceAllocation.d.ts.map +0 -1
  5463. package/build/engine/intelligence/resource/ResourceAllocationBid.d.ts.map +0 -1
  5464. package/build/engine/intelligence/resource/ResourceAllocationSolver.d.ts.map +0 -1
  5465. package/build/engine/intelligence/resource/ResourceAllocationSolver.spec.d.ts.map +0 -1
  5466. package/build/engine/intelligence/resource/StrategicResourceAllocator.d.ts.map +0 -1
  5467. package/build/engine/intelligence/resource/StrategicResourceAllocator.spec.d.ts.map +0 -1
  5468. package/build/engine/intelligence/resource/TacticalModule.d.ts.map +0 -1
  5469. package/build/engine/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.d.ts.map +0 -1
  5470. package/build/engine/knowledge/database/StaticKnowledgeDataTable.d.ts.map +0 -1
  5471. package/build/engine/knowledge/database/StaticKnowledgeDataTable.spec.d.ts.map +0 -1
  5472. package/build/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts.map +0 -1
  5473. package/build/engine/knowledge/database/StaticKnowledgeDatabase.d.ts.map +0 -1
  5474. package/build/engine/knowledge/database/StaticKnowledgeDatabase.spec.d.ts.map +0 -1
  5475. package/build/engine/logging/ConsoleLoggerBackend.d.ts.map +0 -1
  5476. package/build/engine/logging/GlobalLogger.d.ts.map +0 -1
  5477. package/build/engine/logging/LogLevel.d.ts.map +0 -1
  5478. package/build/engine/logging/Logger.d.ts.map +0 -1
  5479. package/build/engine/logging/LoggerBackend.d.ts.map +0 -1
  5480. package/build/engine/logging/VoidLoggerBackend.d.ts.map +0 -1
  5481. package/build/engine/logging/elastic/ElasticSearchLogger.d.ts.map +0 -1
  5482. package/build/engine/makeSimpleTaskProgressView.d.ts.map +0 -1
  5483. package/build/engine/metrics/GlobalMetrics.d.ts.map +0 -1
  5484. package/build/engine/metrics/GoogleAnalyticsMetrics.d.ts.map +0 -1
  5485. package/build/engine/metrics/MetricsCategory.d.ts.map +0 -1
  5486. package/build/engine/metrics/MetricsGateway.d.ts.map +0 -1
  5487. package/build/engine/metrics/NullMetricsGateway.d.ts.map +0 -1
  5488. package/build/engine/metrics/ProxyMetricsGateway.d.ts.map +0 -1
  5489. package/build/engine/navigation/__module.d.ts.map +0 -1
  5490. package/build/engine/navigation/ecs/components/InterpolationType.d.ts.map +0 -1
  5491. package/build/engine/navigation/ecs/components/Path.d.ts.map +0 -1
  5492. package/build/engine/navigation/ecs/components/Path.spec.d.ts.map +0 -1
  5493. package/build/engine/navigation/ecs/components/PathEvents.d.ts.map +0 -1
  5494. package/build/engine/navigation/ecs/components/PathFinder.d.ts.map +0 -1
  5495. package/build/engine/navigation/ecs/components/PathSerializationAdapter.d.ts.map +0 -1
  5496. package/build/engine/navigation/ecs/components/PathSerializationUpgrader_0_1.d.ts.map +0 -1
  5497. package/build/engine/navigation/ecs/components/PathSerializationUpgrader_1_2.d.ts.map +0 -1
  5498. package/build/engine/navigation/ecs/path_following/PathFollower.d.ts.map +0 -1
  5499. package/build/engine/navigation/ecs/path_following/PathFollower.spec.d.ts.map +0 -1
  5500. package/build/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts.map +0 -1
  5501. package/build/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts.map +0 -1
  5502. package/build/engine/navigation/ecs/path_following/PathFollowerSerializationAdapter.d.ts.map +0 -1
  5503. package/build/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.d.ts.map +0 -1
  5504. package/build/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.d.ts.map +0 -1
  5505. package/build/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.d.ts.map +0 -1
  5506. package/build/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts.map +0 -1
  5507. package/build/engine/navigation/grid/find_path_on_grid_astar.d.ts.map +0 -1
  5508. package/build/engine/navigation/grid/find_path_on_grid_astar.spec.d.ts.map +0 -1
  5509. package/build/engine/network/PriorityFetch.d.ts.map +0 -1
  5510. package/build/engine/network/RemoteController.d.ts.map +0 -1
  5511. package/build/engine/network/convertPathToURL.d.ts.map +0 -1
  5512. package/build/engine/network/remoteEditor.d.ts.map +0 -1
  5513. package/build/engine/network/xhr.d.ts.map +0 -1
  5514. package/build/engine/notify/Notification.d.ts.map +0 -1
  5515. package/build/engine/notify/NotificationLog.d.ts.map +0 -1
  5516. package/build/engine/notify/NotificationLog.spec.d.ts.map +0 -1
  5517. package/build/engine/options/Option.d.ts.map +0 -1
  5518. package/build/engine/options/Option.spec.d.ts.map +0 -1
  5519. package/build/engine/options/OptionAbstract.d.ts.map +0 -1
  5520. package/build/engine/options/OptionGroup.d.ts.map +0 -1
  5521. package/build/engine/options/OptionGroup.spec.d.ts.map +0 -1
  5522. package/build/engine/options/OptionsView.d.ts.map +0 -1
  5523. package/build/engine/physics/ammo/PhysicsWorker.d.ts.map +0 -1
  5524. package/build/engine/physics/cannon/CannonJSPhysicsSystem.d.ts.map +0 -1
  5525. package/build/engine/physics/computeInterceptPoint.d.ts.map +0 -1
  5526. package/build/engine/physics/fluid/Fluid.d.ts.map +0 -1
  5527. package/build/engine/physics/fluid/FluidField.d.ts.map +0 -1
  5528. package/build/engine/physics/fluid/FluidSimulator.d.ts.map +0 -1
  5529. package/build/engine/physics/fluid/SliceVisualiser.d.ts.map +0 -1
  5530. package/build/engine/physics/fluid/effector/AbstractFluidEffector.d.ts.map +0 -1
  5531. package/build/engine/physics/fluid/effector/GlobalFluidEffector.d.ts.map +0 -1
  5532. package/build/engine/physics/fluid/effector/WakeFluidEffector.d.ts.map +0 -1
  5533. package/build/engine/physics/fluid/prototype.d.ts.map +0 -1
  5534. package/build/engine/physics/fluid/solver/v3_grid_apply_advection_forward.d.ts.map +0 -1
  5535. package/build/engine/physics/fluid/solver/v3_grid_apply_advection_reverse.d.ts.map +0 -1
  5536. package/build/engine/physics/fluid/solver/v3_grid_apply_diffusion.d.ts.map +0 -1
  5537. package/build/engine/physics/mls-mpm/MLS_MPM.d.ts.map +0 -1
  5538. package/build/engine/physics/mls-mpm/testMLS_MPM.d.ts.map +0 -1
  5539. package/build/engine/platform/EnginePlatform.d.ts.map +0 -1
  5540. package/build/engine/platform/GetURLHash.d.ts.map +0 -1
  5541. package/build/engine/platform/InMemoryEnginePlatform.d.ts.map +0 -1
  5542. package/build/engine/platform/WebEnginePlatform.d.ts.map +0 -1
  5543. package/build/engine/plugin/EnginePlugin.d.ts.map +0 -1
  5544. package/build/engine/plugin/EnginePlugin.spec.d.ts.map +0 -1
  5545. package/build/engine/plugin/EnginePluginManager.d.ts.map +0 -1
  5546. package/build/engine/plugin/PluginReferenceContext.d.ts.map +0 -1
  5547. package/build/engine/plugin/isSubclassOf.d.ts.map +0 -1
  5548. package/build/engine/reference/v2/Reference.d.ts.map +0 -1
  5549. package/build/engine/reference/v2/Reference.spec.d.ts.map +0 -1
  5550. package/build/engine/save/GameStateLoader.d.ts.map +0 -1
  5551. package/build/engine/save/Storage.d.ts.map +0 -1
  5552. package/build/engine/save/StorageBackedList.d.ts.map +0 -1
  5553. package/build/engine/save/storage/InMemoryLocalStorage.d.ts.map +0 -1
  5554. package/build/engine/save/storage/InMemoryStorage.d.ts.map +0 -1
  5555. package/build/engine/save/storage/IndexedDBStorage.d.ts.map +0 -1
  5556. package/build/engine/save/storage/IndexedDBTransactionMode.d.ts.map +0 -1
  5557. package/build/engine/scene/Scene.d.ts.map +0 -1
  5558. package/build/engine/scene/Scene.spec.d.ts.map +0 -1
  5559. package/build/engine/scene/SceneManager.d.ts.map +0 -1
  5560. package/build/engine/scene/SceneManager.spec.d.ts.map +0 -1
  5561. package/build/engine/scene/SerializedScene.d.ts.map +0 -1
  5562. package/build/engine/scene/transitionToScene.d.ts.map +0 -1
  5563. package/build/engine/simulation/DormandPrince.d.ts.map +0 -1
  5564. package/build/engine/simulation/Ticker.d.ts.map +0 -1
  5565. package/build/engine/sound/SoundEngine.d.ts.map +0 -1
  5566. package/build/engine/sound/asset/SoundAssetPlaybackSpec.d.ts.map +0 -1
  5567. package/build/engine/sound/asset/SoundAssetPlaybackSpecFlags.d.ts.map +0 -1
  5568. package/build/engine/sound/dB2Volume.d.ts.map +0 -1
  5569. package/build/engine/sound/ecs/SoundController.d.ts.map +0 -1
  5570. package/build/engine/sound/ecs/SoundControllerSystem.d.ts.map +0 -1
  5571. package/build/engine/sound/ecs/SoundListener.d.ts.map +0 -1
  5572. package/build/engine/sound/ecs/SoundListenerSystem.d.ts.map +0 -1
  5573. package/build/engine/sound/ecs/emitter/SoundAttenuationFunction.d.ts.map +0 -1
  5574. package/build/engine/sound/ecs/emitter/SoundEmitter.d.ts.map +0 -1
  5575. package/build/engine/sound/ecs/emitter/SoundEmitterChannel.d.ts.map +0 -1
  5576. package/build/engine/sound/ecs/emitter/SoundEmitterComponentContext.d.ts.map +0 -1
  5577. package/build/engine/sound/ecs/emitter/SoundEmitterFlags.d.ts.map +0 -1
  5578. package/build/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.d.ts.map +0 -1
  5579. package/build/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.spec.d.ts.map +0 -1
  5580. package/build/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.d.ts.map +0 -1
  5581. package/build/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.d.ts.map +0 -1
  5582. package/build/engine/sound/ecs/emitter/SoundEmitterSystem.d.ts.map +0 -1
  5583. package/build/engine/sound/ecs/emitter/SoundPanningModelType.d.ts.map +0 -1
  5584. package/build/engine/sound/ecs/emitter/SoundTrack.d.ts.map +0 -1
  5585. package/build/engine/sound/ecs/emitter/SoundTrackFlags.d.ts.map +0 -1
  5586. package/build/engine/sound/ecs/emitter/SoundTrackNodes.d.ts.map +0 -1
  5587. package/build/engine/sound/ecs/emitter/loadSoundTrackAsset.d.ts.map +0 -1
  5588. package/build/engine/sound/material/AbstractSoundMaterialDefinition.d.ts.map +0 -1
  5589. package/build/engine/sound/material/SoundMaterialInteractionType.d.ts.map +0 -1
  5590. package/build/engine/sound/material/concrete/RandomSoundMaterial.d.ts.map +0 -1
  5591. package/build/engine/sound/material/concrete/SilentSoundMaterial.d.ts.map +0 -1
  5592. package/build/engine/sound/material/concrete/SingleSoundMaterial.d.ts.map +0 -1
  5593. package/build/engine/sound/material/concrete/SoundMaterialComposition.d.ts.map +0 -1
  5594. package/build/engine/sound/material/concrete/json/deserializeSoundMaterialFromJSON.d.ts.map +0 -1
  5595. package/build/engine/sound/material/concrete/json/serializeSoundMaterialToJSON.d.ts.map +0 -1
  5596. package/build/engine/sound/material/detector/SoundMaterialSurfaceDetector.d.ts.map +0 -1
  5597. package/build/engine/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.d.ts.map +0 -1
  5598. package/build/engine/sound/sopra/AbstractAudioClip.d.ts.map +0 -1
  5599. package/build/engine/sound/sopra/ContainerAudioClip.d.ts.map +0 -1
  5600. package/build/engine/sound/sopra/RandomContainerAudioClip.d.ts.map +0 -1
  5601. package/build/engine/sound/sopra/SequenceContainerAudioClip.d.ts.map +0 -1
  5602. package/build/engine/sound/sopra/SilenceAudioClip.d.ts.map +0 -1
  5603. package/build/engine/sound/volume2dB.d.ts.map +0 -1
  5604. package/build/engine/ui/DraggableAspect.d.ts.map +0 -1
  5605. package/build/engine/ui/GUIEngine.d.ts.map +0 -1
  5606. package/build/engine/ui/bindings/DomElementBinding.d.ts.map +0 -1
  5607. package/build/engine/ui/bindings/DomElementBindingDescription.d.ts.map +0 -1
  5608. package/build/engine/ui/bindings/DomElementProcessor.d.ts.map +0 -1
  5609. package/build/engine/ui/bindings/DomElementProcessorManager.d.ts.map +0 -1
  5610. package/build/engine/ui/bindings/processors/DomElementProcessorTilt3D.d.ts.map +0 -1
  5611. package/build/engine/ui/cursor/CursorCoalescence.d.ts.map +0 -1
  5612. package/build/engine/ui/cursor/CursorType.d.ts.map +0 -1
  5613. package/build/engine/ui/modal/ModalStack.d.ts.map +0 -1
  5614. package/build/engine/ui/notification/AnimatedObjectEmitter.d.ts.map +0 -1
  5615. package/build/engine/ui/notification/NotificationAreaKind.d.ts.map +0 -1
  5616. package/build/engine/ui/notification/NotificationManager.d.ts.map +0 -1
  5617. package/build/engine/ui/notification/ViewEmitter.d.ts.map +0 -1
  5618. package/build/engine/ui/notification/notificationGenerator.d.ts.map +0 -1
  5619. package/build/engine/ui/scene/SceneGUIContext.d.ts.map +0 -1
  5620. package/build/engine/ui/scene/initializeNotifications.d.ts.map +0 -1
  5621. package/build/engine/ui/tiles2d/TileGrid.d.ts.map +0 -1
  5622. package/build/engine/ui/tiles2d/TileGrid.spec.d.ts.map +0 -1
  5623. package/build/engine/ui/tiles2d/TileMoveInstruction.d.ts.map +0 -1
  5624. package/build/engine/ui/tiles2d/TileMoveProgram.d.ts.map +0 -1
  5625. package/build/engine/ui/tiles2d/computeTileGridMove.d.ts.map +0 -1
  5626. package/build/engine/ui/tiles2d/computeTileGridMove.spec.d.ts.map +0 -1
  5627. package/build/extractName.d.ts.map +0 -1
  5628. package/build/generation/GraphGenerationRule.d.ts.map +0 -1
  5629. package/build/generation/GridGeneratorConfig.d.ts.map +0 -1
  5630. package/build/generation/GridTaskGroup.d.ts.map +0 -1
  5631. package/build/generation/automata/CaveGeneratorCellularAutomata.d.ts.map +0 -1
  5632. package/build/generation/automata/CaveGeneratorCellularAutomata.spec.d.ts.map +0 -1
  5633. package/build/generation/automata/CellularAutomata.d.ts.map +0 -1
  5634. package/build/generation/filtering/CellFilter.d.ts.map +0 -1
  5635. package/build/generation/filtering/CellFilterCellMatcher.d.ts.map +0 -1
  5636. package/build/generation/filtering/boolean/CellFilterLiteralBoolean.d.ts.map +0 -1
  5637. package/build/generation/filtering/boolean/logic/CellFilterAnd.d.ts.map +0 -1
  5638. package/build/generation/filtering/core/CellFilterBinaryOperation.d.ts.map +0 -1
  5639. package/build/generation/filtering/core/CellFilterOperationTertiary.d.ts.map +0 -1
  5640. package/build/generation/filtering/core/CellFilterUnaryOperation.d.ts.map +0 -1
  5641. package/build/generation/filtering/numeric/CellFilterCache.d.ts.map +0 -1
  5642. package/build/generation/filtering/numeric/CellFilterLiteralFloat.d.ts.map +0 -1
  5643. package/build/generation/filtering/numeric/complex/CellFilterAngleToNormal.d.ts.map +0 -1
  5644. package/build/generation/filtering/numeric/complex/CellFilterAngleToNormal.spec.d.ts.map +0 -1
  5645. package/build/generation/filtering/numeric/complex/CellFilterCurvature.d.ts.map +0 -1
  5646. package/build/generation/filtering/numeric/complex/CellFilterDilate.d.ts.map +0 -1
  5647. package/build/generation/filtering/numeric/complex/CellFilterFXAA.d.ts.map +0 -1
  5648. package/build/generation/filtering/numeric/complex/CellFilterGaussianBlur.d.ts.map +0 -1
  5649. package/build/generation/filtering/numeric/complex/CellFilterGaussianBlur.spec.d.ts.map +0 -1
  5650. package/build/generation/filtering/numeric/complex/CellFilterLookupTable.d.ts.map +0 -1
  5651. package/build/generation/filtering/numeric/complex/CellFilterSimplexNoise.d.ts.map +0 -1
  5652. package/build/generation/filtering/numeric/complex/CellFilterSobel.d.ts.map +0 -1
  5653. package/build/generation/filtering/numeric/math/CellFilterAbsolute.d.ts.map +0 -1
  5654. package/build/generation/filtering/numeric/math/CellFilterClamp.d.ts.map +0 -1
  5655. package/build/generation/filtering/numeric/math/CellFilterInverseLerp.d.ts.map +0 -1
  5656. package/build/generation/filtering/numeric/math/CellFilterLerp.d.ts.map +0 -1
  5657. package/build/generation/filtering/numeric/math/CellFilterMax2.d.ts.map +0 -1
  5658. package/build/generation/filtering/numeric/math/CellFilterMembershipGeneralizedBell.d.ts.map +0 -1
  5659. package/build/generation/filtering/numeric/math/CellFilterMin2.d.ts.map +0 -1
  5660. package/build/generation/filtering/numeric/math/CellFilterOneMinus.d.ts.map +0 -1
  5661. package/build/generation/filtering/numeric/math/CellFilterPower.d.ts.map +0 -1
  5662. package/build/generation/filtering/numeric/math/CellFilterSaturate.d.ts.map +0 -1
  5663. package/build/generation/filtering/numeric/math/CellFilterSmoothStep.d.ts.map +0 -1
  5664. package/build/generation/filtering/numeric/math/CellFilterStep.d.ts.map +0 -1
  5665. package/build/generation/filtering/numeric/math/algebra/CellFilterAdd.d.ts.map +0 -1
  5666. package/build/generation/filtering/numeric/math/algebra/CellFilterDivide.d.ts.map +0 -1
  5667. package/build/generation/filtering/numeric/math/algebra/CellFilterMultiply.d.ts.map +0 -1
  5668. package/build/generation/filtering/numeric/math/algebra/CellFilterNegate.d.ts.map +0 -1
  5669. package/build/generation/filtering/numeric/math/algebra/CellFilterSubtract.d.ts.map +0 -1
  5670. package/build/generation/filtering/numeric/math/poly/CellFilterCubicFunction.d.ts.map +0 -1
  5671. package/build/generation/filtering/numeric/process/computeCellFilterGradient.d.ts.map +0 -1
  5672. package/build/generation/filtering/numeric/process/computeCellFilterGradient.spec.d.ts.map +0 -1
  5673. package/build/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.d.ts.map +0 -1
  5674. package/build/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.d.ts.map +0 -1
  5675. package/build/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.d.ts.map +0 -1
  5676. package/build/generation/filtering/numeric/util/CellFilterDisplaced.d.ts.map +0 -1
  5677. package/build/generation/filtering/numeric/util/CellFilterLogToConsole.d.ts.map +0 -1
  5678. package/build/generation/filtering/numeric/util/populateSampler2DFromCellFilter.d.ts.map +0 -1
  5679. package/build/generation/filtering/numeric/util/sampler_from_filter.d.ts.map +0 -1
  5680. package/build/generation/filtering/numeric/util/visualise_filters_as_grid.d.ts.map +0 -1
  5681. package/build/generation/grid/GridData.d.ts.map +0 -1
  5682. package/build/generation/grid/GridData.spec.d.ts.map +0 -1
  5683. package/build/generation/grid/GridTaskGenerator.d.ts.map +0 -1
  5684. package/build/generation/grid/actions/ContinuousGridCellAction.d.ts.map +0 -1
  5685. package/build/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.d.ts.map +0 -1
  5686. package/build/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.d.ts.map +0 -1
  5687. package/build/generation/grid/actions/ContinuousGridCellActionWriteObstacle.d.ts.map +0 -1
  5688. package/build/generation/grid/generation/GridTaskApplyActionToCells.d.ts.map +0 -1
  5689. package/build/generation/grid/generation/GridTaskDensityMarkerDistribution.d.ts.map +0 -1
  5690. package/build/generation/grid/generation/GridTaskExecuteRuleTimes.d.ts.map +0 -1
  5691. package/build/generation/grid/generation/GridTaskSequence.d.ts.map +0 -1
  5692. package/build/generation/grid/generation/NoopGridTaskGenerator.d.ts.map +0 -1
  5693. package/build/generation/grid/generation/discrete/GridTaskCellActionRuleSet.d.ts.map +0 -1
  5694. package/build/generation/grid/generation/discrete/GridTaskCellularAutomata.d.ts.map +0 -1
  5695. package/build/generation/grid/generation/discrete/GridTaskConnectRooms.d.ts.map +0 -1
  5696. package/build/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.d.ts.map +0 -1
  5697. package/build/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.d.ts.map +0 -1
  5698. package/build/generation/grid/generation/grid/GridTaskAddNodesFixed.d.ts.map +0 -1
  5699. package/build/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.d.ts.map +0 -1
  5700. package/build/generation/grid/generation/grid/select/CellSupplier.d.ts.map +0 -1
  5701. package/build/generation/grid/generation/grid/select/CellSupplierBestN.d.ts.map +0 -1
  5702. package/build/generation/grid/generation/grid/select/CellSupplierPathUpHill.d.ts.map +0 -1
  5703. package/build/generation/grid/generation/road/GridTaskGenerateRoads.d.ts.map +0 -1
  5704. package/build/generation/grid/generation/road/PathEndPoint.d.ts.map +0 -1
  5705. package/build/generation/grid/generation/road/PathEndPointKind.d.ts.map +0 -1
  5706. package/build/generation/grid/generation/road/RoadConnection.d.ts.map +0 -1
  5707. package/build/generation/grid/generation/road/RoadConnectionNetwork.d.ts.map +0 -1
  5708. package/build/generation/grid/generation/road/readMarkerNodeGroupId.d.ts.map +0 -1
  5709. package/build/generation/grid/generation/util/buildDistanceMapToObjective.d.ts.map +0 -1
  5710. package/build/generation/grid/generation/util/buildPathFromDistanceMap.d.ts.map +0 -1
  5711. package/build/generation/grid/generation/util/buildUnsignedDistanceField.d.ts.map +0 -1
  5712. package/build/generation/grid/layers/GridDataLayer.d.ts.map +0 -1
  5713. package/build/generation/markers/GridActionRuleSet.d.ts.map +0 -1
  5714. package/build/generation/markers/GridCellActionPlaceMarker.d.ts.map +0 -1
  5715. package/build/generation/markers/GridCellActionPlaceMarkerGroup.d.ts.map +0 -1
  5716. package/build/generation/markers/MarkerNode.d.ts.map +0 -1
  5717. package/build/generation/markers/RuleSelectionPolicyType.d.ts.map +0 -1
  5718. package/build/generation/markers/actions/MarkerNodeAction.d.ts.map +0 -1
  5719. package/build/generation/markers/actions/MarkerNodeActionEntityPlacement.d.ts.map +0 -1
  5720. package/build/generation/markers/actions/MarkerNodeActionImaginary.d.ts.map +0 -1
  5721. package/build/generation/markers/actions/MarkerNodeActionSequence.d.ts.map +0 -1
  5722. package/build/generation/markers/actions/MarkerNodeProcessingRuleSet.d.ts.map +0 -1
  5723. package/build/generation/markers/actions/MarkerProcessingRule.d.ts.map +0 -1
  5724. package/build/generation/markers/actions/placement/MarkerNodeEntityProcessor.d.ts.map +0 -1
  5725. package/build/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.d.ts.map +0 -1
  5726. package/build/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.d.ts.map +0 -1
  5727. package/build/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.d.ts.map +0 -1
  5728. package/build/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.d.ts.map +0 -1
  5729. package/build/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.d.ts.map +0 -1
  5730. package/build/generation/markers/actions/probability/MarkerNodeActionWeightedElement.d.ts.map +0 -1
  5731. package/build/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.d.ts.map +0 -1
  5732. package/build/generation/markers/actions/util/GridCellActionDebugBreak.d.ts.map +0 -1
  5733. package/build/generation/markers/actions/util/GridCellActionLogToConsole.d.ts.map +0 -1
  5734. package/build/generation/markers/debug/visualizeMarkers.d.ts.map +0 -1
  5735. package/build/generation/markers/emitter/MarkerNodeConsumer.d.ts.map +0 -1
  5736. package/build/generation/markers/emitter/MarkerNodeConsumerBuffer.d.ts.map +0 -1
  5737. package/build/generation/markers/emitter/MarkerNodeEmitter.d.ts.map +0 -1
  5738. package/build/generation/markers/emitter/MarkerNodeEmitterFromAction.d.ts.map +0 -1
  5739. package/build/generation/markers/emitter/MarkerNodeEmitterGridCellAction.d.ts.map +0 -1
  5740. package/build/generation/markers/emitter/MarkerNodeEmitterGroup.d.ts.map +0 -1
  5741. package/build/generation/markers/emitter/MarkerNodeEmitterPredicated.d.ts.map +0 -1
  5742. package/build/generation/markers/matcher/MarkerNodeMatcher.d.ts.map +0 -1
  5743. package/build/generation/markers/matcher/MarkerNodeMatcherAnd.d.ts.map +0 -1
  5744. package/build/generation/markers/matcher/MarkerNodeMatcherAny.d.ts.map +0 -1
  5745. package/build/generation/markers/matcher/MarkerNodeMatcherBinary.d.ts.map +0 -1
  5746. package/build/generation/markers/matcher/MarkerNodeMatcherByType.d.ts.map +0 -1
  5747. package/build/generation/markers/matcher/MarkerNodeMatcherContainsTag.d.ts.map +0 -1
  5748. package/build/generation/markers/matcher/MarkerNodeMatcherNone.d.ts.map +0 -1
  5749. package/build/generation/markers/matcher/MarkerNodeMatcherNot.d.ts.map +0 -1
  5750. package/build/generation/markers/matcher/MarkerNodeMatcherOr.d.ts.map +0 -1
  5751. package/build/generation/markers/predicate/GridDataNodePredicate.d.ts.map +0 -1
  5752. package/build/generation/markers/predicate/GridDataNodePredicateAnd.d.ts.map +0 -1
  5753. package/build/generation/markers/predicate/GridDataNodePredicateAny.d.ts.map +0 -1
  5754. package/build/generation/markers/predicate/GridDataNodePredicateBinary.d.ts.map +0 -1
  5755. package/build/generation/markers/predicate/GridDataNodePredicateNot.d.ts.map +0 -1
  5756. package/build/generation/markers/predicate/GridDataNodePredicateOverlaps.d.ts.map +0 -1
  5757. package/build/generation/markers/prototypeGridCellActionPlaceMarker.d.ts.map +0 -1
  5758. package/build/generation/markers/transform/MarkerNodeTransformRotateRandom.d.ts.map +0 -1
  5759. package/build/generation/markers/transform/MarkerNodeTransformer.d.ts.map +0 -1
  5760. package/build/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.d.ts.map +0 -1
  5761. package/build/generation/markers/transform/MarkerNodeTransformerOffsetPosition.d.ts.map +0 -1
  5762. package/build/generation/markers/transform/MarkerNodeTransformerRecordProperty.d.ts.map +0 -1
  5763. package/build/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.d.ts.map +0 -1
  5764. package/build/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.d.ts.map +0 -1
  5765. package/build/generation/markers/transform/MarkerNodeTransformerRemoveTag.d.ts.map +0 -1
  5766. package/build/generation/markers/transform/MarkerNodeTransformerSequence.d.ts.map +0 -1
  5767. package/build/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.d.ts.map +0 -1
  5768. package/build/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.d.ts.map +0 -1
  5769. package/build/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts.map +0 -1
  5770. package/build/generation/placement/GridCellActionTransformNearbyMarkers.d.ts.map +0 -1
  5771. package/build/generation/placement/GridCellPlacementRule.d.ts.map +0 -1
  5772. package/build/generation/placement/action/GridCellAction.d.ts.map +0 -1
  5773. package/build/generation/placement/action/GridCellActionPlaceTags.d.ts.map +0 -1
  5774. package/build/generation/placement/action/GridCellActionPlaceTags.spec.d.ts.map +0 -1
  5775. package/build/generation/placement/action/GridCellActionWriteFilterToLayer.d.ts.map +0 -1
  5776. package/build/generation/placement/action/random/CellActionSelectRandom.d.ts.map +0 -1
  5777. package/build/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.d.ts.map +0 -1
  5778. package/build/generation/placement/action/random/weighted/WeightedGridCellAction.d.ts.map +0 -1
  5779. package/build/generation/placement/action/util/CellMatcherWithinAABB.d.ts.map +0 -1
  5780. package/build/generation/placement/action/util/GridCellActionSequence.d.ts.map +0 -1
  5781. package/build/generation/placement/action/util/GridCellDisplacedAction.d.ts.map +0 -1
  5782. package/build/generation/rules/CellMatcher.d.ts.map +0 -1
  5783. package/build/generation/rules/CellMatcherAny.d.ts.map +0 -1
  5784. package/build/generation/rules/CellMatcherFromFilter.d.ts.map +0 -1
  5785. package/build/generation/rules/CellMatcherLayerBitMaskTest.d.ts.map +0 -1
  5786. package/build/generation/rules/CellMatcherLayerBitMaskTest.spec.d.ts.map +0 -1
  5787. package/build/generation/rules/GridLayerCellMatcher.d.ts.map +0 -1
  5788. package/build/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.d.ts.map +0 -1
  5789. package/build/generation/rules/cell/CellMatcherGridPattern.d.ts.map +0 -1
  5790. package/build/generation/rules/cell/GridPatternMatcher.spec.d.ts.map +0 -1
  5791. package/build/generation/rules/cell/GridPatternMatcherCell.d.ts.map +0 -1
  5792. package/build/generation/rules/logic/CellMatcherAnd.d.ts.map +0 -1
  5793. package/build/generation/rules/logic/CellMatcherBinary.d.ts.map +0 -1
  5794. package/build/generation/rules/logic/CellMatcherDecorator.d.ts.map +0 -1
  5795. package/build/generation/rules/logic/CellMatcherNot.d.ts.map +0 -1
  5796. package/build/generation/rules/logic/CellMatcherOr.d.ts.map +0 -1
  5797. package/build/generation/theme/AreaMask.d.ts.map +0 -1
  5798. package/build/generation/theme/AreaTheme.d.ts.map +0 -1
  5799. package/build/generation/theme/TerrainLayerDescription.d.ts.map +0 -1
  5800. package/build/generation/theme/TerrainLayerRule.d.ts.map +0 -1
  5801. package/build/generation/theme/TerrainLayerRuleAggregator.d.ts.map +0 -1
  5802. package/build/generation/theme/TerrainTheme.d.ts.map +0 -1
  5803. package/build/generation/theme/Theme.d.ts.map +0 -1
  5804. package/build/generation/theme/ThemeEngine.d.ts.map +0 -1
  5805. package/build/generation/theme/ThemeEngine.spec.d.ts.map +0 -1
  5806. package/build/generation/theme/cell/CellProcessingRule.d.ts.map +0 -1
  5807. package/build/generation/theme/cell/CellProcessingRuleSet.d.ts.map +0 -1
  5808. package/build/meep.module.js.LICENSE.txt +0 -18
  5809. package/build/misc/makeMatcapSelectionOption.d.ts.map +0 -1
  5810. package/build/misc/makeMaterialIcon.d.ts.map +0 -1
  5811. package/build/misc/makeMaterialIconCached.d.ts.map +0 -1
  5812. package/build/view/CSS_ABSOLUTE_POSITIONING.d.ts.map +0 -1
  5813. package/build/view/SVG.d.ts.map +0 -1
  5814. package/build/view/View.d.ts.map +0 -1
  5815. package/build/view/ViewGroup.d.ts.map +0 -1
  5816. package/build/view/asset/AssetLoaderStatusView.d.ts.map +0 -1
  5817. package/build/view/asset/PreloaderView.d.ts.map +0 -1
  5818. package/build/view/common/HTMLElementCacheKey.d.ts.map +0 -1
  5819. package/build/view/common/LabelView.d.ts.map +0 -1
  5820. package/build/view/common/ListView.d.ts.map +0 -1
  5821. package/build/view/common/TabbedView.d.ts.map +0 -1
  5822. package/build/view/common/VirtualListView.d.ts.map +0 -1
  5823. package/build/view/common/dnd/DragAndDropContext.d.ts.map +0 -1
  5824. package/build/view/common/dnd/Draggable.d.ts.map +0 -1
  5825. package/build/view/common/dnd/DropTarget.d.ts.map +0 -1
  5826. package/build/view/controller/GuiController.d.ts.map +0 -1
  5827. package/build/view/controller/controls/BooleanVector3Control.d.ts.map +0 -1
  5828. package/build/view/controller/controls/ListController.d.ts.map +0 -1
  5829. package/build/view/controller/controls/NativeListController.d.ts.map +0 -1
  5830. package/build/view/controller/controls/NumericIntervalControl.d.ts.map +0 -1
  5831. package/build/view/controller/controls/Vector1Control.d.ts.map +0 -1
  5832. package/build/view/controller/controls/Vector2Control.d.ts.map +0 -1
  5833. package/build/view/controller/controls/Vector3Control.d.ts.map +0 -1
  5834. package/build/view/controller/controls_v2/AbstractPropertyBinding.d.ts.map +0 -1
  5835. package/build/view/controller/controls_v2/Controller.d.ts.map +0 -1
  5836. package/build/view/controller/controls_v2/IPropertyBinding.d.ts.map +0 -1
  5837. package/build/view/controller/controls_v2/PrimitivePropertyBinding.d.ts.map +0 -1
  5838. package/build/view/controller/controls_v2/SliderController.d.ts.map +0 -1
  5839. package/build/view/controller/dat/DatGuiUtils.d.ts.map +0 -1
  5840. package/build/view/currency/CompositeCurrencyLabelView.d.ts.map +0 -1
  5841. package/build/view/currency/CurrencyDenominationLabelView.d.ts.map +0 -1
  5842. package/build/view/currency/CurrencyDenominationSpec.d.ts.map +0 -1
  5843. package/build/view/currency/CurrencyDisplaySpec.d.ts.map +0 -1
  5844. package/build/view/currency/FantasyCurrencySpec.d.ts.map +0 -1
  5845. package/build/view/currency/SingleCoinCurrency.d.ts.map +0 -1
  5846. package/build/view/elements/BottomLeftResizeHandleView.d.ts.map +0 -1
  5847. package/build/view/elements/CanvasView.d.ts.map +0 -1
  5848. package/build/view/elements/CheckboxView.d.ts.map +0 -1
  5849. package/build/view/elements/ColorPickerView.d.ts.map +0 -1
  5850. package/build/view/elements/CompassArrowView.d.ts.map +0 -1
  5851. package/build/view/elements/ConfirmationDialogView.d.ts.map +0 -1
  5852. package/build/view/elements/DropDownSelectionView.d.ts.map +0 -1
  5853. package/build/view/elements/EmptyView.d.ts.map +0 -1
  5854. package/build/view/elements/Group.d.ts.map +0 -1
  5855. package/build/view/elements/MeshPreview.d.ts.map +0 -1
  5856. package/build/view/elements/SimpleWindow.d.ts.map +0 -1
  5857. package/build/view/elements/button/ButtonView.d.ts.map +0 -1
  5858. package/build/view/elements/button/ButtonView.stories.d.ts.map +0 -1
  5859. package/build/view/elements/image/ImageView.d.ts.map +0 -1
  5860. package/build/view/elements/image/SvgImageView.d.ts.map +0 -1
  5861. package/build/view/elements/label/LabeledValueView.d.ts.map +0 -1
  5862. package/build/view/elements/navigation/NavigationMenu.d.ts.map +0 -1
  5863. package/build/view/elements/navigation/ViewStack.d.ts.map +0 -1
  5864. package/build/view/elements/notify/ToastLogView.d.ts.map +0 -1
  5865. package/build/view/elements/progress/RectangularPieProgressView.d.ts.map +0 -1
  5866. package/build/view/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.d.ts.map +0 -1
  5867. package/build/view/elements/progress/segmented/SegmentDefinition.d.ts.map +0 -1
  5868. package/build/view/elements/progress/segmented/SegmentedResourceBarView.d.ts.map +0 -1
  5869. package/build/view/elements/radial/RadialMenu.d.ts.map +0 -1
  5870. package/build/view/elements/radial/RadialMenuElement.d.ts.map +0 -1
  5871. package/build/view/elements/radial/RadialMenuElementDefinition.d.ts.map +0 -1
  5872. package/build/view/elements/radial/RadialProgressView.d.ts.map +0 -1
  5873. package/build/view/elements/radial/RadialText.d.ts.map +0 -1
  5874. package/build/view/elements/radial/makeDonut.d.ts.map +0 -1
  5875. package/build/view/elements/tiles2d/Tile.d.ts.map +0 -1
  5876. package/build/view/elements/tiles2d/TileGrid.d.ts.map +0 -1
  5877. package/build/view/elements/video/VideoView.d.ts.map +0 -1
  5878. package/build/view/elements/windrose/WindRoseDiagram.d.ts.map +0 -1
  5879. package/build/view/elements/windrose/prototype.d.ts.map +0 -1
  5880. package/build/view/game/achievements/AchievementNotificationView.d.ts.map +0 -1
  5881. package/build/view/interaction/CommandButtonView.d.ts.map +0 -1
  5882. package/build/view/interaction/InteractionCommand.d.ts.map +0 -1
  5883. package/build/view/interaction/InteractionCommandSet.d.ts.map +0 -1
  5884. package/build/view/interaction/InterfaceCommand.d.ts.map +0 -1
  5885. package/build/view/interaction/createInterfaceCommandButton.d.ts.map +0 -1
  5886. package/build/view/math/FunctionGraphView.d.ts.map +0 -1
  5887. package/build/view/minimap/Minimap.d.ts.map +0 -1
  5888. package/build/view/minimap/dom/MinimapCameraView.d.ts.map +0 -1
  5889. package/build/view/minimap/dom/MinimapMarkerView.d.ts.map +0 -1
  5890. package/build/view/minimap/dom/MinimapTerrainView.d.ts.map +0 -1
  5891. package/build/view/minimap/gl/MarkerGL.d.ts.map +0 -1
  5892. package/build/view/minimap/gl/MarkerGLAttributes.d.ts.map +0 -1
  5893. package/build/view/minimap/gl/MinimapFogOfWar.d.ts.map +0 -1
  5894. package/build/view/minimap/gl/MinimapMarkersGL.d.ts.map +0 -1
  5895. package/build/view/minimap/gl/MinimapTerrainGL.d.ts.map +0 -1
  5896. package/build/view/minimap/gl/MinimapWorldGL.d.ts.map +0 -1
  5897. package/build/view/minimap/gl/MinimapWorldLayer.d.ts.map +0 -1
  5898. package/build/view/minimap/gl/buildMaterial.d.ts.map +0 -1
  5899. package/build/view/renderModel.d.ts.map +0 -1
  5900. package/build/view/setElementTransform.d.ts.map +0 -1
  5901. package/build/view/setElementVisibility.d.ts.map +0 -1
  5902. package/build/view/string_tag_to_css_class_name.d.ts.map +0 -1
  5903. package/build/view/task/TaskLoadingScreen.d.ts.map +0 -1
  5904. package/build/view/task/TaskProgressView.d.ts.map +0 -1
  5905. package/build/view/tooltip/DomTooltipManager.d.ts.map +0 -1
  5906. package/build/view/tooltip/DomTooltipObserver.d.ts.map +0 -1
  5907. package/build/view/tooltip/TooltipManager.d.ts.map +0 -1
  5908. package/build/view/tooltip/TooltipView.d.ts.map +0 -1
  5909. package/build/view/tooltip/VisualTip.d.ts.map +0 -1
  5910. package/build/view/tooltip/gml/GMLEngine.d.ts.map +0 -1
  5911. package/build/view/tooltip/gml/TooltipParser.d.ts.map +0 -1
  5912. package/build/view/tooltip/gml/TooltipParser.spec.d.ts.map +0 -1
  5913. package/build/view/tooltip/gml/compiler/GMLReferenceCompiler.d.ts.map +0 -1
  5914. package/build/view/tooltip/gml/parser/TooltipReferenceValue.d.ts.map +0 -1
  5915. package/build/view/tooltip/gml/parser/TooltipTokenType.d.ts.map +0 -1
  5916. package/build/view/tooltip/gml/parser/parseTooltipString.d.ts.map +0 -1
  5917. package/build/view/tooltip/gml/parser/readReferenceToken.d.ts.map +0 -1
  5918. package/build/view/tooltip/gml/parser/readReferenceValueToken.d.ts.map +0 -1
  5919. package/build/view/tooltip/gml/parser/readStyleToken.d.ts.map +0 -1
  5920. package/build/view/util/DomSizeObserver.d.ts.map +0 -1
  5921. package/build/view/writeCssTransformMatrix.d.ts.map +0 -1
  5922. /package/build/{__module.d.ts → types/__module.d.ts} +0 -0
  5923. /package/build/{core → types/core}/IdPool.d.ts +0 -0
  5924. /package/build/{core → types/core}/IdPool.spec.d.ts +0 -0
  5925. /package/build/{core → types/core}/UUID.d.ts +0 -0
  5926. /package/build/{core → types/core}/UUID.spec.d.ts +0 -0
  5927. /package/build/{core → types/core}/__module.d.ts +0 -0
  5928. /package/build/{core → types/core}/assert.d.ts +0 -0
  5929. /package/build/{core → types/core}/binary/32BitEncoder.d.ts +0 -0
  5930. /package/build/{core → types/core}/binary/32BitEncoder.spec.d.ts +0 -0
  5931. /package/build/{core → types/core}/binary/Base64.d.ts +0 -0
  5932. /package/build/{core → types/core}/binary/Base64.spec.d.ts +0 -0
  5933. /package/build/{core → types/core}/binary/BinaryBuffer.d.ts +0 -0
  5934. /package/build/{core → types/core}/binary/BinaryBuffer.spec.d.ts +0 -0
  5935. /package/build/{core → types/core}/binary/BitSet.d.ts +0 -0
  5936. /package/build/{core → types/core}/binary/BitSet.spec.d.ts +0 -0
  5937. /package/build/{core → types/core}/binary/EncodingBinaryBuffer.d.ts +0 -0
  5938. /package/build/{core → types/core}/binary/EncodingBinaryBuffer.spec.d.ts +0 -0
  5939. /package/build/{core → types/core}/binary/EndianType.d.ts +0 -0
  5940. /package/build/{core → types/core}/binary/UINT16_MAX.d.ts +0 -0
  5941. /package/build/{core → types/core}/binary/UINT32_MAX.d.ts +0 -0
  5942. /package/build/{core → types/core}/binary/byteArrayToString.d.ts +0 -0
  5943. /package/build/{core → types/core}/binary/ctz32.d.ts +0 -0
  5944. /package/build/{core → types/core}/binary/dec2hex.d.ts +0 -0
  5945. /package/build/{core → types/core}/binary/dec2hex.spec.d.ts +0 -0
  5946. /package/build/{core → types/core}/binary/downloadAsFile.d.ts +0 -0
  5947. /package/build/{core → types/core}/binary/downloadUrlAsFile.d.ts +0 -0
  5948. /package/build/{core → types/core}/binary/float2uint8.d.ts +0 -0
  5949. /package/build/{core → types/core}/binary/hex2dec.d.ts +0 -0
  5950. /package/build/{core → types/core}/binary/int32_to_binary_string.d.ts +0 -0
  5951. /package/build/{core → types/core}/binary/int32_to_binary_string.spec.d.ts +0 -0
  5952. /package/build/{core → types/core}/binary/is_data_url.d.ts +0 -0
  5953. /package/build/{core → types/core}/binary/operations/bitCount.d.ts +0 -0
  5954. /package/build/{core → types/core}/binary/operations/bitCount.spec.d.ts +0 -0
  5955. /package/build/{core → types/core}/binary/operations/bitwiseAnd.d.ts +0 -0
  5956. /package/build/{core → types/core}/binary/operations/bitwiseOr.d.ts +0 -0
  5957. /package/build/{core → types/core}/binary/operations/ceilPowerOfTwo.d.ts +0 -0
  5958. /package/build/{core → types/core}/binary/operations/ceilPowerOfTwo.spec.d.ts +0 -0
  5959. /package/build/{core → types/core}/binary/to_half_float_uint16.d.ts +0 -0
  5960. /package/build/{core → types/core}/binary/type/BinaryDataType.d.ts +0 -0
  5961. /package/build/{core → types/core}/binary/type/DataType2TypedArrayConstructorMapping.d.ts +0 -0
  5962. /package/build/{core → types/core}/binary/type/DataTypeByteSizes.d.ts +0 -0
  5963. /package/build/{core → types/core}/binary/type/DataTypeIndices.d.ts +0 -0
  5964. /package/build/{core → types/core}/binary/type/Field.d.ts +0 -0
  5965. /package/build/{core → types/core}/binary/type/MultiplicityType.d.ts +0 -0
  5966. /package/build/{core → types/core}/binary/type/PrimitiveTypes.d.ts +0 -0
  5967. /package/build/{core → types/core}/binary/type/Type.d.ts +0 -0
  5968. /package/build/{core → types/core}/binary/type/TypeBuilder.d.ts +0 -0
  5969. /package/build/{core → types/core}/binary/type/TypeRegistry.d.ts +0 -0
  5970. /package/build/{core → types/core}/binary/type/computeBinaryDataTypeByPrecision.d.ts +0 -0
  5971. /package/build/{core → types/core}/binary/type/computeDataTypeByIndex.d.ts +0 -0
  5972. /package/build/{core → types/core}/binary/type/dataTypeFromTypedArray.d.ts +0 -0
  5973. /package/build/{core → types/core}/binary/uint82float.d.ts +0 -0
  5974. /package/build/{core → types/core}/binary/uint82float.spec.d.ts +0 -0
  5975. /package/build/{core → types/core}/binary/url_to_data_url.d.ts +0 -0
  5976. /package/build/{core → types/core}/bvh2/binary/2/BinaryUint32BVH.d.ts +0 -0
  5977. /package/build/{core → types/core}/bvh2/binary/2/BinaryUint32BVH.spec.d.ts +0 -0
  5978. /package/build/{core → types/core}/bvh2/binary/2/bvh32_query_user_data_overlaps_clipping_volume.d.ts +0 -0
  5979. /package/build/{core → types/core}/bvh2/binary/2/bvh32_query_user_data_ray.d.ts +0 -0
  5980. /package/build/{core → types/core}/bvh2/bvh3/BVH.d.ts +0 -0
  5981. /package/build/{core → types/core}/bvh2/bvh3/BVH.spec.d.ts +0 -0
  5982. /package/build/{core → types/core}/bvh2/bvh3/BvhClient.d.ts +0 -0
  5983. /package/build/{core → types/core}/bvh2/bvh3/BvhClient.spec.d.ts +0 -0
  5984. /package/build/{core → types/core}/bvh2/bvh3/build_triangle_morton_codes.d.ts +0 -0
  5985. /package/build/{core → types/core}/bvh2/bvh3/ebvh_build_for_geometry_incremental.d.ts +0 -0
  5986. /package/build/{core → types/core}/bvh2/bvh3/ebvh_build_for_geometry_morton.d.ts +0 -0
  5987. /package/build/{core → types/core}/bvh2/bvh3/ebvh_build_for_geometry_morton.spec.d.ts +0 -0
  5988. /package/build/{core → types/core}/bvh2/bvh3/ebvh_build_hierarchy.d.ts +0 -0
  5989. /package/build/{core → types/core}/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.d.ts +0 -0
  5990. /package/build/{core → types/core}/bvh2/bvh3/query/BVHQuery.d.ts +0 -0
  5991. /package/build/{core → types/core}/bvh2/bvh3/query/BVHQueryAny.d.ts +0 -0
  5992. /package/build/{core → types/core}/bvh2/bvh3/query/BVHQueryIntersectsFrustum.d.ts +0 -0
  5993. /package/build/{core → types/core}/bvh2/bvh3/query/BVHQueryIntersectsRay.d.ts +0 -0
  5994. /package/build/{core → types/core}/bvh2/bvh3/query/BVHQueryIntersectsSphere.d.ts +0 -0
  5995. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_collect_user_data.d.ts +0 -0
  5996. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_leaves_generic.d.ts +0 -0
  5997. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_leaves_generic.spec.d.ts +0 -0
  5998. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_leaves_ray.d.ts +0 -0
  5999. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_leaves_ray.spec.d.ts +0 -0
  6000. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_user_data_generic.d.ts +0 -0
  6001. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_user_data_generic.spec.d.ts +0 -0
  6002. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.d.ts +0 -0
  6003. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.d.ts +0 -0
  6004. /package/build/{core → types/core}/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.d.ts +0 -0
  6005. /package/build/{core → types/core}/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.d.ts +0 -0
  6006. /package/build/{core → types/core}/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.d.ts +0 -0
  6007. /package/build/{core → types/core}/bvh2/traversal/__process_point_if_within_planes.d.ts +0 -0
  6008. /package/build/{core → types/core}/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.d.ts +0 -0
  6009. /package/build/{core → types/core}/bvh2/visual/BVHGeometry.d.ts +0 -0
  6010. /package/build/{core → types/core}/cache/Cache.d.ts +0 -0
  6011. /package/build/{core → types/core}/cache/Cache.spec.d.ts +0 -0
  6012. /package/build/{core → types/core}/cache/CacheElement.d.ts +0 -0
  6013. /package/build/{core → types/core}/cache/CacheV2.d.ts +0 -0
  6014. /package/build/{core → types/core}/cache/FrequencySketch.d.ts +0 -0
  6015. /package/build/{core → types/core}/cache/FrequencySketch.spec.d.ts +0 -0
  6016. /package/build/{core → types/core}/cache/LoadingCache.d.ts +0 -0
  6017. /package/build/{core → types/core}/cache/LoadingCache.spec.d.ts +0 -0
  6018. /package/build/{core → types/core}/codegen/LineBuilder.d.ts +0 -0
  6019. /package/build/{core → types/core}/codegen/LineBuilder.spec.d.ts +0 -0
  6020. /package/build/{core → types/core}/collection/CuckooFilter.d.ts +0 -0
  6021. /package/build/{core → types/core}/collection/CuckooFilter.spec.d.ts +0 -0
  6022. /package/build/{core → types/core}/collection/KeyValuePair.d.ts +0 -0
  6023. /package/build/{core → types/core}/collection/RingBuffer.d.ts +0 -0
  6024. /package/build/{core → types/core}/collection/RingBuffer.spec.d.ts +0 -0
  6025. /package/build/{core → types/core}/collection/SCRATCH_UINT32_TRAVERSAL_STACK.d.ts +0 -0
  6026. /package/build/{core → types/core}/collection/Stack.d.ts +0 -0
  6027. /package/build/{core → types/core}/collection/Stack.spec.d.ts +0 -0
  6028. /package/build/{core → types/core}/collection/array/AbstractArrayIterator.d.ts +0 -0
  6029. /package/build/{core → types/core}/collection/array/ArrayIteratorRandom.d.ts +0 -0
  6030. /package/build/{core → types/core}/collection/array/ArrayIteratorSequential.d.ts +0 -0
  6031. /package/build/{core → types/core}/collection/array/arrayIndexByEquality.d.ts +0 -0
  6032. /package/build/{core → types/core}/collection/array/arrayPickBestElement.d.ts +0 -0
  6033. /package/build/{core → types/core}/collection/array/arrayPickBestElement.spec.d.ts +0 -0
  6034. /package/build/{core → types/core}/collection/array/arrayPickBestElements.d.ts +0 -0
  6035. /package/build/{core → types/core}/collection/array/arrayPickMinElement.d.ts +0 -0
  6036. /package/build/{core → types/core}/collection/array/arrayQuickSort.d.ts +0 -0
  6037. /package/build/{core → types/core}/collection/array/arraySetDiff.d.ts +0 -0
  6038. /package/build/{core → types/core}/collection/array/arraySetSortingDiff.d.ts +0 -0
  6039. /package/build/{core → types/core}/collection/array/arraySetSortingDiff.spec.d.ts +0 -0
  6040. /package/build/{core → types/core}/collection/array/arraySwapElements.d.ts +0 -0
  6041. /package/build/{core → types/core}/collection/array/array_compute_min_max.d.ts +0 -0
  6042. /package/build/{core → types/core}/collection/array/array_contains_duplicates.d.ts +0 -0
  6043. /package/build/{core → types/core}/collection/array/array_contains_duplicates.spec.d.ts +0 -0
  6044. /package/build/{core → types/core}/collection/array/array_copy.d.ts +0 -0
  6045. /package/build/{core → types/core}/collection/array/array_copy_entire.d.ts +0 -0
  6046. /package/build/{core → types/core}/collection/array/array_copy_unique.d.ts +0 -0
  6047. /package/build/{core → types/core}/collection/array/array_filter_by_multiple.d.ts +0 -0
  6048. /package/build/{core → types/core}/collection/array/array_get_index_in_range.d.ts +0 -0
  6049. /package/build/{core → types/core}/collection/array/array_get_index_in_range.spec.d.ts +0 -0
  6050. /package/build/{core → types/core}/collection/array/array_push_if_unique.d.ts +0 -0
  6051. /package/build/{core → types/core}/collection/array/array_range_equal_strict.d.ts +0 -0
  6052. /package/build/{core → types/core}/collection/array/array_remove_element.d.ts +0 -0
  6053. /package/build/{core → types/core}/collection/array/array_remove_first.d.ts +0 -0
  6054. /package/build/{core → types/core}/collection/array/array_remove_first.spec.d.ts +0 -0
  6055. /package/build/{core → types/core}/collection/array/array_replace_all.d.ts +0 -0
  6056. /package/build/{core → types/core}/collection/array/array_shrink_to_size.d.ts +0 -0
  6057. /package/build/{core → types/core}/collection/array/array_swap.d.ts +0 -0
  6058. /package/build/{core → types/core}/collection/array/binarySearchHighIndex.d.ts +0 -0
  6059. /package/build/{core → types/core}/collection/array/binarySearchHighIndex.spec.d.ts +0 -0
  6060. /package/build/{core → types/core}/collection/array/binarySearchLowIndex.d.ts +0 -0
  6061. /package/build/{core → types/core}/collection/array/computeArrayMax.d.ts +0 -0
  6062. /package/build/{core → types/core}/collection/array/computeArrayMin.d.ts +0 -0
  6063. /package/build/{core → types/core}/collection/array/computeHashArray.d.ts +0 -0
  6064. /package/build/{core → types/core}/collection/array/computeHashIntegerArray.d.ts +0 -0
  6065. /package/build/{core → types/core}/collection/array/fastArrayEquals.d.ts +0 -0
  6066. /package/build/{core → types/core}/collection/array/groupArrayBy.d.ts +0 -0
  6067. /package/build/{core → types/core}/collection/array/isArrayEqual.d.ts +0 -0
  6068. /package/build/{core → types/core}/collection/array/isArrayEqualStrict.d.ts +0 -0
  6069. /package/build/{core → types/core}/collection/array/isArraysEqualWithComparator.d.ts +0 -0
  6070. /package/build/{core → types/core}/collection/array/randomMultipleFromArray.d.ts +0 -0
  6071. /package/build/{core → types/core}/collection/array/randomizeArrayElementOrder.d.ts +0 -0
  6072. /package/build/{core → types/core}/collection/array/randomizeArrayElementOrder.spec.d.ts +0 -0
  6073. /package/build/{core → types/core}/collection/array/typed/isTypedArray.d.ts +0 -0
  6074. /package/build/{core → types/core}/collection/array/typed/is_typed_array_equals.d.ts +0 -0
  6075. /package/build/{core → types/core}/collection/array/typed/is_typed_array_equals.spec.d.ts +0 -0
  6076. /package/build/{core → types/core}/collection/array/typed/typedArrayToDataType.d.ts +0 -0
  6077. /package/build/{core → types/core}/collection/array/typed/typed_array_copy.d.ts +0 -0
  6078. /package/build/{core → types/core}/collection/array/typed/typed_array_is_integer.d.ts +0 -0
  6079. /package/build/{core → types/core}/collection/array/typed/uint_array_for_count.d.ts +0 -0
  6080. /package/build/{core → types/core}/collection/array/weightedRandomFromArray.d.ts +0 -0
  6081. /package/build/{core → types/core}/collection/array/weightedRandomFromArray.spec.d.ts +0 -0
  6082. /package/build/{core → types/core}/collection/collectIteratorValueToArray.d.ts +0 -0
  6083. /package/build/{core → types/core}/collection/heap/FastBinaryHeap.d.ts +0 -0
  6084. /package/build/{core → types/core}/collection/heap/FastBinaryHeap.spec.d.ts +0 -0
  6085. /package/build/{core → types/core}/collection/heap/Uin32Heap.spec.d.ts +0 -0
  6086. /package/build/{core → types/core}/collection/heap/Uint32Heap.d.ts +0 -0
  6087. /package/build/{core → types/core}/collection/list/FilteredListProjection.d.ts +0 -0
  6088. /package/build/{core → types/core}/collection/list/List.d.ts +0 -0
  6089. /package/build/{core → types/core}/collection/list/List.spec.d.ts +0 -0
  6090. /package/build/{core → types/core}/collection/list/ListForwarder.d.ts +0 -0
  6091. /package/build/{core → types/core}/collection/list/ListForwarder.spec.d.ts +0 -0
  6092. /package/build/{core → types/core}/collection/list/SortedListProjection.d.ts +0 -0
  6093. /package/build/{core → types/core}/collection/map/AbstractAsyncMap.d.ts +0 -0
  6094. /package/build/{core → types/core}/collection/map/AsyncMapWrapper.d.ts +0 -0
  6095. /package/build/{core → types/core}/collection/map/BiMap.d.ts +0 -0
  6096. /package/build/{core → types/core}/collection/map/HashMap.d.ts +0 -0
  6097. /package/build/{core → types/core}/collection/map/HashMap.spec.d.ts +0 -0
  6098. /package/build/{core → types/core}/collection/map/ObservedMap.d.ts +0 -0
  6099. /package/build/{core → types/core}/collection/queue/Deque.d.ts +0 -0
  6100. /package/build/{core → types/core}/collection/queue/Deque.spec.d.ts +0 -0
  6101. /package/build/{core → types/core}/collection/set/HashSet.d.ts +0 -0
  6102. /package/build/{core → types/core}/collection/set/HashSet.spec.d.ts +0 -0
  6103. /package/build/{core → types/core}/collection/set/Set.d.ts +0 -0
  6104. /package/build/{core → types/core}/collection/set/compute_set_difference.d.ts +0 -0
  6105. /package/build/{core → types/core}/collection/set/compute_set_intersection.d.ts +0 -0
  6106. /package/build/{core → types/core}/collection/set/set_remove.d.ts +0 -0
  6107. /package/build/{core → types/core}/collection/table/RowFirstTable.d.ts +0 -0
  6108. /package/build/{core → types/core}/collection/table/RowFirstTable.spec.d.ts +0 -0
  6109. /package/build/{core → types/core}/collection/table/RowFirstTableSpec.d.ts +0 -0
  6110. /package/build/{core → types/core}/collection/table/RowFirstTableSpec.spec.d.ts +0 -0
  6111. /package/build/{core → types/core}/collection/table/deserializeRowFirstTable.d.ts +0 -0
  6112. /package/build/{core → types/core}/collection/table/serializeRowFirstTable.d.ts +0 -0
  6113. /package/build/{core → types/core}/color/Color.d.ts +0 -0
  6114. /package/build/{core → types/core}/color/Color.spec.d.ts +0 -0
  6115. /package/build/{core → types/core}/color/YCbCr/YCbCr.spec.d.ts +0 -0
  6116. /package/build/{core → types/core}/color/YCbCr/YCbCr_to_rgb_uint24.d.ts +0 -0
  6117. /package/build/{core → types/core}/color/YCbCr/rgb_to_YCbCr_uint24.d.ts +0 -0
  6118. /package/build/{core → types/core}/color/hex/hex2rgb.d.ts +0 -0
  6119. /package/build/{core → types/core}/color/hex/hex2rgb.spec.d.ts +0 -0
  6120. /package/build/{core → types/core}/color/hex/rgb2hex.d.ts +0 -0
  6121. /package/build/{core → types/core}/color/hex/rgb2hex.spec.d.ts +0 -0
  6122. /package/build/{core → types/core}/color/hsluv/HSLuv.d.ts +0 -0
  6123. /package/build/{core → types/core}/color/hsv/hsv2rgb.d.ts +0 -0
  6124. /package/build/{core → types/core}/color/hsv/hsv2rgb.spec.d.ts +0 -0
  6125. /package/build/{core → types/core}/color/hsv/rgb2hsv.d.ts +0 -0
  6126. /package/build/{core → types/core}/color/int2rgb.d.ts +0 -0
  6127. /package/build/{core → types/core}/color/kelvin/kelvin_to_rgb.d.ts +0 -0
  6128. /package/build/{core → types/core}/color/kelvin/kelvin_to_rgb.spec.d.ts +0 -0
  6129. /package/build/{core → types/core}/color/kelvin/prototype_kelvin_to_rgb.d.ts +0 -0
  6130. /package/build/{core → types/core}/color/kelvin/rgb_to_kelvin.d.ts +0 -0
  6131. /package/build/{core → types/core}/color/kelvin/rgb_to_kelvin.spec.d.ts +0 -0
  6132. /package/build/{core → types/core}/color/parse_color.d.ts +0 -0
  6133. /package/build/{core → types/core}/color/parse_color.spec.d.ts +0 -0
  6134. /package/build/{core → types/core}/color/rgb2uint24.d.ts +0 -0
  6135. /package/build/{core → types/core}/color/sRGB/linear_to_sRGB.d.ts +0 -0
  6136. /package/build/{core → types/core}/color/sRGB/sRGB.spec.d.ts +0 -0
  6137. /package/build/{core → types/core}/color/sRGB/sRGB_to_linear.d.ts +0 -0
  6138. /package/build/{core → types/core}/color/xyz/XYZ.spec.d.ts +0 -0
  6139. /package/build/{core → types/core}/color/xyz/rgb_to_xyz.d.ts +0 -0
  6140. /package/build/{core → types/core}/color/xyz/xyz_to_rgb.d.ts +0 -0
  6141. /package/build/{core → types/core}/debug/BaseDescription.d.ts +0 -0
  6142. /package/build/{core → types/core}/debug/BaseMatcher.d.ts +0 -0
  6143. /package/build/{core → types/core}/debug/Description.d.ts +0 -0
  6144. /package/build/{core → types/core}/debug/InMemoryDescriptor.d.ts +0 -0
  6145. /package/build/{core → types/core}/debug/Matcher.d.ts +0 -0
  6146. /package/build/{core → types/core}/debug/NullDescription.d.ts +0 -0
  6147. /package/build/{core → types/core}/debug/SelfDescribing.d.ts +0 -0
  6148. /package/build/{core → types/core}/debug/SelfDescribingValue.d.ts +0 -0
  6149. /package/build/{core → types/core}/debug/SelfDescribingValueIterator.d.ts +0 -0
  6150. /package/build/{core → types/core}/debug/matchers/AllOf.d.ts +0 -0
  6151. /package/build/{core → types/core}/debug/matchers/AnyOf.d.ts +0 -0
  6152. /package/build/{core → types/core}/debug/matchers/CombinableMatcher.d.ts +0 -0
  6153. /package/build/{core → types/core}/debug/matchers/DescribeAs.d.ts +0 -0
  6154. /package/build/{core → types/core}/debug/matchers/IsAnything.d.ts +0 -0
  6155. /package/build/{core → types/core}/debug/matchers/IsEqual.d.ts +0 -0
  6156. /package/build/{core → types/core}/debug/matchers/IsIn.d.ts +0 -0
  6157. /package/build/{core → types/core}/debug/matchers/IsIterableContaining.d.ts +0 -0
  6158. /package/build/{core → types/core}/debug/matchers/IsNot.d.ts +0 -0
  6159. /package/build/{core → types/core}/debug/matchers/IsNull.d.ts +0 -0
  6160. /package/build/{core → types/core}/debug/matchers/IsUndefined.d.ts +0 -0
  6161. /package/build/{core → types/core}/debug/matchers/matchers.d.ts +0 -0
  6162. /package/build/{core → types/core}/events/signal/Signal.d.ts +0 -0
  6163. /package/build/{core → types/core}/events/signal/Signal.spec.d.ts +0 -0
  6164. /package/build/{core → types/core}/events/signal/SignalBinding.d.ts +0 -0
  6165. /package/build/{core → types/core}/events/signal/SignalBinding.spec.d.ts +0 -0
  6166. /package/build/{core → types/core}/events/signal/SignalFlags.d.ts +0 -0
  6167. /package/build/{core → types/core}/events/signal/SignalHandler.d.ts +0 -0
  6168. /package/build/{core → types/core}/events/signal/signal_aggregate_by_time_window.d.ts +0 -0
  6169. /package/build/{core → types/core}/events/signal/signal_filter.d.ts +0 -0
  6170. /package/build/{core → types/core}/font/FontAsset.d.ts +0 -0
  6171. /package/build/{core → types/core}/font/FontAssetLoader.d.ts +0 -0
  6172. /package/build/{core → types/core}/fsm/exceptions/IllegalStateException.d.ts +0 -0
  6173. /package/build/{core → types/core}/fsm/simple/SimpleStateMachine.d.ts +0 -0
  6174. /package/build/{core → types/core}/fsm/simple/SimpleStateMachine.spec.d.ts +0 -0
  6175. /package/build/{core → types/core}/fsm/simple/SimpleStateMachineDescription.d.ts +0 -0
  6176. /package/build/{core → types/core}/fsm/simple/SimpleStateMachineDescription.spec.d.ts +0 -0
  6177. /package/build/{core → types/core}/function/FunctionCompiler.d.ts +0 -0
  6178. /package/build/{core → types/core}/function/chain.d.ts +0 -0
  6179. /package/build/{core → types/core}/function/extractFunctionBody.d.ts +0 -0
  6180. /package/build/{core → types/core}/function/extractFunctionBody.spec.d.ts +0 -0
  6181. /package/build/{core → types/core}/function/makeReturnValue.d.ts +0 -0
  6182. /package/build/{core → types/core}/function/noop.d.ts +0 -0
  6183. /package/build/{core → types/core}/function/objectsEqual.d.ts +0 -0
  6184. /package/build/{core → types/core}/function/passThrough.d.ts +0 -0
  6185. /package/build/{core → types/core}/function/returnEmptyArray.d.ts +0 -0
  6186. /package/build/{core → types/core}/function/returnFalse.d.ts +0 -0
  6187. /package/build/{core → types/core}/function/returnOne.d.ts +0 -0
  6188. /package/build/{core → types/core}/function/returnTrue.d.ts +0 -0
  6189. /package/build/{core → types/core}/function/returnZero.d.ts +0 -0
  6190. /package/build/{core → types/core}/function/strictEquals.d.ts +0 -0
  6191. /package/build/{core → types/core}/geom/2d/Geometry2D.d.ts +0 -0
  6192. /package/build/{core → types/core}/geom/2d/Rectangle.d.ts +0 -0
  6193. /package/build/{core → types/core}/geom/2d/Rectangle.spec.d.ts +0 -0
  6194. /package/build/{core → types/core}/geom/2d/UvUtils.d.ts +0 -0
  6195. /package/build/{core → types/core}/geom/2d/UvUtils.spec.d.ts +0 -0
  6196. /package/build/{core → types/core}/geom/2d/aabb/AABB2.d.ts +0 -0
  6197. /package/build/{core → types/core}/geom/2d/aabb/AABB2.spec.d.ts +0 -0
  6198. /package/build/{core → types/core}/geom/2d/aabb/aabb2_compute_center_from_multiple.d.ts +0 -0
  6199. /package/build/{core → types/core}/geom/2d/aabb/aabb2_compute_center_from_multiple.spec.d.ts +0 -0
  6200. /package/build/{core → types/core}/geom/2d/aabb/aabb2_compute_overlap.d.ts +0 -0
  6201. /package/build/{core → types/core}/geom/2d/aabb/aabb2_compute_overlap.spec.d.ts +0 -0
  6202. /package/build/{core → types/core}/geom/2d/aabb/aabb2_contains.d.ts +0 -0
  6203. /package/build/{core → types/core}/geom/2d/aabb/aabb2_contains.spec.d.ts +0 -0
  6204. /package/build/{core → types/core}/geom/2d/aabb/aabb2_distance_sqr_to_point.d.ts +0 -0
  6205. /package/build/{core → types/core}/geom/2d/aabb/aabb2_distance_to_point.d.ts +0 -0
  6206. /package/build/{core → types/core}/geom/2d/aabb/aabb2_distance_to_point.spec.d.ts +0 -0
  6207. /package/build/{core → types/core}/geom/2d/aabb/aabb2_overlap_exists.d.ts +0 -0
  6208. /package/build/{core → types/core}/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.d.ts +0 -0
  6209. /package/build/{core → types/core}/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.spec.d.ts +0 -0
  6210. /package/build/{core → types/core}/geom/2d/aabb/aabb2_signed_distance_to_point.d.ts +0 -0
  6211. /package/build/{core → types/core}/geom/2d/circle/Circle.d.ts +0 -0
  6212. /package/build/{core → types/core}/geom/2d/circle/circleIntersectsCircle.d.ts +0 -0
  6213. /package/build/{core → types/core}/geom/2d/circle/circleIntersectsPoint.d.ts +0 -0
  6214. /package/build/{core → types/core}/geom/2d/circle/computeCircleCirclePenetrationDistance.d.ts +0 -0
  6215. /package/build/{core → types/core}/geom/2d/compute_polygon_area_2d.d.ts +0 -0
  6216. /package/build/{core → types/core}/geom/2d/compute_polygon_area_2d.spec.d.ts +0 -0
  6217. /package/build/{core → types/core}/geom/2d/compute_triangle_area_2d.d.ts +0 -0
  6218. /package/build/{core → types/core}/geom/2d/compute_triangle_area_2d.spec.d.ts +0 -0
  6219. /package/build/{core → types/core}/geom/2d/convex-hull/convex_hull_jarvis_2d.d.ts +0 -0
  6220. /package/build/{core → types/core}/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.d.ts +0 -0
  6221. /package/build/{core → types/core}/geom/2d/convex-hull/convex_hull_monotone_2d.d.ts +0 -0
  6222. /package/build/{core → types/core}/geom/2d/convex-hull/convex_hull_monotone_2d.spec.d.ts +0 -0
  6223. /package/build/{core → types/core}/geom/2d/convex-hull/fixed_convex_hull_humus.d.ts +0 -0
  6224. /package/build/{core → types/core}/geom/2d/convex-hull/fixed_convex_hull_relaxation.d.ts +0 -0
  6225. /package/build/{core → types/core}/geom/2d/convex-hull/orientation3.d.ts +0 -0
  6226. /package/build/{core → types/core}/geom/2d/convex-hull/orientation3_array.d.ts +0 -0
  6227. /package/build/{core → types/core}/geom/2d/convex-hull/orientation3_v2.d.ts +0 -0
  6228. /package/build/{core → types/core}/geom/2d/intersect_ray_2d.d.ts +0 -0
  6229. /package/build/{core → types/core}/geom/2d/line/line_segment_compute_line_segment_intersection_2d.d.ts +0 -0
  6230. /package/build/{core → types/core}/geom/2d/line/line_segment_compute_line_segment_intersection_array_2d.d.ts +0 -0
  6231. /package/build/{core → types/core}/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_2d.d.ts +0 -0
  6232. /package/build/{core → types/core}/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_array_2d.d.ts +0 -0
  6233. /package/build/{core → types/core}/geom/2d/line/line_segment_line_segment_intersection_exists_2d.d.ts +0 -0
  6234. /package/build/{core → types/core}/geom/2d/quad-tree/QuadTreeDatum.d.ts +0 -0
  6235. /package/build/{core → types/core}/geom/2d/quad-tree/QuadTreeNode.d.ts +0 -0
  6236. /package/build/{core → types/core}/geom/2d/quad-tree/QuadTreeNode.spec.d.ts +0 -0
  6237. /package/build/{core → types/core}/geom/2d/quad-tree/qt_collect_by_circle.d.ts +0 -0
  6238. /package/build/{core → types/core}/geom/2d/quad-tree/qt_match_data_by_circle.d.ts +0 -0
  6239. /package/build/{core → types/core}/geom/2d/quad-tree/qt_query_data_nearest_to_point.d.ts +0 -0
  6240. /package/build/{core → types/core}/geom/2d/shape/AbstractShape.d.ts +0 -0
  6241. /package/build/{core → types/core}/geom/2d/shape/CircleShape.d.ts +0 -0
  6242. /package/build/{core → types/core}/geom/2d/shape/PointShape.d.ts +0 -0
  6243. /package/build/{core → types/core}/geom/2d/shape/Shape2DType.d.ts +0 -0
  6244. /package/build/{core → types/core}/geom/2d/spline_bezier2_2d.d.ts +0 -0
  6245. /package/build/{core → types/core}/geom/2d/spline_bezier2_2d.spec.d.ts +0 -0
  6246. /package/build/{core → types/core}/geom/3d/SurfacePoint3.d.ts +0 -0
  6247. /package/build/{core → types/core}/geom/3d/SurfacePoint3.spec.d.ts +0 -0
  6248. /package/build/{core → types/core}/geom/3d/aabb/AABB3.d.ts +0 -0
  6249. /package/build/{core → types/core}/geom/3d/aabb/AABB3.spec.d.ts +0 -0
  6250. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_combine.d.ts +0 -0
  6251. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_compute_from_sphere.d.ts +0 -0
  6252. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_clipping_volume_array.d.ts +0 -0
  6253. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_frustum_degree.d.ts +0 -0
  6254. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_point.d.ts +0 -0
  6255. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_point.spec.d.ts +0 -0
  6256. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_ray.d.ts +0 -0
  6257. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_ray_array.d.ts +0 -0
  6258. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_sphere.d.ts +0 -0
  6259. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_intersects_sphere_array.d.ts +0 -0
  6260. /package/build/{core → types/core}/geom/3d/aabb/aabb3_array_set.d.ts +0 -0
  6261. /package/build/{core → types/core}/geom/3d/aabb/aabb3_box_surface_area_2.d.ts +0 -0
  6262. /package/build/{core → types/core}/geom/3d/aabb/aabb3_build_corners.d.ts +0 -0
  6263. /package/build/{core → types/core}/geom/3d/aabb/aabb3_build_corners.spec.d.ts +0 -0
  6264. /package/build/{core → types/core}/geom/3d/aabb/aabb3_build_frustum.d.ts +0 -0
  6265. /package/build/{core → types/core}/geom/3d/aabb/aabb3_combined_surface_area.d.ts +0 -0
  6266. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_distance_above_plane_max.d.ts +0 -0
  6267. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_distance_above_plane_max.spec.d.ts +0 -0
  6268. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_half_surface_area.d.ts +0 -0
  6269. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_plane_side.d.ts +0 -0
  6270. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_plane_side.spec.d.ts +0 -0
  6271. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_projected_area.d.ts +0 -0
  6272. /package/build/{core → types/core}/geom/3d/aabb/aabb3_compute_surface_area.d.ts +0 -0
  6273. /package/build/{core → types/core}/geom/3d/aabb/aabb3_corner_edge_mapping.d.ts +0 -0
  6274. /package/build/{core → types/core}/geom/3d/aabb/aabb3_corner_edge_mapping.spec.d.ts +0 -0
  6275. /package/build/{core → types/core}/geom/3d/aabb/aabb3_detailed_volume_intersection.d.ts +0 -0
  6276. /package/build/{core → types/core}/geom/3d/aabb/aabb3_edge_corner_mapping.d.ts +0 -0
  6277. /package/build/{core → types/core}/geom/3d/aabb/aabb3_edge_corner_mapping.spec.d.ts +0 -0
  6278. /package/build/{core → types/core}/geom/3d/aabb/aabb3_edge_plane_mapping.d.ts +0 -0
  6279. /package/build/{core → types/core}/geom/3d/aabb/aabb3_estimate_projected_area2.d.ts +0 -0
  6280. /package/build/{core → types/core}/geom/3d/aabb/aabb3_expand_array.d.ts +0 -0
  6281. /package/build/{core → types/core}/geom/3d/aabb/aabb3_expand_array.spec.d.ts +0 -0
  6282. /package/build/{core → types/core}/geom/3d/aabb/aabb3_from_min_max.d.ts +0 -0
  6283. /package/build/{core → types/core}/geom/3d/aabb/aabb3_from_threejs_geometry.d.ts +0 -0
  6284. /package/build/{core → types/core}/geom/3d/aabb/aabb3_from_v3_array.d.ts +0 -0
  6285. /package/build/{core → types/core}/geom/3d/aabb/aabb3_from_v3_array.spec.d.ts +0 -0
  6286. /package/build/{core → types/core}/geom/3d/aabb/aabb3_from_v3_array_transformed.d.ts +0 -0
  6287. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_aabb3.d.ts +0 -0
  6288. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_aabb3.spec.d.ts +0 -0
  6289. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_clipping_volume_array.d.ts +0 -0
  6290. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_frustum_degree.d.ts +0 -0
  6291. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_line_segment.d.ts +0 -0
  6292. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_ray.d.ts +0 -0
  6293. /package/build/{core → types/core}/geom/3d/aabb/aabb3_intersects_ray.spec.d.ts +0 -0
  6294. /package/build/{core → types/core}/geom/3d/aabb/aabb3_matrix4_project.d.ts +0 -0
  6295. /package/build/{core → types/core}/geom/3d/aabb/aabb3_matrix4_project.spec.d.ts +0 -0
  6296. /package/build/{core → types/core}/geom/3d/aabb/aabb3_matrix4_project_by_corners.d.ts +0 -0
  6297. /package/build/{core → types/core}/geom/3d/aabb/aabb3_nearest_point_on_surface.d.ts +0 -0
  6298. /package/build/{core → types/core}/geom/3d/aabb/aabb3_raycast.d.ts +0 -0
  6299. /package/build/{core → types/core}/geom/3d/aabb/aabb3_raycast.spec.d.ts +0 -0
  6300. /package/build/{core → types/core}/geom/3d/aabb/aabb3_score_boxes_SAH.d.ts +0 -0
  6301. /package/build/{core → types/core}/geom/3d/aabb/aabb3_score_boxes_SAH.spec.d.ts +0 -0
  6302. /package/build/{core → types/core}/geom/3d/aabb/aabb3_score_boxes_SAH_delta.d.ts +0 -0
  6303. /package/build/{core → types/core}/geom/3d/aabb/aabb3_signed_distance_sqr_to_point.d.ts +0 -0
  6304. /package/build/{core → types/core}/geom/3d/aabb/aabb3_signed_distance_to_aabb3.d.ts +0 -0
  6305. /package/build/{core → types/core}/geom/3d/aabb/aabb3_transformed_compute_plane_side.d.ts +0 -0
  6306. /package/build/{core → types/core}/geom/3d/aabb/aabb3_unsigned_distance_sqr_to_point.d.ts +0 -0
  6307. /package/build/{core → types/core}/geom/3d/aabb/compute_aabb_from_points.d.ts +0 -0
  6308. /package/build/{core → types/core}/geom/3d/aabb/deserializeAABB3.d.ts +0 -0
  6309. /package/build/{core → types/core}/geom/3d/aabb/deserializeAABB3Encoded_v0.d.ts +0 -0
  6310. /package/build/{core → types/core}/geom/3d/aabb/deserializeAABB3Quantized16Uint.d.ts +0 -0
  6311. /package/build/{core → types/core}/geom/3d/aabb/serializeAABB3.d.ts +0 -0
  6312. /package/build/{core → types/core}/geom/3d/aabb/serializeAABB3Encoded_v0.d.ts +0 -0
  6313. /package/build/{core → types/core}/geom/3d/aabb/serializeAABB3Quantized16Uint.d.ts +0 -0
  6314. /package/build/{core → types/core}/geom/3d/apply_mat4_transform_to_direction_v3_array.d.ts +0 -0
  6315. /package/build/{core → types/core}/geom/3d/apply_mat4_transform_to_v3_array.d.ts +0 -0
  6316. /package/build/{core → types/core}/geom/3d/compose_matrix4_array.d.ts +0 -0
  6317. /package/build/{core → types/core}/geom/3d/compute_bounding_sphere_of_2_spheres.d.ts +0 -0
  6318. /package/build/{core → types/core}/geom/3d/compute_circle_bounding_box.d.ts +0 -0
  6319. /package/build/{core → types/core}/geom/3d/compute_triangle_normal.d.ts +0 -0
  6320. /package/build/{core → types/core}/geom/3d/cone/computeConeBoundingBox.d.ts +0 -0
  6321. /package/build/{core → types/core}/geom/3d/cone/computeConePlaneSide.d.ts +0 -0
  6322. /package/build/{core → types/core}/geom/3d/cone/computeConePlaneSide.spec.d.ts +0 -0
  6323. /package/build/{core → types/core}/geom/3d/cone/compute_bounding_cone_of_2_cones.d.ts +0 -0
  6324. /package/build/{core → types/core}/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.d.ts +0 -0
  6325. /package/build/{core → types/core}/geom/3d/decompose_matrix_4_array.d.ts +0 -0
  6326. /package/build/{core → types/core}/geom/3d/eulerAnglesFromMatrix.d.ts +0 -0
  6327. /package/build/{core → types/core}/geom/3d/frustum/frustum3_computeNearestPointToPoint.d.ts +0 -0
  6328. /package/build/{core → types/core}/geom/3d/frustum/frustum_from_projection_matrix_array.d.ts +0 -0
  6329. /package/build/{core → types/core}/geom/3d/frustum/read_cluster_frustum_corners.d.ts +0 -0
  6330. /package/build/{core → types/core}/geom/3d/frustum/read_three_planes_to_array.d.ts +0 -0
  6331. /package/build/{core → types/core}/geom/3d/frustum/slice_frustum_linear_to_points.d.ts +0 -0
  6332. /package/build/{core → types/core}/geom/3d/line/line3_computeSegmentPointDistance_sqr.d.ts +0 -0
  6333. /package/build/{core → types/core}/geom/3d/line/line3_compute_nearest_point_to_point.d.ts +0 -0
  6334. /package/build/{core → types/core}/geom/3d/line/line3_compute_nearest_point_to_point.spec.d.ts +0 -0
  6335. /package/build/{core → types/core}/geom/3d/mat4/MATRIX_4_IDENTITY.d.ts +0 -0
  6336. /package/build/{core → types/core}/geom/3d/mat4/MATRIX_4_IDENTITY.spec.d.ts +0 -0
  6337. /package/build/{core → types/core}/geom/3d/mat4/allocate_transform_m4.d.ts +0 -0
  6338. /package/build/{core → types/core}/geom/3d/mat4/m4_make_translation.d.ts +0 -0
  6339. /package/build/{core → types/core}/geom/3d/mat4/m4_multiply.d.ts +0 -0
  6340. /package/build/{core → types/core}/geom/3d/mat4/m4_multiply.spec.d.ts +0 -0
  6341. /package/build/{core → types/core}/geom/3d/mat4/m4_multiply_alphatensor.d.ts +0 -0
  6342. /package/build/{core → types/core}/geom/3d/mat4/m4_multiply_alphatensor.spec.d.ts +0 -0
  6343. /package/build/{core → types/core}/geom/3d/morton/Morton.d.ts +0 -0
  6344. /package/build/{core → types/core}/geom/3d/morton/mortonEncode_LUT.d.ts +0 -0
  6345. /package/build/{core → types/core}/geom/3d/morton/mortonEncode_magicbits.d.ts +0 -0
  6346. /package/build/{core → types/core}/geom/3d/morton/reinterpret_float32_as_int32.d.ts +0 -0
  6347. /package/build/{core → types/core}/geom/3d/morton/split_by_2.d.ts +0 -0
  6348. /package/build/{core → types/core}/geom/3d/morton/split_by_3.d.ts +0 -0
  6349. /package/build/{core → types/core}/geom/3d/morton/v3_morton_encode_bounded.d.ts +0 -0
  6350. /package/build/{core → types/core}/geom/3d/morton/v3_morton_encode_transformed.d.ts +0 -0
  6351. /package/build/{core → types/core}/geom/3d/morton/v3_morton_encode_transformed.spec.d.ts +0 -0
  6352. /package/build/{core → types/core}/geom/3d/normal/hemioct/decode_hemioct_to_unit.d.ts +0 -0
  6353. /package/build/{core → types/core}/geom/3d/normal/hemioct/encode_unit3_hemioct.d.ts +0 -0
  6354. /package/build/{core → types/core}/geom/3d/normal/hemioct/unit_hemioct.spec.d.ts +0 -0
  6355. /package/build/{core → types/core}/geom/3d/normal/lamber_azimuth/transform.d.ts +0 -0
  6356. /package/build/{core → types/core}/geom/3d/normal/octahedron/decode_octahedron_to_unit.d.ts +0 -0
  6357. /package/build/{core → types/core}/geom/3d/normal/octahedron/encode_unit_to_octahedron.d.ts +0 -0
  6358. /package/build/{core → types/core}/geom/3d/normal/octahedron/encoding.spec.d.ts +0 -0
  6359. /package/build/{core → types/core}/geom/3d/normal/spherical/sphere_map_transform.d.ts +0 -0
  6360. /package/build/{core → types/core}/geom/3d/plane/is_point_within_planes.d.ts +0 -0
  6361. /package/build/{core → types/core}/geom/3d/plane/orient3d_fast.d.ts +0 -0
  6362. /package/build/{core → types/core}/geom/3d/plane/orient3d_robust.d.ts +0 -0
  6363. /package/build/{core → types/core}/geom/3d/plane/plane3_compute_convex_3_plane_intersection.d.ts +0 -0
  6364. /package/build/{core → types/core}/geom/3d/plane/plane3_compute_line_segment_intersection.d.ts +0 -0
  6365. /package/build/{core → types/core}/geom/3d/plane/plane3_compute_plane_intersection.d.ts +0 -0
  6366. /package/build/{core → types/core}/geom/3d/plane/plane3_compute_ray_intersection.d.ts +0 -0
  6367. /package/build/{core → types/core}/geom/3d/plane/plane3_intersect_plane.d.ts +0 -0
  6368. /package/build/{core → types/core}/geom/3d/plane/plane3_lerp.d.ts +0 -0
  6369. /package/build/{core → types/core}/geom/3d/plane/plane3_lerp_v0.d.ts +0 -0
  6370. /package/build/{core → types/core}/geom/3d/plane/plane3_projectPoint.d.ts +0 -0
  6371. /package/build/{core → types/core}/geom/3d/plane/plane3_projectPoint.spec.d.ts +0 -0
  6372. /package/build/{core → types/core}/geom/3d/plane/plane3_slerp.d.ts +0 -0
  6373. /package/build/{core → types/core}/geom/3d/plane/plane3_slerp.spec.d.ts +0 -0
  6374. /package/build/{core → types/core}/geom/3d/plane/plane3_three_compute_convex_3_plane_intersection.d.ts +0 -0
  6375. /package/build/{core → types/core}/geom/3d/quaternion/quat3_createFromAxisAngle.d.ts +0 -0
  6376. /package/build/{core → types/core}/geom/3d/quaternion/quat_decode_from_uint32.d.ts +0 -0
  6377. /package/build/{core → types/core}/geom/3d/quaternion/quat_encode_to_uint32.d.ts +0 -0
  6378. /package/build/{core → types/core}/geom/3d/ray/ray3_array_apply_matrix4.d.ts +0 -0
  6379. /package/build/{core → types/core}/geom/3d/ray/ray3_array_compose.d.ts +0 -0
  6380. /package/build/{core → types/core}/geom/3d/ray/ray3_array_compose.spec.d.ts +0 -0
  6381. /package/build/{core → types/core}/geom/3d/ray/ray_computeNearestPointToPoint.d.ts +0 -0
  6382. /package/build/{core → types/core}/geom/3d/ray/ray_distance_to_point.d.ts +0 -0
  6383. /package/build/{core → types/core}/geom/3d/shape/AbstractShape3D.d.ts +0 -0
  6384. /package/build/{core → types/core}/geom/3d/shape/TransformedShape3D.d.ts +0 -0
  6385. /package/build/{core → types/core}/geom/3d/shape/TransformedShape3D.spec.d.ts +0 -0
  6386. /package/build/{core → types/core}/geom/3d/shape/UnionShape3D.d.ts +0 -0
  6387. /package/build/{core → types/core}/geom/3d/shape/UnitCubeShape3D.d.ts +0 -0
  6388. /package/build/{core → types/core}/geom/3d/shape/UnitCubeShape3D.spec.d.ts +0 -0
  6389. /package/build/{core → types/core}/geom/3d/shape/UnitSphereShape3D.d.ts +0 -0
  6390. /package/build/{core → types/core}/geom/3d/shape/json/shape_from_json.d.ts +0 -0
  6391. /package/build/{core → types/core}/geom/3d/shape/json/shape_to_json.d.ts +0 -0
  6392. /package/build/{core → types/core}/geom/3d/shape/json/shape_to_type.d.ts +0 -0
  6393. /package/build/{core → types/core}/geom/3d/shape/json/type_adapters.d.ts +0 -0
  6394. /package/build/{core → types/core}/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.d.ts +0 -0
  6395. /package/build/{core → types/core}/geom/3d/shape/util/shape_to_visual_entity.d.ts +0 -0
  6396. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_add.d.ts +0 -0
  6397. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_basis_at.d.ts +0 -0
  6398. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.d.ts +0 -0
  6399. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.spec.d.ts +0 -0
  6400. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts +0 -0
  6401. /package/build/{core → types/core}/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.d.ts +0 -0
  6402. /package/build/{core → types/core}/geom/3d/sphere/in_sphere3d_fast.d.ts +0 -0
  6403. /package/build/{core → types/core}/geom/3d/sphere/in_sphere3d_robust.d.ts +0 -0
  6404. /package/build/{core → types/core}/geom/3d/sphere/sphere_array_intersects_point.d.ts +0 -0
  6405. /package/build/{core → types/core}/geom/3d/sphere/sphere_array_intersects_ray.d.ts +0 -0
  6406. /package/build/{core → types/core}/geom/3d/sphere/sphere_intersects_point.d.ts +0 -0
  6407. /package/build/{core → types/core}/geom/3d/sphere/sphere_intersects_point.spec.d.ts +0 -0
  6408. /package/build/{core → types/core}/geom/3d/sphere/sphere_intersects_ray.d.ts +0 -0
  6409. /package/build/{core → types/core}/geom/3d/sphere/sphere_intersects_ray.spec.d.ts +0 -0
  6410. /package/build/{core → types/core}/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.d.ts +0 -0
  6411. /package/build/{core → types/core}/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.spec.d.ts +0 -0
  6412. /package/build/{core → types/core}/geom/3d/tetrahedra/TetrahedralMesh.d.ts +0 -0
  6413. /package/build/{core → types/core}/geom/3d/tetrahedra/TetrahedralMesh.spec.d.ts +0 -0
  6414. /package/build/{core → types/core}/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.d.ts +0 -0
  6415. /package/build/{core → types/core}/geom/3d/tetrahedra/compute_bounding_simplex_3d.d.ts +0 -0
  6416. /package/build/{core → types/core}/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.d.ts +0 -0
  6417. /package/build/{core → types/core}/geom/3d/tetrahedra/compute_circumsphere.d.ts +0 -0
  6418. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/Cavity.d.ts +0 -0
  6419. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.d.ts +0 -0
  6420. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.d.ts +0 -0
  6421. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/debug/debug_validate_mesh.d.ts +0 -0
  6422. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/debug/push_boundary_with_validation.d.ts +0 -0
  6423. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/debug/validate_cavity_boundary.d.ts +0 -0
  6424. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.d.ts +0 -0
  6425. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.d.ts +0 -0
  6426. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.d.ts +0 -0
  6427. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.d.ts +0 -0
  6428. /package/build/{core → types/core}/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.d.ts +0 -0
  6429. /package/build/{core → types/core}/geom/3d/tetrahedra/prototypeTetrahedraBuilder.d.ts +0 -0
  6430. /package/build/{core → types/core}/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.d.ts +0 -0
  6431. /package/build/{core → types/core}/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.d.ts +0 -0
  6432. /package/build/{core → types/core}/geom/3d/tetrahedra/tetrahedron_contains_point.d.ts +0 -0
  6433. /package/build/{core → types/core}/geom/3d/tetrahedra/tetrahedron_contains_point.spec.d.ts +0 -0
  6434. /package/build/{core → types/core}/geom/3d/tetrahedra/validate_tetrahedral_mesh.d.ts +0 -0
  6435. /package/build/{core → types/core}/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.d.ts +0 -0
  6436. /package/build/{core → types/core}/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.d.ts +0 -0
  6437. /package/build/{core → types/core}/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.d.ts +0 -0
  6438. /package/build/{core → types/core}/geom/3d/topology/build_face_graph_from_mesh.d.ts +0 -0
  6439. /package/build/{core → types/core}/geom/3d/topology/compareEdges.d.ts +0 -0
  6440. /package/build/{core → types/core}/geom/3d/topology/compareFaces.d.ts +0 -0
  6441. /package/build/{core → types/core}/geom/3d/topology/compareVertices.d.ts +0 -0
  6442. /package/build/{core → types/core}/geom/3d/topology/computeTopoMeshVertexDuplicates.d.ts +0 -0
  6443. /package/build/{core → types/core}/geom/3d/topology/debugValidateMesh.d.ts +0 -0
  6444. /package/build/{core → types/core}/geom/3d/topology/expandConnectivityByLocality.d.ts +0 -0
  6445. /package/build/{core → types/core}/geom/3d/topology/isEdgeConnectedToOutline.d.ts +0 -0
  6446. /package/build/{core → types/core}/geom/3d/topology/isVertexConnectedToOutline.d.ts +0 -0
  6447. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_is_boundary.d.ts +0 -0
  6448. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_is_manifold.d.ts +0 -0
  6449. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_is_manifold_or_boundary.d.ts +0 -0
  6450. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_is_wire.d.ts +0 -0
  6451. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_other_vertex.d.ts +0 -0
  6452. /package/build/{core → types/core}/geom/3d/topology/query/query_edge_share_vert.d.ts +0 -0
  6453. /package/build/{core → types/core}/geom/3d/topology/query/query_face_get_other_edges.d.ts +0 -0
  6454. /package/build/{core → types/core}/geom/3d/topology/query/query_face_next_vertex.d.ts +0 -0
  6455. /package/build/{core → types/core}/geom/3d/topology/query/query_face_prev_vertex.d.ts +0 -0
  6456. /package/build/{core → types/core}/geom/3d/topology/query/query_vertex_in_edge.d.ts +0 -0
  6457. /package/build/{core → types/core}/geom/3d/topology/query/query_vertex_pair_share_face.d.ts +0 -0
  6458. /package/build/{core → types/core}/geom/3d/topology/query/query_vertices_in_edge.d.ts +0 -0
  6459. /package/build/{core → types/core}/geom/3d/topology/samples/sampleFloodFill.d.ts +0 -0
  6460. /package/build/{core → types/core}/geom/3d/topology/simplify/EdgeCollapseCandidate.d.ts +0 -0
  6461. /package/build/{core → types/core}/geom/3d/topology/simplify/build_edge_collapse_candidates.d.ts +0 -0
  6462. /package/build/{core → types/core}/geom/3d/topology/simplify/collapseEdge.d.ts +0 -0
  6463. /package/build/{core → types/core}/geom/3d/topology/simplify/collapseEdge.spec.d.ts +0 -0
  6464. /package/build/{core → types/core}/geom/3d/topology/simplify/collapse_all_degenerate_edges.d.ts +0 -0
  6465. /package/build/{core → types/core}/geom/3d/topology/simplify/collapse_degenerate_edge.d.ts +0 -0
  6466. /package/build/{core → types/core}/geom/3d/topology/simplify/computeEdgeCollapseCost.d.ts +0 -0
  6467. /package/build/{core → types/core}/geom/3d/topology/simplify/compute_face_normal_change_dot_product.d.ts +0 -0
  6468. /package/build/{core → types/core}/geom/3d/topology/simplify/decimate_edge_collapse_snap.d.ts +0 -0
  6469. /package/build/{core → types/core}/geom/3d/topology/simplify/edge_collapse_quadratic.d.ts +0 -0
  6470. /package/build/{core → types/core}/geom/3d/topology/simplify/prototypeMeshSimplification.d.ts +0 -0
  6471. /package/build/{core → types/core}/geom/3d/topology/simplify/quadratic/Quadratic3.d.ts +0 -0
  6472. /package/build/{core → types/core}/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.d.ts +0 -0
  6473. /package/build/{core → types/core}/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.d.ts +0 -0
  6474. /package/build/{core → types/core}/geom/3d/topology/simplify/simplifyTopoMesh.d.ts +0 -0
  6475. /package/build/{core → types/core}/geom/3d/topology/simplify/simplifyTopoMesh2.d.ts +0 -0
  6476. /package/build/{core → types/core}/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.d.ts +0 -0
  6477. /package/build/{core → types/core}/geom/3d/topology/struct/TopoEdge.d.ts +0 -0
  6478. /package/build/{core → types/core}/geom/3d/topology/struct/TopoEdge.spec.d.ts +0 -0
  6479. /package/build/{core → types/core}/geom/3d/topology/struct/TopoMesh.d.ts +0 -0
  6480. /package/build/{core → types/core}/geom/3d/topology/struct/TopoTriangle.d.ts +0 -0
  6481. /package/build/{core → types/core}/geom/3d/topology/struct/TopoVertex.d.ts +0 -0
  6482. /package/build/{core → types/core}/geom/3d/topology/struct/TopoVertex.spec.d.ts +0 -0
  6483. /package/build/{core → types/core}/geom/3d/topology/struct/binary/BinaryElementPool.d.ts +0 -0
  6484. /package/build/{core → types/core}/geom/3d/topology/struct/binary/BinaryElementPool.spec.d.ts +0 -0
  6485. /package/build/{core → types/core}/geom/3d/topology/struct/binary/BinaryTopology.d.ts +0 -0
  6486. /package/build/{core → types/core}/geom/3d/topology/struct/binary/BinaryTopology.spec.d.ts +0 -0
  6487. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/OrderedEdge.d.ts +0 -0
  6488. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.d.ts +0 -0
  6489. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.d.ts +0 -0
  6490. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.d.ts +0 -0
  6491. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/create_edge.d.ts +0 -0
  6492. /package/build/{core → types/core}/geom/3d/topology/struct/binary/io/get_or_create_edge_map.d.ts +0 -0
  6493. /package/build/{core → types/core}/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.d.ts +0 -0
  6494. /package/build/{core → types/core}/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.d.ts +0 -0
  6495. /package/build/{core → types/core}/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.d.ts +0 -0
  6496. /package/build/{core → types/core}/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.d.ts +0 -0
  6497. /package/build/{core → types/core}/geom/3d/topology/struct/prototypeBinaryTopology.d.ts +0 -0
  6498. /package/build/{core → types/core}/geom/3d/topology/three_buffer_geometry_to_topo_mesh.d.ts +0 -0
  6499. /package/build/{core → types/core}/geom/3d/topology/tm_edge_kill.d.ts +0 -0
  6500. /package/build/{core → types/core}/geom/3d/topology/tm_edge_splice.d.ts +0 -0
  6501. /package/build/{core → types/core}/geom/3d/topology/tm_face_area.d.ts +0 -0
  6502. /package/build/{core → types/core}/geom/3d/topology/tm_face_kill.d.ts +0 -0
  6503. /package/build/{core → types/core}/geom/3d/topology/tm_face_normal.d.ts +0 -0
  6504. /package/build/{core → types/core}/geom/3d/topology/tm_kill_only_edge.d.ts +0 -0
  6505. /package/build/{core → types/core}/geom/3d/topology/tm_kill_only_face.d.ts +0 -0
  6506. /package/build/{core → types/core}/geom/3d/topology/tm_kill_only_vert.d.ts +0 -0
  6507. /package/build/{core → types/core}/geom/3d/topology/tm_vert_kill.d.ts +0 -0
  6508. /package/build/{core → types/core}/geom/3d/topology/tm_vert_splice.d.ts +0 -0
  6509. /package/build/{core → types/core}/geom/3d/topology/tm_vertex_compute_normal.d.ts +0 -0
  6510. /package/build/{core → types/core}/geom/3d/topology/topo_mesh_to_three_buffer_geometry.d.ts +0 -0
  6511. /package/build/{core → types/core}/geom/3d/topology/topology_find_broken_links.d.ts +0 -0
  6512. /package/build/{core → types/core}/geom/3d/topology/update_topo_face_normals.d.ts +0 -0
  6513. /package/build/{core → types/core}/geom/3d/topology/util/compute_face_connection_weight.d.ts +0 -0
  6514. /package/build/{core → types/core}/geom/3d/topology/util/mesh_flood_fill.d.ts +0 -0
  6515. /package/build/{core → types/core}/geom/3d/topology/weld_duplicate_vertices.d.ts +0 -0
  6516. /package/build/{core → types/core}/geom/3d/triangle/computeTrianglePlaneSide.d.ts +0 -0
  6517. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleRayIntersection.d.ts +0 -0
  6518. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleRayIntersection.spec.d.ts +0 -0
  6519. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.d.ts +0 -0
  6520. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.spec.d.ts +0 -0
  6521. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleRayIntersectionBarycentricEdge.d.ts +0 -0
  6522. /package/build/{core → types/core}/geom/3d/triangle/computeTriangleSurfaceArea.d.ts +0 -0
  6523. /package/build/{core → types/core}/geom/3d/triangle/rayTriangleIntersection.d.ts +0 -0
  6524. /package/build/{core → types/core}/geom/3d/triangle/triangle_intersects_clipping_volume.d.ts +0 -0
  6525. /package/build/{core → types/core}/geom/3d/util/make_justified_point_grid.d.ts +0 -0
  6526. /package/build/{core → types/core}/geom/3d/v3_compute_triangle_normal.d.ts +0 -0
  6527. /package/build/{core → types/core}/geom/3d/v3_compute_triangle_normal.spec.d.ts +0 -0
  6528. /package/build/{core → types/core}/geom/ConicRay.d.ts +0 -0
  6529. /package/build/{core → types/core}/geom/ConicRay.spec.d.ts +0 -0
  6530. /package/build/{core → types/core}/geom/Quaternion.d.ts +0 -0
  6531. /package/build/{core → types/core}/geom/Quaternion.spec.d.ts +0 -0
  6532. /package/build/{core → types/core}/geom/Vector1.d.ts +0 -0
  6533. /package/build/{core → types/core}/geom/Vector1.spec.d.ts +0 -0
  6534. /package/build/{core → types/core}/geom/Vector2.d.ts +0 -0
  6535. /package/build/{core → types/core}/geom/Vector2.spec.d.ts +0 -0
  6536. /package/build/{core → types/core}/geom/Vector3.d.ts +0 -0
  6537. /package/build/{core → types/core}/geom/Vector3.spec.d.ts +0 -0
  6538. /package/build/{core → types/core}/geom/Vector4.d.ts +0 -0
  6539. /package/build/{core → types/core}/geom/Vector4.spec.d.ts +0 -0
  6540. /package/build/{core → types/core}/geom/mat2/m2_add.d.ts +0 -0
  6541. /package/build/{core → types/core}/geom/mat2/m2_determinant.d.ts +0 -0
  6542. /package/build/{core → types/core}/geom/mat2/m2_multiply.d.ts +0 -0
  6543. /package/build/{core → types/core}/geom/mat2/m2_multiply_scalar.d.ts +0 -0
  6544. /package/build/{core → types/core}/geom/mat2/m2_multiply_transposed.d.ts +0 -0
  6545. /package/build/{core → types/core}/geom/mat2/m2_sub_transposed.d.ts +0 -0
  6546. /package/build/{core → types/core}/geom/mat3/m3_cm_compose_transform.d.ts +0 -0
  6547. /package/build/{core → types/core}/geom/mat3/m3_cm_extract_rotation.d.ts +0 -0
  6548. /package/build/{core → types/core}/geom/mat3/m3_cm_from_translation.d.ts +0 -0
  6549. /package/build/{core → types/core}/geom/mat3/m3_determinant.d.ts +0 -0
  6550. /package/build/{core → types/core}/geom/mat3/m3_multiply.d.ts +0 -0
  6551. /package/build/{core → types/core}/geom/mat3/m3_rm_compose_transform.d.ts +0 -0
  6552. /package/build/{core → types/core}/geom/mat3/m3_rm_extract_scale.d.ts +0 -0
  6553. /package/build/{core → types/core}/geom/normalize_angle_rad.d.ts +0 -0
  6554. /package/build/{core → types/core}/geom/normalize_angle_rad.spec.d.ts +0 -0
  6555. /package/build/{core → types/core}/geom/packing/computeBoundingSphereOfSpheres.d.ts +0 -0
  6556. /package/build/{core → types/core}/geom/packing/computeBoundingSphereOfSpheres.spec.d.ts +0 -0
  6557. /package/build/{core → types/core}/geom/packing/max-rect/MaxRectanglesPacker.d.ts +0 -0
  6558. /package/build/{core → types/core}/geom/packing/max-rect/MaxRectanglesPacker.spec.d.ts +0 -0
  6559. /package/build/{core → types/core}/geom/packing/max-rect/cost/costByBestShortSide.d.ts +0 -0
  6560. /package/build/{core → types/core}/geom/packing/max-rect/cost/costByRemainingArea.d.ts +0 -0
  6561. /package/build/{core → types/core}/geom/packing/max-rect/cutArea.d.ts +0 -0
  6562. /package/build/{core → types/core}/geom/packing/max-rect/findBestContainer.d.ts +0 -0
  6563. /package/build/{core → types/core}/geom/packing/max-rect/packMaxRectangles.d.ts +0 -0
  6564. /package/build/{core → types/core}/geom/packing/max-rect/packOneBox.d.ts +0 -0
  6565. /package/build/{core → types/core}/geom/packing/max-rect/removeRedundantBoxes.d.ts +0 -0
  6566. /package/build/{core → types/core}/geom/packing/max-rect/removeRedundantBoxesArray.d.ts +0 -0
  6567. /package/build/{core → types/core}/geom/packing/miniball/Miniball.d.ts +0 -0
  6568. /package/build/{core → types/core}/geom/packing/miniball/Miniball.spec.d.ts +0 -0
  6569. /package/build/{core → types/core}/geom/packing/miniball/PointSet.d.ts +0 -0
  6570. /package/build/{core → types/core}/geom/packing/miniball/Quality.d.ts +0 -0
  6571. /package/build/{core → types/core}/geom/packing/miniball/Subspan.d.ts +0 -0
  6572. /package/build/{core → types/core}/geom/packing/miniball/Subspan.spec.d.ts +0 -0
  6573. /package/build/{core → types/core}/geom/packing/miniball/miniball_compute_quality.d.ts +0 -0
  6574. /package/build/{core → types/core}/geom/random/randomPointInBox.d.ts +0 -0
  6575. /package/build/{core → types/core}/geom/random/randomPointInCircle.d.ts +0 -0
  6576. /package/build/{core → types/core}/geom/random/randomPointInPoint.d.ts +0 -0
  6577. /package/build/{core → types/core}/geom/random/randomPointInSphere.d.ts +0 -0
  6578. /package/build/{core → types/core}/geom/random/randomPointOnBox.d.ts +0 -0
  6579. /package/build/{core → types/core}/geom/random/randomPointOnBox.spec.d.ts +0 -0
  6580. /package/build/{core → types/core}/geom/random/randomPointOnSphere.d.ts +0 -0
  6581. /package/build/{core → types/core}/geom/vec3/v3_allocate.d.ts +0 -0
  6582. /package/build/{core → types/core}/geom/vec3/v3_angle_atan2_between.d.ts +0 -0
  6583. /package/build/{core → types/core}/geom/vec3/v3_angle_between.d.ts +0 -0
  6584. /package/build/{core → types/core}/geom/vec3/v3_angle_cos_between.d.ts +0 -0
  6585. /package/build/{core → types/core}/geom/vec3/v3_binary_equality_decode.d.ts +0 -0
  6586. /package/build/{core → types/core}/geom/vec3/v3_binary_equality_encode.d.ts +0 -0
  6587. /package/build/{core → types/core}/geom/vec3/v3_displace_in_direction.d.ts +0 -0
  6588. /package/build/{core → types/core}/geom/vec3/v3_distance.d.ts +0 -0
  6589. /package/build/{core → types/core}/geom/vec3/v3_distance_above_plane.d.ts +0 -0
  6590. /package/build/{core → types/core}/geom/vec3/v3_distance_above_plane.spec.d.ts +0 -0
  6591. /package/build/{core → types/core}/geom/vec3/v3_distance_sqr.d.ts +0 -0
  6592. /package/build/{core → types/core}/geom/vec3/v3_dot.d.ts +0 -0
  6593. /package/build/{core → types/core}/geom/vec3/v3_dot_array_array.d.ts +0 -0
  6594. /package/build/{core → types/core}/geom/vec3/v3_length.d.ts +0 -0
  6595. /package/build/{core → types/core}/geom/vec3/v3_length_sqr.d.ts +0 -0
  6596. /package/build/{core → types/core}/geom/vec3/v3_lerp.d.ts +0 -0
  6597. /package/build/{core → types/core}/geom/vec3/v3_normalize_array.d.ts +0 -0
  6598. /package/build/{core → types/core}/geom/vec3/v3_slerp.d.ts +0 -0
  6599. /package/build/{core → types/core}/graph/Edge.d.ts +0 -0
  6600. /package/build/{core → types/core}/graph/Edge.spec.d.ts +0 -0
  6601. /package/build/{core → types/core}/graph/MultiNode.d.ts +0 -0
  6602. /package/build/{core → types/core}/graph/SquareMatrix.d.ts +0 -0
  6603. /package/build/{core → types/core}/graph/SquareMatrix.spec.d.ts +0 -0
  6604. /package/build/{core → types/core}/graph/WeightedEdge.d.ts +0 -0
  6605. /package/build/{core → types/core}/graph/cluster_mesh_metis.d.ts +0 -0
  6606. /package/build/{core → types/core}/graph/coarsen_graph.d.ts +0 -0
  6607. /package/build/{core → types/core}/graph/coarsen_graph.spec.d.ts +0 -0
  6608. /package/build/{core → types/core}/graph/coloring/colorizeGraph.d.ts +0 -0
  6609. /package/build/{core → types/core}/graph/coloring/colorizeGraphGreedy.d.ts +0 -0
  6610. /package/build/{core → types/core}/graph/coloring/colorizeGraphGreedy.spec.d.ts +0 -0
  6611. /package/build/{core → types/core}/graph/coloring/colorizeGraphGreedyWeight.d.ts +0 -0
  6612. /package/build/{core → types/core}/graph/coloring/colorizeGraphMCS.d.ts +0 -0
  6613. /package/build/{core → types/core}/graph/coloring/validateGraphColoring.d.ts +0 -0
  6614. /package/build/{core → types/core}/graph/convert_graph_to_dot_string.d.ts +0 -0
  6615. /package/build/{core → types/core}/graph/convert_graph_to_dot_string.spec.d.ts +0 -0
  6616. /package/build/{core → types/core}/graph/eigen/eigen_values_find_spectral_gap.d.ts +0 -0
  6617. /package/build/{core → types/core}/graph/eigen/matrix_eigenvalues_in_place.d.ts +0 -0
  6618. /package/build/{core → types/core}/graph/eigen/matrix_eigenvalues_in_place.spec.d.ts +0 -0
  6619. /package/build/{core → types/core}/graph/eigen/matrix_householder_in_place.d.ts +0 -0
  6620. /package/build/{core → types/core}/graph/eigen/matrix_qr_in_place.d.ts +0 -0
  6621. /package/build/{core → types/core}/graph/graph_adjacency_matrix.d.ts +0 -0
  6622. /package/build/{core → types/core}/graph/graph_compute_disconnected_clusters.d.ts +0 -0
  6623. /package/build/{core → types/core}/graph/graph_degree_matrix.d.ts +0 -0
  6624. /package/build/{core → types/core}/graph/graph_k_means_cluster.d.ts +0 -0
  6625. /package/build/{core → types/core}/graph/graph_k_means_cluster.spec.d.ts +0 -0
  6626. /package/build/{core → types/core}/graph/graph_laplacian_matrix.d.ts +0 -0
  6627. /package/build/{core → types/core}/graph/layout/CircleLayout.d.ts +0 -0
  6628. /package/build/{core → types/core}/graph/layout/Connection.d.ts +0 -0
  6629. /package/build/{core → types/core}/graph/layout/box/BoxLayouter.d.ts +0 -0
  6630. /package/build/{core → types/core}/graph/layout/box/applyCentralGravityAABB2.d.ts +0 -0
  6631. /package/build/{core → types/core}/graph/layout/box/forceIntoBox.d.ts +0 -0
  6632. /package/build/{core → types/core}/graph/layout/box/pullBoxTowardsPoint.d.ts +0 -0
  6633. /package/build/{core → types/core}/graph/layout/box/resolveAABB2Overlap.d.ts +0 -0
  6634. /package/build/{core → types/core}/graph/layout/box/resolveBoxOverlapUsingForce.d.ts +0 -0
  6635. /package/build/{core → types/core}/graph/layout/computeDisconnectedSubGraphs.d.ts +0 -0
  6636. /package/build/{core → types/core}/graph/metis/metis.d.ts +0 -0
  6637. /package/build/{core → types/core}/graph/metis/metis_options.d.ts +0 -0
  6638. /package/build/{core → types/core}/graph/mn_graph_collapse_weighted_edge.d.ts +0 -0
  6639. /package/build/{core → types/core}/graph/v2/Graph.d.ts +0 -0
  6640. /package/build/{core → types/core}/graph/v2/Graph.spec.d.ts +0 -0
  6641. /package/build/{core → types/core}/graph/v2/NodeContainer.d.ts +0 -0
  6642. /package/build/{core → types/core}/json/JsonUtils.d.ts +0 -0
  6643. /package/build/{core → types/core}/json/abstractJSONDeserializer.d.ts +0 -0
  6644. /package/build/{core → types/core}/json/abstractJSONSerializer.d.ts +0 -0
  6645. /package/build/{core → types/core}/json/objectHasProperty.d.ts +0 -0
  6646. /package/build/{core → types/core}/json/resolvePath.d.ts +0 -0
  6647. /package/build/{core → types/core}/json/resolvePath.spec.d.ts +0 -0
  6648. /package/build/{core → types/core}/json/resolvePathByArray.d.ts +0 -0
  6649. /package/build/{core → types/core}/lang/reactive/AbstractCachingParser.d.ts +0 -0
  6650. /package/build/{core → types/core}/lang/reactive/ReactiveOperatorType.d.ts +0 -0
  6651. /package/build/{core → types/core}/lang/reactive/compileReactiveExpression.d.ts +0 -0
  6652. /package/build/{core → types/core}/lang/reactive/compileReactiveExpression.spec.d.ts +0 -0
  6653. /package/build/{core → types/core}/lang/reactive/pegjs/ReactivePegCompiler.d.ts +0 -0
  6654. /package/build/{core → types/core}/lang/reactive/pegjs/ReactivePegParser.d.ts +0 -0
  6655. /package/build/{core → types/core}/lang/reactive/pegjs/parser.d.ts +0 -0
  6656. /package/build/{core → types/core}/lang/reactive/validateReactiveExpression.d.ts +0 -0
  6657. /package/build/{core → types/core}/localization/LanguageMetadata.d.ts +0 -0
  6658. /package/build/{core → types/core}/localization/LocaleDataset.d.ts +0 -0
  6659. /package/build/{core → types/core}/localization/Localization.d.ts +0 -0
  6660. /package/build/{core → types/core}/localization/LocalizationEngine.d.ts +0 -0
  6661. /package/build/{core → types/core}/math/DEG_TO_RAD.d.ts +0 -0
  6662. /package/build/{core → types/core}/math/EPSILON.d.ts +0 -0
  6663. /package/build/{core → types/core}/math/FLT_EPSILON_32.d.ts +0 -0
  6664. /package/build/{core → types/core}/math/GOLDEN_RATIO.d.ts +0 -0
  6665. /package/build/{core → types/core}/math/NumericType.d.ts +0 -0
  6666. /package/build/{core → types/core}/math/PI2.d.ts +0 -0
  6667. /package/build/{core → types/core}/math/PI_HALF.d.ts +0 -0
  6668. /package/build/{core → types/core}/math/RAD_TO_DEG.d.ts +0 -0
  6669. /package/build/{core → types/core}/math/bell_membership_function.d.ts +0 -0
  6670. /package/build/{core → types/core}/math/bessel_3.d.ts +0 -0
  6671. /package/build/{core → types/core}/math/bessel_j0.d.ts +0 -0
  6672. /package/build/{core → types/core}/math/bessel_j0.spec.d.ts +0 -0
  6673. /package/build/{core → types/core}/math/clamp.d.ts +0 -0
  6674. /package/build/{core → types/core}/math/clamp.spec.d.ts +0 -0
  6675. /package/build/{core → types/core}/math/clamp01.d.ts +0 -0
  6676. /package/build/{core → types/core}/math/computeGreatestCommonDivisor.d.ts +0 -0
  6677. /package/build/{core → types/core}/math/computeGreatestCommonDivisor.spec.d.ts +0 -0
  6678. /package/build/{core → types/core}/math/computeIsoscelesTriangleApexAngle.d.ts +0 -0
  6679. /package/build/{core → types/core}/math/computeIsoscelesTriangleApexAngle.spec.d.ts +0 -0
  6680. /package/build/{core → types/core}/math/computeWholeDivisorLow.d.ts +0 -0
  6681. /package/build/{core → types/core}/math/computeWholeDivisorLow.spec.d.ts +0 -0
  6682. /package/build/{core → types/core}/math/copysign.d.ts +0 -0
  6683. /package/build/{core → types/core}/math/copysign.spec.d.ts +0 -0
  6684. /package/build/{core → types/core}/math/epsilonEquals.d.ts +0 -0
  6685. /package/build/{core → types/core}/math/exp2.d.ts +0 -0
  6686. /package/build/{core → types/core}/math/fabsf.d.ts +0 -0
  6687. /package/build/{core → types/core}/math/fract.d.ts +0 -0
  6688. /package/build/{core → types/core}/math/fract.spec.d.ts +0 -0
  6689. /package/build/{core → types/core}/math/gaussian.d.ts +0 -0
  6690. /package/build/{core → types/core}/math/hash/computeHashFloatArray.d.ts +0 -0
  6691. /package/build/{core → types/core}/math/hash/computeHashFloatArray.spec.d.ts +0 -0
  6692. /package/build/{core → types/core}/math/hash/computeObjectHash.d.ts +0 -0
  6693. /package/build/{core → types/core}/math/hash/computeObjectHash.spec.d.ts +0 -0
  6694. /package/build/{core → types/core}/math/hash/murmur3_32.d.ts +0 -0
  6695. /package/build/{core → types/core}/math/hash/murmur3_32.spec.d.ts +0 -0
  6696. /package/build/{core → types/core}/math/hash/squirrel3.d.ts +0 -0
  6697. /package/build/{core → types/core}/math/hash/squirrel3.spec.d.ts +0 -0
  6698. /package/build/{core → types/core}/math/interval/NumericInterval.d.ts +0 -0
  6699. /package/build/{core → types/core}/math/interval/NumericInterval.spec.d.ts +0 -0
  6700. /package/build/{core → types/core}/math/interval/intersects1D.d.ts +0 -0
  6701. /package/build/{core → types/core}/math/interval/isValueBetween.d.ts +0 -0
  6702. /package/build/{core → types/core}/math/interval/isValueBetween.spec.d.ts +0 -0
  6703. /package/build/{core → types/core}/math/interval/isValueBetweenInclusive.d.ts +0 -0
  6704. /package/build/{core → types/core}/math/interval/isValueBetweenInclusive.spec.d.ts +0 -0
  6705. /package/build/{core → types/core}/math/interval/overlap1D.d.ts +0 -0
  6706. /package/build/{core → types/core}/math/interval/overlap1D.spec.d.ts +0 -0
  6707. /package/build/{core → types/core}/math/inverseLerp.d.ts +0 -0
  6708. /package/build/{core → types/core}/math/inverseLerp.spec.d.ts +0 -0
  6709. /package/build/{core → types/core}/math/isPowerOfTwo.spec.d.ts +0 -0
  6710. /package/build/{core → types/core}/math/isPowerOrTwo.d.ts +0 -0
  6711. /package/build/{core → types/core}/math/isqrt.d.ts +0 -0
  6712. /package/build/{core → types/core}/math/isqrt.spec.d.ts +0 -0
  6713. /package/build/{core → types/core}/math/lerp.d.ts +0 -0
  6714. /package/build/{core → types/core}/math/lerp.spec.d.ts +0 -0
  6715. /package/build/{core → types/core}/math/makeSequenceLoop.d.ts +0 -0
  6716. /package/build/{core → types/core}/math/max.spec.d.ts +0 -0
  6717. /package/build/{core → types/core}/math/max2.d.ts +0 -0
  6718. /package/build/{core → types/core}/math/max2.spec.d.ts +0 -0
  6719. /package/build/{core → types/core}/math/max3.d.ts +0 -0
  6720. /package/build/{core → types/core}/math/max3.spec.d.ts +0 -0
  6721. /package/build/{core → types/core}/math/min2.d.ts +0 -0
  6722. /package/build/{core → types/core}/math/min2.spec.d.ts +0 -0
  6723. /package/build/{core → types/core}/math/min3.d.ts +0 -0
  6724. /package/build/{core → types/core}/math/min3.spec.d.ts +0 -0
  6725. /package/build/{core → types/core}/math/mix.d.ts +0 -0
  6726. /package/build/{core → types/core}/math/modified_bessel_i0.d.ts +0 -0
  6727. /package/build/{core → types/core}/math/newton_solver_1d.d.ts +0 -0
  6728. /package/build/{core → types/core}/math/newton_solver_1d.spec.d.ts +0 -0
  6729. /package/build/{core → types/core}/math/noise/create_simplex_noise_2d.d.ts +0 -0
  6730. /package/build/{core → types/core}/math/noise/create_simplex_noise_2d.spec.d.ts +0 -0
  6731. /package/build/{core → types/core}/math/noise/curl_noise_3d.d.ts +0 -0
  6732. /package/build/{core → types/core}/math/noise/curl_noise_3dt.d.ts +0 -0
  6733. /package/build/{core → types/core}/math/noise/noise_octaves.d.ts +0 -0
  6734. /package/build/{core → types/core}/math/noise/sdnoise.d.ts +0 -0
  6735. /package/build/{core → types/core}/math/noise/sdnoise.spec.d.ts +0 -0
  6736. /package/build/{core → types/core}/math/physics/brdf/D_GGX.d.ts +0 -0
  6737. /package/build/{core → types/core}/math/physics/brdf/brdf_burley.d.ts +0 -0
  6738. /package/build/{core → types/core}/math/physics/bsdf/bsdf_schlick.d.ts +0 -0
  6739. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_linear.d.ts +0 -0
  6740. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_linear.spec.d.ts +0 -0
  6741. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_lograrithmic.d.ts +0 -0
  6742. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_lograrithmic.spec.d.ts +0 -0
  6743. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_smith.d.ts +0 -0
  6744. /package/build/{core → types/core}/math/physics/irradiance/interpolate_irradiance_smith.spec.d.ts +0 -0
  6745. /package/build/{core → types/core}/math/physics/spring/computeHookeForce.d.ts +0 -0
  6746. /package/build/{core → types/core}/math/pingpong.d.ts +0 -0
  6747. /package/build/{core → types/core}/math/pingpong.spec.d.ts +0 -0
  6748. /package/build/{core → types/core}/math/random/MersenneTwister.d.ts +0 -0
  6749. /package/build/{core → types/core}/math/random/MersenneTwister.spec.d.ts +0 -0
  6750. /package/build/{core → types/core}/math/random/generate_halton_jitter.d.ts +0 -0
  6751. /package/build/{core → types/core}/math/random/randomBytes.d.ts +0 -0
  6752. /package/build/{core → types/core}/math/random/randomFloatBetween.d.ts +0 -0
  6753. /package/build/{core → types/core}/math/random/randomFloatBetween.spec.d.ts +0 -0
  6754. /package/build/{core → types/core}/math/random/randomFromArray.d.ts +0 -0
  6755. /package/build/{core → types/core}/math/random/randomGaussian.d.ts +0 -0
  6756. /package/build/{core → types/core}/math/random/randomGaussian.spec.d.ts +0 -0
  6757. /package/build/{core → types/core}/math/random/randomIntegerBetween.d.ts +0 -0
  6758. /package/build/{core → types/core}/math/random/randomIntegerBetween.spec.d.ts +0 -0
  6759. /package/build/{core → types/core}/math/random/randomUint8.d.ts +0 -0
  6760. /package/build/{core → types/core}/math/random/roundFair.d.ts +0 -0
  6761. /package/build/{core → types/core}/math/random/roundFair.spec.d.ts +0 -0
  6762. /package/build/{core → types/core}/math/random/seededRandom.d.ts +0 -0
  6763. /package/build/{core → types/core}/math/random/seededRandomMersenneTwister.d.ts +0 -0
  6764. /package/build/{core → types/core}/math/random/seededRandomMersenneTwister.spec.d.ts +0 -0
  6765. /package/build/{core → types/core}/math/random/seededRandom_Mulberry32.d.ts +0 -0
  6766. /package/build/{core → types/core}/math/random/seededRandom_Mulberry32.spec.d.ts +0 -0
  6767. /package/build/{core → types/core}/math/random/seededRandom_sine.d.ts +0 -0
  6768. /package/build/{core → types/core}/math/remap.d.ts +0 -0
  6769. /package/build/{core → types/core}/math/remap.spec.d.ts +0 -0
  6770. /package/build/{core → types/core}/math/separation1D.d.ts +0 -0
  6771. /package/build/{core → types/core}/math/sign.d.ts +0 -0
  6772. /package/build/{core → types/core}/math/sign.spec.d.ts +0 -0
  6773. /package/build/{core → types/core}/math/sign_not_zero.d.ts +0 -0
  6774. /package/build/{core → types/core}/math/smoothStep.d.ts +0 -0
  6775. /package/build/{core → types/core}/math/smoothStep.spec.d.ts +0 -0
  6776. /package/build/{core → types/core}/math/solveQuadratic.d.ts +0 -0
  6777. /package/build/{core → types/core}/math/solveQuadratic.spec.d.ts +0 -0
  6778. /package/build/{core → types/core}/math/spline/catmull_rom_compute_T.d.ts +0 -0
  6779. /package/build/{core → types/core}/math/spline/computeCatmullRomSpline.d.ts +0 -0
  6780. /package/build/{core → types/core}/math/spline/computeCatmullRomSplineUniformDistance.d.ts +0 -0
  6781. /package/build/{core → types/core}/math/spline/computeNonuniformCatmullRomSplineSample.d.ts +0 -0
  6782. /package/build/{core → types/core}/math/spline/cubicCurve.d.ts +0 -0
  6783. /package/build/{core → types/core}/math/spline/cubicCurve.spec.d.ts +0 -0
  6784. /package/build/{core → types/core}/math/spline/interpolate_bicubic.d.ts +0 -0
  6785. /package/build/{core → types/core}/math/spline/makeCubicCurve.d.ts +0 -0
  6786. /package/build/{core → types/core}/math/spline/makeCubicCurve.spec.d.ts +0 -0
  6787. /package/build/{core → types/core}/math/spline/spline_bezier2.d.ts +0 -0
  6788. /package/build/{core → types/core}/math/spline/spline_bezier2.spec.d.ts +0 -0
  6789. /package/build/{core → types/core}/math/spline/spline_bezier3.d.ts +0 -0
  6790. /package/build/{core → types/core}/math/spline/spline_bezier3_bounds.d.ts +0 -0
  6791. /package/build/{core → types/core}/math/spline/spline_bezier3_bounds.spec.d.ts +0 -0
  6792. /package/build/{core → types/core}/math/spline/v3_computeCatmullRomSplineUniformDistance.d.ts +0 -0
  6793. /package/build/{core → types/core}/math/sqr.d.ts +0 -0
  6794. /package/build/{core → types/core}/math/statistics/computeSampleSize_Cochran.d.ts +0 -0
  6795. /package/build/{core → types/core}/math/statistics/computeSampleSize_Cochran.spec.d.ts +0 -0
  6796. /package/build/{core → types/core}/math/statistics/computeStatisticalMean.d.ts +0 -0
  6797. /package/build/{core → types/core}/math/statistics/computeStatisticalMean.spec.d.ts +0 -0
  6798. /package/build/{core → types/core}/math/statistics/computeStatisticalMedian.d.ts +0 -0
  6799. /package/build/{core → types/core}/math/statistics/computeStatisticalPartialMedian.d.ts +0 -0
  6800. /package/build/{core → types/core}/math/statistics/computeStatisticalPartialMedian.spec.d.ts +0 -0
  6801. /package/build/{core → types/core}/math/statistics/computeStatisticalPercentile.d.ts +0 -0
  6802. /package/build/{core → types/core}/math/statistics/computeStatisticalPercentile.spec.d.ts +0 -0
  6803. /package/build/{core → types/core}/math/statistics/computeStatisticalStandardDeviation.d.ts +0 -0
  6804. /package/build/{core → types/core}/math/statistics/computeStatisticalVariance.d.ts +0 -0
  6805. /package/build/{core → types/core}/math/statistics/computeStatisticalVariance.spec.d.ts +0 -0
  6806. /package/build/{core → types/core}/math/statistics/halton_sequence.d.ts +0 -0
  6807. /package/build/{core → types/core}/math/statistics/halton_sequence.spec.d.ts +0 -0
  6808. /package/build/{core → types/core}/math/vector_nd_dot.d.ts +0 -0
  6809. /package/build/{core → types/core}/math/vector_nd_normalize.d.ts +0 -0
  6810. /package/build/{core → types/core}/math/vector_nd_normalize.spec.d.ts +0 -0
  6811. /package/build/{core → types/core}/model/BooleanVector3.d.ts +0 -0
  6812. /package/build/{core → types/core}/model/BooleanVector3.spec.d.ts +0 -0
  6813. /package/build/{core → types/core}/model/BoundedValue.spec.d.ts +0 -0
  6814. /package/build/{core → types/core}/model/DebouncedObservedBoolean.d.ts +0 -0
  6815. /package/build/{core → types/core}/model/ModuleRegistry.d.ts +0 -0
  6816. /package/build/{core → types/core}/model/ModuleRegistry.spec.d.ts +0 -0
  6817. /package/build/{core → types/core}/model/ObservedBoolean.d.ts +0 -0
  6818. /package/build/{core → types/core}/model/ObservedBoolean.spec.d.ts +0 -0
  6819. /package/build/{core → types/core}/model/ObservedEnum.d.ts +0 -0
  6820. /package/build/{core → types/core}/model/ObservedInteger.d.ts +0 -0
  6821. /package/build/{core → types/core}/model/ObservedInteger.spec.d.ts +0 -0
  6822. /package/build/{core → types/core}/model/ObservedString.d.ts +0 -0
  6823. /package/build/{core → types/core}/model/ObservedValue.d.ts +0 -0
  6824. /package/build/{core → types/core}/model/ResourceAccessKind.d.ts +0 -0
  6825. /package/build/{core → types/core}/model/ResourceAccessSpecification.d.ts +0 -0
  6826. /package/build/{core → types/core}/model/node-graph/Connection.d.ts +0 -0
  6827. /package/build/{core → types/core}/model/node-graph/Connection.spec.d.ts +0 -0
  6828. /package/build/{core → types/core}/model/node-graph/DataType.d.ts +0 -0
  6829. /package/build/{core → types/core}/model/node-graph/DataType.spec.d.ts +0 -0
  6830. /package/build/{core → types/core}/model/node-graph/NodeGraph.d.ts +0 -0
  6831. /package/build/{core → types/core}/model/node-graph/NodeGraph.spec.d.ts +0 -0
  6832. /package/build/{core → types/core}/model/node-graph/json/deserializeNodeGraphFromJSON.d.ts +0 -0
  6833. /package/build/{core → types/core}/model/node-graph/json/serializeNodeGraphToJSON.d.ts +0 -0
  6834. /package/build/{core → types/core}/model/node-graph/node/NodeDescription.d.ts +0 -0
  6835. /package/build/{core → types/core}/model/node-graph/node/NodeDescription.spec.d.ts +0 -0
  6836. /package/build/{core → types/core}/model/node-graph/node/NodeInstance.d.ts +0 -0
  6837. /package/build/{core → types/core}/model/node-graph/node/NodeInstancePortReference.d.ts +0 -0
  6838. /package/build/{core → types/core}/model/node-graph/node/NodeInstancePortReference.spec.d.ts +0 -0
  6839. /package/build/{core → types/core}/model/node-graph/node/NodeRegistry.d.ts +0 -0
  6840. /package/build/{core → types/core}/model/node-graph/node/NodeRegistry.spec.d.ts +0 -0
  6841. /package/build/{core → types/core}/model/node-graph/node/Port.d.ts +0 -0
  6842. /package/build/{core → types/core}/model/node-graph/node/Port.spec.d.ts +0 -0
  6843. /package/build/{core → types/core}/model/node-graph/node/PortDirection.d.ts +0 -0
  6844. /package/build/{core → types/core}/model/node-graph/node/parameter/NodeParameterDataType.d.ts +0 -0
  6845. /package/build/{core → types/core}/model/node-graph/node/parameter/NodeParameterDescription.d.ts +0 -0
  6846. /package/build/{core → types/core}/model/node-graph/util/graph_clone_by_node_subset.d.ts +0 -0
  6847. /package/build/{core → types/core}/model/node-graph/util/graph_collect_connections_amongst_nodes.d.ts +0 -0
  6848. /package/build/{core → types/core}/model/node-graph/visual/NodeDescriptionVisualRegistry.d.ts +0 -0
  6849. /package/build/{core → types/core}/model/node-graph/visual/NodeGraphVisualData.d.ts +0 -0
  6850. /package/build/{core → types/core}/model/node-graph/visual/NodeVisualData.d.ts +0 -0
  6851. /package/build/{core → types/core}/model/node-graph/visual/PortVisualData.d.ts +0 -0
  6852. /package/build/{core → types/core}/model/node-graph/visual/PortVisualData.spec.d.ts +0 -0
  6853. /package/build/{core → types/core}/model/node-graph/visual/layout/BoxLayoutSpec.d.ts +0 -0
  6854. /package/build/{core → types/core}/model/node-graph/visual/layout/ConnectedBoxLayouter.d.ts +0 -0
  6855. /package/build/{core → types/core}/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.d.ts +0 -0
  6856. /package/build/{core → types/core}/model/node-graph/visual/layout/ConnectionLayoutSpec.d.ts +0 -0
  6857. /package/build/{core → types/core}/model/object/ImmutableObjectPool.d.ts +0 -0
  6858. /package/build/{core → types/core}/model/object/ObjectPoolFactory.d.ts +0 -0
  6859. /package/build/{core → types/core}/model/object/ObjectPoolFactory.spec.d.ts +0 -0
  6860. /package/build/{core → types/core}/model/object/SimpleObjectPoolFactory.d.ts +0 -0
  6861. /package/build/{core → types/core}/model/object/compareObjectsByNumericId.d.ts +0 -0
  6862. /package/build/{core → types/core}/model/object/compareValues.d.ts +0 -0
  6863. /package/build/{core → types/core}/model/object/invokeObjectClone.d.ts +0 -0
  6864. /package/build/{core → types/core}/model/object/invokeObjectCompare.d.ts +0 -0
  6865. /package/build/{core → types/core}/model/object/invokeObjectEquals.d.ts +0 -0
  6866. /package/build/{core → types/core}/model/object/invokeObjectHash.d.ts +0 -0
  6867. /package/build/{core → types/core}/model/object/invokeObjectToJSON.d.ts +0 -0
  6868. /package/build/{core → types/core}/model/object/objectDeepEquals.d.ts +0 -0
  6869. /package/build/{core → types/core}/model/object/objectDeepEquals.spec.d.ts +0 -0
  6870. /package/build/{core → types/core}/model/object/objectKeyByValue.d.ts +0 -0
  6871. /package/build/{core → types/core}/model/object/objectShallowCopyByOwnKeys.d.ts +0 -0
  6872. /package/build/{core → types/core}/model/object/read_property.d.ts +0 -0
  6873. /package/build/{core → types/core}/model/object/validatedObjectValueByKey.d.ts +0 -0
  6874. /package/build/{core → types/core}/model/object/write_property.d.ts +0 -0
  6875. /package/build/{core → types/core}/model/object/write_property.spec.d.ts +0 -0
  6876. /package/build/{core → types/core}/model/reactive/evaluation/MultiPredicateEvaluator.d.ts +0 -0
  6877. /package/build/{core → types/core}/model/reactive/evaluation/MultiPredicateEvaluator.spec.d.ts +0 -0
  6878. /package/build/{core → types/core}/model/reactive/js/compileReactiveToJS.d.ts +0 -0
  6879. /package/build/{core → types/core}/model/reactive/js/compileReactiveToJS.spec.d.ts +0 -0
  6880. /package/build/{core → types/core}/model/reactive/model/ReactiveBinaryExpression.d.ts +0 -0
  6881. /package/build/{core → types/core}/model/reactive/model/ReactiveExpression.d.ts +0 -0
  6882. /package/build/{core → types/core}/model/reactive/model/ReactiveUnaryExpression.d.ts +0 -0
  6883. /package/build/{core → types/core}/model/reactive/model/arithmetic/ReactiveAdd.d.ts +0 -0
  6884. /package/build/{core → types/core}/model/reactive/model/arithmetic/ReactiveDivide.d.ts +0 -0
  6885. /package/build/{core → types/core}/model/reactive/model/arithmetic/ReactiveMultiply.d.ts +0 -0
  6886. /package/build/{core → types/core}/model/reactive/model/arithmetic/ReactiveNegate.d.ts +0 -0
  6887. /package/build/{core → types/core}/model/reactive/model/arithmetic/ReactiveSubtract.d.ts +0 -0
  6888. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveEquals.d.ts +0 -0
  6889. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveGreaterThan.d.ts +0 -0
  6890. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.d.ts +0 -0
  6891. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveLessThan.d.ts +0 -0
  6892. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveLessThanOrEqual.d.ts +0 -0
  6893. /package/build/{core → types/core}/model/reactive/model/comparative/ReactiveNotEquals.d.ts +0 -0
  6894. /package/build/{core → types/core}/model/reactive/model/logic/ReactiveAnd.d.ts +0 -0
  6895. /package/build/{core → types/core}/model/reactive/model/logic/ReactiveAnd.spec.d.ts +0 -0
  6896. /package/build/{core → types/core}/model/reactive/model/logic/ReactiveNot.d.ts +0 -0
  6897. /package/build/{core → types/core}/model/reactive/model/logic/ReactiveOr.d.ts +0 -0
  6898. /package/build/{core → types/core}/model/reactive/model/logic/ReactiveOr.spec.d.ts +0 -0
  6899. /package/build/{core → types/core}/model/reactive/model/terminal/ReactiveLiteralBoolean.d.ts +0 -0
  6900. /package/build/{core → types/core}/model/reactive/model/terminal/ReactiveLiteralNumber.d.ts +0 -0
  6901. /package/build/{core → types/core}/model/reactive/model/terminal/ReactiveLiteralString.d.ts +0 -0
  6902. /package/build/{core → types/core}/model/reactive/model/terminal/ReactiveReference.d.ts +0 -0
  6903. /package/build/{core → types/core}/model/reactive/model/terminal/ReactiveReference.spec.d.ts +0 -0
  6904. /package/build/{core → types/core}/model/reactive/model/util/createRandomReactiveExpression.d.ts +0 -0
  6905. /package/build/{core → types/core}/model/reactive/transform/ReactiveTypeInferrence.d.ts +0 -0
  6906. /package/build/{core → types/core}/model/reactive/trigger/BlackboardTrigger.d.ts +0 -0
  6907. /package/build/{core → types/core}/model/reactive/trigger/BlackboardTrigger.spec.d.ts +0 -0
  6908. /package/build/{core → types/core}/model/reactive/trigger/ReactiveTrigger.d.ts +0 -0
  6909. /package/build/{core → types/core}/model/reactive/trigger/ReactiveTrigger.spec.d.ts +0 -0
  6910. /package/build/{core → types/core}/model/scheme/Schema.d.ts +0 -0
  6911. /package/build/{core → types/core}/model/scheme/SchemeRegistry.d.ts +0 -0
  6912. /package/build/{core → types/core}/model/stat/LinearModifier.d.ts +0 -0
  6913. /package/build/{core → types/core}/model/stat/LinearModifier.spec.d.ts +0 -0
  6914. /package/build/{core → types/core}/model/stat/Stat.d.ts +0 -0
  6915. /package/build/{core → types/core}/model/stat/Stat.spec.d.ts +0 -0
  6916. /package/build/{core → types/core}/parser/STRING_TEMPLATE_VARIABLE_REGEX.d.ts +0 -0
  6917. /package/build/{core → types/core}/parser/seedVariablesIntoTemplateString.d.ts +0 -0
  6918. /package/build/{core → types/core}/parser/simple/DataType.d.ts +0 -0
  6919. /package/build/{core → types/core}/parser/simple/ParserError.d.ts +0 -0
  6920. /package/build/{core → types/core}/parser/simple/Token.d.ts +0 -0
  6921. /package/build/{core → types/core}/parser/simple/TokenType.d.ts +0 -0
  6922. /package/build/{core → types/core}/parser/simple/computeDataTypeFromValue.d.ts +0 -0
  6923. /package/build/{core → types/core}/parser/simple/readBooleanToken.d.ts +0 -0
  6924. /package/build/{core → types/core}/parser/simple/readHexToken.d.ts +0 -0
  6925. /package/build/{core → types/core}/parser/simple/readHexToken.spec.d.ts +0 -0
  6926. /package/build/{core → types/core}/parser/simple/readIdentifierToken.d.ts +0 -0
  6927. /package/build/{core → types/core}/parser/simple/readIdentifierToken.spec.d.ts +0 -0
  6928. /package/build/{core → types/core}/parser/simple/readLiteralToken.d.ts +0 -0
  6929. /package/build/{core → types/core}/parser/simple/readNumberToken.d.ts +0 -0
  6930. /package/build/{core → types/core}/parser/simple/readNumberToken.spec.d.ts +0 -0
  6931. /package/build/{core → types/core}/parser/simple/readReferenceToken.d.ts +0 -0
  6932. /package/build/{core → types/core}/parser/simple/readReferenceToken.spec.d.ts +0 -0
  6933. /package/build/{core → types/core}/parser/simple/readStringToken.d.ts +0 -0
  6934. /package/build/{core → types/core}/parser/simple/readStringToken.spec.d.ts +0 -0
  6935. /package/build/{core → types/core}/parser/simple/readUnsignedIntegerToken.d.ts +0 -0
  6936. /package/build/{core → types/core}/parser/simple/readUnsignedIntegerToken.spec.d.ts +0 -0
  6937. /package/build/{core → types/core}/parser/simple/skipWhitespace.d.ts +0 -0
  6938. /package/build/{core → types/core}/path/PATH_SEPARATOR.d.ts +0 -0
  6939. /package/build/{core → types/core}/path/computeFileExtension.d.ts +0 -0
  6940. /package/build/{core → types/core}/path/computeFileExtension.spec.d.ts +0 -0
  6941. /package/build/{core → types/core}/path/computePathBase.d.ts +0 -0
  6942. /package/build/{core → types/core}/path/computePathBase.spec.d.ts +0 -0
  6943. /package/build/{core → types/core}/path/computePathDirectory.d.ts +0 -0
  6944. /package/build/{core → types/core}/path/computePathDirectory.spec.d.ts +0 -0
  6945. /package/build/{core → types/core}/primitives/array/compareArrays.d.ts +0 -0
  6946. /package/build/{core → types/core}/primitives/array/computeIntegerArrayHash.d.ts +0 -0
  6947. /package/build/{core → types/core}/primitives/array/computeStridedIntegerArrayHash.d.ts +0 -0
  6948. /package/build/{core → types/core}/primitives/array/computeStridedIntegerArrayHash.spec.d.ts +0 -0
  6949. /package/build/{core → types/core}/primitives/boolean/compareBooleans.d.ts +0 -0
  6950. /package/build/{core → types/core}/primitives/numbers/computeHashFloat.d.ts +0 -0
  6951. /package/build/{core → types/core}/primitives/numbers/computeHashFloat.spec.d.ts +0 -0
  6952. /package/build/{core → types/core}/primitives/numbers/number_compare_ascending.d.ts +0 -0
  6953. /package/build/{core → types/core}/primitives/numbers/number_compare_ascending.spec.d.ts +0 -0
  6954. /package/build/{core → types/core}/primitives/numbers/number_compare_descending.d.ts +0 -0
  6955. /package/build/{core → types/core}/primitives/numbers/number_compare_descending.spec.d.ts +0 -0
  6956. /package/build/{core → types/core}/primitives/numbers/number_count_decimals.d.ts +0 -0
  6957. /package/build/{core → types/core}/primitives/numbers/number_format_by_thousands.d.ts +0 -0
  6958. /package/build/{core → types/core}/primitives/numbers/number_format_by_thousands.spec.d.ts +0 -0
  6959. /package/build/{core → types/core}/primitives/numbers/number_pretty_print.d.ts +0 -0
  6960. /package/build/{core → types/core}/primitives/numbers/number_pretty_print.spec.d.ts +0 -0
  6961. /package/build/{core → types/core}/primitives/strings/compareStrings.d.ts +0 -0
  6962. /package/build/{core → types/core}/primitives/strings/compareStrings.spec.d.ts +0 -0
  6963. /package/build/{core → types/core}/primitives/strings/computeStringHash.d.ts +0 -0
  6964. /package/build/{core → types/core}/primitives/strings/computeStringHash.spec.d.ts +0 -0
  6965. /package/build/{core → types/core}/primitives/strings/insert_after.d.ts +0 -0
  6966. /package/build/{core → types/core}/primitives/strings/insert_after_or_replace.d.ts +0 -0
  6967. /package/build/{core → types/core}/primitives/strings/insert_before.d.ts +0 -0
  6968. /package/build/{core → types/core}/primitives/strings/insert_before_or_replace.d.ts +0 -0
  6969. /package/build/{core → types/core}/primitives/strings/string_capitalize.d.ts +0 -0
  6970. /package/build/{core → types/core}/primitives/strings/string_capitalize.spec.d.ts +0 -0
  6971. /package/build/{core → types/core}/primitives/strings/string_compute_byte_size.d.ts +0 -0
  6972. /package/build/{core → types/core}/primitives/strings/string_compute_common_prefix.d.ts +0 -0
  6973. /package/build/{core → types/core}/primitives/strings/string_compute_common_prefix.spec.d.ts +0 -0
  6974. /package/build/{core → types/core}/primitives/strings/string_format_camel_to_kebab.d.ts +0 -0
  6975. /package/build/{core → types/core}/primitives/strings/string_format_camel_to_kebab.spec.d.ts +0 -0
  6976. /package/build/{core → types/core}/primitives/strings/string_format_kebab_to_underscore.d.ts +0 -0
  6977. /package/build/{core → types/core}/primitives/strings/string_strip_trailing.d.ts +0 -0
  6978. /package/build/{core → types/core}/primitives/strings/string_strip_trailing.spec.d.ts +0 -0
  6979. /package/build/{core → types/core}/process/BaseProcess.d.ts +0 -0
  6980. /package/build/{core → types/core}/process/CompositeProcess.d.ts +0 -0
  6981. /package/build/{core → types/core}/process/Future.d.ts +0 -0
  6982. /package/build/{core → types/core}/process/ProcessState.d.ts +0 -0
  6983. /package/build/{core → types/core}/process/PromiseWatcher.d.ts +0 -0
  6984. /package/build/{core → types/core}/process/PromiseWatcher.spec.d.ts +0 -0
  6985. /package/build/{core → types/core}/process/SimpleLifecycle.d.ts +0 -0
  6986. /package/build/{core → types/core}/process/WatchDog.d.ts +0 -0
  6987. /package/build/{core → types/core}/process/action/AsynchronousAction.d.ts +0 -0
  6988. /package/build/{core → types/core}/process/action/AsynchronousActionSequence.d.ts +0 -0
  6989. /package/build/{core → types/core}/process/action/AsynchronousDelayAction.d.ts +0 -0
  6990. /package/build/{core → types/core}/process/action/PromiseAsynchronousAction.d.ts +0 -0
  6991. /package/build/{core → types/core}/process/action/SynchronousAction.d.ts +0 -0
  6992. /package/build/{core → types/core}/process/buildPromiseChain.d.ts +0 -0
  6993. /package/build/{core → types/core}/process/delay.d.ts +0 -0
  6994. /package/build/{core → types/core}/process/executor/ConcurrentExecutor.d.ts +0 -0
  6995. /package/build/{core → types/core}/process/executor/ConcurrentExecutor.spec.d.ts +0 -0
  6996. /package/build/{core → types/core}/process/executor/profile/ConcurrentExecutorProfiler.d.ts +0 -0
  6997. /package/build/{core → types/core}/process/executor/profile/Profile.d.ts +0 -0
  6998. /package/build/{core → types/core}/process/executor/profile/TraceEvent.d.ts +0 -0
  6999. /package/build/{core → types/core}/process/filter/CollectionParticipationKind.d.ts +0 -0
  7000. /package/build/{core → types/core}/process/filter/MutableFilter.d.ts +0 -0
  7001. /package/build/{core → types/core}/process/filter/MutableFilterCollection.d.ts +0 -0
  7002. /package/build/{core → types/core}/process/matcher/and.d.ts +0 -0
  7003. /package/build/{core → types/core}/process/matcher/isDefined.d.ts +0 -0
  7004. /package/build/{core → types/core}/process/matcher/isEqualTo.d.ts +0 -0
  7005. /package/build/{core → types/core}/process/matcher/isGreaterThan.d.ts +0 -0
  7006. /package/build/{core → types/core}/process/matcher/isGreaterThanOrEqualTo.d.ts +0 -0
  7007. /package/build/{core → types/core}/process/matcher/isInstanceOf.d.ts +0 -0
  7008. /package/build/{core → types/core}/process/matcher/isLessThan.d.ts +0 -0
  7009. /package/build/{core → types/core}/process/matcher/isLessThanOrEqualTo.d.ts +0 -0
  7010. /package/build/{core → types/core}/process/matcher/isNull.d.ts +0 -0
  7011. /package/build/{core → types/core}/process/matcher/isTypeOf.d.ts +0 -0
  7012. /package/build/{core → types/core}/process/matcher/not.d.ts +0 -0
  7013. /package/build/{core → types/core}/process/matcher/or.d.ts +0 -0
  7014. /package/build/{core → types/core}/process/task/RemainingTimeEstimator.d.ts +0 -0
  7015. /package/build/{core → types/core}/process/task/Task.d.ts +0 -0
  7016. /package/build/{core → types/core}/process/task/TaskGroup.d.ts +0 -0
  7017. /package/build/{core → types/core}/process/task/TaskSignal.d.ts +0 -0
  7018. /package/build/{core → types/core}/process/task/TaskState.d.ts +0 -0
  7019. /package/build/{core → types/core}/process/task/util/actionTask.d.ts +0 -0
  7020. /package/build/{core → types/core}/process/task/util/actionTask.spec.d.ts +0 -0
  7021. /package/build/{core → types/core}/process/task/util/countTask.d.ts +0 -0
  7022. /package/build/{core → types/core}/process/task/util/countTask.spec.d.ts +0 -0
  7023. /package/build/{core → types/core}/process/task/util/delayTask.d.ts +0 -0
  7024. /package/build/{core → types/core}/process/task/util/emptyTask.d.ts +0 -0
  7025. /package/build/{core → types/core}/process/task/util/failingTask.d.ts +0 -0
  7026. /package/build/{core → types/core}/process/task/util/futureTask.d.ts +0 -0
  7027. /package/build/{core → types/core}/process/task/util/iteratorTask.d.ts +0 -0
  7028. /package/build/{core → types/core}/process/task/util/promiseTask.d.ts +0 -0
  7029. /package/build/{core → types/core}/process/task/util/randomCountTask.d.ts +0 -0
  7030. /package/build/{core → types/core}/process/task/util/task_tree_compute_leaf_tasks.d.ts +0 -0
  7031. /package/build/{core → types/core}/process/task/util/wrapTaskIgnoreFailure.d.ts +0 -0
  7032. /package/build/{core → types/core}/process/undo/Action.d.ts +0 -0
  7033. /package/build/{core → types/core}/process/undo/ActionGroup.d.ts +0 -0
  7034. /package/build/{core → types/core}/process/undo/ActionProcessor.d.ts +0 -0
  7035. /package/build/{core → types/core}/process/undo/ActionProcessor.spec.d.ts +0 -0
  7036. /package/build/{core → types/core}/process/undo/Mark.d.ts +0 -0
  7037. /package/build/{core → types/core}/process/worker/OnDemandWorkerManager.d.ts +0 -0
  7038. /package/build/{core → types/core}/process/worker/WorkerBuilder.d.ts +0 -0
  7039. /package/build/{core → types/core}/process/worker/WorkerProxy.d.ts +0 -0
  7040. /package/build/{core → types/core}/process/worker/extractTransferables.d.ts +0 -0
  7041. /package/build/{core → types/core}/time/current_time_in_seconds.d.ts +0 -0
  7042. /package/build/{engine → types/engine}/Clock.d.ts +0 -0
  7043. /package/build/{engine → types/engine}/Clock.spec.d.ts +0 -0
  7044. /package/build/{engine → types/engine}/Engine.spec.d.ts +0 -0
  7045. /package/build/{engine → types/engine}/EngineBootstrapper.d.ts +0 -0
  7046. /package/build/{engine → types/engine}/EngineConfiguration.d.ts +0 -0
  7047. /package/build/{engine → types/engine}/EngineHarness.d.ts +0 -0
  7048. /package/build/{engine → types/engine}/EntityCreator.d.ts +0 -0
  7049. /package/build/{engine → types/engine}/__module.d.ts +0 -0
  7050. /package/build/{engine → types/engine}/achievements/Achievement.d.ts +0 -0
  7051. /package/build/{engine → types/engine}/achievements/Achievement.spec.d.ts +0 -0
  7052. /package/build/{engine → types/engine}/achievements/AchievementGateway.d.ts +0 -0
  7053. /package/build/{engine → types/engine}/achievements/AchievementManager.d.ts +0 -0
  7054. /package/build/{engine → types/engine}/achievements/gateway/StorageAchievementGateway.d.ts +0 -0
  7055. /package/build/{engine → types/engine}/animation/AnimatedActions.d.ts +0 -0
  7056. /package/build/{engine → types/engine}/animation/AnimationUtils.d.ts +0 -0
  7057. /package/build/{engine → types/engine}/animation/Animations.d.ts +0 -0
  7058. /package/build/{engine → types/engine}/animation/TransitionFunctions.d.ts +0 -0
  7059. /package/build/{engine → types/engine}/animation/behavior/animateProperty.d.ts +0 -0
  7060. /package/build/{engine → types/engine}/animation/curve/AnimationCurve.d.ts +0 -0
  7061. /package/build/{engine → types/engine}/animation/curve/AnimationCurve.spec.d.ts +0 -0
  7062. /package/build/{engine → types/engine}/animation/curve/Keyframe.d.ts +0 -0
  7063. /package/build/{engine → types/engine}/animation/curve/compression/downsample_float_array.d.ts +0 -0
  7064. /package/build/{engine → types/engine}/animation/curve/compression/downsample_float_array_curve_by_error.d.ts +0 -0
  7065. /package/build/{engine → types/engine}/animation/curve/compression/downsample_float_array_curve_by_error.spec.d.ts +0 -0
  7066. /package/build/{engine → types/engine}/animation/curve/compression/prototypeCurveCompression.d.ts +0 -0
  7067. /package/build/{engine → types/engine}/animation/curve/compression/sample_animation_curve_to_float_array.d.ts +0 -0
  7068. /package/build/{engine → types/engine}/animation/curve/compression/sample_animation_curve_to_float_array.spec.d.ts +0 -0
  7069. /package/build/{engine → types/engine}/animation/curve/compute_curve_aabb.d.ts +0 -0
  7070. /package/build/{engine → types/engine}/animation/curve/draw/build_curve_editor.d.ts +0 -0
  7071. /package/build/{engine → types/engine}/animation/curve/draw/build_plot_entity_from_array.d.ts +0 -0
  7072. /package/build/{engine → types/engine}/animation/curve/draw/build_tangent_editor.d.ts +0 -0
  7073. /package/build/{engine → types/engine}/animation/curve/ecd_bind_animation_curve.d.ts +0 -0
  7074. /package/build/{engine → types/engine}/animation/curve/preset/CURVE_EASE_IN.d.ts +0 -0
  7075. /package/build/{engine → types/engine}/animation/curve/preset/CURVE_EASE_IN_OUT.d.ts +0 -0
  7076. /package/build/{engine → types/engine}/animation/curve/preset/CURVE_EASE_OUT.d.ts +0 -0
  7077. /package/build/{engine → types/engine}/animation/keyed2/AnimationTrack.d.ts +0 -0
  7078. /package/build/{engine → types/engine}/animation/keyed2/AnimationTrackPlayback.d.ts +0 -0
  7079. /package/build/{engine → types/engine}/animation/keyed2/AnimationTrackPlayback.spec.d.ts +0 -0
  7080. /package/build/{engine → types/engine}/animation/keyed2/behavior/AnimationBehavior.d.ts +0 -0
  7081. /package/build/{engine → types/engine}/animation/playAnimationTrack.d.ts +0 -0
  7082. /package/build/{engine → types/engine}/animation/playTrackRealTime.d.ts +0 -0
  7083. /package/build/{engine → types/engine}/animation/removeEntityGenericEffect.d.ts +0 -0
  7084. /package/build/{engine → types/engine}/animation/removeEntityWithMeshParticlesEffect.d.ts +0 -0
  7085. /package/build/{engine → types/engine}/asset/Asset.d.ts +0 -0
  7086. /package/build/{engine → types/engine}/asset/AssetDescription.d.ts +0 -0
  7087. /package/build/{engine → types/engine}/asset/AssetDescription.spec.d.ts +0 -0
  7088. /package/build/{engine → types/engine}/asset/AssetLoadState.d.ts +0 -0
  7089. /package/build/{engine → types/engine}/asset/AssetManager.d.ts +0 -0
  7090. /package/build/{engine → types/engine}/asset/AssetManager.spec.d.ts +0 -0
  7091. /package/build/{engine → types/engine}/asset/AssetRequest.d.ts +0 -0
  7092. /package/build/{engine → types/engine}/asset/AssetRequestScope.d.ts +0 -0
  7093. /package/build/{engine → types/engine}/asset/AssetTransformer.d.ts +0 -0
  7094. /package/build/{engine → types/engine}/asset/CORS/CrossOriginConfig.d.ts +0 -0
  7095. /package/build/{engine → types/engine}/asset/CORS/CrossOriginKind.d.ts +0 -0
  7096. /package/build/{engine → types/engine}/asset/GameAssetType.d.ts +0 -0
  7097. /package/build/{engine → types/engine}/asset/PendingAsset.d.ts +0 -0
  7098. /package/build/{engine → types/engine}/asset/guessAssetType.d.ts +0 -0
  7099. /package/build/{engine → types/engine}/asset/loadAssetAliasList.d.ts +0 -0
  7100. /package/build/{engine → types/engine}/asset/loaders/ArrayBufferLoader.d.ts +0 -0
  7101. /package/build/{engine → types/engine}/asset/loaders/AssetLoader.d.ts +0 -0
  7102. /package/build/{engine → types/engine}/asset/loaders/GLTFAssetLoader.d.ts +0 -0
  7103. /package/build/{engine → types/engine}/asset/loaders/JavascriptAssetLoader.d.ts +0 -0
  7104. /package/build/{engine → types/engine}/asset/loaders/JsonAssetLoader.d.ts +0 -0
  7105. /package/build/{engine → types/engine}/asset/loaders/LegacyThreeJSONAssetLoader.d.ts +0 -0
  7106. /package/build/{engine → types/engine}/asset/loaders/SVGAssetLoader.d.ts +0 -0
  7107. /package/build/{engine → types/engine}/asset/loaders/SoundAssetLoader.d.ts +0 -0
  7108. /package/build/{engine → types/engine}/asset/loaders/TextAssetLoader.d.ts +0 -0
  7109. /package/build/{engine → types/engine}/asset/loaders/async_traverse_three_object.d.ts +0 -0
  7110. /package/build/{engine → types/engine}/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.d.ts +0 -0
  7111. /package/build/{engine → types/engine}/asset/loaders/gltf/computeObjectBoundingSphere.d.ts +0 -0
  7112. /package/build/{engine → types/engine}/asset/loaders/gltf/extensions/MSFT_texture_dds.d.ts +0 -0
  7113. /package/build/{engine → types/engine}/asset/loaders/gltf/isMesh.d.ts +0 -0
  7114. /package/build/{engine → types/engine}/asset/loaders/image/ImageDecoderWorker.d.ts +0 -0
  7115. /package/build/{engine → types/engine}/asset/loaders/image/ImageRGBADataAsset.d.ts +0 -0
  7116. /package/build/{engine → types/engine}/asset/loaders/image/ImageRGBADataLoader.d.ts +0 -0
  7117. /package/build/{engine → types/engine}/asset/loaders/image/codec/Codec.d.ts +0 -0
  7118. /package/build/{engine → types/engine}/asset/loaders/image/codec/CodecWithFallback.d.ts +0 -0
  7119. /package/build/{engine → types/engine}/asset/loaders/image/codec/NativeImageDecoder.d.ts +0 -0
  7120. /package/build/{engine → types/engine}/asset/loaders/image/codec/ThreadedImageDecoder.d.ts +0 -0
  7121. /package/build/{engine → types/engine}/asset/loaders/image/png/PNG.d.ts +0 -0
  7122. /package/build/{engine → types/engine}/asset/loaders/image/png/PNG.spec.d.ts +0 -0
  7123. /package/build/{engine → types/engine}/asset/loaders/image/png/PNGReader.d.ts +0 -0
  7124. /package/build/{engine → types/engine}/asset/loaders/image/png/PNGReader.spec.d.ts +0 -0
  7125. /package/build/{engine → types/engine}/asset/loaders/image/png/PNG_HEADER_BYTES.d.ts +0 -0
  7126. /package/build/{engine → types/engine}/asset/loaders/image/png/crc.d.ts +0 -0
  7127. /package/build/{engine → types/engine}/asset/loaders/image/png/crc.spec.d.ts +0 -0
  7128. /package/build/{engine → types/engine}/asset/loaders/image/png/prototypePNG.d.ts +0 -0
  7129. /package/build/{engine → types/engine}/asset/loaders/material/StaticMaterialCache.d.ts +0 -0
  7130. /package/build/{engine → types/engine}/asset/loaders/material/TextureAttachmensByMaterialType.d.ts +0 -0
  7131. /package/build/{engine → types/engine}/asset/loaders/material/TextureAttachment.d.ts +0 -0
  7132. /package/build/{engine → types/engine}/asset/loaders/material/bitmap2sampler_gl.d.ts +0 -0
  7133. /package/build/{engine → types/engine}/asset/loaders/material/computeHashColor.d.ts +0 -0
  7134. /package/build/{engine → types/engine}/asset/loaders/material/computeImageBitmapEquality.d.ts +0 -0
  7135. /package/build/{engine → types/engine}/asset/loaders/material/computeImageBitmapHash.d.ts +0 -0
  7136. /package/build/{engine → types/engine}/asset/loaders/material/computeMaterialEquality.d.ts +0 -0
  7137. /package/build/{engine → types/engine}/asset/loaders/material/computeMaterialHash.d.ts +0 -0
  7138. /package/build/{engine → types/engine}/asset/loaders/material/computeTextureEquality.d.ts +0 -0
  7139. /package/build/{engine → types/engine}/asset/loaders/material/computeTextureEqualityById.d.ts +0 -0
  7140. /package/build/{engine → types/engine}/asset/loaders/material/computeTextureHash.d.ts +0 -0
  7141. /package/build/{engine → types/engine}/asset/loaders/material/planeHash.d.ts +0 -0
  7142. /package/build/{engine → types/engine}/asset/loaders/material/planesEqual.d.ts +0 -0
  7143. /package/build/{engine → types/engine}/asset/loaders/material/textureHashById.d.ts +0 -0
  7144. /package/build/{engine → types/engine}/asset/loaders/material/traverseMaterialTextures.d.ts +0 -0
  7145. /package/build/{engine → types/engine}/asset/loaders/texture/TextureAssetLoader.d.ts +0 -0
  7146. /package/build/{engine → types/engine}/asset/loaders/texture/cloneTexture.d.ts +0 -0
  7147. /package/build/{engine → types/engine}/asset/loaders/texture/loadDDSTexture.d.ts +0 -0
  7148. /package/build/{engine → types/engine}/asset/loaders/texture/loadStandardImageTexture.d.ts +0 -0
  7149. /package/build/{engine → types/engine}/asset/preloader/AssetLevel.d.ts +0 -0
  7150. /package/build/{engine → types/engine}/asset/preloader/Preloader.d.ts +0 -0
  7151. /package/build/{engine → types/engine}/asset/preloader/extractAssetListFromManager.d.ts +0 -0
  7152. /package/build/{engine → types/engine}/browserInfo.d.ts +0 -0
  7153. /package/build/{engine → types/engine}/compression/CompressionService.d.ts +0 -0
  7154. /package/build/{engine → types/engine}/control/ControlContext.d.ts +0 -0
  7155. /package/build/{engine → types/engine}/control/ControlContext.spec.d.ts +0 -0
  7156. /package/build/{engine → types/engine}/control/ControlContextState.d.ts +0 -0
  7157. /package/build/{engine → types/engine}/control/StatefulController.d.ts +0 -0
  7158. /package/build/{engine → types/engine}/development/performance/AbstractMetric.d.ts +0 -0
  7159. /package/build/{engine → types/engine}/development/performance/MetricCollection.d.ts +0 -0
  7160. /package/build/{engine → types/engine}/development/performance/MetricStatistics.d.ts +0 -0
  7161. /package/build/{engine → types/engine}/development/performance/RingBufferMetric.d.ts +0 -0
  7162. /package/build/{engine → types/engine}/development/performance/monitor/PeriodicConsolePrinter.d.ts +0 -0
  7163. /package/build/{engine → types/engine}/ecs/Entity.d.ts +0 -0
  7164. /package/build/{engine → types/engine}/ecs/Entity.spec.d.ts +0 -0
  7165. /package/build/{engine → types/engine}/ecs/EntityBlueprint.d.ts +0 -0
  7166. /package/build/{engine → types/engine}/ecs/EntityBlueprint.spec.d.ts +0 -0
  7167. /package/build/{engine → types/engine}/ecs/EntityBuilderUtils.d.ts +0 -0
  7168. /package/build/{engine → types/engine}/ecs/EntityComponentDataset.d.ts +0 -0
  7169. /package/build/{engine → types/engine}/ecs/EntityComponentDataset.spec.d.ts +0 -0
  7170. /package/build/{engine → types/engine}/ecs/EntityEventBinding.d.ts +0 -0
  7171. /package/build/{engine → types/engine}/ecs/EntityFlags.d.ts +0 -0
  7172. /package/build/{engine → types/engine}/ecs/EntityManager.d.ts +0 -0
  7173. /package/build/{engine → types/engine}/ecs/EntityManager.spec.d.ts +0 -0
  7174. /package/build/{engine → types/engine}/ecs/EntityObserver.d.ts +0 -0
  7175. /package/build/{engine → types/engine}/ecs/EntityObserver.spec.d.ts +0 -0
  7176. /package/build/{engine → types/engine}/ecs/EntityReference.d.ts +0 -0
  7177. /package/build/{engine → types/engine}/ecs/System.d.ts +0 -0
  7178. /package/build/{engine → types/engine}/ecs/animation/Animation.d.ts +0 -0
  7179. /package/build/{engine → types/engine}/ecs/animation/Animation.spec.d.ts +0 -0
  7180. /package/build/{engine → types/engine}/ecs/animation/AnimationClip.d.ts +0 -0
  7181. /package/build/{engine → types/engine}/ecs/animation/AnimationClip.spec.d.ts +0 -0
  7182. /package/build/{engine → types/engine}/ecs/animation/AnimationClipFlag.d.ts +0 -0
  7183. /package/build/{engine → types/engine}/ecs/animation/AnimationFlags.d.ts +0 -0
  7184. /package/build/{engine → types/engine}/ecs/animation/AnimationOptimizer.d.ts +0 -0
  7185. /package/build/{engine → types/engine}/ecs/animation/AnimationSerializationAdapter.d.ts +0 -0
  7186. /package/build/{engine → types/engine}/ecs/attachment/Attachment.d.ts +0 -0
  7187. /package/build/{engine → types/engine}/ecs/attachment/AttachmentBinding.d.ts +0 -0
  7188. /package/build/{engine → types/engine}/ecs/attachment/AttachmentSystem.d.ts +0 -0
  7189. /package/build/{engine → types/engine}/ecs/attachment/BoneAttachmentBinding.d.ts +0 -0
  7190. /package/build/{engine → types/engine}/ecs/attachment/TransformAttachmentBinding.d.ts +0 -0
  7191. /package/build/{engine → types/engine}/ecs/binding/ComponentPropertyBinding.d.ts +0 -0
  7192. /package/build/{engine → types/engine}/ecs/binding/ComponentPropertyPath.d.ts +0 -0
  7193. /package/build/{engine → types/engine}/ecs/binding/EntityProxyScope.d.ts +0 -0
  7194. /package/build/{engine → types/engine}/ecs/components/Motion.d.ts +0 -0
  7195. /package/build/{engine → types/engine}/ecs/components/MotionSerializationAdapter.d.ts +0 -0
  7196. /package/build/{engine → types/engine}/ecs/components/PropertySet.d.ts +0 -0
  7197. /package/build/{engine → types/engine}/ecs/components/PropertySetSerializationAdapter.d.ts +0 -0
  7198. /package/build/{engine → types/engine}/ecs/components/Script.d.ts +0 -0
  7199. /package/build/{engine → types/engine}/ecs/components/SerializationMetadata.d.ts +0 -0
  7200. /package/build/{engine → types/engine}/ecs/components/SerializationMetadataSerializationAdapter.d.ts +0 -0
  7201. /package/build/{engine → types/engine}/ecs/components/Tag.d.ts +0 -0
  7202. /package/build/{engine → types/engine}/ecs/components/Tag.spec.d.ts +0 -0
  7203. /package/build/{engine → types/engine}/ecs/components/TagEditor.d.ts +0 -0
  7204. /package/build/{engine → types/engine}/ecs/components/TagSerializationAdapter.d.ts +0 -0
  7205. /package/build/{engine → types/engine}/ecs/components/TagSerializationUpgrader_0_1.d.ts +0 -0
  7206. /package/build/{engine → types/engine}/ecs/components/Timer.d.ts +0 -0
  7207. /package/build/{engine → types/engine}/ecs/dynamic_actions/DynamicActor.d.ts +0 -0
  7208. /package/build/{engine → types/engine}/ecs/dynamic_actions/DynamicActorSystem.d.ts +0 -0
  7209. /package/build/{engine → types/engine}/ecs/dynamic_actions/RuleExecution.d.ts +0 -0
  7210. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/AbstractActionDescription.d.ts +0 -0
  7211. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.d.ts +0 -0
  7212. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/DelayActionDescription.d.ts +0 -0
  7213. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/NoopActionDescription.d.ts +0 -0
  7214. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.d.ts +0 -0
  7215. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.d.ts +0 -0
  7216. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.d.ts +0 -0
  7217. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/WriteToBlackboardActionDescription.d.ts +0 -0
  7218. /package/build/{engine → types/engine}/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.d.ts +0 -0
  7219. /package/build/{engine → types/engine}/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.d.ts +0 -0
  7220. /package/build/{engine → types/engine}/ecs/dynamic_actions/rules/DynamicRuleDescription.d.ts +0 -0
  7221. /package/build/{engine → types/engine}/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.d.ts +0 -0
  7222. /package/build/{engine → types/engine}/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.spec.d.ts +0 -0
  7223. /package/build/{engine → types/engine}/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.d.ts +0 -0
  7224. /package/build/{engine → types/engine}/ecs/evaluation/PointFitnessBinary.d.ts +0 -0
  7225. /package/build/{engine → types/engine}/ecs/evaluation/PointFitnessConstant.d.ts +0 -0
  7226. /package/build/{engine → types/engine}/ecs/evaluation/PointFitnessFunction.d.ts +0 -0
  7227. /package/build/{engine → types/engine}/ecs/evaluation/arithmetic/PointFitnessAdd.d.ts +0 -0
  7228. /package/build/{engine → types/engine}/ecs/evaluation/arithmetic/PointFitnessMultiply.d.ts +0 -0
  7229. /package/build/{engine → types/engine}/ecs/evaluation/complex/PointFitnessGaussianBlur.d.ts +0 -0
  7230. /package/build/{engine → types/engine}/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.d.ts +0 -0
  7231. /package/build/{engine → types/engine}/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.d.ts +0 -0
  7232. /package/build/{engine → types/engine}/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.d.ts +0 -0
  7233. /package/build/{engine → types/engine}/ecs/fow/FogOfWar.d.ts +0 -0
  7234. /package/build/{engine → types/engine}/ecs/fow/FogOfWar.spec.d.ts +0 -0
  7235. /package/build/{engine → types/engine}/ecs/fow/FogOfWarEditor.d.ts +0 -0
  7236. /package/build/{engine → types/engine}/ecs/fow/FogOfWarRevealer.d.ts +0 -0
  7237. /package/build/{engine → types/engine}/ecs/fow/FogOfWarRevealerSystem.d.ts +0 -0
  7238. /package/build/{engine → types/engine}/ecs/fow/FogOfWarSystem.d.ts +0 -0
  7239. /package/build/{engine → types/engine}/ecs/fow/FogOfWarVisibilityPredicate.d.ts +0 -0
  7240. /package/build/{engine → types/engine}/ecs/fow/serialization/FogOfWarRevealerSerializationAdapter.d.ts +0 -0
  7241. /package/build/{engine → types/engine}/ecs/fow/serialization/FogOfWarSerializationAdapter.d.ts +0 -0
  7242. /package/build/{engine → types/engine}/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.d.ts +0 -0
  7243. /package/build/{engine → types/engine}/ecs/fow/shader/FogOfWarRenderer.d.ts +0 -0
  7244. /package/build/{engine → types/engine}/ecs/fow/shader/screenSpaceFogOfWarShader.d.ts +0 -0
  7245. /package/build/{engine → types/engine}/ecs/grid/HeightMap2NormalMap.d.ts +0 -0
  7246. /package/build/{engine → types/engine}/ecs/grid/HeightSampler2NormalSamplerSoft.d.ts +0 -0
  7247. /package/build/{engine → types/engine}/ecs/grid/NormalMap2AOMap.d.ts +0 -0
  7248. /package/build/{engine → types/engine}/ecs/grid/pick.d.ts +0 -0
  7249. /package/build/{engine → types/engine}/ecs/gui/GUIElement.d.ts +0 -0
  7250. /package/build/{engine → types/engine}/ecs/gui/GUIElementEvent.d.ts +0 -0
  7251. /package/build/{engine → types/engine}/ecs/gui/GUIElementSerializationAdapter.d.ts +0 -0
  7252. /package/build/{engine → types/engine}/ecs/gui/GUIElementSystem.d.ts +0 -0
  7253. /package/build/{engine → types/engine}/ecs/gui/hud/HeadsUpDisplay.d.ts +0 -0
  7254. /package/build/{engine → types/engine}/ecs/gui/hud/HeadsUpDisplayFlag.d.ts +0 -0
  7255. /package/build/{engine → types/engine}/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.d.ts +0 -0
  7256. /package/build/{engine → types/engine}/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +0 -0
  7257. /package/build/{engine → types/engine}/ecs/gui/menu/radial/AnimateAppearance.d.ts +0 -0
  7258. /package/build/{engine → types/engine}/ecs/gui/menu/radial/AnimateDisappearance.d.ts +0 -0
  7259. /package/build/{engine → types/engine}/ecs/gui/menu/radial/RadialContextMenu.d.ts +0 -0
  7260. /package/build/{engine → types/engine}/ecs/gui/menu/radial/RadialMenuSettings.d.ts +0 -0
  7261. /package/build/{engine → types/engine}/ecs/gui/menu/radial/playAnimation.d.ts +0 -0
  7262. /package/build/{engine → types/engine}/ecs/gui/menu/radial/updateAnimationState.d.ts +0 -0
  7263. /package/build/{engine → types/engine}/ecs/gui/parallax/GuiElementParallax.d.ts +0 -0
  7264. /package/build/{engine → types/engine}/ecs/gui/parallax/GuiElementParallaxSystem.d.ts +0 -0
  7265. /package/build/{engine → types/engine}/ecs/gui/position/ViewportPosition.d.ts +0 -0
  7266. /package/build/{engine → types/engine}/ecs/gui/position/ViewportPositionSerializationAdapter.d.ts +0 -0
  7267. /package/build/{engine → types/engine}/ecs/gui/position/ViewportPositionSystem.d.ts +0 -0
  7268. /package/build/{engine → types/engine}/ecs/gui/view/ButtonViewEntity.d.ts +0 -0
  7269. /package/build/{engine → types/engine}/ecs/gui/view/LocalizedLabelViewEntity.d.ts +0 -0
  7270. /package/build/{engine → types/engine}/ecs/gui/view/ViewEntity.d.ts +0 -0
  7271. /package/build/{engine → types/engine}/ecs/guid/GUID.d.ts +0 -0
  7272. /package/build/{engine → types/engine}/ecs/guid/GUID.spec.d.ts +0 -0
  7273. /package/build/{engine → types/engine}/ecs/guid/GUIDSerializationAdapter.d.ts +0 -0
  7274. /package/build/{engine → types/engine}/ecs/guid/GUIDSerializationAdapter.spec.d.ts +0 -0
  7275. /package/build/{engine → types/engine}/ecs/ik/IKConstraint.d.ts +0 -0
  7276. /package/build/{engine → types/engine}/ecs/ik/IKProblem.d.ts +0 -0
  7277. /package/build/{engine → types/engine}/ecs/ik/IKSolver.d.ts +0 -0
  7278. /package/build/{engine → types/engine}/ecs/ik/InverseKinematics.d.ts +0 -0
  7279. /package/build/{engine → types/engine}/ecs/ik/InverseKinematicsSerializationAdapter.d.ts +0 -0
  7280. /package/build/{engine → types/engine}/ecs/ik/InverseKinematicsSystem.d.ts +0 -0
  7281. /package/build/{engine → types/engine}/ecs/ik/OneBoneSurfaceAlignmentSolver.d.ts +0 -0
  7282. /package/build/{engine → types/engine}/ecs/ik/TwoBoneInverseKinematicsSolver.d.ts +0 -0
  7283. /package/build/{engine → types/engine}/ecs/parent/ChildEntities.d.ts +0 -0
  7284. /package/build/{engine → types/engine}/ecs/parent/EntityNode.d.ts +0 -0
  7285. /package/build/{engine → types/engine}/ecs/parent/EntityNode.spec.d.ts +0 -0
  7286. /package/build/{engine → types/engine}/ecs/parent/EntityNodeFlags.d.ts +0 -0
  7287. /package/build/{engine → types/engine}/ecs/parent/FaceEditor.d.ts +0 -0
  7288. /package/build/{engine → types/engine}/ecs/parent/ParentEntity.d.ts +0 -0
  7289. /package/build/{engine → types/engine}/ecs/parent/ParentEntitySystem.d.ts +0 -0
  7290. /package/build/{engine → types/engine}/ecs/parent/entity_node_compute_bounding_box.d.ts +0 -0
  7291. /package/build/{engine → types/engine}/ecs/parent/testCompositionEntityNode.d.ts +0 -0
  7292. /package/build/{engine → types/engine}/ecs/parent/testHuDPerf.d.ts +0 -0
  7293. /package/build/{engine → types/engine}/ecs/renderable/RenderSystem.d.ts +0 -0
  7294. /package/build/{engine → types/engine}/ecs/renderable/Renderable.d.ts +0 -0
  7295. /package/build/{engine → types/engine}/ecs/renderable/Renderable.spec.d.ts +0 -0
  7296. /package/build/{engine → types/engine}/ecs/renderable/RenderableFlags.d.ts +0 -0
  7297. /package/build/{engine → types/engine}/ecs/sockets/AttachmentSocket.d.ts +0 -0
  7298. /package/build/{engine → types/engine}/ecs/sockets/AttachmentSocketType.d.ts +0 -0
  7299. /package/build/{engine → types/engine}/ecs/sockets/AttachmentSockets.d.ts +0 -0
  7300. /package/build/{engine → types/engine}/ecs/sockets/BoneAttachmentSocket.d.ts +0 -0
  7301. /package/build/{engine → types/engine}/ecs/sockets/serialization/AttachmentSocketsAssetLoader.d.ts +0 -0
  7302. /package/build/{engine → types/engine}/ecs/speaker/SpeechBubbleView.d.ts +0 -0
  7303. /package/build/{engine → types/engine}/ecs/speaker/Voice.d.ts +0 -0
  7304. /package/build/{engine → types/engine}/ecs/speaker/VoiceEvents.d.ts +0 -0
  7305. /package/build/{engine → types/engine}/ecs/speaker/VoiceFlags.d.ts +0 -0
  7306. /package/build/{engine → types/engine}/ecs/speaker/VoiceSystem.d.ts +0 -0
  7307. /package/build/{engine → types/engine}/ecs/speaker/lines/LineDescription.d.ts +0 -0
  7308. /package/build/{engine → types/engine}/ecs/speaker/lines/LineDescriptionTable.d.ts +0 -0
  7309. /package/build/{engine → types/engine}/ecs/speaker/lines/sets/LineSetDescription.d.ts +0 -0
  7310. /package/build/{engine → types/engine}/ecs/speaker/lines/sets/LineSetDescriptionTable.d.ts +0 -0
  7311. /package/build/{engine → types/engine}/ecs/storage/BinaryBufferDeSerializer.d.ts +0 -0
  7312. /package/build/{engine → types/engine}/ecs/storage/BinaryBufferSerializer.d.ts +0 -0
  7313. /package/build/{engine → types/engine}/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts +0 -0
  7314. /package/build/{engine → types/engine}/ecs/storage/binary/BinaryClassSerializationAdapter.d.ts +0 -0
  7315. /package/build/{engine → types/engine}/ecs/storage/binary/BinaryClassUpgrader.d.ts +0 -0
  7316. /package/build/{engine → types/engine}/ecs/storage/binary/BinarySerializationRegistry.d.ts +0 -0
  7317. /package/build/{engine → types/engine}/ecs/storage/binary/BinarySerializationRegistry.spec.d.ts +0 -0
  7318. /package/build/{engine → types/engine}/ecs/storage/binary/collection/BinaryCollectionDeSerializer.d.ts +0 -0
  7319. /package/build/{engine → types/engine}/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.d.ts +0 -0
  7320. /package/build/{engine → types/engine}/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.d.ts +0 -0
  7321. /package/build/{engine → types/engine}/ecs/storage/binary/collection/BinaryCollectionSerializer.d.ts +0 -0
  7322. /package/build/{engine → types/engine}/ecs/storage/binary/executeBinaryClassUpgraderChain.d.ts +0 -0
  7323. /package/build/{engine → types/engine}/ecs/storage/binary/object/BinaryObjectSerializationAdapter.d.ts +0 -0
  7324. /package/build/{engine → types/engine}/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.d.ts +0 -0
  7325. /package/build/{engine → types/engine}/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.d.ts +0 -0
  7326. /package/build/{engine → types/engine}/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.spec.d.ts +0 -0
  7327. /package/build/{engine → types/engine}/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.d.ts +0 -0
  7328. /package/build/{engine → types/engine}/ecs/system/AbstractContextSystem.d.ts +0 -0
  7329. /package/build/{engine → types/engine}/ecs/system/SystemEntityContext.d.ts +0 -0
  7330. /package/build/{engine → types/engine}/ecs/system/computeSystemComponentDependencyGraph.d.ts +0 -0
  7331. /package/build/{engine → types/engine}/ecs/systems/AnimationSystem.d.ts +0 -0
  7332. /package/build/{engine → types/engine}/ecs/systems/MotionSystem.d.ts +0 -0
  7333. /package/build/{engine → types/engine}/ecs/systems/ScriptSystem.d.ts +0 -0
  7334. /package/build/{engine → types/engine}/ecs/systems/TimerSystem.d.ts +0 -0
  7335. /package/build/{engine → types/engine}/ecs/tag/find_entities_with_tag.d.ts +0 -0
  7336. /package/build/{engine → types/engine}/ecs/team/Team.d.ts +0 -0
  7337. /package/build/{engine → types/engine}/ecs/team/TeamSerializationAdapter.d.ts +0 -0
  7338. /package/build/{engine → types/engine}/ecs/terrain/BufferedGeometryArraysBuilder.d.ts +0 -0
  7339. /package/build/{engine → types/engine}/ecs/terrain/TerrainClouds.d.ts +0 -0
  7340. /package/build/{engine → types/engine}/ecs/terrain/TerrainPreview.d.ts +0 -0
  7341. /package/build/{engine → types/engine}/ecs/terrain/ecs/BuildLightTexture.d.ts +0 -0
  7342. /package/build/{engine → types/engine}/ecs/terrain/ecs/GridTransformKind.d.ts +0 -0
  7343. /package/build/{engine → types/engine}/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +0 -0
  7344. /package/build/{engine → types/engine}/ecs/terrain/ecs/Terrain.d.ts +0 -0
  7345. /package/build/{engine → types/engine}/ecs/terrain/ecs/Terrain.spec.d.ts +0 -0
  7346. /package/build/{engine → types/engine}/ecs/terrain/ecs/TerrainFlags.d.ts +0 -0
  7347. /package/build/{engine → types/engine}/ecs/terrain/ecs/TerrainSystem.d.ts +0 -0
  7348. /package/build/{engine → types/engine}/ecs/terrain/ecs/cling/ClingToTerrain.d.ts +0 -0
  7349. /package/build/{engine → types/engine}/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.d.ts +0 -0
  7350. /package/build/{engine → types/engine}/ecs/terrain/ecs/cling/ClingToTerrainSystem.d.ts +0 -0
  7351. /package/build/{engine → types/engine}/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.d.ts +0 -0
  7352. /package/build/{engine → types/engine}/ecs/terrain/ecs/layers/TerrainLayer.d.ts +0 -0
  7353. /package/build/{engine → types/engine}/ecs/terrain/ecs/layers/TerrainLayers.d.ts +0 -0
  7354. /package/build/{engine → types/engine}/ecs/terrain/ecs/makeTerrainWorkerProxy.d.ts +0 -0
  7355. /package/build/{engine → types/engine}/ecs/terrain/ecs/splat/SplatMapping.d.ts +0 -0
  7356. /package/build/{engine → types/engine}/ecs/terrain/overlay/TerrainOverlay.d.ts +0 -0
  7357. /package/build/{engine → types/engine}/ecs/terrain/overlay/TerrainOverlay.spec.d.ts +0 -0
  7358. /package/build/{engine → types/engine}/ecs/terrain/serialization/TerrainSerializationAdapter.d.ts +0 -0
  7359. /package/build/{engine → types/engine}/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.d.ts +0 -0
  7360. /package/build/{engine → types/engine}/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.d.ts +0 -0
  7361. /package/build/{engine → types/engine}/ecs/terrain/tiles/TerrainTile.d.ts +0 -0
  7362. /package/build/{engine → types/engine}/ecs/terrain/tiles/TerrainTile.spec.d.ts +0 -0
  7363. /package/build/{engine → types/engine}/ecs/terrain/tiles/TerrainTileManager.d.ts +0 -0
  7364. /package/build/{engine → types/engine}/ecs/terrain/tiles/TileBuildWorker.d.ts +0 -0
  7365. /package/build/{engine → types/engine}/ecs/terrain/util/loadVisibleTerrainTiles.d.ts +0 -0
  7366. /package/build/{engine → types/engine}/ecs/terrain/util/obtainTerrain.d.ts +0 -0
  7367. /package/build/{engine → types/engine}/ecs/terrain/util/paintTerrainOverlayViaLookupTable.d.ts +0 -0
  7368. /package/build/{engine → types/engine}/ecs/terrain/util/tensionOptimizeUV.d.ts +0 -0
  7369. /package/build/{engine → types/engine}/ecs/tooltip/TooltipComponent.d.ts +0 -0
  7370. /package/build/{engine → types/engine}/ecs/tooltip/TooltipComponent.spec.d.ts +0 -0
  7371. /package/build/{engine → types/engine}/ecs/tooltip/TooltipComponentSerializationAdapter.d.ts +0 -0
  7372. /package/build/{engine → types/engine}/ecs/tooltip/TooltipComponentSystem.d.ts +0 -0
  7373. /package/build/{engine → types/engine}/ecs/tooltip/testTooltipComponentSystem.d.ts +0 -0
  7374. /package/build/{engine → types/engine}/ecs/transform/Transform.d.ts +0 -0
  7375. /package/build/{engine → types/engine}/ecs/transform/Transform.spec.d.ts +0 -0
  7376. /package/build/{engine → types/engine}/ecs/transform/TransformFlags.d.ts +0 -0
  7377. /package/build/{engine → types/engine}/ecs/transform/TransformSerializationAdapter.d.ts +0 -0
  7378. /package/build/{engine → types/engine}/ecs/transform/TransformSerializationAdapter.spec.d.ts +0 -0
  7379. /package/build/{engine → types/engine}/ecs/transform/TransformSerializationUpgrader_0_1.d.ts +0 -0
  7380. /package/build/{engine → types/engine}/ecs/transform/copy_three_transform.d.ts +0 -0
  7381. /package/build/{engine → types/engine}/ecs/transform-attachment/TransformAttachment.d.ts +0 -0
  7382. /package/build/{engine → types/engine}/ecs/transform-attachment/TransformAttachment.spec.d.ts +0 -0
  7383. /package/build/{engine → types/engine}/ecs/transform-attachment/TransformAttachmentSystem.d.ts +0 -0
  7384. /package/build/{engine → types/engine}/ecs/util/hideEntityGracefully.d.ts +0 -0
  7385. /package/build/{engine → types/engine}/ecs/util/removeComponentsExcept.d.ts +0 -0
  7386. /package/build/{engine → types/engine}/ecs/validateSystem.d.ts +0 -0
  7387. /package/build/{engine → types/engine}/google/gapi.d.ts +0 -0
  7388. /package/build/{engine → types/engine}/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.d.ts +0 -0
  7389. /package/build/{engine → types/engine}/graphics/FrameRunner.d.ts +0 -0
  7390. /package/build/{engine → types/engine}/graphics/FrameThrottle.d.ts +0 -0
  7391. /package/build/{engine → types/engine}/graphics/GraphicsEngine.d.ts +0 -0
  7392. /package/build/{engine → types/engine}/graphics/StandardFrameBuffers.d.ts +0 -0
  7393. /package/build/{engine → types/engine}/graphics/WHITE_PIXEL_DATA_URL.d.ts +0 -0
  7394. /package/build/{engine → types/engine}/graphics/camera/CameraShake.d.ts +0 -0
  7395. /package/build/{engine → types/engine}/graphics/camera/CameraShakeBehavior.d.ts +0 -0
  7396. /package/build/{engine → types/engine}/graphics/camera/CameraShakeTraumaBehavior.d.ts +0 -0
  7397. /package/build/{engine → types/engine}/graphics/camera/camera_compute_distance_to_fit_length.d.ts +0 -0
  7398. /package/build/{engine → types/engine}/graphics/camera/makeOrbitalCameraController.d.ts +0 -0
  7399. /package/build/{engine → types/engine}/graphics/camera/makeScreenScissorFrustum.d.ts +0 -0
  7400. /package/build/{engine → types/engine}/graphics/camera/testClippingPlaneComputation.d.ts +0 -0
  7401. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_draw_grid.d.ts +0 -0
  7402. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_draw_label.d.ts +0 -0
  7403. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_draw_linear_scale.d.ts +0 -0
  7404. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_draw_path.d.ts +0 -0
  7405. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_plot_data_line.d.ts +0 -0
  7406. /package/build/{engine → types/engine}/graphics/canvas/canvas2d_plot_line_array.d.ts +0 -0
  7407. /package/build/{engine → types/engine}/graphics/composit/CompositLayer.d.ts +0 -0
  7408. /package/build/{engine → types/engine}/graphics/composit/CompositingStages.d.ts +0 -0
  7409. /package/build/{engine → types/engine}/graphics/composit/LayerCompositer.d.ts +0 -0
  7410. /package/build/{engine → types/engine}/graphics/copy_transform_to_threejs_object.d.ts +0 -0
  7411. /package/build/{engine → types/engine}/graphics/debug/VisualSymbolLine.d.ts +0 -0
  7412. /package/build/{engine → types/engine}/graphics/debug/createDebugLabel.d.ts +0 -0
  7413. /package/build/{engine → types/engine}/graphics/ecs/animation/AnimationController.d.ts +0 -0
  7414. /package/build/{engine → types/engine}/graphics/ecs/animation/AnimationControllerSerializationAdapter.d.ts +0 -0
  7415. /package/build/{engine → types/engine}/graphics/ecs/animation/AnimationControllerSystem.d.ts +0 -0
  7416. /package/build/{engine → types/engine}/graphics/ecs/animation/AnimationRule.d.ts +0 -0
  7417. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationClip.d.ts +0 -0
  7418. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationClipDefinition.d.ts +0 -0
  7419. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationClipFlag.d.ts +0 -0
  7420. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationEventTypes.d.ts +0 -0
  7421. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationGraphSystem.d.ts +0 -0
  7422. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationNotification.d.ts +0 -0
  7423. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/AnimationNotificationDefinition.d.ts +0 -0
  7424. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendSpace.d.ts +0 -0
  7425. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.d.ts +0 -0
  7426. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendSpacePoint.d.ts +0 -0
  7427. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendState.d.ts +0 -0
  7428. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendStateDatabase.d.ts +0 -0
  7429. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/blending/BlendStateMatrix.d.ts +0 -0
  7430. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationGraph.d.ts +0 -0
  7431. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationGraph.spec.d.ts +0 -0
  7432. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationGraphFlag.d.ts +0 -0
  7433. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.d.ts +0 -0
  7434. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationState.d.ts +0 -0
  7435. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationStateType.d.ts +0 -0
  7436. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/AnimationTransition.d.ts +0 -0
  7437. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts +0 -0
  7438. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.spec.d.ts +0 -0
  7439. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.d.ts +0 -0
  7440. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.d.ts +0 -0
  7441. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.d.ts +0 -0
  7442. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.d.ts +0 -0
  7443. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.d.ts +0 -0
  7444. /package/build/{engine → types/engine}/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.d.ts +0 -0
  7445. /package/build/{engine → types/engine}/graphics/ecs/camera/Camera.d.ts +0 -0
  7446. /package/build/{engine → types/engine}/graphics/ecs/camera/CameraSystem.d.ts +0 -0
  7447. /package/build/{engine → types/engine}/graphics/ecs/camera/FrustumProjector.d.ts +0 -0
  7448. /package/build/{engine → types/engine}/graphics/ecs/camera/InvertQuaternionOrientation.d.ts +0 -0
  7449. /package/build/{engine → types/engine}/graphics/ecs/camera/ProjectionType.d.ts +0 -0
  7450. /package/build/{engine → types/engine}/graphics/ecs/camera/auto_set_camera_clipping_planes.d.ts +0 -0
  7451. /package/build/{engine → types/engine}/graphics/ecs/camera/build_three_camera_object.d.ts +0 -0
  7452. /package/build/{engine → types/engine}/graphics/ecs/camera/compute_perspective_camera_focal_position.d.ts +0 -0
  7453. /package/build/{engine → types/engine}/graphics/ecs/camera/filter/setup_filtered_camera_controller.d.ts +0 -0
  7454. /package/build/{engine → types/engine}/graphics/ecs/camera/frustum_from_camera.d.ts +0 -0
  7455. /package/build/{engine → types/engine}/graphics/ecs/camera/pp/PerfectPanner.d.ts +0 -0
  7456. /package/build/{engine → types/engine}/graphics/ecs/camera/serialization/CameraSerializationAdapter.d.ts +0 -0
  7457. /package/build/{engine → types/engine}/graphics/ecs/camera/set_camera_aspect_ratio.d.ts +0 -0
  7458. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/ComputeCameraFacingVector.d.ts +0 -0
  7459. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +0 -0
  7460. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraController.spec.d.ts +0 -0
  7461. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.d.ts +0 -0
  7462. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.d.ts +0 -0
  7463. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +0 -0
  7464. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraLander.d.ts +0 -0
  7465. /package/build/{engine → types/engine}/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.d.ts +0 -0
  7466. /package/build/{engine → types/engine}/graphics/ecs/camera/unprojectPoint.d.ts +0 -0
  7467. /package/build/{engine → types/engine}/graphics/ecs/camera/update_camera_transform.d.ts +0 -0
  7468. /package/build/{engine → types/engine}/graphics/ecs/compileAllMaterials.d.ts +0 -0
  7469. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/Decal.d.ts +0 -0
  7470. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/Decal.spec.d.ts +0 -0
  7471. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/DecalSerializationAdapter.d.ts +0 -0
  7472. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/FPDecalSystem.d.ts +0 -0
  7473. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/prototypeDecalEditor.d.ts +0 -0
  7474. /package/build/{engine → types/engine}/graphics/ecs/decal/v2/prototypeDecalSystem.d.ts +0 -0
  7475. /package/build/{engine → types/engine}/graphics/ecs/highlight/Highlight.d.ts +0 -0
  7476. /package/build/{engine → types/engine}/graphics/ecs/highlight/HighlightDefinition.d.ts +0 -0
  7477. /package/build/{engine → types/engine}/graphics/ecs/highlight/HighlightEditor.d.ts +0 -0
  7478. /package/build/{engine → types/engine}/graphics/ecs/highlight/HighlightSerializationAdapter.d.ts +0 -0
  7479. /package/build/{engine → types/engine}/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.d.ts +0 -0
  7480. /package/build/{engine → types/engine}/graphics/ecs/highlight/plugin/HighlightRenderElementSource.d.ts +0 -0
  7481. /package/build/{engine → types/engine}/graphics/ecs/highlight/plugin/OutlineRenderPlugin.d.ts +0 -0
  7482. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/HighlightDecodeShader.d.ts +0 -0
  7483. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/HighlightRenderElement.d.ts +0 -0
  7484. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/HighlightRenderGroup.d.ts +0 -0
  7485. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/OutlineRenderer.d.ts +0 -0
  7486. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/makeBlurShader_9.d.ts +0 -0
  7487. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/makeDilationShader.d.ts +0 -0
  7488. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/makeGaussianBlurShader.d.ts +0 -0
  7489. /package/build/{engine → types/engine}/graphics/ecs/highlight/renderer/traverseThreeObject.d.ts +0 -0
  7490. /package/build/{engine → types/engine}/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +0 -0
  7491. /package/build/{engine → types/engine}/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +0 -0
  7492. /package/build/{engine → types/engine}/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +0 -0
  7493. /package/build/{engine → types/engine}/graphics/ecs/light/Light.d.ts +0 -0
  7494. /package/build/{engine → types/engine}/graphics/ecs/light/LightContext.d.ts +0 -0
  7495. /package/build/{engine → types/engine}/graphics/ecs/light/LightSerializationAdapter.d.ts +0 -0
  7496. /package/build/{engine → types/engine}/graphics/ecs/light/LightSystem.d.ts +0 -0
  7497. /package/build/{engine → types/engine}/graphics/ecs/light/LightType.d.ts +0 -0
  7498. /package/build/{engine → types/engine}/graphics/ecs/light/binding/LightBinding.d.ts +0 -0
  7499. /package/build/{engine → types/engine}/graphics/ecs/light/binding/fp/FPLightBinding.d.ts +0 -0
  7500. /package/build/{engine → types/engine}/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts +0 -0
  7501. /package/build/{engine → types/engine}/graphics/ecs/light/binding/three/applyRotation.d.ts +0 -0
  7502. /package/build/{engine → types/engine}/graphics/ecs/light/binding/three/threeEnsureLightObject.d.ts +0 -0
  7503. /package/build/{engine → types/engine}/graphics/ecs/light/binding/three/threeMakeLight.d.ts +0 -0
  7504. /package/build/{engine → types/engine}/graphics/ecs/light/shadow/LightShadow.d.ts +0 -0
  7505. /package/build/{engine → types/engine}/graphics/ecs/light/shadow/ShadowManager.d.ts +0 -0
  7506. /package/build/{engine → types/engine}/graphics/ecs/light/shadow/ShadowMap.d.ts +0 -0
  7507. /package/build/{engine → types/engine}/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.d.ts +0 -0
  7508. /package/build/{engine → types/engine}/graphics/ecs/light/three/ThreeLightCache.d.ts +0 -0
  7509. /package/build/{engine → types/engine}/graphics/ecs/light/three/light2type.d.ts +0 -0
  7510. /package/build/{engine → types/engine}/graphics/ecs/mesh/Mesh.d.ts +0 -0
  7511. /package/build/{engine → types/engine}/graphics/ecs/mesh/MeshEditor.d.ts +0 -0
  7512. /package/build/{engine → types/engine}/graphics/ecs/mesh/MeshEvents.d.ts +0 -0
  7513. /package/build/{engine → types/engine}/graphics/ecs/mesh/MeshSystem.d.ts +0 -0
  7514. /package/build/{engine → types/engine}/graphics/ecs/mesh/SkeletonUtils.d.ts +0 -0
  7515. /package/build/{engine → types/engine}/graphics/ecs/mesh/applyTransformToThreeObject.d.ts +0 -0
  7516. /package/build/{engine → types/engine}/graphics/ecs/mesh/assetTypeByPath.d.ts +0 -0
  7517. /package/build/{engine → types/engine}/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.d.ts +0 -0
  7518. /package/build/{engine → types/engine}/graphics/ecs/mesh/copyToVector3.d.ts +0 -0
  7519. /package/build/{engine → types/engine}/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.d.ts +0 -0
  7520. /package/build/{engine → types/engine}/graphics/ecs/mesh/object3DFastMatrixUpdate.d.ts +0 -0
  7521. /package/build/{engine → types/engine}/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.d.ts +0 -0
  7522. /package/build/{engine → types/engine}/graphics/ecs/mesh/serialization/MeshSerializationAdapter.d.ts +0 -0
  7523. /package/build/{engine → types/engine}/graphics/ecs/mesh/setMesh.d.ts +0 -0
  7524. /package/build/{engine → types/engine}/graphics/ecs/mesh/skeleton/BoneMapping.d.ts +0 -0
  7525. /package/build/{engine → types/engine}/graphics/ecs/mesh/skeleton/HumanoidBoneType.d.ts +0 -0
  7526. /package/build/{engine → types/engine}/graphics/ecs/mesh/updateMeshTransform.d.ts +0 -0
  7527. /package/build/{engine → types/engine}/graphics/ecs/mesh/updateNodeByTransformAndBBB.d.ts +0 -0
  7528. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/DrawMode.d.ts +0 -0
  7529. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +0 -0
  7530. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/ShadedGeometry.spec.d.ts +0 -0
  7531. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/ShadedGeometryFlags.d.ts +0 -0
  7532. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +0 -0
  7533. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +0 -0
  7534. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/SGMesh.spec.d.ts +0 -0
  7535. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +0 -0
  7536. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +0 -0
  7537. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +0 -0
  7538. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.d.ts +0 -0
  7539. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/build_three_object.d.ts +0 -0
  7540. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/SGThreeObjectCache.d.ts +0 -0
  7541. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.d.ts +0 -0
  7542. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.d.ts +0 -0
  7543. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.d.ts +0 -0
  7544. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.d.ts +0 -0
  7545. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.d.ts +0 -0
  7546. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.spec.d.ts +0 -0
  7547. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.d.ts +0 -0
  7548. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/sample/load_gltf.d.ts +0 -0
  7549. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.d.ts +0 -0
  7550. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.d.ts +0 -0
  7551. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +0 -0
  7552. /package/build/{engine → types/engine}/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +0 -0
  7553. /package/build/{engine → types/engine}/graphics/ecs/path/PathDisplay.d.ts +0 -0
  7554. /package/build/{engine → types/engine}/graphics/ecs/path/PathDisplayEvents.d.ts +0 -0
  7555. /package/build/{engine → types/engine}/graphics/ecs/path/PathDisplaySpec.d.ts +0 -0
  7556. /package/build/{engine → types/engine}/graphics/ecs/path/PathDisplaySystem.d.ts +0 -0
  7557. /package/build/{engine → types/engine}/graphics/ecs/path/PathDisplayType.d.ts +0 -0
  7558. /package/build/{engine → types/engine}/graphics/ecs/path/entity/EntityPath.d.ts +0 -0
  7559. /package/build/{engine → types/engine}/graphics/ecs/path/entity/EntityPathMarker.d.ts +0 -0
  7560. /package/build/{engine → types/engine}/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +0 -0
  7561. /package/build/{engine → types/engine}/graphics/ecs/path/entity/EntityPathStyle.d.ts +0 -0
  7562. /package/build/{engine → types/engine}/graphics/ecs/path/entity/testEntityPath.d.ts +0 -0
  7563. /package/build/{engine → types/engine}/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +0 -0
  7564. /package/build/{engine → types/engine}/graphics/ecs/path/ribbon/RibbonPathBuilder.d.ts +0 -0
  7565. /package/build/{engine → types/engine}/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +0 -0
  7566. /package/build/{engine → types/engine}/graphics/ecs/path/testPathDisplaySystem.d.ts +0 -0
  7567. /package/build/{engine → types/engine}/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +0 -0
  7568. /package/build/{engine → types/engine}/graphics/ecs/path/tube/CapType.d.ts +0 -0
  7569. /package/build/{engine → types/engine}/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +0 -0
  7570. /package/build/{engine → types/engine}/graphics/ecs/path/tube/PathNormalType.d.ts +0 -0
  7571. /package/build/{engine → types/engine}/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +0 -0
  7572. /package/build/{engine → types/engine}/graphics/ecs/path/tube/TubeMaterialType.d.ts +0 -0
  7573. /package/build/{engine → types/engine}/graphics/ecs/path/tube/TubePathStyle.d.ts +0 -0
  7574. /package/build/{engine → types/engine}/graphics/ecs/path/tube/TubePathStyle.spec.d.ts +0 -0
  7575. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/StreamGeometryBuilder.d.ts +0 -0
  7576. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/TubePathBuilder.d.ts +0 -0
  7577. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/build_geometry_catmullrom.d.ts +0 -0
  7578. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.d.ts +0 -0
  7579. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/build_geometry_linear.d.ts +0 -0
  7580. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/computeFrenetFrames.d.ts +0 -0
  7581. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/compute_smooth_profile_normals.d.ts +0 -0
  7582. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/estimatePathLength.d.ts +0 -0
  7583. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.d.ts +0 -0
  7584. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/fix_shape_normal_order.d.ts +0 -0
  7585. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/makeTubeGeometry.d.ts +0 -0
  7586. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/make_cap.d.ts +0 -0
  7587. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/make_ring_faces.d.ts +0 -0
  7588. /package/build/{engine → types/engine}/graphics/ecs/path/tube/build/make_ring_vertices.d.ts +0 -0
  7589. /package/build/{engine → types/engine}/graphics/ecs/path/tube/prototypeAnimatedPathMask.d.ts +0 -0
  7590. /package/build/{engine → types/engine}/graphics/ecs/sprite/Sprite.d.ts +0 -0
  7591. /package/build/{engine → types/engine}/graphics/ecs/sprite/SpriteSystemPE.d.ts +0 -0
  7592. /package/build/{engine → types/engine}/graphics/ecs/sprite/prototypeSpriteSystem.d.ts +0 -0
  7593. /package/build/{engine → types/engine}/graphics/ecs/trail2d/Trail2D.d.ts +0 -0
  7594. /package/build/{engine → types/engine}/graphics/ecs/trail2d/Trail2DSystem.d.ts +0 -0
  7595. /package/build/{engine → types/engine}/graphics/ecs/trail2d/makeGradientTrail.d.ts +0 -0
  7596. /package/build/{engine → types/engine}/graphics/ecs/water/WATER_SIZE.d.ts +0 -0
  7597. /package/build/{engine → types/engine}/graphics/ecs/water/Water.d.ts +0 -0
  7598. /package/build/{engine → types/engine}/graphics/ecs/water/WaterSerializationAdapter.d.ts +0 -0
  7599. /package/build/{engine → types/engine}/graphics/ecs/water/WaterSerializationUpgrader_0_1.d.ts +0 -0
  7600. /package/build/{engine → types/engine}/graphics/ecs/water/WaterSystem.d.ts +0 -0
  7601. /package/build/{engine → types/engine}/graphics/ecs/water2/shader/AlexWaterShader.d.ts +0 -0
  7602. /package/build/{engine → types/engine}/graphics/ecs/water2/shader/testWaterShader.d.ts +0 -0
  7603. /package/build/{engine → types/engine}/graphics/filter/FlipArrayInPlace.d.ts +0 -0
  7604. /package/build/{engine → types/engine}/graphics/filter/FlipArrayViaCanvas.d.ts +0 -0
  7605. /package/build/{engine → types/engine}/graphics/filter/ImageFilter.d.ts +0 -0
  7606. /package/build/{engine → types/engine}/graphics/geometry/AttributeSpec.d.ts +0 -0
  7607. /package/build/{engine → types/engine}/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.d.ts +0 -0
  7608. /package/build/{engine → types/engine}/graphics/geometry/MikkT/AddTriToGroup.d.ts +0 -0
  7609. /package/build/{engine → types/engine}/graphics/geometry/MikkT/AssignRecur.d.ts +0 -0
  7610. /package/build/{engine → types/engine}/graphics/geometry/MikkT/AvgTSpace.d.ts +0 -0
  7611. /package/build/{engine → types/engine}/graphics/geometry/MikkT/Build4RuleGroups.d.ts +0 -0
  7612. /package/build/{engine → types/engine}/graphics/geometry/MikkT/BuildNeighborsFast.d.ts +0 -0
  7613. /package/build/{engine → types/engine}/graphics/geometry/MikkT/CalcTexArea.d.ts +0 -0
  7614. /package/build/{engine → types/engine}/graphics/geometry/MikkT/CompareSubGroups.d.ts +0 -0
  7615. /package/build/{engine → types/engine}/graphics/geometry/MikkT/DegenEpilogue.d.ts +0 -0
  7616. /package/build/{engine → types/engine}/graphics/geometry/MikkT/DegenPrologue.d.ts +0 -0
  7617. /package/build/{engine → types/engine}/graphics/geometry/MikkT/EvalTspace.d.ts +0 -0
  7618. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.d.ts +0 -0
  7619. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.d.ts +0 -0
  7620. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GenerateTSpaces.d.ts +0 -0
  7621. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GetEdge.d.ts +0 -0
  7622. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GetNormal.d.ts +0 -0
  7623. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GetPosition.d.ts +0 -0
  7624. /package/build/{engine → types/engine}/graphics/geometry/MikkT/GetTexCoord.d.ts +0 -0
  7625. /package/build/{engine → types/engine}/graphics/geometry/MikkT/InitTriInfo.d.ts +0 -0
  7626. /package/build/{engine → types/engine}/graphics/geometry/MikkT/MakeIndex.d.ts +0 -0
  7627. /package/build/{engine → types/engine}/graphics/geometry/MikkT/MikkTSpace.d.ts +0 -0
  7628. /package/build/{engine → types/engine}/graphics/geometry/MikkT/MikkTSpace.spec.d.ts +0 -0
  7629. /package/build/{engine → types/engine}/graphics/geometry/MikkT/NormalizeSafe.d.ts +0 -0
  7630. /package/build/{engine → types/engine}/graphics/geometry/MikkT/NotZero.d.ts +0 -0
  7631. /package/build/{engine → types/engine}/graphics/geometry/MikkT/QuickSort.d.ts +0 -0
  7632. /package/build/{engine → types/engine}/graphics/geometry/MikkT/QuickSortEdges.d.ts +0 -0
  7633. /package/build/{engine → types/engine}/graphics/geometry/MikkT/SSubGroup.d.ts +0 -0
  7634. /package/build/{engine → types/engine}/graphics/geometry/MikkT/STSpace.d.ts +0 -0
  7635. /package/build/{engine → types/engine}/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.d.ts +0 -0
  7636. /package/build/{engine → types/engine}/graphics/geometry/MikkT/buffer_geometry_generate_tangents.d.ts +0 -0
  7637. /package/build/{engine → types/engine}/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.d.ts +0 -0
  7638. /package/build/{engine → types/engine}/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.d.ts +0 -0
  7639. /package/build/{engine → types/engine}/graphics/geometry/MikkT/constants/MARK_DEGENERATE.d.ts +0 -0
  7640. /package/build/{engine → types/engine}/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.d.ts +0 -0
  7641. /package/build/{engine → types/engine}/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.d.ts +0 -0
  7642. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_getNormal.d.ts +0 -0
  7643. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_getNumFaces.d.ts +0 -0
  7644. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_getNumVerticesOfFace.d.ts +0 -0
  7645. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_getPosition.d.ts +0 -0
  7646. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_getTexCoord.d.ts +0 -0
  7647. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_setTSpace.d.ts +0 -0
  7648. /package/build/{engine → types/engine}/graphics/geometry/MikkT/m_setTSpaceBasic.d.ts +0 -0
  7649. /package/build/{engine → types/engine}/graphics/geometry/MikkT/malloc.d.ts +0 -0
  7650. /package/build/{engine → types/engine}/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.d.ts +0 -0
  7651. /package/build/{engine → types/engine}/graphics/geometry/VertexDataSpec.d.ts +0 -0
  7652. /package/build/{engine → types/engine}/graphics/geometry/aabb3_to_buffer_geometry.d.ts +0 -0
  7653. /package/build/{engine → types/engine}/graphics/geometry/buffered/ComputeNormals.d.ts +0 -0
  7654. /package/build/{engine → types/engine}/graphics/geometry/buffered/computeBufferAttributeHash.d.ts +0 -0
  7655. /package/build/{engine → types/engine}/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.d.ts +0 -0
  7656. /package/build/{engine → types/engine}/graphics/geometry/buffered/computeGeometryEquality.d.ts +0 -0
  7657. /package/build/{engine → types/engine}/graphics/geometry/buffered/computeGeometryHash.d.ts +0 -0
  7658. /package/build/{engine → types/engine}/graphics/geometry/buffered/compute_buffer_geometry_byte_size.d.ts +0 -0
  7659. /package/build/{engine → types/engine}/graphics/geometry/buffered/deinterleaveBufferAttribute.d.ts +0 -0
  7660. /package/build/{engine → types/engine}/graphics/geometry/buffered/deinterleaveBufferGeometry.d.ts +0 -0
  7661. /package/build/{engine → types/engine}/graphics/geometry/buffered/ensureGeometryBoundingSphere.d.ts +0 -0
  7662. /package/build/{engine → types/engine}/graphics/geometry/buffered/makeGeometryIndexed.d.ts +0 -0
  7663. /package/build/{engine → types/engine}/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +0 -0
  7664. /package/build/{engine → types/engine}/graphics/geometry/buffered/query/bvh32_geometry_overlap_clipping_volume.d.ts +0 -0
  7665. /package/build/{engine → types/engine}/graphics/geometry/buffered/query/bvh32_geometry_raycast.d.ts +0 -0
  7666. /package/build/{engine → types/engine}/graphics/geometry/bvh/buffered/bvh32_from_indexed_geometry.d.ts +0 -0
  7667. /package/build/{engine → types/engine}/graphics/geometry/bvh/buffered/bvh32_from_unindexed_geometry.d.ts +0 -0
  7668. /package/build/{engine → types/engine}/graphics/geometry/bvh/buffered/bvh32_set_leaf_from_triangle.d.ts +0 -0
  7669. /package/build/{engine → types/engine}/graphics/geometry/clipping/ClippedGeometry.d.ts +0 -0
  7670. /package/build/{engine → types/engine}/graphics/geometry/computeBoundingSphereFromVertexData.d.ts +0 -0
  7671. /package/build/{engine → types/engine}/graphics/geometry/computeMeshSurfaceArea.d.ts +0 -0
  7672. /package/build/{engine → types/engine}/graphics/geometry/compute_geometry_polycount.d.ts +0 -0
  7673. /package/build/{engine → types/engine}/graphics/geometry/decimation/SimplifyModifier.d.ts +0 -0
  7674. /package/build/{engine → types/engine}/graphics/geometry/instancing/InstancedMeshGroup.d.ts +0 -0
  7675. /package/build/{engine → types/engine}/graphics/geometry/instancing/rewriteMaterial.d.ts +0 -0
  7676. /package/build/{engine → types/engine}/graphics/geometry/optimization/VertexCacheOptimizer.d.ts +0 -0
  7677. /package/build/{engine → types/engine}/graphics/geometry/optimization/merge/merge_geometry_hierarchy.d.ts +0 -0
  7678. /package/build/{engine → types/engine}/graphics/geometry/optimization/merge/prototypeGeometryMerge.d.ts +0 -0
  7679. /package/build/{engine → types/engine}/graphics/geometry/ribbon/Quad.d.ts +0 -0
  7680. /package/build/{engine → types/engine}/graphics/geometry/ribbon/Ribbon.d.ts +0 -0
  7681. /package/build/{engine → types/engine}/graphics/geometry/ribbon/copyAttributeV3.d.ts +0 -0
  7682. /package/build/{engine → types/engine}/graphics/geometry/ribbon/copyAttributeValue.d.ts +0 -0
  7683. /package/build/{engine → types/engine}/graphics/geometry/ribbon/createRibbon.d.ts +0 -0
  7684. /package/build/{engine → types/engine}/graphics/geometry/ribbon/equalAttributeV3.d.ts +0 -0
  7685. /package/build/{engine → types/engine}/graphics/geometry/ribbon/equalAttributeValue.d.ts +0 -0
  7686. /package/build/{engine → types/engine}/graphics/geometry/ribbon/rotateRibbon.d.ts +0 -0
  7687. /package/build/{engine → types/engine}/graphics/geometry/ribbon/updateTipPosition.d.ts +0 -0
  7688. /package/build/{engine → types/engine}/graphics/geometry/scaleGeometryToBox.d.ts +0 -0
  7689. /package/build/{engine → types/engine}/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.d.ts +0 -0
  7690. /package/build/{engine → types/engine}/graphics/geometry/skining/computeSkinnedMeshVertices.d.ts +0 -0
  7691. /package/build/{engine → types/engine}/graphics/impostors/card_cluster/FacePlaneAssignment.d.ts +0 -0
  7692. /package/build/{engine → types/engine}/graphics/impostors/octahedral/ImpostorBaker.d.ts +0 -0
  7693. /package/build/{engine → types/engine}/graphics/impostors/octahedral/ImpostorCaptureType.d.ts +0 -0
  7694. /package/build/{engine → types/engine}/graphics/impostors/octahedral/ImpostorDescription.d.ts +0 -0
  7695. /package/build/{engine → types/engine}/graphics/impostors/octahedral/bake/compute_bounding_sphere.d.ts +0 -0
  7696. /package/build/{engine → types/engine}/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.d.ts +0 -0
  7697. /package/build/{engine → types/engine}/graphics/impostors/octahedral/bake/prepare_bake_material.d.ts +0 -0
  7698. /package/build/{engine → types/engine}/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.d.ts +0 -0
  7699. /package/build/{engine → types/engine}/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts +0 -0
  7700. /package/build/{engine → types/engine}/graphics/impostors/octahedral/grid/UvEncoder.d.ts +0 -0
  7701. /package/build/{engine → types/engine}/graphics/impostors/octahedral/prototypeBaker.d.ts +0 -0
  7702. /package/build/{engine → types/engine}/graphics/impostors/octahedral/shader/BakeShaderStandard.d.ts +0 -0
  7703. /package/build/{engine → types/engine}/graphics/impostors/octahedral/shader/ImpostorShaderStandard.d.ts +0 -0
  7704. /package/build/{engine → types/engine}/graphics/impostors/octahedral/shader/ImpostorShaderV0.d.ts +0 -0
  7705. /package/build/{engine → types/engine}/graphics/impostors/octahedral/shader/ImpostorShaderV1.d.ts +0 -0
  7706. /package/build/{engine → types/engine}/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.d.ts +0 -0
  7707. /package/build/{engine → types/engine}/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.d.ts +0 -0
  7708. /package/build/{engine → types/engine}/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.d.ts +0 -0
  7709. /package/build/{engine → types/engine}/graphics/impostors/octahedral/util/load_mesh_for_bake.d.ts +0 -0
  7710. /package/build/{engine → types/engine}/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.d.ts +0 -0
  7711. /package/build/{engine → types/engine}/graphics/loadCubeTexture.d.ts +0 -0
  7712. /package/build/{engine → types/engine}/graphics/load_and_set_cubemap_v0.d.ts +0 -0
  7713. /package/build/{engine → types/engine}/graphics/loader/threejs/LegacyJSONLoader.d.ts +0 -0
  7714. /package/build/{engine → types/engine}/graphics/makeModelView.d.ts +0 -0
  7715. /package/build/{engine → types/engine}/graphics/make_ray_from_viewport_position.d.ts +0 -0
  7716. /package/build/{engine → types/engine}/graphics/material/SplatMaterial.d.ts +0 -0
  7717. /package/build/{engine → types/engine}/graphics/material/WaterMaterial.d.ts +0 -0
  7718. /package/build/{engine → types/engine}/graphics/material/composeCompile.d.ts +0 -0
  7719. /package/build/{engine → types/engine}/graphics/material/manager/AbstractMaterialTransformer.d.ts +0 -0
  7720. /package/build/{engine → types/engine}/graphics/material/manager/ManagedMaterial.d.ts +0 -0
  7721. /package/build/{engine → types/engine}/graphics/material/manager/ManagedTexture.d.ts +0 -0
  7722. /package/build/{engine → types/engine}/graphics/material/manager/MaterialManager.d.ts +0 -0
  7723. /package/build/{engine → types/engine}/graphics/material/manager/TextureManager.d.ts +0 -0
  7724. /package/build/{engine → types/engine}/graphics/material/manager/compilers/CoalesceTextures.d.ts +0 -0
  7725. /package/build/{engine → types/engine}/graphics/material/optimization/BUFFER_GEOMETRY_UVS.d.ts +0 -0
  7726. /package/build/{engine → types/engine}/graphics/material/optimization/MaterialDescriptor.d.ts +0 -0
  7727. /package/build/{engine → types/engine}/graphics/material/optimization/MaterialOptimizationContext.d.ts +0 -0
  7728. /package/build/{engine → types/engine}/graphics/material/optimization/UvContext.d.ts +0 -0
  7729. /package/build/{engine → types/engine}/graphics/material/optimization/is_compliant_mesh.d.ts +0 -0
  7730. /package/build/{engine → types/engine}/graphics/material/optimization/prepare_atlas_texture.d.ts +0 -0
  7731. /package/build/{engine → types/engine}/graphics/material/optimization/prototypeMaterialOptimizer.d.ts +0 -0
  7732. /package/build/{engine → types/engine}/graphics/particles/ecs/ParticleEmitterSystem.d.ts +0 -0
  7733. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/CodeContext.d.ts +0 -0
  7734. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/CodeGenerator.d.ts +0 -0
  7735. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.d.ts +0 -0
  7736. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/genAttributeInputName.d.ts +0 -0
  7737. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.d.ts +0 -0
  7738. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/getTypeByteSize.d.ts +0 -0
  7739. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.d.ts +0 -0
  7740. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.d.ts +0 -0
  7741. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.d.ts +0 -0
  7742. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.d.ts +0 -0
  7743. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.d.ts +0 -0
  7744. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.d.ts +0 -0
  7745. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.d.ts +0 -0
  7746. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/modules/FunctionModule.d.ts +0 -0
  7747. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/modules/FunctionModuleReference.d.ts +0 -0
  7748. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.d.ts +0 -0
  7749. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.d.ts +0 -0
  7750. /package/build/{engine → types/engine}/graphics/particles/node-based/codegen/modules/FunctionSignature.d.ts +0 -0
  7751. /package/build/{engine → types/engine}/graphics/particles/node-based/editor/ParticleSpecificationEditorView.d.ts +0 -0
  7752. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/FloatConstant.d.ts +0 -0
  7753. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/ParticleDataTypes.d.ts +0 -0
  7754. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/ReadFloatUniform.d.ts +0 -0
  7755. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/ReadPosition.d.ts +0 -0
  7756. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/ReadVelocity.d.ts +0 -0
  7757. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/ShaderNode.d.ts +0 -0
  7758. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/Vector3Constant.d.ts +0 -0
  7759. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/Vector3Merge.d.ts +0 -0
  7760. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/Vector3Split.d.ts +0 -0
  7761. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/WriteVelocity.d.ts +0 -0
  7762. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.d.ts +0 -0
  7763. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.d.ts +0 -0
  7764. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/math/AddFloatNode.d.ts +0 -0
  7765. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/math/Vector3Add.d.ts +0 -0
  7766. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/math/Vector3Divide.d.ts +0 -0
  7767. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/math/Vector3Multiply.d.ts +0 -0
  7768. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/math/Vector3Subtract.d.ts +0 -0
  7769. /package/build/{engine → types/engine}/graphics/particles/node-based/nodes/noise/CurlNoiseNode.d.ts +0 -0
  7770. /package/build/{engine → types/engine}/graphics/particles/node-based/particle/GeometryAttributes.d.ts +0 -0
  7771. /package/build/{engine → types/engine}/graphics/particles/node-based/particle/ParticleAttributeBinding.d.ts +0 -0
  7772. /package/build/{engine → types/engine}/graphics/particles/node-based/particle/ParticleAttributeSpecification.d.ts +0 -0
  7773. /package/build/{engine → types/engine}/graphics/particles/node-based/particle/ParticleSpecification.d.ts +0 -0
  7774. /package/build/{engine → types/engine}/graphics/particles/node-based/populateFunctionModuleRegistry.d.ts +0 -0
  7775. /package/build/{engine → types/engine}/graphics/particles/node-based/populateNodeRegistry.d.ts +0 -0
  7776. /package/build/{engine → types/engine}/graphics/particles/node-based/rendering/AbstractParticleRenderer.d.ts +0 -0
  7777. /package/build/{engine → types/engine}/graphics/particles/node-based/rendering/ParticleRenderCommand.d.ts +0 -0
  7778. /package/build/{engine → types/engine}/graphics/particles/node-based/rendering/ParticleRenderSpecification.d.ts +0 -0
  7779. /package/build/{engine → types/engine}/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.d.ts +0 -0
  7780. /package/build/{engine → types/engine}/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.d.ts +0 -0
  7781. /package/build/{engine → types/engine}/graphics/particles/node-based/simulation/EmitterAttributeData.d.ts +0 -0
  7782. /package/build/{engine → types/engine}/graphics/particles/node-based/simulation/GLDataBuffer.d.ts +0 -0
  7783. /package/build/{engine → types/engine}/graphics/particles/node-based/simulation/GLSLParticleSimulator.d.ts +0 -0
  7784. /package/build/{engine → types/engine}/graphics/particles/node-based/simulation/GLSLSimulationShader.d.ts +0 -0
  7785. /package/build/{engine → types/engine}/graphics/particles/node-based/simulation/TransformFeedback.d.ts +0 -0
  7786. /package/build/{engine → types/engine}/graphics/particles/particular/engine/MovingBoundingBox.d.ts +0 -0
  7787. /package/build/{engine → types/engine}/graphics/particles/particular/engine/MovingBoundingBox.spec.d.ts +0 -0
  7788. /package/build/{engine → types/engine}/graphics/particles/particular/engine/ParticularEngine.d.ts +0 -0
  7789. /package/build/{engine → types/engine}/graphics/particles/particular/engine/TF.d.ts +0 -0
  7790. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/EmissionFromType.d.ts +0 -0
  7791. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/EmissionShapeType.d.ts +0 -0
  7792. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.d.ts +0 -0
  7793. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.d.ts +0 -0
  7794. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +0 -0
  7795. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.d.ts +0 -0
  7796. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.d.ts +0 -0
  7797. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleLayer.d.ts +0 -0
  7798. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleLayer.spec.d.ts +0 -0
  7799. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleParameters.d.ts +0 -0
  7800. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticlePool.d.ts +0 -0
  7801. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticlePool.spec.d.ts +0 -0
  7802. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleRenderProfile.d.ts +0 -0
  7803. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/ParticleRendererType.d.ts +0 -0
  7804. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/computeEmissionFunction.d.ts +0 -0
  7805. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/distance_to_camera.d.ts +0 -0
  7806. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.d.ts +0 -0
  7807. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.d.ts +0 -0
  7808. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.d.ts +0 -0
  7809. /package/build/{engine → types/engine}/graphics/particles/particular/engine/emitter/write_particle_patch_uv.d.ts +0 -0
  7810. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +0 -0
  7811. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.d.ts +0 -0
  7812. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.d.ts +0 -0
  7813. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterSet.d.ts +0 -0
  7814. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterSet.spec.d.ts +0 -0
  7815. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterSheet.d.ts +0 -0
  7816. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts +0 -0
  7817. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParameterTrackSet.d.ts +0 -0
  7818. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts +0 -0
  7819. /package/build/{engine → types/engine}/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.d.ts +0 -0
  7820. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/ParticleRenderer.d.ts +0 -0
  7821. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.d.ts +0 -0
  7822. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.d.ts +0 -0
  7823. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.d.ts +0 -0
  7824. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.d.ts +0 -0
  7825. /package/build/{engine → types/engine}/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.d.ts +0 -0
  7826. /package/build/{engine → types/engine}/graphics/particles/particular/engine/shader/MaterialRecord.d.ts +0 -0
  7827. /package/build/{engine → types/engine}/graphics/particles/particular/engine/shader/ShaderManager.d.ts +0 -0
  7828. /package/build/{engine → types/engine}/graphics/particles/particular/engine/shader/debugAtlas.d.ts +0 -0
  7829. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/AbstractSimulationStep.d.ts +0 -0
  7830. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.d.ts +0 -0
  7831. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.d.ts +0 -0
  7832. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.d.ts +0 -0
  7833. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepDefinition.d.ts +0 -0
  7834. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.d.ts +0 -0
  7835. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/SimulationStepType.d.ts +0 -0
  7836. /package/build/{engine → types/engine}/graphics/particles/particular/engine/simulator/update_parameters.d.ts +0 -0
  7837. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.d.ts +0 -0
  7838. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.d.ts +0 -0
  7839. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +0 -0
  7840. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +0 -0
  7841. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +0 -0
  7842. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/volume/lut_to_sampler.d.ts +0 -0
  7843. /package/build/{engine → types/engine}/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.d.ts +0 -0
  7844. /package/build/{engine → types/engine}/graphics/particles/particular/group/Operation.d.ts +0 -0
  7845. /package/build/{engine → types/engine}/graphics/particles/particular/group/OperationType.d.ts +0 -0
  7846. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleAttribute.d.ts +0 -0
  7847. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleAttributeType.d.ts +0 -0
  7848. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleDataType.d.ts +0 -0
  7849. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleGroup.d.ts +0 -0
  7850. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleGroup.spec.d.ts +0 -0
  7851. /package/build/{engine → types/engine}/graphics/particles/particular/group/ParticleSpecification.d.ts +0 -0
  7852. /package/build/{engine → types/engine}/graphics/particles/particular/group/itemSizeFromAttributeType.d.ts +0 -0
  7853. /package/build/{engine → types/engine}/graphics/particles/particular/group/optimizeCommandQueue.d.ts +0 -0
  7854. /package/build/{engine → types/engine}/graphics/particles/particular/group/typedArrayConstructorFromDataType.d.ts +0 -0
  7855. /package/build/{engine → types/engine}/graphics/postprocess/threejs/postprocessing/ClearMaskPass.d.ts +0 -0
  7856. /package/build/{engine → types/engine}/graphics/postprocess/threejs/postprocessing/DotScreenPass.d.ts +0 -0
  7857. /package/build/{engine → types/engine}/graphics/postprocess/threejs/postprocessing/FilmPass.d.ts +0 -0
  7858. /package/build/{engine → types/engine}/graphics/postprocess/threejs/postprocessing/GlitchPass.d.ts +0 -0
  7859. /package/build/{engine → types/engine}/graphics/postprocess/threejs/postprocessing/SavePass.d.ts +0 -0
  7860. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/BokehShader.d.ts +0 -0
  7861. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/ConvolutionShader.d.ts +0 -0
  7862. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/CopyShader.d.ts +0 -0
  7863. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/FXAAShader.d.ts +0 -0
  7864. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/GammaCorrectionShader.d.ts +0 -0
  7865. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/LuminosityShader.d.ts +0 -0
  7866. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/SMAAShader.d.ts +0 -0
  7867. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/SSAOShader.d.ts +0 -0
  7868. /package/build/{engine → types/engine}/graphics/postprocess/threejs/shaders/ToneMapShader.d.ts +0 -0
  7869. /package/build/{engine → types/engine}/graphics/render/Lines.d.ts +0 -0
  7870. /package/build/{engine → types/engine}/graphics/render/RenderPassType.d.ts +0 -0
  7871. /package/build/{engine → types/engine}/graphics/render/RendererPool.d.ts +0 -0
  7872. /package/build/{engine → types/engine}/graphics/render/buffer/FrameBuffer.d.ts +0 -0
  7873. /package/build/{engine → types/engine}/graphics/render/buffer/FrameBufferManager.d.ts +0 -0
  7874. /package/build/{engine → types/engine}/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.d.ts +0 -0
  7875. /package/build/{engine → types/engine}/graphics/render/buffer/buffers/NormalFrameBuffer.d.ts +0 -0
  7876. /package/build/{engine → types/engine}/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.d.ts +0 -0
  7877. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/DepthLimitedBlur.d.ts +0 -0
  7878. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/SimplePostProcessEffect.d.ts +0 -0
  7879. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.d.ts +0 -0
  7880. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +0 -0
  7881. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/ao/SAOShader.d.ts +0 -0
  7882. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.d.ts +0 -0
  7883. /package/build/{engine → types/engine}/graphics/render/buffer/simple-fx/taa/prototypeTAA.d.ts +0 -0
  7884. /package/build/{engine → types/engine}/graphics/render/buffer/slot/ProgramSlotValue.d.ts +0 -0
  7885. /package/build/{engine → types/engine}/graphics/render/buffer/slot/ProgramValueDirectionKind.d.ts +0 -0
  7886. /package/build/{engine → types/engine}/graphics/render/buffer/slot/ProgramValueSlotDefinition.d.ts +0 -0
  7887. /package/build/{engine → types/engine}/graphics/render/buffer/slot/ProgramValueType.d.ts +0 -0
  7888. /package/build/{engine → types/engine}/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts +0 -0
  7889. /package/build/{engine → types/engine}/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.d.ts +0 -0
  7890. /package/build/{engine → types/engine}/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.d.ts +0 -0
  7891. /package/build/{engine → types/engine}/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.d.ts +0 -0
  7892. /package/build/{engine → types/engine}/graphics/render/buffer/slot/parameter/RenderTargetParameters.d.ts +0 -0
  7893. /package/build/{engine → types/engine}/graphics/render/forward_plus/LightManager.d.ts +0 -0
  7894. /package/build/{engine → types/engine}/graphics/render/forward_plus/LightManager.spec.d.ts +0 -0
  7895. /package/build/{engine → types/engine}/graphics/render/forward_plus/LightRenderMetadata.d.ts +0 -0
  7896. /package/build/{engine → types/engine}/graphics/render/forward_plus/assign_cluster.d.ts +0 -0
  7897. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.d.ts +0 -0
  7898. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/compute_light_data_hash.d.ts +0 -0
  7899. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/compute_light_data_hash_0.d.ts +0 -0
  7900. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/read_plane_pair.d.ts +0 -0
  7901. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/write_cluster_planes.d.ts +0 -0
  7902. /package/build/{engine → types/engine}/graphics/render/forward_plus/cluster/write_cluster_planes.spec.d.ts +0 -0
  7903. /package/build/{engine → types/engine}/graphics/render/forward_plus/computeFrustumCorners.d.ts +0 -0
  7904. /package/build/{engine → types/engine}/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.d.ts +0 -0
  7905. /package/build/{engine → types/engine}/graphics/render/forward_plus/debug/buildLightClusterWidget.d.ts +0 -0
  7906. /package/build/{engine → types/engine}/graphics/render/forward_plus/debug/createLayerSwitcher.d.ts +0 -0
  7907. /package/build/{engine → types/engine}/graphics/render/forward_plus/debug/createScreenGrid.d.ts +0 -0
  7908. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.d.ts +0 -0
  7909. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.d.ts +0 -0
  7910. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.d.ts +0 -0
  7911. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.d.ts +0 -0
  7912. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.d.ts +0 -0
  7913. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.d.ts +0 -0
  7914. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FPlusDebugMaterial.d.ts +0 -0
  7915. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/FPlusStandardMaterial.d.ts +0 -0
  7916. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.d.ts +0 -0
  7917. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.d.ts +0 -0
  7918. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/fp_build_fragment_shader.d.ts +0 -0
  7919. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.d.ts +0 -0
  7920. /package/build/{engine → types/engine}/graphics/render/forward_plus/materials/fp_build_vertex_shader.d.ts +0 -0
  7921. /package/build/{engine → types/engine}/graphics/render/forward_plus/model/AbstractLight.d.ts +0 -0
  7922. /package/build/{engine → types/engine}/graphics/render/forward_plus/model/Decal.d.ts +0 -0
  7923. /package/build/{engine → types/engine}/graphics/render/forward_plus/model/DirectionalLight.d.ts +0 -0
  7924. /package/build/{engine → types/engine}/graphics/render/forward_plus/model/PointLight.d.ts +0 -0
  7925. /package/build/{engine → types/engine}/graphics/render/forward_plus/model/SpotLight.d.ts +0 -0
  7926. /package/build/{engine → types/engine}/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +0 -0
  7927. /package/build/{engine → types/engine}/graphics/render/forward_plus/plugin/MaterialTransformer.d.ts +0 -0
  7928. /package/build/{engine → types/engine}/graphics/render/forward_plus/plugin/isLitMaterial.d.ts +0 -0
  7929. /package/build/{engine → types/engine}/graphics/render/forward_plus/plugin/ptototypeFPPlugin.d.ts +0 -0
  7930. /package/build/{engine → types/engine}/graphics/render/forward_plus/prototype/prototypeLightManager.d.ts +0 -0
  7931. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.d.ts +0 -0
  7932. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/cube_mapping.d.ts +0 -0
  7933. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.d.ts +0 -0
  7934. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/point_light_inside_volume.d.ts +0 -0
  7935. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.d.ts +0 -0
  7936. /package/build/{engine → types/engine}/graphics/render/forward_plus/query/spot_light_inside_volume.d.ts +0 -0
  7937. /package/build/{engine → types/engine}/graphics/render/forward_plus/read_frustum_corner.d.ts +0 -0
  7938. /package/build/{engine → types/engine}/graphics/render/forward_plus/sort_decal_data.d.ts +0 -0
  7939. /package/build/{engine → types/engine}/graphics/render/forward_plus/testClusterEquality.d.ts +0 -0
  7940. /package/build/{engine → types/engine}/graphics/render/frame_graph/GraphNode.d.ts +0 -0
  7941. /package/build/{engine → types/engine}/graphics/render/frame_graph/IRenderContext.d.ts +0 -0
  7942. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderGraph.d.ts +0 -0
  7943. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderGraphBuilder.d.ts +0 -0
  7944. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderPass.d.ts +0 -0
  7945. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderPassFlags.d.ts +0 -0
  7946. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderPassNode.d.ts +0 -0
  7947. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderPassResources.d.ts +0 -0
  7948. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderTarget.d.ts +0 -0
  7949. /package/build/{engine → types/engine}/graphics/render/frame_graph/RenderTextureManager.d.ts +0 -0
  7950. /package/build/{engine → types/engine}/graphics/render/frame_graph/ResourceEntry.d.ts +0 -0
  7951. /package/build/{engine → types/engine}/graphics/render/frame_graph/ResourceNode.d.ts +0 -0
  7952. /package/build/{engine → types/engine}/graphics/render/frame_graph/TextureDescriptor.d.ts +0 -0
  7953. /package/build/{engine → types/engine}/graphics/render/frame_graph/TextureInitialState.d.ts +0 -0
  7954. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/deferred/CopyPass.d.ts +0 -0
  7955. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.d.ts +0 -0
  7956. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/deferred/LightingPass.d.ts +0 -0
  7957. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/deferred/run.d.ts +0 -0
  7958. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.d.ts +0 -0
  7959. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/meep-v1/OutlinePass.d.ts +0 -0
  7960. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/meep-v1/SSAOPass.d.ts +0 -0
  7961. /package/build/{engine → types/engine}/graphics/render/frame_graph/sample/meep-v1/render.d.ts +0 -0
  7962. /package/build/{engine → types/engine}/graphics/render/frame_graph/webgl/WebGLRenderContext.d.ts +0 -0
  7963. /package/build/{engine → types/engine}/graphics/render/gizmo/Gizmo.d.ts +0 -0
  7964. /package/build/{engine → types/engine}/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +0 -0
  7965. /package/build/{engine → types/engine}/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +0 -0
  7966. /package/build/{engine → types/engine}/graphics/render/gizmo/prototypeGizmo.d.ts +0 -0
  7967. /package/build/{engine → types/engine}/graphics/render/layers/RenderLayer.d.ts +0 -0
  7968. /package/build/{engine → types/engine}/graphics/render/layers/RenderLayerManager.d.ts +0 -0
  7969. /package/build/{engine → types/engine}/graphics/render/layers/RenderLayerManagerState.d.ts +0 -0
  7970. /package/build/{engine → types/engine}/graphics/render/layers/RenderLayerState.d.ts +0 -0
  7971. /package/build/{engine → types/engine}/graphics/render/layers/RenderLayerUtils.d.ts +0 -0
  7972. /package/build/{engine → types/engine}/graphics/render/make_bvh_visibility_builder.d.ts +0 -0
  7973. /package/build/{engine → types/engine}/graphics/render/utils/ThreeBypassRenderer.d.ts +0 -0
  7974. /package/build/{engine → types/engine}/graphics/render/utils/renderScreenSpace.d.ts +0 -0
  7975. /package/build/{engine → types/engine}/graphics/render/utils/renderTextureToScreenQuad.d.ts +0 -0
  7976. /package/build/{engine → types/engine}/graphics/render/view/CameraView.d.ts +0 -0
  7977. /package/build/{engine → types/engine}/graphics/render/view/CameraViewFlags.d.ts +0 -0
  7978. /package/build/{engine → types/engine}/graphics/render/view/CameraViewManager.d.ts +0 -0
  7979. /package/build/{engine → types/engine}/graphics/render/visibility/IncrementalDeltaSet.d.ts +0 -0
  7980. /package/build/{engine → types/engine}/graphics/render/visibility/IncrementalDeltaSet.spec.d.ts +0 -0
  7981. /package/build/{engine → types/engine}/graphics/render/visibility/VisibilityComputer.d.ts +0 -0
  7982. /package/build/{engine → types/engine}/graphics/render/visibility/VisibilityFilter.d.ts +0 -0
  7983. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.d.ts +0 -0
  7984. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/buffer/ReductionShader.d.ts +0 -0
  7985. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/buildCanvasViewFromTexture.d.ts +0 -0
  7986. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/prototypeHiZ.d.ts +0 -0
  7987. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/query/BatchOcclusionQuery.d.ts +0 -0
  7988. /package/build/{engine → types/engine}/graphics/render/visibility/hiz/query/QueryShader.d.ts +0 -0
  7989. /package/build/{engine → types/engine}/graphics/sh3/LightProbeVolume.d.ts +0 -0
  7990. /package/build/{engine → types/engine}/graphics/sh3/SH3VisualisationMaterial.d.ts +0 -0
  7991. /package/build/{engine → types/engine}/graphics/sh3/gi/prototypeSHGI.d.ts +0 -0
  7992. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/GeometryBVHBatched.d.ts +0 -0
  7993. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/PathTracedMesh.d.ts +0 -0
  7994. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/PathTracer.d.ts +0 -0
  7995. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.d.ts +0 -0
  7996. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/compute_triangle_group_aabb3.d.ts +0 -0
  7997. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/getBiasedNormalSample.d.ts +0 -0
  7998. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/make_one_vector3.d.ts +0 -0
  7999. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/make_sky_hosek.d.ts +0 -0
  8000. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/make_sky_rtiw.d.ts +0 -0
  8001. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/make_zero_vector3.d.ts +0 -0
  8002. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/prototypePathTracer.d.ts +0 -0
  8003. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/random_in_hemisphere.d.ts +0 -0
  8004. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/ray_hit_apply_transform.d.ts +0 -0
  8005. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/ray_reflect.d.ts +0 -0
  8006. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/sample_triangle_attribute.d.ts +0 -0
  8007. /package/build/{engine → types/engine}/graphics/sh3/path_tracer/vec3_uint8_to_float.d.ts +0 -0
  8008. /package/build/{engine → types/engine}/graphics/sh3/prototypeSH3Probe.d.ts +0 -0
  8009. /package/build/{engine → types/engine}/graphics/sh3/sky/hosek/data.d.ts +0 -0
  8010. /package/build/{engine → types/engine}/graphics/sh3/sky/hosek/prototype_hosek.d.ts +0 -0
  8011. /package/build/{engine → types/engine}/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.d.ts +0 -0
  8012. /package/build/{engine → types/engine}/graphics/sh3/visualise_probe.d.ts +0 -0
  8013. /package/build/{engine → types/engine}/graphics/shaders/AlphaBlendShader.d.ts +0 -0
  8014. /package/build/{engine → types/engine}/graphics/shaders/AmbientOcclusionShader.d.ts +0 -0
  8015. /package/build/{engine → types/engine}/graphics/shaders/ClearShader.d.ts +0 -0
  8016. /package/build/{engine → types/engine}/graphics/shaders/CopyShader.d.ts +0 -0
  8017. /package/build/{engine → types/engine}/graphics/shaders/DenoiseShader.d.ts +0 -0
  8018. /package/build/{engine → types/engine}/graphics/shaders/GaussianBlurShader.d.ts +0 -0
  8019. /package/build/{engine → types/engine}/graphics/shaders/GaussianGlowShader.d.ts +0 -0
  8020. /package/build/{engine → types/engine}/graphics/shaders/NormalMapShader.d.ts +0 -0
  8021. /package/build/{engine → types/engine}/graphics/shaders/NormalMapShader2.d.ts +0 -0
  8022. /package/build/{engine → types/engine}/graphics/shaders/ScreenSpaceQuadShader.d.ts +0 -0
  8023. /package/build/{engine → types/engine}/graphics/shaders/ScreenSpaceShader.d.ts +0 -0
  8024. /package/build/{engine → types/engine}/graphics/shaders/SoftOutlineShader.d.ts +0 -0
  8025. /package/build/{engine → types/engine}/graphics/shaders/TerrainShader.d.ts +0 -0
  8026. /package/build/{engine → types/engine}/graphics/shaders/WaterShader.d.ts +0 -0
  8027. /package/build/{engine → types/engine}/graphics/shaders/glsl_gen_swizzled_read.d.ts +0 -0
  8028. /package/build/{engine → types/engine}/graphics/shaders/lib/ShaderChunks.d.ts +0 -0
  8029. /package/build/{engine → types/engine}/graphics/shadows/ShadowMapRenderer.d.ts +0 -0
  8030. /package/build/{engine → types/engine}/graphics/shadows/testShadowMapRendering.d.ts +0 -0
  8031. /package/build/{engine → types/engine}/graphics/shadows/vsm.glsl.d.ts +0 -0
  8032. /package/build/{engine → types/engine}/graphics/texture/3d/SingleChannelSampler3D.d.ts +0 -0
  8033. /package/build/{engine → types/engine}/graphics/texture/3d/scs3d_read_2d_slice.d.ts +0 -0
  8034. /package/build/{engine → types/engine}/graphics/texture/3d/scs3d_sample_linear.d.ts +0 -0
  8035. /package/build/{engine → types/engine}/graphics/texture/AttributeDataTexture.d.ts +0 -0
  8036. /package/build/{engine → types/engine}/graphics/texture/Canvas2Sampler2D.d.ts +0 -0
  8037. /package/build/{engine → types/engine}/graphics/texture/CheckersTexture.d.ts +0 -0
  8038. /package/build/{engine → types/engine}/graphics/texture/CheckersTextureURI.d.ts +0 -0
  8039. /package/build/{engine → types/engine}/graphics/texture/TextureBackedMemoryRegion.d.ts +0 -0
  8040. /package/build/{engine → types/engine}/graphics/texture/atlas/AbstractTextureAtlas.d.ts +0 -0
  8041. /package/build/{engine → types/engine}/graphics/texture/atlas/AtlasLookupTexture.d.ts +0 -0
  8042. /package/build/{engine → types/engine}/graphics/texture/atlas/AtlasPatch.d.ts +0 -0
  8043. /package/build/{engine → types/engine}/graphics/texture/atlas/AtlasPatchFlag.d.ts +0 -0
  8044. /package/build/{engine → types/engine}/graphics/texture/atlas/CachingTextureAtlas.d.ts +0 -0
  8045. /package/build/{engine → types/engine}/graphics/texture/atlas/CachingTextureAtlas.spec.d.ts +0 -0
  8046. /package/build/{engine → types/engine}/graphics/texture/atlas/ManagedTextureAtlas.d.ts +0 -0
  8047. /package/build/{engine → types/engine}/graphics/texture/atlas/ReferencedTextureAtlas.d.ts +0 -0
  8048. /package/build/{engine → types/engine}/graphics/texture/atlas/TextureAtlas.d.ts +0 -0
  8049. /package/build/{engine → types/engine}/graphics/texture/atlas/TextureAtlas.spec.d.ts +0 -0
  8050. /package/build/{engine → types/engine}/graphics/texture/atlas/TextureAtlasDebugger.d.ts +0 -0
  8051. /package/build/{engine → types/engine}/graphics/texture/atlas/gpu/WebGLTextureAtlas.d.ts +0 -0
  8052. /package/build/{engine → types/engine}/graphics/texture/channelCountToThreIntegerTextureType.d.ts +0 -0
  8053. /package/build/{engine → types/engine}/graphics/texture/channelCountToThreeTextureFormat.d.ts +0 -0
  8054. /package/build/{engine → types/engine}/graphics/texture/computeThreeTextureFormat.d.ts +0 -0
  8055. /package/build/{engine → types/engine}/graphics/texture/computeThreeTextureInternalFormatFromDataType.d.ts +0 -0
  8056. /package/build/{engine → types/engine}/graphics/texture/computeThreeTextureTypeFromDataType.d.ts +0 -0
  8057. /package/build/{engine → types/engine}/graphics/texture/cubemap/buildCubeURLs.d.ts +0 -0
  8058. /package/build/{engine → types/engine}/graphics/texture/cubemap/load_environment_map.d.ts +0 -0
  8059. /package/build/{engine → types/engine}/graphics/texture/formatToChannelCount.d.ts +0 -0
  8060. /package/build/{engine → types/engine}/graphics/texture/makeOnePixelTexture.d.ts +0 -0
  8061. /package/build/{engine → types/engine}/graphics/texture/normalized_internal_format.d.ts +0 -0
  8062. /package/build/{engine → types/engine}/graphics/texture/sampler/BlendingType.d.ts +0 -0
  8063. /package/build/{engine → types/engine}/graphics/texture/sampler/HarmonicDiffusionGrid.d.ts +0 -0
  8064. /package/build/{engine → types/engine}/graphics/texture/sampler/HarmonicDiffusionGrid.spec.d.ts +0 -0
  8065. /package/build/{engine → types/engine}/graphics/texture/sampler/Sampler2D.d.ts +0 -0
  8066. /package/build/{engine → types/engine}/graphics/texture/sampler/Sampler2D.spec.d.ts +0 -0
  8067. /package/build/{engine → types/engine}/graphics/texture/sampler/Sampler2D2Canvas.d.ts +0 -0
  8068. /package/build/{engine → types/engine}/graphics/texture/sampler/Sampler2D2Texture.d.ts +0 -0
  8069. /package/build/{engine → types/engine}/graphics/texture/sampler/blendingType2Three.d.ts +0 -0
  8070. /package/build/{engine → types/engine}/graphics/texture/sampler/convertSampler2D2DataURL.d.ts +0 -0
  8071. /package/build/{engine → types/engine}/graphics/texture/sampler/convertSampler2D2DataURL.spec.d.ts +0 -0
  8072. /package/build/{engine → types/engine}/graphics/texture/sampler/convertTexture2Sampler2D.d.ts +0 -0
  8073. /package/build/{engine → types/engine}/graphics/texture/sampler/copy_Sampler2D_channel_data.d.ts +0 -0
  8074. /package/build/{engine → types/engine}/graphics/texture/sampler/copy_Sampler2D_channel_data.spec.d.ts +0 -0
  8075. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeSignedDistanceField_Chamfer.d.ts +0 -0
  8076. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.d.ts +0 -0
  8077. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.spec.d.ts +0 -0
  8078. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeUnsignedDistanceField.d.ts +0 -0
  8079. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeUnsignedDistanceField.spec.d.ts +0 -0
  8080. /package/build/{engine → types/engine}/graphics/texture/sampler/distance/computeUnsignedDistanceField_Chamfer.d.ts +0 -0
  8081. /package/build/{engine → types/engine}/graphics/texture/sampler/downloadSamplerAsPNG.d.ts +0 -0
  8082. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/box.d.ts +0 -0
  8083. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/cubic2.d.ts +0 -0
  8084. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/filter_lanczos3.d.ts +0 -0
  8085. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/gaussian.d.ts +0 -0
  8086. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/kaiser_1.d.ts +0 -0
  8087. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/kaiser_bessel_window.d.ts +0 -0
  8088. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/mitchell.d.ts +0 -0
  8089. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/mitchell_v1.d.ts +0 -0
  8090. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/sampler2d_scale_down_generic.d.ts +0 -0
  8091. /package/build/{engine → types/engine}/graphics/texture/sampler/filter/triangle.d.ts +0 -0
  8092. /package/build/{engine → types/engine}/graphics/texture/sampler/prototypeSamplerFiltering.d.ts +0 -0
  8093. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale.d.ts +0 -0
  8094. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale.spec.d.ts +0 -0
  8095. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.d.ts +0 -0
  8096. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.spec.d.ts +0 -0
  8097. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_linear.d.ts +0 -0
  8098. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_linear.spec.d.ts +0 -0
  8099. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.d.ts +0 -0
  8100. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.spec.d.ts +0 -0
  8101. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_generic.d.ts +0 -0
  8102. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_up_linear.d.ts +0 -0
  8103. /package/build/{engine → types/engine}/graphics/texture/sampler/resize/sampler2d_scale_up_linear.spec.d.ts +0 -0
  8104. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2DToFloat32Texture.d.ts +0 -0
  8105. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_compute_max.d.ts +0 -0
  8106. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_compute_max.spec.d.ts +0 -0
  8107. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_compute_min.d.ts +0 -0
  8108. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_compute_min_indices.d.ts +0 -0
  8109. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_compute_min_indices.spec.d.ts +0 -0
  8110. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_channel_linear_transform.d.ts +0 -0
  8111. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_combine.d.ts +0 -0
  8112. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.d.ts +0 -0
  8113. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_copy_channel_data.d.ts +0 -0
  8114. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_copy_with_margins.d.ts +0 -0
  8115. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_copy_with_margins.spec.d.ts +0 -0
  8116. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_ensure_uint8_RGBA.d.ts +0 -0
  8117. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_paint.d.ts +0 -0
  8118. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_sub_copy_same_item_size.d.ts +0 -0
  8119. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_to_uint8_RGBA.d.ts +0 -0
  8120. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.d.ts +0 -0
  8121. /package/build/{engine → types/engine}/graphics/texture/sampler/sampler2d_write_to_canvas_raw.d.ts +0 -0
  8122. /package/build/{engine → types/engine}/graphics/texture/sampler/saturated_value_by_constructor.d.ts +0 -0
  8123. /package/build/{engine → types/engine}/graphics/texture/sampler/search/make_edge_condition_channel_threshold.d.ts +0 -0
  8124. /package/build/{engine → types/engine}/graphics/texture/sampler/search/sampler2d_find_pixels.d.ts +0 -0
  8125. /package/build/{engine → types/engine}/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.d.ts +0 -0
  8126. /package/build/{engine → types/engine}/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.d.ts +0 -0
  8127. /package/build/{engine → types/engine}/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.spec.d.ts +0 -0
  8128. /package/build/{engine → types/engine}/graphics/texture/sampler/typedArrayConstructorByInstance.d.ts +0 -0
  8129. /package/build/{engine → types/engine}/graphics/texture/sampler/util/bitSet2Sampler2D.d.ts +0 -0
  8130. /package/build/{engine → types/engine}/graphics/texture/sampler/util/drawSamplerHTML.d.ts +0 -0
  8131. /package/build/{engine → types/engine}/graphics/texture/sampler/writeSampler2DDataToDataTexture.d.ts +0 -0
  8132. /package/build/{engine → types/engine}/graphics/texture/sprite/prototypeSpriteCutoutGeometry.d.ts +0 -0
  8133. /package/build/{engine → types/engine}/graphics/texture/texture_array_2d_copy.d.ts +0 -0
  8134. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureMaterial.d.ts +0 -0
  8135. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureMemoryMapping.d.ts +0 -0
  8136. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTexturePage.d.ts +0 -0
  8137. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureTileLoader.d.ts +0 -0
  8138. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureUsage.d.ts +0 -0
  8139. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureUsageShader.d.ts +0 -0
  8140. /package/build/{engine → types/engine}/graphics/texture/virtual/VirtualTextureUsageUpdater.d.ts +0 -0
  8141. /package/build/{engine → types/engine}/graphics/texture/virtual/debug/ResidencyDebugView.d.ts +0 -0
  8142. /package/build/{engine → types/engine}/graphics/texture/virtual/debug/UsageDebugView.d.ts +0 -0
  8143. /package/build/{engine → types/engine}/graphics/texture/virtual/debug/UsagePyramidDebugView.d.ts +0 -0
  8144. /package/build/{engine → types/engine}/graphics/texture/virtual/prototype.d.ts +0 -0
  8145. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/VirtualTextureTile.d.ts +0 -0
  8146. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/compose_finger_print.d.ts +0 -0
  8147. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/compose_tile_address.d.ts +0 -0
  8148. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/decompose_finger_print.d.ts +0 -0
  8149. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/finger_print_to_tile_address.d.ts +0 -0
  8150. /package/build/{engine → types/engine}/graphics/texture/virtual/tile/tile_address_to_finger_print.d.ts +0 -0
  8151. /package/build/{engine → types/engine}/graphics/texture/whitePixelTexture.d.ts +0 -0
  8152. /package/build/{engine → types/engine}/graphics/three/OrbitControls.d.ts +0 -0
  8153. /package/build/{engine → types/engine}/graphics/three/Reflector.d.ts +0 -0
  8154. /package/build/{engine → types/engine}/graphics/three/Refractor.d.ts +0 -0
  8155. /package/build/{engine → types/engine}/graphics/three/ThreeFactory.d.ts +0 -0
  8156. /package/build/{engine → types/engine}/graphics/three/cloneObject3D.d.ts +0 -0
  8157. /package/build/{engine → types/engine}/graphics/three/compare_three_objects.d.ts +0 -0
  8158. /package/build/{engine → types/engine}/graphics/three/expand_aabb_by_transformed_three_object.d.ts +0 -0
  8159. /package/build/{engine → types/engine}/graphics/three/expand_aabb_by_transformed_three_object.spec.d.ts +0 -0
  8160. /package/build/{engine → types/engine}/graphics/three/three_computeObjectBoundingBox.d.ts +0 -0
  8161. /package/build/{engine → types/engine}/graphics/trail/CodeflowTrailMaterial.d.ts +0 -0
  8162. /package/build/{engine → types/engine}/graphics/trail/TemporalPath.d.ts +0 -0
  8163. /package/build/{engine → types/engine}/graphics/trail/TemporalPath.spec.d.ts +0 -0
  8164. /package/build/{engine → types/engine}/graphics/trail/x/RibbonMaterialX.d.ts +0 -0
  8165. /package/build/{engine → types/engine}/graphics/trail/x/RibbonX.d.ts +0 -0
  8166. /package/build/{engine → types/engine}/graphics/trail/x/RibbonX.spec.d.ts +0 -0
  8167. /package/build/{engine → types/engine}/graphics/trail/x/RibbonXMaterialSpec.d.ts +0 -0
  8168. /package/build/{engine → types/engine}/graphics/trail/x/RibbonXPlugin.d.ts +0 -0
  8169. /package/build/{engine → types/engine}/graphics/trail/x/ribbon_attributes_spec.d.ts +0 -0
  8170. /package/build/{engine → types/engine}/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.d.ts +0 -0
  8171. /package/build/{engine → types/engine}/graphics/util/ScaleObject3ToBox.d.ts +0 -0
  8172. /package/build/{engine → types/engine}/graphics/util/composeMatrix4.d.ts +0 -0
  8173. /package/build/{engine → types/engine}/graphics/util/composeMatrix4RotationScale.d.ts +0 -0
  8174. /package/build/{engine → types/engine}/graphics/util/ensureGeometryBoundingBox.d.ts +0 -0
  8175. /package/build/{engine → types/engine}/graphics/util/launchElementIntoFullscreen.d.ts +0 -0
  8176. /package/build/{engine → types/engine}/graphics/util/makeMeshPreviewScene.d.ts +0 -0
  8177. /package/build/{engine → types/engine}/graphics/util/modelHitTest.d.ts +0 -0
  8178. /package/build/{engine → types/engine}/graphics/util/projectSphere.d.ts +0 -0
  8179. /package/build/{engine → types/engine}/graphics/util/promiseMaterialLoaded.d.ts +0 -0
  8180. /package/build/{engine → types/engine}/graphics/util/promiseTextureLoaded.d.ts +0 -0
  8181. /package/build/{engine → types/engine}/graphics/util/renderObjectToSampler2D.d.ts +0 -0
  8182. /package/build/{engine → types/engine}/graphics/util/threeUpdateMatrix.d.ts +0 -0
  8183. /package/build/{engine → types/engine}/graphics/util/threeUpdateTransform.d.ts +0 -0
  8184. /package/build/{engine → types/engine}/grid/ORTHOGONAL_NEIGHBOURHOOD_MASK.d.ts +0 -0
  8185. /package/build/{engine → types/engine}/grid/area/AreaTrigger.d.ts +0 -0
  8186. /package/build/{engine → types/engine}/grid/area/TriggerAction.d.ts +0 -0
  8187. /package/build/{engine → types/engine}/grid/area/TriggerActionType.d.ts +0 -0
  8188. /package/build/{engine → types/engine}/grid/grid2transform/GridPosition2Transform.d.ts +0 -0
  8189. /package/build/{engine → types/engine}/grid/grid2transform/GridPosition2TransformFlags.d.ts +0 -0
  8190. /package/build/{engine → types/engine}/grid/grid2transform/GridPosition2TransformSerializationAdapter.d.ts +0 -0
  8191. /package/build/{engine → types/engine}/grid/grid2transform/GridPosition2TransformSerializationUpgrader_0_1.d.ts +0 -0
  8192. /package/build/{engine → types/engine}/grid/grid2transform/GridPosition2TransformSystem.d.ts +0 -0
  8193. /package/build/{engine → types/engine}/grid/obstacle/GridObstacle.d.ts +0 -0
  8194. /package/build/{engine → types/engine}/grid/obstacle/GridObstacle.spec.d.ts +0 -0
  8195. /package/build/{engine → types/engine}/grid/obstacle/GridObstacleSerializationAdapter.d.ts +0 -0
  8196. /package/build/{engine → types/engine}/grid/position/GridPosition.d.ts +0 -0
  8197. /package/build/{engine → types/engine}/grid/position/GridPositionSerializationAdapter.d.ts +0 -0
  8198. /package/build/{engine → types/engine}/grid/position/GridPositionSerializationUpdater_0_1.d.ts +0 -0
  8199. /package/build/{engine → types/engine}/grid/position/GridPositionSystem.d.ts +0 -0
  8200. /package/build/{engine → types/engine}/grid/transform2grid/Transform2GridPosition.d.ts +0 -0
  8201. /package/build/{engine → types/engine}/grid/transform2grid/Transform2GridPositionFlags.d.ts +0 -0
  8202. /package/build/{engine → types/engine}/grid/transform2grid/Transform2GridPositionMode.d.ts +0 -0
  8203. /package/build/{engine → types/engine}/grid/transform2grid/Transform2GridPositionSystem.d.ts +0 -0
  8204. /package/build/{engine → types/engine}/input/devices/InputDeviceSwitch.d.ts +0 -0
  8205. /package/build/{engine → types/engine}/input/devices/InputDeviceSwitch.spec.d.ts +0 -0
  8206. /package/build/{engine → types/engine}/input/devices/KeyCodes.d.ts +0 -0
  8207. /package/build/{engine → types/engine}/input/devices/KeyValues.d.ts +0 -0
  8208. /package/build/{engine → types/engine}/input/devices/KeyboardDevice.d.ts +0 -0
  8209. /package/build/{engine → types/engine}/input/devices/KeyboardDevice.spec.d.ts +0 -0
  8210. /package/build/{engine → types/engine}/input/devices/PointerDevice.d.ts +0 -0
  8211. /package/build/{engine → types/engine}/input/devices/PointerDevice.spec.d.ts +0 -0
  8212. /package/build/{engine → types/engine}/input/devices/events/DragEvents.d.ts +0 -0
  8213. /package/build/{engine → types/engine}/input/devices/events/KeyboardEvents.d.ts +0 -0
  8214. /package/build/{engine → types/engine}/input/devices/events/MouseEvents.d.ts +0 -0
  8215. /package/build/{engine → types/engine}/input/devices/events/TouchEvents.d.ts +0 -0
  8216. /package/build/{engine → types/engine}/input/ecs/components/Input.d.ts +0 -0
  8217. /package/build/{engine → types/engine}/input/ecs/components/InputBinding.d.ts +0 -0
  8218. /package/build/{engine → types/engine}/input/ecs/components/InputController.d.ts +0 -0
  8219. /package/build/{engine → types/engine}/input/ecs/controllers/KeyboardCameraController.d.ts +0 -0
  8220. /package/build/{engine → types/engine}/input/ecs/ism/InputBinding.d.ts +0 -0
  8221. /package/build/{engine → types/engine}/input/ecs/systems/InputControllerSystem.d.ts +0 -0
  8222. /package/build/{engine → types/engine}/input/ecs/systems/InputSystem.d.ts +0 -0
  8223. /package/build/{engine → types/engine}/input/ecs/util/TerrainCameraTargetSampler.d.ts +0 -0
  8224. /package/build/{engine → types/engine}/input/ecs/util/TopDownCameraControllerHelper.d.ts +0 -0
  8225. /package/build/{engine → types/engine}/intelligence/__module.d.ts +0 -0
  8226. /package/build/{engine → types/engine}/intelligence/behavior/Behavior.d.ts +0 -0
  8227. /package/build/{engine → types/engine}/intelligence/behavior/Behavior.spec.d.ts +0 -0
  8228. /package/build/{engine → types/engine}/intelligence/behavior/BehaviorStatus.d.ts +0 -0
  8229. /package/build/{engine → types/engine}/intelligence/behavior/SelectorBehavior.d.ts +0 -0
  8230. /package/build/{engine → types/engine}/intelligence/behavior/SelectorBehavior.spec.d.ts +0 -0
  8231. /package/build/{engine → types/engine}/intelligence/behavior/behavior_to_dot.d.ts +0 -0
  8232. /package/build/{engine → types/engine}/intelligence/behavior/behavior_to_dot.prototype.d.ts +0 -0
  8233. /package/build/{engine → types/engine}/intelligence/behavior/behavior_to_dot.spec.d.ts +0 -0
  8234. /package/build/{engine → types/engine}/intelligence/behavior/composite/CompositeBehavior.d.ts +0 -0
  8235. /package/build/{engine → types/engine}/intelligence/behavior/composite/ParallelBehavior.d.ts +0 -0
  8236. /package/build/{engine → types/engine}/intelligence/behavior/composite/ParallelBehavior.spec.d.ts +0 -0
  8237. /package/build/{engine → types/engine}/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.d.ts +0 -0
  8238. /package/build/{engine → types/engine}/intelligence/behavior/composite/SequenceBehavior.d.ts +0 -0
  8239. /package/build/{engine → types/engine}/intelligence/behavior/composite/SequenceBehavior.spec.d.ts +0 -0
  8240. /package/build/{engine → types/engine}/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.d.ts +0 -0
  8241. /package/build/{engine → types/engine}/intelligence/behavior/decorator/AbstractDecoratorBehavior.d.ts +0 -0
  8242. /package/build/{engine → types/engine}/intelligence/behavior/decorator/IgnoreFailureBehavior.d.ts +0 -0
  8243. /package/build/{engine → types/engine}/intelligence/behavior/decorator/InvertStatusBehavior.d.ts +0 -0
  8244. /package/build/{engine → types/engine}/intelligence/behavior/decorator/InvertStatusBehaviorSerializationAdapter.d.ts +0 -0
  8245. /package/build/{engine → types/engine}/intelligence/behavior/decorator/RepeatBehavior.d.ts +0 -0
  8246. /package/build/{engine → types/engine}/intelligence/behavior/decorator/RepeatBehavior.spec.d.ts +0 -0
  8247. /package/build/{engine → types/engine}/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.d.ts +0 -0
  8248. /package/build/{engine → types/engine}/intelligence/behavior/decorator/RepeatUntilFailureBehavior.d.ts +0 -0
  8249. /package/build/{engine → types/engine}/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.d.ts +0 -0
  8250. /package/build/{engine → types/engine}/intelligence/behavior/ecs/BehaviorComponent.d.ts +0 -0
  8251. /package/build/{engine → types/engine}/intelligence/behavior/ecs/BehaviorComponentFlag.d.ts +0 -0
  8252. /package/build/{engine → types/engine}/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.d.ts +0 -0
  8253. /package/build/{engine → types/engine}/intelligence/behavior/ecs/BehaviorSystem.d.ts +0 -0
  8254. /package/build/{engine → types/engine}/intelligence/behavior/ecs/BehaviorSystem.spec.d.ts +0 -0
  8255. /package/build/{engine → types/engine}/intelligence/behavior/ecs/ClockChannelType.d.ts +0 -0
  8256. /package/build/{engine → types/engine}/intelligence/behavior/ecs/DieBehavior.d.ts +0 -0
  8257. /package/build/{engine → types/engine}/intelligence/behavior/ecs/EntityBehavior.d.ts +0 -0
  8258. /package/build/{engine → types/engine}/intelligence/behavior/ecs/SendEventBehavior.d.ts +0 -0
  8259. /package/build/{engine → types/engine}/intelligence/behavior/ecs/WaitForEventBehavior.d.ts +0 -0
  8260. /package/build/{engine → types/engine}/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.d.ts +0 -0
  8261. /package/build/{engine → types/engine}/intelligence/behavior/primitive/ActionBehavior.d.ts +0 -0
  8262. /package/build/{engine → types/engine}/intelligence/behavior/primitive/FailingBehavior.d.ts +0 -0
  8263. /package/build/{engine → types/engine}/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.d.ts +0 -0
  8264. /package/build/{engine → types/engine}/intelligence/behavior/primitive/PromiseBehavior.d.ts +0 -0
  8265. /package/build/{engine → types/engine}/intelligence/behavior/primitive/SucceedingBehavior.d.ts +0 -0
  8266. /package/build/{engine → types/engine}/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.d.ts +0 -0
  8267. /package/build/{engine → types/engine}/intelligence/behavior/selector/WeightedElement.d.ts +0 -0
  8268. /package/build/{engine → types/engine}/intelligence/behavior/selector/WeightedRandomBehavior.d.ts +0 -0
  8269. /package/build/{engine → types/engine}/intelligence/behavior/util/BranchBehavior.d.ts +0 -0
  8270. /package/build/{engine → types/engine}/intelligence/behavior/util/ConditionBehavior.d.ts +0 -0
  8271. /package/build/{engine → types/engine}/intelligence/behavior/util/ConditionBehavior.spec.d.ts +0 -0
  8272. /package/build/{engine → types/engine}/intelligence/behavior/util/ConditionalBehavior.d.ts +0 -0
  8273. /package/build/{engine → types/engine}/intelligence/behavior/util/DelayBehavior.d.ts +0 -0
  8274. /package/build/{engine → types/engine}/intelligence/behavior/util/FilterBehavior.d.ts +0 -0
  8275. /package/build/{engine → types/engine}/intelligence/behavior/util/LogMessageBehavior.d.ts +0 -0
  8276. /package/build/{engine → types/engine}/intelligence/behavior/util/RotationBehavior.d.ts +0 -0
  8277. /package/build/{engine → types/engine}/intelligence/behavior/util/behavior_traverse_tree.d.ts +0 -0
  8278. /package/build/{engine → types/engine}/intelligence/behavior/util/syncExecuteBehaviorToCompletion.d.ts +0 -0
  8279. /package/build/{engine → types/engine}/intelligence/blackboard/AbstractBlackboard.d.ts +0 -0
  8280. /package/build/{engine → types/engine}/intelligence/blackboard/Blackboard.d.ts +0 -0
  8281. /package/build/{engine → types/engine}/intelligence/blackboard/Blackboard.spec.d.ts +0 -0
  8282. /package/build/{engine → types/engine}/intelligence/blackboard/BlackboardDynamicStorageAdapter.d.ts +0 -0
  8283. /package/build/{engine → types/engine}/intelligence/blackboard/BlackboardSerializationAdapter.d.ts +0 -0
  8284. /package/build/{engine → types/engine}/intelligence/blackboard/BlackboardSerializationAdapter.spec.d.ts +0 -0
  8285. /package/build/{engine → types/engine}/intelligence/blackboard/BlackboardStack.d.ts +0 -0
  8286. /package/build/{engine → types/engine}/intelligence/blackboard/BlackboardValue.d.ts +0 -0
  8287. /package/build/{engine → types/engine}/intelligence/blackboard/make_blackboard_proxy.d.ts +0 -0
  8288. /package/build/{engine → types/engine}/intelligence/blackboard/make_blackboard_proxy.spec.d.ts +0 -0
  8289. /package/build/{engine → types/engine}/intelligence/controller/graph/StateGraph.d.ts +0 -0
  8290. /package/build/{engine → types/engine}/intelligence/controller/graph/StateGraphDescription.d.ts +0 -0
  8291. /package/build/{engine → types/engine}/intelligence/controller/graph/StateGraphSystem.d.ts +0 -0
  8292. /package/build/{engine → types/engine}/intelligence/mcts/MonteCarlo.d.ts +0 -0
  8293. /package/build/{engine → types/engine}/intelligence/mcts/MonteCarlo.spec.d.ts +0 -0
  8294. /package/build/{engine → types/engine}/intelligence/mcts/MoveEdge.d.ts +0 -0
  8295. /package/build/{engine → types/engine}/intelligence/mcts/StateNode.d.ts +0 -0
  8296. /package/build/{engine → types/engine}/intelligence/mcts/StateNode.spec.d.ts +0 -0
  8297. /package/build/{engine → types/engine}/intelligence/optimization/OptimizationTask.d.ts +0 -0
  8298. /package/build/{engine → types/engine}/intelligence/optimization/RandomOptimizer.d.ts +0 -0
  8299. /package/build/{engine → types/engine}/intelligence/optimization/RandomOptimizer.spec.d.ts +0 -0
  8300. /package/build/{engine → types/engine}/intelligence/resource/ActionSequence.d.ts +0 -0
  8301. /package/build/{engine → types/engine}/intelligence/resource/Resource.d.ts +0 -0
  8302. /package/build/{engine → types/engine}/intelligence/resource/ResourceAllocation.d.ts +0 -0
  8303. /package/build/{engine → types/engine}/intelligence/resource/ResourceAllocationBid.d.ts +0 -0
  8304. /package/build/{engine → types/engine}/intelligence/resource/ResourceAllocationSolver.d.ts +0 -0
  8305. /package/build/{engine → types/engine}/intelligence/resource/ResourceAllocationSolver.spec.d.ts +0 -0
  8306. /package/build/{engine → types/engine}/intelligence/resource/StrategicResourceAllocator.d.ts +0 -0
  8307. /package/build/{engine → types/engine}/intelligence/resource/StrategicResourceAllocator.spec.d.ts +0 -0
  8308. /package/build/{engine → types/engine}/intelligence/resource/TacticalModule.d.ts +0 -0
  8309. /package/build/{engine → types/engine}/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.d.ts +0 -0
  8310. /package/build/{engine → types/engine}/knowledge/database/StaticKnowledgeDataTable.d.ts +0 -0
  8311. /package/build/{engine → types/engine}/knowledge/database/StaticKnowledgeDataTable.spec.d.ts +0 -0
  8312. /package/build/{engine → types/engine}/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +0 -0
  8313. /package/build/{engine → types/engine}/knowledge/database/StaticKnowledgeDatabase.d.ts +0 -0
  8314. /package/build/{engine → types/engine}/knowledge/database/StaticKnowledgeDatabase.spec.d.ts +0 -0
  8315. /package/build/{engine → types/engine}/logging/ConsoleLoggerBackend.d.ts +0 -0
  8316. /package/build/{engine → types/engine}/logging/GlobalLogger.d.ts +0 -0
  8317. /package/build/{engine → types/engine}/logging/LogLevel.d.ts +0 -0
  8318. /package/build/{engine → types/engine}/logging/Logger.d.ts +0 -0
  8319. /package/build/{engine → types/engine}/logging/LoggerBackend.d.ts +0 -0
  8320. /package/build/{engine → types/engine}/logging/VoidLoggerBackend.d.ts +0 -0
  8321. /package/build/{engine → types/engine}/logging/elastic/ElasticSearchLogger.d.ts +0 -0
  8322. /package/build/{engine → types/engine}/makeSimpleTaskProgressView.d.ts +0 -0
  8323. /package/build/{engine → types/engine}/metrics/GlobalMetrics.d.ts +0 -0
  8324. /package/build/{engine → types/engine}/metrics/GoogleAnalyticsMetrics.d.ts +0 -0
  8325. /package/build/{engine → types/engine}/metrics/MetricsCategory.d.ts +0 -0
  8326. /package/build/{engine → types/engine}/metrics/MetricsGateway.d.ts +0 -0
  8327. /package/build/{engine → types/engine}/metrics/NullMetricsGateway.d.ts +0 -0
  8328. /package/build/{engine → types/engine}/metrics/ProxyMetricsGateway.d.ts +0 -0
  8329. /package/build/{engine → types/engine}/navigation/__module.d.ts +0 -0
  8330. /package/build/{engine → types/engine}/navigation/ecs/components/InterpolationType.d.ts +0 -0
  8331. /package/build/{engine → types/engine}/navigation/ecs/components/Path.d.ts +0 -0
  8332. /package/build/{engine → types/engine}/navigation/ecs/components/Path.spec.d.ts +0 -0
  8333. /package/build/{engine → types/engine}/navigation/ecs/components/PathEvents.d.ts +0 -0
  8334. /package/build/{engine → types/engine}/navigation/ecs/components/PathFinder.d.ts +0 -0
  8335. /package/build/{engine → types/engine}/navigation/ecs/components/PathSerializationAdapter.d.ts +0 -0
  8336. /package/build/{engine → types/engine}/navigation/ecs/components/PathSerializationUpgrader_0_1.d.ts +0 -0
  8337. /package/build/{engine → types/engine}/navigation/ecs/components/PathSerializationUpgrader_1_2.d.ts +0 -0
  8338. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollower.d.ts +0 -0
  8339. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollower.spec.d.ts +0 -0
  8340. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerEventType.d.ts +0 -0
  8341. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerFlags.d.ts +0 -0
  8342. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerSerializationAdapter.d.ts +0 -0
  8343. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.d.ts +0 -0
  8344. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.d.ts +0 -0
  8345. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.d.ts +0 -0
  8346. /package/build/{engine → types/engine}/navigation/ecs/path_following/PathFollowingSystem.d.ts +0 -0
  8347. /package/build/{engine → types/engine}/navigation/grid/find_path_on_grid_astar.d.ts +0 -0
  8348. /package/build/{engine → types/engine}/navigation/grid/find_path_on_grid_astar.spec.d.ts +0 -0
  8349. /package/build/{engine → types/engine}/network/PriorityFetch.d.ts +0 -0
  8350. /package/build/{engine → types/engine}/network/RemoteController.d.ts +0 -0
  8351. /package/build/{engine → types/engine}/network/convertPathToURL.d.ts +0 -0
  8352. /package/build/{engine → types/engine}/network/remoteEditor.d.ts +0 -0
  8353. /package/build/{engine → types/engine}/network/xhr.d.ts +0 -0
  8354. /package/build/{engine → types/engine}/notify/Notification.d.ts +0 -0
  8355. /package/build/{engine → types/engine}/notify/NotificationLog.d.ts +0 -0
  8356. /package/build/{engine → types/engine}/notify/NotificationLog.spec.d.ts +0 -0
  8357. /package/build/{engine → types/engine}/options/Option.d.ts +0 -0
  8358. /package/build/{engine → types/engine}/options/Option.spec.d.ts +0 -0
  8359. /package/build/{engine → types/engine}/options/OptionAbstract.d.ts +0 -0
  8360. /package/build/{engine → types/engine}/options/OptionGroup.d.ts +0 -0
  8361. /package/build/{engine → types/engine}/options/OptionGroup.spec.d.ts +0 -0
  8362. /package/build/{engine → types/engine}/options/OptionsView.d.ts +0 -0
  8363. /package/build/{engine → types/engine}/physics/ammo/PhysicsWorker.d.ts +0 -0
  8364. /package/build/{engine → types/engine}/physics/cannon/CannonJSPhysicsSystem.d.ts +0 -0
  8365. /package/build/{engine → types/engine}/physics/computeInterceptPoint.d.ts +0 -0
  8366. /package/build/{engine → types/engine}/physics/fluid/Fluid.d.ts +0 -0
  8367. /package/build/{engine → types/engine}/physics/fluid/FluidField.d.ts +0 -0
  8368. /package/build/{engine → types/engine}/physics/fluid/FluidSimulator.d.ts +0 -0
  8369. /package/build/{engine → types/engine}/physics/fluid/SliceVisualiser.d.ts +0 -0
  8370. /package/build/{engine → types/engine}/physics/fluid/effector/AbstractFluidEffector.d.ts +0 -0
  8371. /package/build/{engine → types/engine}/physics/fluid/effector/GlobalFluidEffector.d.ts +0 -0
  8372. /package/build/{engine → types/engine}/physics/fluid/effector/WakeFluidEffector.d.ts +0 -0
  8373. /package/build/{engine → types/engine}/physics/fluid/prototype.d.ts +0 -0
  8374. /package/build/{engine → types/engine}/physics/fluid/solver/v3_grid_apply_advection_forward.d.ts +0 -0
  8375. /package/build/{engine → types/engine}/physics/fluid/solver/v3_grid_apply_advection_reverse.d.ts +0 -0
  8376. /package/build/{engine → types/engine}/physics/fluid/solver/v3_grid_apply_diffusion.d.ts +0 -0
  8377. /package/build/{engine → types/engine}/physics/mls-mpm/MLS_MPM.d.ts +0 -0
  8378. /package/build/{engine → types/engine}/physics/mls-mpm/testMLS_MPM.d.ts +0 -0
  8379. /package/build/{engine → types/engine}/platform/EnginePlatform.d.ts +0 -0
  8380. /package/build/{engine → types/engine}/platform/GetURLHash.d.ts +0 -0
  8381. /package/build/{engine → types/engine}/platform/InMemoryEnginePlatform.d.ts +0 -0
  8382. /package/build/{engine → types/engine}/platform/WebEnginePlatform.d.ts +0 -0
  8383. /package/build/{engine → types/engine}/plugin/EnginePlugin.d.ts +0 -0
  8384. /package/build/{engine → types/engine}/plugin/EnginePlugin.spec.d.ts +0 -0
  8385. /package/build/{engine → types/engine}/plugin/EnginePluginManager.d.ts +0 -0
  8386. /package/build/{engine → types/engine}/plugin/PluginReferenceContext.d.ts +0 -0
  8387. /package/build/{engine → types/engine}/plugin/isSubclassOf.d.ts +0 -0
  8388. /package/build/{engine → types/engine}/reference/v2/Reference.d.ts +0 -0
  8389. /package/build/{engine → types/engine}/reference/v2/Reference.spec.d.ts +0 -0
  8390. /package/build/{engine → types/engine}/save/GameStateLoader.d.ts +0 -0
  8391. /package/build/{engine → types/engine}/save/Storage.d.ts +0 -0
  8392. /package/build/{engine → types/engine}/save/StorageBackedList.d.ts +0 -0
  8393. /package/build/{engine → types/engine}/save/storage/InMemoryLocalStorage.d.ts +0 -0
  8394. /package/build/{engine → types/engine}/save/storage/InMemoryStorage.d.ts +0 -0
  8395. /package/build/{engine → types/engine}/save/storage/IndexedDBStorage.d.ts +0 -0
  8396. /package/build/{engine → types/engine}/save/storage/IndexedDBTransactionMode.d.ts +0 -0
  8397. /package/build/{engine → types/engine}/scene/Scene.d.ts +0 -0
  8398. /package/build/{engine → types/engine}/scene/Scene.spec.d.ts +0 -0
  8399. /package/build/{engine → types/engine}/scene/SceneManager.d.ts +0 -0
  8400. /package/build/{engine → types/engine}/scene/SceneManager.spec.d.ts +0 -0
  8401. /package/build/{engine → types/engine}/scene/SerializedScene.d.ts +0 -0
  8402. /package/build/{engine → types/engine}/scene/transitionToScene.d.ts +0 -0
  8403. /package/build/{engine → types/engine}/simulation/DormandPrince.d.ts +0 -0
  8404. /package/build/{engine → types/engine}/simulation/Ticker.d.ts +0 -0
  8405. /package/build/{engine → types/engine}/sound/SoundEngine.d.ts +0 -0
  8406. /package/build/{engine → types/engine}/sound/asset/SoundAssetPlaybackSpec.d.ts +0 -0
  8407. /package/build/{engine → types/engine}/sound/asset/SoundAssetPlaybackSpecFlags.d.ts +0 -0
  8408. /package/build/{engine → types/engine}/sound/dB2Volume.d.ts +0 -0
  8409. /package/build/{engine → types/engine}/sound/ecs/SoundController.d.ts +0 -0
  8410. /package/build/{engine → types/engine}/sound/ecs/SoundControllerSystem.d.ts +0 -0
  8411. /package/build/{engine → types/engine}/sound/ecs/SoundListener.d.ts +0 -0
  8412. /package/build/{engine → types/engine}/sound/ecs/SoundListenerSystem.d.ts +0 -0
  8413. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundAttenuationFunction.d.ts +0 -0
  8414. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitter.d.ts +0 -0
  8415. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterChannel.d.ts +0 -0
  8416. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterComponentContext.d.ts +0 -0
  8417. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterFlags.d.ts +0 -0
  8418. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterSerializationAdapter.d.ts +0 -0
  8419. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterSerializationAdapter.spec.d.ts +0 -0
  8420. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.d.ts +0 -0
  8421. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.d.ts +0 -0
  8422. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundEmitterSystem.d.ts +0 -0
  8423. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundPanningModelType.d.ts +0 -0
  8424. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundTrack.d.ts +0 -0
  8425. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundTrackFlags.d.ts +0 -0
  8426. /package/build/{engine → types/engine}/sound/ecs/emitter/SoundTrackNodes.d.ts +0 -0
  8427. /package/build/{engine → types/engine}/sound/ecs/emitter/loadSoundTrackAsset.d.ts +0 -0
  8428. /package/build/{engine → types/engine}/sound/material/AbstractSoundMaterialDefinition.d.ts +0 -0
  8429. /package/build/{engine → types/engine}/sound/material/SoundMaterialInteractionType.d.ts +0 -0
  8430. /package/build/{engine → types/engine}/sound/material/concrete/RandomSoundMaterial.d.ts +0 -0
  8431. /package/build/{engine → types/engine}/sound/material/concrete/SilentSoundMaterial.d.ts +0 -0
  8432. /package/build/{engine → types/engine}/sound/material/concrete/SingleSoundMaterial.d.ts +0 -0
  8433. /package/build/{engine → types/engine}/sound/material/concrete/SoundMaterialComposition.d.ts +0 -0
  8434. /package/build/{engine → types/engine}/sound/material/concrete/json/deserializeSoundMaterialFromJSON.d.ts +0 -0
  8435. /package/build/{engine → types/engine}/sound/material/concrete/json/serializeSoundMaterialToJSON.d.ts +0 -0
  8436. /package/build/{engine → types/engine}/sound/material/detector/SoundMaterialSurfaceDetector.d.ts +0 -0
  8437. /package/build/{engine → types/engine}/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.d.ts +0 -0
  8438. /package/build/{engine → types/engine}/sound/sopra/AbstractAudioClip.d.ts +0 -0
  8439. /package/build/{engine → types/engine}/sound/sopra/ContainerAudioClip.d.ts +0 -0
  8440. /package/build/{engine → types/engine}/sound/sopra/RandomContainerAudioClip.d.ts +0 -0
  8441. /package/build/{engine → types/engine}/sound/sopra/SequenceContainerAudioClip.d.ts +0 -0
  8442. /package/build/{engine → types/engine}/sound/sopra/SilenceAudioClip.d.ts +0 -0
  8443. /package/build/{engine → types/engine}/sound/volume2dB.d.ts +0 -0
  8444. /package/build/{engine → types/engine}/ui/DraggableAspect.d.ts +0 -0
  8445. /package/build/{engine → types/engine}/ui/GUIEngine.d.ts +0 -0
  8446. /package/build/{engine → types/engine}/ui/bindings/DomElementBinding.d.ts +0 -0
  8447. /package/build/{engine → types/engine}/ui/bindings/DomElementBindingDescription.d.ts +0 -0
  8448. /package/build/{engine → types/engine}/ui/bindings/DomElementProcessor.d.ts +0 -0
  8449. /package/build/{engine → types/engine}/ui/bindings/DomElementProcessorManager.d.ts +0 -0
  8450. /package/build/{engine → types/engine}/ui/bindings/processors/DomElementProcessorTilt3D.d.ts +0 -0
  8451. /package/build/{engine → types/engine}/ui/cursor/CursorCoalescence.d.ts +0 -0
  8452. /package/build/{engine → types/engine}/ui/cursor/CursorType.d.ts +0 -0
  8453. /package/build/{engine → types/engine}/ui/modal/ModalStack.d.ts +0 -0
  8454. /package/build/{engine → types/engine}/ui/notification/AnimatedObjectEmitter.d.ts +0 -0
  8455. /package/build/{engine → types/engine}/ui/notification/NotificationAreaKind.d.ts +0 -0
  8456. /package/build/{engine → types/engine}/ui/notification/NotificationManager.d.ts +0 -0
  8457. /package/build/{engine → types/engine}/ui/notification/ViewEmitter.d.ts +0 -0
  8458. /package/build/{engine → types/engine}/ui/notification/notificationGenerator.d.ts +0 -0
  8459. /package/build/{engine → types/engine}/ui/scene/SceneGUIContext.d.ts +0 -0
  8460. /package/build/{engine → types/engine}/ui/scene/initializeNotifications.d.ts +0 -0
  8461. /package/build/{engine → types/engine}/ui/tiles2d/TileGrid.d.ts +0 -0
  8462. /package/build/{engine → types/engine}/ui/tiles2d/TileGrid.spec.d.ts +0 -0
  8463. /package/build/{engine → types/engine}/ui/tiles2d/TileMoveInstruction.d.ts +0 -0
  8464. /package/build/{engine → types/engine}/ui/tiles2d/TileMoveProgram.d.ts +0 -0
  8465. /package/build/{engine → types/engine}/ui/tiles2d/computeTileGridMove.d.ts +0 -0
  8466. /package/build/{engine → types/engine}/ui/tiles2d/computeTileGridMove.spec.d.ts +0 -0
  8467. /package/build/{extractName.d.ts → types/extractName.d.ts} +0 -0
  8468. /package/build/{generation → types/generation}/GraphGenerationRule.d.ts +0 -0
  8469. /package/build/{generation → types/generation}/GridGeneratorConfig.d.ts +0 -0
  8470. /package/build/{generation → types/generation}/GridTaskGroup.d.ts +0 -0
  8471. /package/build/{generation → types/generation}/automata/CaveGeneratorCellularAutomata.d.ts +0 -0
  8472. /package/build/{generation → types/generation}/automata/CaveGeneratorCellularAutomata.spec.d.ts +0 -0
  8473. /package/build/{generation → types/generation}/automata/CellularAutomata.d.ts +0 -0
  8474. /package/build/{generation → types/generation}/filtering/CellFilter.d.ts +0 -0
  8475. /package/build/{generation → types/generation}/filtering/CellFilterCellMatcher.d.ts +0 -0
  8476. /package/build/{generation → types/generation}/filtering/boolean/CellFilterLiteralBoolean.d.ts +0 -0
  8477. /package/build/{generation → types/generation}/filtering/boolean/logic/CellFilterAnd.d.ts +0 -0
  8478. /package/build/{generation → types/generation}/filtering/core/CellFilterBinaryOperation.d.ts +0 -0
  8479. /package/build/{generation → types/generation}/filtering/core/CellFilterOperationTertiary.d.ts +0 -0
  8480. /package/build/{generation → types/generation}/filtering/core/CellFilterUnaryOperation.d.ts +0 -0
  8481. /package/build/{generation → types/generation}/filtering/numeric/CellFilterCache.d.ts +0 -0
  8482. /package/build/{generation → types/generation}/filtering/numeric/CellFilterLiteralFloat.d.ts +0 -0
  8483. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterAngleToNormal.d.ts +0 -0
  8484. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterAngleToNormal.spec.d.ts +0 -0
  8485. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterCurvature.d.ts +0 -0
  8486. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterDilate.d.ts +0 -0
  8487. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterFXAA.d.ts +0 -0
  8488. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterGaussianBlur.d.ts +0 -0
  8489. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterGaussianBlur.spec.d.ts +0 -0
  8490. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterLookupTable.d.ts +0 -0
  8491. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterSimplexNoise.d.ts +0 -0
  8492. /package/build/{generation → types/generation}/filtering/numeric/complex/CellFilterSobel.d.ts +0 -0
  8493. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterAbsolute.d.ts +0 -0
  8494. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterClamp.d.ts +0 -0
  8495. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterInverseLerp.d.ts +0 -0
  8496. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterLerp.d.ts +0 -0
  8497. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterMax2.d.ts +0 -0
  8498. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterMembershipGeneralizedBell.d.ts +0 -0
  8499. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterMin2.d.ts +0 -0
  8500. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterOneMinus.d.ts +0 -0
  8501. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterPower.d.ts +0 -0
  8502. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterSaturate.d.ts +0 -0
  8503. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterSmoothStep.d.ts +0 -0
  8504. /package/build/{generation → types/generation}/filtering/numeric/math/CellFilterStep.d.ts +0 -0
  8505. /package/build/{generation → types/generation}/filtering/numeric/math/algebra/CellFilterAdd.d.ts +0 -0
  8506. /package/build/{generation → types/generation}/filtering/numeric/math/algebra/CellFilterDivide.d.ts +0 -0
  8507. /package/build/{generation → types/generation}/filtering/numeric/math/algebra/CellFilterMultiply.d.ts +0 -0
  8508. /package/build/{generation → types/generation}/filtering/numeric/math/algebra/CellFilterNegate.d.ts +0 -0
  8509. /package/build/{generation → types/generation}/filtering/numeric/math/algebra/CellFilterSubtract.d.ts +0 -0
  8510. /package/build/{generation → types/generation}/filtering/numeric/math/poly/CellFilterCubicFunction.d.ts +0 -0
  8511. /package/build/{generation → types/generation}/filtering/numeric/process/computeCellFilterGradient.d.ts +0 -0
  8512. /package/build/{generation → types/generation}/filtering/numeric/process/computeCellFilterGradient.spec.d.ts +0 -0
  8513. /package/build/{generation → types/generation}/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.d.ts +0 -0
  8514. /package/build/{generation → types/generation}/filtering/numeric/sampling/CellFilterSampleLayerCubic.d.ts +0 -0
  8515. /package/build/{generation → types/generation}/filtering/numeric/sampling/CellFilterSampleLayerLinear.d.ts +0 -0
  8516. /package/build/{generation → types/generation}/filtering/numeric/util/CellFilterDisplaced.d.ts +0 -0
  8517. /package/build/{generation → types/generation}/filtering/numeric/util/CellFilterLogToConsole.d.ts +0 -0
  8518. /package/build/{generation → types/generation}/filtering/numeric/util/populateSampler2DFromCellFilter.d.ts +0 -0
  8519. /package/build/{generation → types/generation}/filtering/numeric/util/sampler_from_filter.d.ts +0 -0
  8520. /package/build/{generation → types/generation}/filtering/numeric/util/visualise_filters_as_grid.d.ts +0 -0
  8521. /package/build/{generation → types/generation}/grid/GridData.d.ts +0 -0
  8522. /package/build/{generation → types/generation}/grid/GridData.spec.d.ts +0 -0
  8523. /package/build/{generation → types/generation}/grid/GridTaskGenerator.d.ts +0 -0
  8524. /package/build/{generation → types/generation}/grid/actions/ContinuousGridCellAction.d.ts +0 -0
  8525. /package/build/{generation → types/generation}/grid/actions/ContinuousGridCellActionSetTerrainHeight.d.ts +0 -0
  8526. /package/build/{generation → types/generation}/grid/actions/ContinuousGridCellActionSetTerrainObstacle.d.ts +0 -0
  8527. /package/build/{generation → types/generation}/grid/actions/ContinuousGridCellActionWriteObstacle.d.ts +0 -0
  8528. /package/build/{generation → types/generation}/grid/generation/GridTaskApplyActionToCells.d.ts +0 -0
  8529. /package/build/{generation → types/generation}/grid/generation/GridTaskDensityMarkerDistribution.d.ts +0 -0
  8530. /package/build/{generation → types/generation}/grid/generation/GridTaskExecuteRuleTimes.d.ts +0 -0
  8531. /package/build/{generation → types/generation}/grid/generation/GridTaskSequence.d.ts +0 -0
  8532. /package/build/{generation → types/generation}/grid/generation/NoopGridTaskGenerator.d.ts +0 -0
  8533. /package/build/{generation → types/generation}/grid/generation/discrete/GridTaskCellActionRuleSet.d.ts +0 -0
  8534. /package/build/{generation → types/generation}/grid/generation/discrete/GridTaskCellularAutomata.d.ts +0 -0
  8535. /package/build/{generation → types/generation}/grid/generation/discrete/GridTaskConnectRooms.d.ts +0 -0
  8536. /package/build/{generation → types/generation}/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.d.ts +0 -0
  8537. /package/build/{generation → types/generation}/grid/generation/discrete/layer/GridTaskDistanceToMarkers.d.ts +0 -0
  8538. /package/build/{generation → types/generation}/grid/generation/grid/GridTaskAddNodesFixed.d.ts +0 -0
  8539. /package/build/{generation → types/generation}/grid/generation/grid/GridTaskGridAlignedNodeGenerator.d.ts +0 -0
  8540. /package/build/{generation → types/generation}/grid/generation/grid/select/CellSupplier.d.ts +0 -0
  8541. /package/build/{generation → types/generation}/grid/generation/grid/select/CellSupplierBestN.d.ts +0 -0
  8542. /package/build/{generation → types/generation}/grid/generation/grid/select/CellSupplierPathUpHill.d.ts +0 -0
  8543. /package/build/{generation → types/generation}/grid/generation/road/GridTaskGenerateRoads.d.ts +0 -0
  8544. /package/build/{generation → types/generation}/grid/generation/road/PathEndPoint.d.ts +0 -0
  8545. /package/build/{generation → types/generation}/grid/generation/road/PathEndPointKind.d.ts +0 -0
  8546. /package/build/{generation → types/generation}/grid/generation/road/RoadConnection.d.ts +0 -0
  8547. /package/build/{generation → types/generation}/grid/generation/road/RoadConnectionNetwork.d.ts +0 -0
  8548. /package/build/{generation → types/generation}/grid/generation/road/readMarkerNodeGroupId.d.ts +0 -0
  8549. /package/build/{generation → types/generation}/grid/generation/util/buildDistanceMapToObjective.d.ts +0 -0
  8550. /package/build/{generation → types/generation}/grid/generation/util/buildPathFromDistanceMap.d.ts +0 -0
  8551. /package/build/{generation → types/generation}/grid/generation/util/buildUnsignedDistanceField.d.ts +0 -0
  8552. /package/build/{generation → types/generation}/grid/layers/GridDataLayer.d.ts +0 -0
  8553. /package/build/{generation → types/generation}/markers/GridActionRuleSet.d.ts +0 -0
  8554. /package/build/{generation → types/generation}/markers/GridCellActionPlaceMarker.d.ts +0 -0
  8555. /package/build/{generation → types/generation}/markers/GridCellActionPlaceMarkerGroup.d.ts +0 -0
  8556. /package/build/{generation → types/generation}/markers/MarkerNode.d.ts +0 -0
  8557. /package/build/{generation → types/generation}/markers/RuleSelectionPolicyType.d.ts +0 -0
  8558. /package/build/{generation → types/generation}/markers/actions/MarkerNodeAction.d.ts +0 -0
  8559. /package/build/{generation → types/generation}/markers/actions/MarkerNodeActionEntityPlacement.d.ts +0 -0
  8560. /package/build/{generation → types/generation}/markers/actions/MarkerNodeActionImaginary.d.ts +0 -0
  8561. /package/build/{generation → types/generation}/markers/actions/MarkerNodeActionSequence.d.ts +0 -0
  8562. /package/build/{generation → types/generation}/markers/actions/MarkerNodeProcessingRuleSet.d.ts +0 -0
  8563. /package/build/{generation → types/generation}/markers/actions/MarkerProcessingRule.d.ts +0 -0
  8564. /package/build/{generation → types/generation}/markers/actions/placement/MarkerNodeEntityProcessor.d.ts +0 -0
  8565. /package/build/{generation → types/generation}/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.d.ts +0 -0
  8566. /package/build/{generation → types/generation}/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.d.ts +0 -0
  8567. /package/build/{generation → types/generation}/markers/actions/placement/MarkerNodeEntityProcessorSequence.d.ts +0 -0
  8568. /package/build/{generation → types/generation}/markers/actions/probability/MarkerNodeActionSelectWeighted.d.ts +0 -0
  8569. /package/build/{generation → types/generation}/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.d.ts +0 -0
  8570. /package/build/{generation → types/generation}/markers/actions/probability/MarkerNodeActionWeightedElement.d.ts +0 -0
  8571. /package/build/{generation → types/generation}/markers/actions/terrain/MarkerNodeActionPaintTerrain.d.ts +0 -0
  8572. /package/build/{generation → types/generation}/markers/actions/util/GridCellActionDebugBreak.d.ts +0 -0
  8573. /package/build/{generation → types/generation}/markers/actions/util/GridCellActionLogToConsole.d.ts +0 -0
  8574. /package/build/{generation → types/generation}/markers/debug/visualizeMarkers.d.ts +0 -0
  8575. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeConsumer.d.ts +0 -0
  8576. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeConsumerBuffer.d.ts +0 -0
  8577. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeEmitter.d.ts +0 -0
  8578. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeEmitterFromAction.d.ts +0 -0
  8579. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeEmitterGridCellAction.d.ts +0 -0
  8580. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeEmitterGroup.d.ts +0 -0
  8581. /package/build/{generation → types/generation}/markers/emitter/MarkerNodeEmitterPredicated.d.ts +0 -0
  8582. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcher.d.ts +0 -0
  8583. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherAnd.d.ts +0 -0
  8584. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherAny.d.ts +0 -0
  8585. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherBinary.d.ts +0 -0
  8586. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherByType.d.ts +0 -0
  8587. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherContainsTag.d.ts +0 -0
  8588. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherNone.d.ts +0 -0
  8589. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherNot.d.ts +0 -0
  8590. /package/build/{generation → types/generation}/markers/matcher/MarkerNodeMatcherOr.d.ts +0 -0
  8591. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicate.d.ts +0 -0
  8592. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicateAnd.d.ts +0 -0
  8593. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicateAny.d.ts +0 -0
  8594. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicateBinary.d.ts +0 -0
  8595. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicateNot.d.ts +0 -0
  8596. /package/build/{generation → types/generation}/markers/predicate/GridDataNodePredicateOverlaps.d.ts +0 -0
  8597. /package/build/{generation → types/generation}/markers/prototypeGridCellActionPlaceMarker.d.ts +0 -0
  8598. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformRotateRandom.d.ts +0 -0
  8599. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformer.d.ts +0 -0
  8600. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.d.ts +0 -0
  8601. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerOffsetPosition.d.ts +0 -0
  8602. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerRecordProperty.d.ts +0 -0
  8603. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerRecordPropertyClosure.d.ts +0 -0
  8604. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.d.ts +0 -0
  8605. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerRemoveTag.d.ts +0 -0
  8606. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerSequence.d.ts +0 -0
  8607. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerYRotateByFilter.d.ts +0 -0
  8608. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.d.ts +0 -0
  8609. /package/build/{generation → types/generation}/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts +0 -0
  8610. /package/build/{generation → types/generation}/placement/GridCellActionTransformNearbyMarkers.d.ts +0 -0
  8611. /package/build/{generation → types/generation}/placement/GridCellPlacementRule.d.ts +0 -0
  8612. /package/build/{generation → types/generation}/placement/action/GridCellAction.d.ts +0 -0
  8613. /package/build/{generation → types/generation}/placement/action/GridCellActionPlaceTags.d.ts +0 -0
  8614. /package/build/{generation → types/generation}/placement/action/GridCellActionPlaceTags.spec.d.ts +0 -0
  8615. /package/build/{generation → types/generation}/placement/action/GridCellActionWriteFilterToLayer.d.ts +0 -0
  8616. /package/build/{generation → types/generation}/placement/action/random/CellActionSelectRandom.d.ts +0 -0
  8617. /package/build/{generation → types/generation}/placement/action/random/weighted/CellActionSelectWeightedRandom.d.ts +0 -0
  8618. /package/build/{generation → types/generation}/placement/action/random/weighted/WeightedGridCellAction.d.ts +0 -0
  8619. /package/build/{generation → types/generation}/placement/action/util/CellMatcherWithinAABB.d.ts +0 -0
  8620. /package/build/{generation → types/generation}/placement/action/util/GridCellActionSequence.d.ts +0 -0
  8621. /package/build/{generation → types/generation}/placement/action/util/GridCellDisplacedAction.d.ts +0 -0
  8622. /package/build/{generation → types/generation}/rules/CellMatcher.d.ts +0 -0
  8623. /package/build/{generation → types/generation}/rules/CellMatcherAny.d.ts +0 -0
  8624. /package/build/{generation → types/generation}/rules/CellMatcherFromFilter.d.ts +0 -0
  8625. /package/build/{generation → types/generation}/rules/CellMatcherLayerBitMaskTest.d.ts +0 -0
  8626. /package/build/{generation → types/generation}/rules/CellMatcherLayerBitMaskTest.spec.d.ts +0 -0
  8627. /package/build/{generation → types/generation}/rules/GridLayerCellMatcher.d.ts +0 -0
  8628. /package/build/{generation → types/generation}/rules/cell/CellMatcherContainsMarkerWithinRadius.d.ts +0 -0
  8629. /package/build/{generation → types/generation}/rules/cell/CellMatcherGridPattern.d.ts +0 -0
  8630. /package/build/{generation → types/generation}/rules/cell/GridPatternMatcher.spec.d.ts +0 -0
  8631. /package/build/{generation → types/generation}/rules/cell/GridPatternMatcherCell.d.ts +0 -0
  8632. /package/build/{generation → types/generation}/rules/logic/CellMatcherAnd.d.ts +0 -0
  8633. /package/build/{generation → types/generation}/rules/logic/CellMatcherBinary.d.ts +0 -0
  8634. /package/build/{generation → types/generation}/rules/logic/CellMatcherDecorator.d.ts +0 -0
  8635. /package/build/{generation → types/generation}/rules/logic/CellMatcherNot.d.ts +0 -0
  8636. /package/build/{generation → types/generation}/rules/logic/CellMatcherOr.d.ts +0 -0
  8637. /package/build/{generation → types/generation}/theme/AreaMask.d.ts +0 -0
  8638. /package/build/{generation → types/generation}/theme/AreaTheme.d.ts +0 -0
  8639. /package/build/{generation → types/generation}/theme/TerrainLayerDescription.d.ts +0 -0
  8640. /package/build/{generation → types/generation}/theme/TerrainLayerRule.d.ts +0 -0
  8641. /package/build/{generation → types/generation}/theme/TerrainLayerRuleAggregator.d.ts +0 -0
  8642. /package/build/{generation → types/generation}/theme/TerrainTheme.d.ts +0 -0
  8643. /package/build/{generation → types/generation}/theme/Theme.d.ts +0 -0
  8644. /package/build/{generation → types/generation}/theme/ThemeEngine.d.ts +0 -0
  8645. /package/build/{generation → types/generation}/theme/ThemeEngine.spec.d.ts +0 -0
  8646. /package/build/{generation → types/generation}/theme/cell/CellProcessingRule.d.ts +0 -0
  8647. /package/build/{generation → types/generation}/theme/cell/CellProcessingRuleSet.d.ts +0 -0
  8648. /package/build/{misc → types/misc}/makeMatcapSelectionOption.d.ts +0 -0
  8649. /package/build/{misc → types/misc}/makeMaterialIcon.d.ts +0 -0
  8650. /package/build/{misc → types/misc}/makeMaterialIconCached.d.ts +0 -0
  8651. /package/build/{view → types/view}/CSS_ABSOLUTE_POSITIONING.d.ts +0 -0
  8652. /package/build/{view → types/view}/SVG.d.ts +0 -0
  8653. /package/build/{view → types/view}/View.d.ts +0 -0
  8654. /package/build/{view → types/view}/ViewGroup.d.ts +0 -0
  8655. /package/build/{view → types/view}/asset/AssetLoaderStatusView.d.ts +0 -0
  8656. /package/build/{view → types/view}/asset/PreloaderView.d.ts +0 -0
  8657. /package/build/{view → types/view}/common/HTMLElementCacheKey.d.ts +0 -0
  8658. /package/build/{view → types/view}/common/LabelView.d.ts +0 -0
  8659. /package/build/{view → types/view}/common/ListView.d.ts +0 -0
  8660. /package/build/{view → types/view}/common/TabbedView.d.ts +0 -0
  8661. /package/build/{view → types/view}/common/VirtualListView.d.ts +0 -0
  8662. /package/build/{view → types/view}/common/dnd/DragAndDropContext.d.ts +0 -0
  8663. /package/build/{view → types/view}/common/dnd/Draggable.d.ts +0 -0
  8664. /package/build/{view → types/view}/common/dnd/DropTarget.d.ts +0 -0
  8665. /package/build/{view → types/view}/controller/GuiController.d.ts +0 -0
  8666. /package/build/{view → types/view}/controller/controls/BooleanVector3Control.d.ts +0 -0
  8667. /package/build/{view → types/view}/controller/controls/ListController.d.ts +0 -0
  8668. /package/build/{view → types/view}/controller/controls/NativeListController.d.ts +0 -0
  8669. /package/build/{view → types/view}/controller/controls/NumericIntervalControl.d.ts +0 -0
  8670. /package/build/{view → types/view}/controller/controls/Vector1Control.d.ts +0 -0
  8671. /package/build/{view → types/view}/controller/controls/Vector2Control.d.ts +0 -0
  8672. /package/build/{view → types/view}/controller/controls/Vector3Control.d.ts +0 -0
  8673. /package/build/{view → types/view}/controller/controls_v2/AbstractPropertyBinding.d.ts +0 -0
  8674. /package/build/{view → types/view}/controller/controls_v2/Controller.d.ts +0 -0
  8675. /package/build/{view → types/view}/controller/controls_v2/IPropertyBinding.d.ts +0 -0
  8676. /package/build/{view → types/view}/controller/controls_v2/PrimitivePropertyBinding.d.ts +0 -0
  8677. /package/build/{view → types/view}/controller/controls_v2/SliderController.d.ts +0 -0
  8678. /package/build/{view → types/view}/controller/dat/DatGuiUtils.d.ts +0 -0
  8679. /package/build/{view → types/view}/currency/CompositeCurrencyLabelView.d.ts +0 -0
  8680. /package/build/{view → types/view}/currency/CurrencyDenominationLabelView.d.ts +0 -0
  8681. /package/build/{view → types/view}/currency/CurrencyDenominationSpec.d.ts +0 -0
  8682. /package/build/{view → types/view}/currency/CurrencyDisplaySpec.d.ts +0 -0
  8683. /package/build/{view → types/view}/currency/FantasyCurrencySpec.d.ts +0 -0
  8684. /package/build/{view → types/view}/currency/SingleCoinCurrency.d.ts +0 -0
  8685. /package/build/{view → types/view}/elements/BottomLeftResizeHandleView.d.ts +0 -0
  8686. /package/build/{view → types/view}/elements/CanvasView.d.ts +0 -0
  8687. /package/build/{view → types/view}/elements/CheckboxView.d.ts +0 -0
  8688. /package/build/{view → types/view}/elements/ColorPickerView.d.ts +0 -0
  8689. /package/build/{view → types/view}/elements/CompassArrowView.d.ts +0 -0
  8690. /package/build/{view → types/view}/elements/ConfirmationDialogView.d.ts +0 -0
  8691. /package/build/{view → types/view}/elements/DropDownSelectionView.d.ts +0 -0
  8692. /package/build/{view → types/view}/elements/EmptyView.d.ts +0 -0
  8693. /package/build/{view → types/view}/elements/Group.d.ts +0 -0
  8694. /package/build/{view → types/view}/elements/MeshPreview.d.ts +0 -0
  8695. /package/build/{view → types/view}/elements/SimpleWindow.d.ts +0 -0
  8696. /package/build/{view → types/view}/elements/button/ButtonView.d.ts +0 -0
  8697. /package/build/{view → types/view}/elements/button/ButtonView.stories.d.ts +0 -0
  8698. /package/build/{view → types/view}/elements/image/ImageView.d.ts +0 -0
  8699. /package/build/{view → types/view}/elements/image/SvgImageView.d.ts +0 -0
  8700. /package/build/{view → types/view}/elements/label/LabeledValueView.d.ts +0 -0
  8701. /package/build/{view → types/view}/elements/navigation/NavigationMenu.d.ts +0 -0
  8702. /package/build/{view → types/view}/elements/navigation/ViewStack.d.ts +0 -0
  8703. /package/build/{view → types/view}/elements/notify/ToastLogView.d.ts +0 -0
  8704. /package/build/{view → types/view}/elements/progress/RectangularPieProgressView.d.ts +0 -0
  8705. /package/build/{view → types/view}/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.d.ts +0 -0
  8706. /package/build/{view → types/view}/elements/progress/segmented/SegmentDefinition.d.ts +0 -0
  8707. /package/build/{view → types/view}/elements/progress/segmented/SegmentedResourceBarView.d.ts +0 -0
  8708. /package/build/{view → types/view}/elements/radial/RadialMenu.d.ts +0 -0
  8709. /package/build/{view → types/view}/elements/radial/RadialMenuElement.d.ts +0 -0
  8710. /package/build/{view → types/view}/elements/radial/RadialMenuElementDefinition.d.ts +0 -0
  8711. /package/build/{view → types/view}/elements/radial/RadialProgressView.d.ts +0 -0
  8712. /package/build/{view → types/view}/elements/radial/RadialText.d.ts +0 -0
  8713. /package/build/{view → types/view}/elements/radial/makeDonut.d.ts +0 -0
  8714. /package/build/{view → types/view}/elements/tiles2d/Tile.d.ts +0 -0
  8715. /package/build/{view → types/view}/elements/tiles2d/TileGrid.d.ts +0 -0
  8716. /package/build/{view → types/view}/elements/video/VideoView.d.ts +0 -0
  8717. /package/build/{view → types/view}/elements/windrose/WindRoseDiagram.d.ts +0 -0
  8718. /package/build/{view → types/view}/elements/windrose/prototype.d.ts +0 -0
  8719. /package/build/{view → types/view}/game/achievements/AchievementNotificationView.d.ts +0 -0
  8720. /package/build/{view → types/view}/interaction/CommandButtonView.d.ts +0 -0
  8721. /package/build/{view → types/view}/interaction/InteractionCommand.d.ts +0 -0
  8722. /package/build/{view → types/view}/interaction/InteractionCommandSet.d.ts +0 -0
  8723. /package/build/{view → types/view}/interaction/InterfaceCommand.d.ts +0 -0
  8724. /package/build/{view → types/view}/interaction/createInterfaceCommandButton.d.ts +0 -0
  8725. /package/build/{view → types/view}/math/FunctionGraphView.d.ts +0 -0
  8726. /package/build/{view → types/view}/minimap/Minimap.d.ts +0 -0
  8727. /package/build/{view → types/view}/minimap/dom/MinimapCameraView.d.ts +0 -0
  8728. /package/build/{view → types/view}/minimap/dom/MinimapMarkerView.d.ts +0 -0
  8729. /package/build/{view → types/view}/minimap/dom/MinimapTerrainView.d.ts +0 -0
  8730. /package/build/{view → types/view}/minimap/gl/MarkerGL.d.ts +0 -0
  8731. /package/build/{view → types/view}/minimap/gl/MarkerGLAttributes.d.ts +0 -0
  8732. /package/build/{view → types/view}/minimap/gl/MinimapFogOfWar.d.ts +0 -0
  8733. /package/build/{view → types/view}/minimap/gl/MinimapMarkersGL.d.ts +0 -0
  8734. /package/build/{view → types/view}/minimap/gl/MinimapTerrainGL.d.ts +0 -0
  8735. /package/build/{view → types/view}/minimap/gl/MinimapWorldGL.d.ts +0 -0
  8736. /package/build/{view → types/view}/minimap/gl/MinimapWorldLayer.d.ts +0 -0
  8737. /package/build/{view → types/view}/minimap/gl/buildMaterial.d.ts +0 -0
  8738. /package/build/{view → types/view}/renderModel.d.ts +0 -0
  8739. /package/build/{view → types/view}/setElementTransform.d.ts +0 -0
  8740. /package/build/{view → types/view}/setElementVisibility.d.ts +0 -0
  8741. /package/build/{view → types/view}/string_tag_to_css_class_name.d.ts +0 -0
  8742. /package/build/{view → types/view}/task/TaskLoadingScreen.d.ts +0 -0
  8743. /package/build/{view → types/view}/task/TaskProgressView.d.ts +0 -0
  8744. /package/build/{view → types/view}/tooltip/DomTooltipManager.d.ts +0 -0
  8745. /package/build/{view → types/view}/tooltip/DomTooltipObserver.d.ts +0 -0
  8746. /package/build/{view → types/view}/tooltip/TooltipManager.d.ts +0 -0
  8747. /package/build/{view → types/view}/tooltip/TooltipView.d.ts +0 -0
  8748. /package/build/{view → types/view}/tooltip/VisualTip.d.ts +0 -0
  8749. /package/build/{view → types/view}/tooltip/gml/GMLEngine.d.ts +0 -0
  8750. /package/build/{view → types/view}/tooltip/gml/TooltipParser.d.ts +0 -0
  8751. /package/build/{view → types/view}/tooltip/gml/TooltipParser.spec.d.ts +0 -0
  8752. /package/build/{view → types/view}/tooltip/gml/compiler/GMLReferenceCompiler.d.ts +0 -0
  8753. /package/build/{view → types/view}/tooltip/gml/parser/TooltipReferenceValue.d.ts +0 -0
  8754. /package/build/{view → types/view}/tooltip/gml/parser/TooltipTokenType.d.ts +0 -0
  8755. /package/build/{view → types/view}/tooltip/gml/parser/parseTooltipString.d.ts +0 -0
  8756. /package/build/{view → types/view}/tooltip/gml/parser/readReferenceToken.d.ts +0 -0
  8757. /package/build/{view → types/view}/tooltip/gml/parser/readReferenceValueToken.d.ts +0 -0
  8758. /package/build/{view → types/view}/tooltip/gml/parser/readStyleToken.d.ts +0 -0
  8759. /package/build/{view → types/view}/util/DomSizeObserver.d.ts +0 -0
  8760. /package/build/{view → types/view}/writeCssTransformMatrix.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellFilterCubicFunction.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/filtering/numeric/math/poly/CellFilterCubicFunction.js"],"names":[],"mappings":"AAGA;IAWI;;;;;;;;OAQG;IACH,oCANW,MAAM,MACN,MAAM,MACN,MAAM,MACN,MAAM,GACJ,uBAAuB,CAoBnC;IAlCG,WAAW;IACX,WAAW;IACX,WAAW;IACX,WAAW;IAiCf,0BAKC;CACJ;yCAjDwC,2CAA2C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"computeCellFilterGradient.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/process/computeCellFilterGradient.js"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,kDATW,MAAM,EAAE,KACR,MAAM,KACN,MAAM,uCAKJ,OAAO,CAsCnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"computeCellFilterGradient.spec.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/process/computeCellFilterGradient.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AbstractCellFilterSampleGridLayer.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.js"],"names":[],"mappings":"AAEA;IAGI;;;OAGG;IACH,SAFU,MAAM,CAED;IAEf;;;;OAIG;IACH,gBAAe;IAEf,kBAAc;IACd,kBAAc;IACd;;;;OAIG;IACH,kBAAiB;IAGjB,uCAUC;CAEJ;2BAxC0B,qBAAqB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellFilterSampleLayerCubic.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.js"],"names":[],"mappings":"AAGA;IAEI;;;;OAIG;IACH,mBAHW,MAAM,GACJ,0BAA0B,CAUtC;IAED,uDAcC;CACJ;kDAnCiD,wCAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellFilterSampleLayerLinear.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.js"],"names":[],"mappings":"AAGA;IAEI;;;;OAIG;IACH,mBAHW,MAAM,GACJ,2BAA2B,CAUvC;IAED,uDAkBC;CACJ;kDAtCiD,wCAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellFilterDisplaced.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/util/CellFilterDisplaced.js"],"names":[],"mappings":"AAIA;IAQI;;;;;;OAMG;IACH,mCAJW,MAAM,KACN,MAAM,GACL,mBAAmB,CAW9B;IAvBD;;;OAGG;IACH,iBAFU,OAAO,CAEM;CAmC1B;yCA5CwC,wCAAwC;oBAC7D,kCAAkC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellFilterLogToConsole.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/util/CellFilterLogToConsole.js"],"names":[],"mappings":"AAIA;IAEI;;;OAGG;IACH,iCAFa,sBAAsB,CAUlC;CASJ;yCA3BwC,wCAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"populateSampler2DFromCellFilter.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/util/populateSampler2DFromCellFilter.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,2FA8BC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampler_from_filter.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/util/sampler_from_filter.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,2FAFW,MAAM,aAiBhB;0BAxByB,0DAA0D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"visualise_filters_as_grid.d.ts","sourceRoot":"","sources":["../../../../../src/generation/filtering/numeric/util/visualise_filters_as_grid.js"],"names":[],"mappings":"AAOA;;;;;;;GAOG;AACH,+GAiEC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridData.d.ts","sourceRoot":"","sources":["../../../src/generation/grid/GridData.js"],"names":[],"mappings":"AAYA;IAEI,cAAU;IACV,eAAW;IAEX;;;OAGG;IACH,oBAFU,sBAAsB,CAES;IAEzC;;;OAGG;IACH,kBAFU,wBAAwB,CAEL;IAE7B;;;;OAIG;IACH,iBAFU,eAAe,CAEb;IAGZ;;;OAGG;IACH,qCAmBC;IAED;;;;OAIG;IACH,iBAHW,MAAM,GACJ,gBAAc,SAAS,CAkBnC;IAED;;;;;;;OAOG;IACH,0BANW,MAAM,KACN,MAAM,UACN,MAAM,+BAEJ,OAAO,CAInB;IAED;;;;;;;OAOG;IACH,uBANW,MAAM,KACN,MAAM,UACN,MAAM,+BAEJ,MAAM,CAsClB;IAED;;;OAGG;IACH,kCAMC;IAED;;;OAGG;IACH,kCASC;IAED;;;;OAIG;IACH,cAHW,MAAM,UACN,MAAM,QAqChB;IAKL;;;OAGG;IACH,qBAFU,OAAO,CAEY;CAP5B;uCAlNsC,wDAAwD;6BADlE,8CAA8C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridData.spec.d.ts","sourceRoot":"","sources":["../../../src/generation/grid/GridData.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskGenerator.d.ts","sourceRoot":"","sources":["../../../src/generation/grid/GridTaskGenerator.js"],"names":[],"mappings":"AAEA;IAEI,aAAiB;IAEjB;;;OAGG;IACH,cAFU,iBAAiB,EAAE,CAEX;IAElB;;;;OAIG;IACH,yBAHW,iBAAiB,GACf,OAAO,CAgBnB;IAED;;;OAGG;IACH,8BAFW,iBAAiB,EAAE,QAU7B;IAED;;;;;;OAMG;IACH,yDAHW,MAAM,GACJ,gBAAc,CAI1B;IAIL;;;OAGG;IACH,8BAFU,OAAO,CAE8B;CAP9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContinuousGridCellAction.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/actions/ContinuousGridCellAction.js"],"names":[],"mappings":"AAAA;IAGQ;;;;OAIG;IACH,sBAA0B;IAI9B;;;OAGG;IACH,2BAEC;IAED;;;;;OAKG;IACH,iBAJW,MAAM,qDAMhB;IAED,iBAEC;IAED;;;;;;;;OAQG;IACH,wDALW,MAAM,KACN,MAAM,YACN,MAAM,8BAKhB;IAIL;;;OAGG;IACH,qCAFU,OAAO,CAE4C;CAP5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContinuousGridCellActionSetTerrainHeight.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.js"],"names":[],"mappings":"AAQA;IAIQ;;;OAGG;IACH,eAFU,SAAS,CAEM;IAEzB;;;OAGG;IACH,mBAA4C;IAGhD,iDAeC;IAED,iFAsDC;CACJ;yCA/FwC,+BAA+B;0BAC9C,uDAAuD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContinuousGridCellActionSetTerrainObstacle.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.js"],"names":[],"mappings":"AAMA;IAIQ;;;OAGG;IACH,UAFU,YAAY,CAEF;IAEpB;;;OAGG;IACH,sBAA+C;IAGnD,iDAcC;IAED,iFAYC;CACJ;yCApDwC,+BAA+B;yBAG/C,+CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContinuousGridCellActionWriteObstacle.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/actions/ContinuousGridCellActionWriteObstacle.js"],"names":[],"mappings":"AAOA;IA0CI;;;;;;OAMG;IACH,2DAFY,qCAAqC,CAahD;IAzDG;;;OAGG;IACH,qBAA8C;IAE9C,kBAAkB;IAElB;;;;;OAKG;IACH;kBAFuB,YAAY;kBAAY,YAAY;MAa1D;IAED;;;OAGG;IACH,oBAFU,YAAY,CAEQ;IAC9B;;;OAGG;IACH,oBAFU,YAAY,CAEQ;IAuBlC,iDAwBC;IAED,iFA0BC;CACJ;yCA1HwC,+BAA+B;yBAG/C,+CAA+C;yBAC/C,+CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskApplyActionToCells.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/generation/GridTaskApplyActionToCells.js"],"names":[],"mappings":"AAOA;IAkBI;;;;;;OAMG;IACH,uDALa,0BAA0B,CAetC;IA/BG;;;OAGG;IACH,QAFU,iBAAe,IAAI,CAEX;IAElB;;;OAGG;IACH,SAFU,eAAa,IAAI,CAER;IAuBvB,iDAwCC;CACJ;kCArFiC,yBAAyB;sBAErC,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskDensityMarkerDistribution.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/generation/GridTaskDensityMarkerDistribution.js"],"names":[],"mappings":"AA2BA;IA8BI;;;;;;OAMG;IACH,2EAHW,eAAe,SACf,MAAM,qCAgBhB;IA/CG;;;OAGG;IACH,oBAAmB;IAEnB;;;OAGG;IACH,kCAAkB;IAElB;;;OAGG;IACH,OAFU,eAAe,CAEa;IAEtC;;;;OAIG;IACH,eAAe;IA2BnB;;;;;;;OAOG;IACH,6EAkFC;IAED;;;;;;;;;OASG;IACH,kBARW,MAAM,sBAEN,MAAM,MACN,MAAM,MACN,MAAM,MACN,MAAM,GACJ,IAAI,CAkIhB;IAGD,iDAkEC;CACJ;kCA1XiC,yBAAyB;gCAG3B,gDAAgD;iBAF/D,oCAAoC;sBAM/B,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskExecuteRuleTimes.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/generation/GridTaskExecuteRuleTimes.js"],"names":[],"mappings":"AAUA;IAaI;;;;OAIG;IACH,iDAFW,MAAM,4BAShB;IArBG;;;OAGG;IACH,4BAAgB;IAEhB,cAAc;IAiBlB,iDA+EC;CACJ;kCApHiC,yBAAyB;sBAIrC,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskSequence.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/generation/GridTaskSequence.js"],"names":[],"mappings":"AAGA;IAWI;;;;OAIG;IACH,sBAHW,iBAAiB,EAAE,GACjB,gBAAgB,CAQ5B;IAlBG;;;OAGG;IACH,UAFU,iBAAiB,EAAE,CAEX;IAgBtB,iDA2BC;CACJ;kCAvDiC,yBAAyB;sBACrC,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NoopGridTaskGenerator.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/generation/NoopGridTaskGenerator.js"],"names":[],"mappings":"AAGA;IACI,4FAEC;CACJ;kCAPiC,yBAAyB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskCellActionRuleSet.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/discrete/GridTaskCellActionRuleSet.js"],"names":[],"mappings":"AAGA;IAiBI;;;;;;OAMG;IACH;;;;QAFa,qBAAqB,CAejC;IAjCG;;;OAGG;IACH,yBAAiB;IAEjB;;;OAGG;IACH,YAFU,MAAM,CAEG;IAyBvB,2CAEC;CACJ;kCA7CiC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskCellularAutomata.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/discrete/GridTaskCellularAutomata.js"],"names":[],"mappings":"AASA;IA4BI;;;;;;OAMG;IACH;;;;;iCAmBC;IAlDG,mBAAmB;IACnB,oBAAoB;IACpB,kBAAkB;IAClB,qBAAqB;IAErB;;;OAGG;IACH,OAFU,MAAM,CAED;IAEf;;;OAGG;IACH,WAFU,MAAM,CAEK;IAErB;;;OAGG;IACH,uBAAkB;IA+BtB,iDA8DC;CACJ;kCA/HiC,4BAA4B;sBAGxC,4CAA4C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskConnectRooms.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/discrete/GridTaskConnectRooms.js"],"names":[],"mappings":"AAoBA;;;;;;;GAOG;AACH;IAuDI;;;;;;;OAOG;IACH;;;;;QAFa,oBAAoB,CAiBhC;IA1EG;;;OAGG;IACH,qBAAmB;IAEnB;;;OAGG;IACH,wBAAwC;IAExC;;;OAGG;IACH,yBAFU,MAAM,EAAE,CASjB;IAED;;;OAGG;IACH,uBAFU,MAAM,EAAE,CAajB;IAED,kBAAkB;IAElB;;;OAGG;IACH,uBAAkB;IA4BtB;;;;;OAKG;IACH,sCAHW,OAAO,GACL,IAAI,CAqChB;IAED;;;;;;OAMG;IACH,qBALW,MAAM,KACN,MAAM,6BAEN,MAAM,QA8DhB;IAED;;;;;;;OAOG;IACH,mCANW,OAAO,aACP,WAAW,6BAEX,MAAM,GACJ,OAAO,CAsFnB;IAED;;;;;;;;OAQG;IACH,gBAPW,MAAM,KACN,MAAM,aACN,MAAM,6BAEN,WAAW,aACX,MAAM,QAuEhB;IAED;;;;;;;OAOG;IACH,mCALW,MAAM,EAAE,aACR,MAAM,aACN,MAAM,EAAE,GACN,SAAS,CA2BrB;IAED;;;;;;;OAOG;IACH,0BANW,MAAM,0BAEN,MAAM,EAAE,aACR,MAAM,aACN,MAAM,EAAE,QAWlB;IAED,iDAuEC;CACJ;kCA1fiC,4BAA4B;oBAT1C,kCAAkC;iBAErC,uCAAuC;uBALjC,mCAAmC;0BAShC,0DAA0D;sBAH9D,4CAA4C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskBuildSourceDistanceMap.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;IA6BI;;;;;;;OAOG;IACH;;;;;;uCAgBC;IAjDG;;;OAGG;IACH,2BAAyB;IAEzB;;;OAGG;IACH,yBAAuB;IAEvB;;;OAGG;IACH,cAAiB;IAEjB;;;OAGG;IACH,SAFU,MAAM,CAEI;IA6BxB,iDA8IC;CACJ;kCA9MiC,+BAA+B;sBAH3C,+CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskDistanceToMarkers.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.js"],"names":[],"mappings":"AAIA;IAIQ;;;OAGG;IACH,yBAAuB;IAEvB;;;OAGG;IACH,OAFU,MAAM,CAEC;IAEjB;;;OAGG;IACH,SAFU,MAAM,CAEI;IAGxB,oBAKC;IAED,4CAgCC;CACJ;kCAnEiC,+BAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskAddNodesFixed.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/grid/GridTaskAddNodesFixed.js"],"names":[],"mappings":"AAKA;IAWI;;;;OAIG;IACH,uCAFY,qBAAqB,CAUhC;IApBG;;;OAGG;IACH,yBAAiB;IAkBrB,+FASC;CACJ;kCAzCiC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskGridAlignedNodeGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.js"],"names":[],"mappings":"AAEA;IAIQ;;;OAGG;IACH,2BAAmB;IAGvB,4CAEC;CACJ;kCAhBiC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellSupplier.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/grid/generation/grid/select/CellSupplier.js"],"names":[],"mappings":"AAAA;IACI;;;;OAIG;IACH,iCAFW,MAAM,QAIhB;IAED;;;OAGG;IACH,QAFa;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,GAAE,SAAS,CAI5D;IAED,gBAEC;IAGL;;;OAGG;IACH,yBAFU,OAAO,CAEoB;CANpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellSupplierBestN.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/grid/generation/grid/select/CellSupplierBestN.js"],"names":[],"mappings":"AAyBA;IAwCI;;;;;OAKG;IACH,0FAoBC;IA7DG;;;OAGG;IACH,SAFU,aAAW,IAAI,CAEN;IACnB;;;OAGG;IACH,QAFU,MAAM,CAED;IACf;;;OAGG;IACH,UAFU;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,EAAE,CAE/B;IAElB;;;OAGG;IACH,WAFU,cAAY,IAAI,CAEL;IAErB;;;OAGG;IACH,OAFU,MAAM,CAEF;IAEd;;;OAGG;IACH,gBAFU,OAAO,CAEU;IA+B/B,uCA8EC;CAgBJ;6BA3L4B,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellSupplierPathUpHill.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/grid/generation/grid/select/CellSupplierPathUpHill.js"],"names":[],"mappings":"AAUA;;;GAGG;AACH;IA4CI;;;;OAIG;IACH,4EAUC;IAvDG;;;OAGG;IACH,QAFU,cAAY,IAAI,CAER;IAElB;;;OAGG;IACH,OAFU,aAAW,IAAI,CAER;IAEjB;;;;OAIG;IACH,mBAA8B;IAC9B;;;;OAIG;IACH,sBAAiC;IAEjC;;;;OAIG;IACH,wBAA2B;IAE3B;;;;OAIG;IACH,eAAkB;IAoBtB,uCAiCC;CA8EJ;6BA1L4B,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridTaskGenerateRoads.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/GridTaskGenerateRoads.js"],"names":[],"mappings":"AAocA;IAIQ;;;OAGG;IACH,QAFU,WAAW,CAEH;IAElB;;;OAGG;IACH,yBAFU,MAAM,EAAE,CASjB;IAED;;;OAGG;IACH,uBAFU,MAAM,EAAE,CAajB;IAED;;;OAGG;IACH,SAFU,gBAAgB,CAIzB;IAGL;;OAEG;IACH,iDA0GC;CACJ;kCAllBiC,4BAA4B;4BAFlC,+BAA+B;sBAJrC,4CAA4C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PathEndPoint.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/PathEndPoint.js"],"names":[],"mappings":"AAKA;IAcI;;;;OAIG;IACH,mCAFa,YAAY,CAaxB;IAED;;;;;;OAMG;IACH,mBALW,MAAM,KACN,MAAM,eAEJ,YAAY,CAUxB;IA5CG,kBAA6B;IAE7B,aAAoC;IAEpC;;;OAGG;IACH,YAFU,iBAAe,CAEH;IAuC1B;;;;OAIG;IACH,oCAFa,OAAO,CAInB;IAED;;;;OAIG;IACH,4BAHW,MAAM,GACJ,OAAO,CAInB;CACJ;oBAxEmB,kCAAkC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PathEndPointKind.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/PathEndPointKind.js"],"names":[],"mappings":"+BAGU,MAAM"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RoadConnection.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/RoadConnection.js"],"names":[],"mappings":"AAEA;IAsBI;;;;;OAKG;IACH,iEAFW,MAAM,EAAE,kBAgBlB;IAvCG;;;OAGG;IACH,qBAAkB;IAClB;;;OAGG;IACH,qBAAkB;IAElB;;;OAGG;IACH,SAFU,MAAM,EAAE,CAED;IA0BrB;;;;OAIG;IACH,oCAFW,MAAM,QAuBhB;IAED;;;;OAIG;IACH,YAHW,MAAM,GACJ,OAAO,CAcnB;IAED;;;;OAIG;IACH,4CAFa,OAAO,CAInB;IAED;;;;OAIG;IACH,4BAHW,MAAM,GACJ,OAAO,CAInB;CACJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RoadConnectionNetwork.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/RoadConnectionNetwork.js"],"names":[],"mappings":"AAcA;IAGQ;;;OAGG;IACH,OAFU,4BAA4B,CAEP;IAE/B,cAAe;IAEf;;;OAGG;IACH,aAFU,IAAI,MAAM,EAAE,gBAAgB,CAAC,CAEX;IAGhC;;;OAGG;IACH,mBAFW,MAAM,QAIhB;IAED;;;;OAIG;IACH,qBAHW,MAAM,GACJ,OAAO,CAInB;IAED;;;;;OAKG;IACH,+BAJW,MAAM,KACN,MAAM,GACJ,OAAO,CAkBnB;IAED;;;;;OAKG;IACH,+BAgBC;IAED;;;OAGG;IACH,gCAQC;IAED;;;;;;OAMG;IACH,uBALW,gBAAgB,KAChB,MAAM,KACN,MAAM,GACJ,MAAM,CAsClB;CACJ;6BA3J4B,oDAAoD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"readMarkerNodeGroupId.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/road/readMarkerNodeGroupId.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,yDAFa,MAAM,CAQlB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"buildDistanceMapToObjective.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/util/buildDistanceMapToObjective.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,4IAFa,OAAO,CAmGnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"buildPathFromDistanceMap.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/util/buildPathFromDistanceMap.js"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,2GATW,MAAM,EAAE,GAON,MAAM,EAAE,CAsEpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"buildUnsignedDistanceField.d.ts","sourceRoot":"","sources":["../../../../../src/generation/grid/generation/util/buildUnsignedDistanceField.js"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,mDAJW,MAAM,EAAE,8CA+BlB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataLayer.d.ts","sourceRoot":"","sources":["../../../../src/generation/grid/layers/GridDataLayer.js"],"names":[],"mappings":"AAQA;IAyBI;;;;;;OAMG;IACH,gBALW,MAAM,QACN,cAAc,eACd,MAAM,GACJ,aAAa,CAsBzB;IAnDD;;;OAGG;IACH,IAFU,MAAM,CAER;IAER;;;OAGG;IACH,YAFU,MAAM,CAED;IAEf;;;OAGG;IACH,SAFU,SAAS,CAEkB;IAErC;;;OAGG;IACH,MAFU,OAAO,CAEQ;IA+BzB;;;;OAIG;IACH,UAHW,MAAM,KACN,MAAM,QAWhB;IAIL;;;OAGG;IACH,0BAFU,OAAO,CAEsB;CANtC;0BAxEyB,uDAAuD;oBAN7D,+BAA+B;+BAEpB,6CAA6C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridActionRuleSet.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/GridActionRuleSet.js"],"names":[],"mappings":"AAoBA;IA0BI;;;;;;;OAOG;IACH,4DANW,uBAAuB,GAIrB,iBAAiB,CAkB7B;IAhDD;;;OAGG;IACH,UAFU,uBAAuB,CAEnB;IAEd;;;OAGG;IACH,QAFU,uBAAuB,GAAC,MAAM,CAEI;IAE5C;;;OAGG;IACH,SAFU,MAAM,EAAE,CAED;IAEjB;;;OAGG;IACH,aAFU,OAAO,CAEE;IA4BnB;;;OAGG;IACH,uCAEC;IAED;;;;;;OAMG;IACH,8BAJW,MAAM,eACN,MAAM,QA6HhB;CACJ;wCAhNuC,8BAA8B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionPlaceMarker.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/GridCellActionPlaceMarker.js"],"names":[],"mappings":"AAOA;IAkFI;;;;;;;;;;OAUG;IACH,0FAFY,yBAAyB,CAsCpC;IA/HD;;;OAGG;IACH,aAAY;IAEZ;;;OAGG;IACH,WAFU,SAAS,CAES;IAE5B;;;OAGG;IACH,MAFU,QAAQ,CAER;IAEV,eAAgB;IAEhB,aAAS;IAET;;;OAGG;IACH,cAFU,uBAAuB,CAEf;IAElB;;;OAGG;IACH,UAFU,MAAM,CAEH;IAEb;;;OAGG;IACH,QAFU,OAAO,CAEM;IAEvB,uCAWC;IAED;;;;OAIG;IACH,qBAFa,OAAO,CAYnB;IAED;;;OAGG;IACH,yDAIC;IAmDD;;;;;;;OAOG;IACH,6BALW,MAAM,KACN,MAAM,YACN,MAAM,GACJ,UAAU,CAgEtB;IAED,wDAIC;IAGL;;;OAGG;IACH,sCAFU,OAAO,CAE8C;CAN9D;+BAvN8B,uCAAuC;0BAE5C,yCAAyC;oBAC/C,4BAA4B;2BAFrB,iBAAiB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionPlaceMarkerGroup.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/GridCellActionPlaceMarkerGroup.js"],"names":[],"mappings":"AAKA;IASI;;;;OAIG;IACH,sBAHW,8BAA8B,GAC5B,8BAA8B,CAU1C;IApBD;;;OAGG;IACH,UAFU,2BAA2B,CAEvB;IAkBd;;;;;;;;OAQG;IACH,sCANW,MAAM,KACN,MAAM,YACN,MAAM,+BAEJ,OAAO,CAoBnB;IAED,wDAcC;CACJ;+BAzE8B,uCAAuC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNode.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/MarkerNode.js"],"names":[],"mappings":"AAKA;IAEI;;;OAGG;IACH,UAFU,MAAM,CAEH;IAEb;;;OAGG;IACH,aAAY;IAEZ;;;OAGG;IACH,MAFU,QAAQ,CAER;IAEV;;;OAGG;IACH,UAFU,OAAO,CAEQ;IAEzB;;;OAGG;IACH,WAFU,SAAS,CAES;IAE5B;;;;OAIG;IACH,MAFU,MAAM,CAEP;IAET;;;OAGG;IACH,gBAAgB;IAGhB;;;;OAIG;IACH,YAHW,MAAM,GACJ,OAAO,CAInB;IAED;;;;OAIG;IACH,iBAHW,MAAM,EAAE,GACN,OAAO,CAanB;IAED;;;OAGG;IACH,SAFa,UAAU,CAQtB;IAED;;;OAGG;IACH,YAFW,UAAU,QAcpB;IAED;;;;OAIG;IACH,gBAHW,UAAU,GACR,OAAO,CAOnB;IAIL;;;OAGG;IACH,uBAFU,OAAO,CAEgB;CANhC;oBAxHmB,4BAA4B;0BACtB,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RuleSelectionPolicyType.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/RuleSelectionPolicyType.js"],"names":[],"mappings":"sCAEU,MAAM"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeAction.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerNodeAction.js"],"names":[],"mappings":"AAAA;IAEI;;;;;OAKG;IACH,8DAFW,MAAM,QAIhB;IAED;;;;;OAKG;IACH,6EAEC;IAGL;;;OAGG;IACH,6BAFU,OAAO,CAE4B;CAN5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionEntityPlacement.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerNodeActionEntityPlacement.js"],"names":[],"mappings":"AAKA;IAoBI;;;;;;OAMG;IACH,iDALW,eAAe,GAGb,+BAA+B,CAsB3C;IA7CD;;;OAGG;IACH,QAFU,eAAe,CAEM;IAE/B;;;OAGG;IACH,WAFU,SAAS,CAES;IAE5B;;;OAGG;IACH,qCAAiB;IA+BjB,iDAIC;IAED,8CAmCC;CACJ;iCAhGgC,uBAAuB;gCAGxB,wCAAwC;0BAD9C,4CAA4C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionImaginary.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerNodeActionImaginary.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH;IAoBI;;;;;;OAMG;IACH,sEAFa,yBAAyB,CAuBrC;IA/CD;;OAEG;IACH,2BAAQ;IAER;;OAEG;IACH,QAFU,gBAAgB,CAEnB;IAEP;;;;OAIG;IACH,wBAAuB;IAEvB,kCAAyC;IAgCzC,8CAoBC;IAED,iDAGC;CACJ;iCArFgC,uBAAuB;yCACf,wCAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionSequence.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerNodeActionSequence.js"],"names":[],"mappings":"AAGA;IAQI;;;;OAIG;IACH,sBAFW,gBAAgB,EAAE,GADhB,wBAAwB,CASpC;IAjBD;;;OAGG;IACH,UAFU,gBAAgB,EAAE,CAEd;IAed,iDASC;IAED,8CAqBC;CACJ;iCAzDgC,uBAAuB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeProcessingRuleSet.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerNodeProcessingRuleSet.js"],"names":[],"mappings":"AAIA;IACI;;;OAGG;IACH,UAFU,sBAAsB,CAElB;IAEd;;;;;OAKG;IACH,8DAFW,MAAM,QAoBhB;IAED;;;OAGG;IACH,sCAEC;IAED;;;;;OAKG;IACH,iFA+CC;IAED;;;;;;OAMG;IACH,2DAHW,MAAM,GACJ,IAAI,CA0ChB;CACJ;iBApJgB,oCAAoC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerProcessingRule.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/actions/MarkerProcessingRule.js"],"names":[],"mappings":"AAEA;IA0BI;;;;;;;OAOG;IACH,4EAFa,oBAAoB,CAuBhC;IArDD;;OAEG;IACH,2BAAe;IAGf;;;OAGG;IACH,cAFU,uBAAuB,CAEf;IAElB;;;OAGG;IACH,yBAAc;IAEd;;;OAGG;IACH,SAFU,OAAO,CAEF;IAiCf;;;;;OAKG;IACH,8DAFW,MAAM,QAoBhB;CACJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEntityProcessor.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/placement/MarkerNodeEntityProcessor.js"],"names":[],"mappings":"AAAA;IACI;;;;OAIG;IACH,8DAEC;IAED;;;;;;OAMG;IACH,6FAEC;IAGL;;;OAGG;IACH,sCAFU,OAAO,CAE8C;CAN9D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEntityProcessorClingToTerrain.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.js"],"names":[],"mappings":"AAOA;IAcI;;;;OAIG;IACH,8BAHW,OAAO,GACN,uCAAuC,CAQlD;IAvBD;;;OAGG;IACH,gBAAe;IAEf;;;OAGG;IACH,aAFU,OAAO,CAEG;IAepB,sCAEC;IAED,2DAcC;CACJ;0CArDyC,gCAAgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEntityProcessorRandomRotation.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.js"],"names":[],"mappings":"AAIA;IAKI,uDAEC;IALD,eAAW;IACX,uBAA2B;IAM3B,sCAEC;IAED,2DAQC;CACJ;0CA1ByC,gCAAgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEntityProcessorSequence.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.js"],"names":[],"mappings":"AAGA;IAQI;;;;OAIG;IACH,sBAHW,yBAAyB,EAAE,GAC1B,iCAAiC,CAQ5C;IAjBD;;;OAGG;IACH,UAFU,yBAAyB,EAAE,CAEvB;IAed;;;OAGG;IACH,aAFW,yBAAyB,QASnC;IAED,sCAUC;IAED,2DAUC;CACJ;0CA5DyC,gCAAgC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionSelectWeighted.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.js"],"names":[],"mappings":"AAYA;IAUI;;;;OAIG;IACH,sBAFW,iCAAiC,GAD/B,8BAA8B,CAW1C;IArBD;;;OAGG;IACH,UAFU,iCAAiC,CAE7B;IAEd,uBAA2B;IAiB3B,iDAiBC;IAED,8CA6CC;CACJ;iCArGgC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionSelectWeighted.spec.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionWeightedElement.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/probability/MarkerNodeActionWeightedElement.js"],"names":[],"mappings":"AAGA;IA8BI;;;;;OAKG;IACH,4DAFa,+BAA+B,CAY3C;IA5CD;;;OAGG;IACH,yBAAc;IAEd;;;OAGG;IACH,mBAAc;IAGd;;;;;OAKG;IACH,8DAFW,MAAM,QAShB;CAmBJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeActionPaintTerrain.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.js"],"names":[],"mappings":"AAcA;IA4DI;;;;;;;;OAQG;IACH,kEAPW,cAAc,GAKZ,4BAA4B,CAwBxC;IA1FD;;;OAGG;IACH,+BAAoC;IAEpC;;;OAGG;IACH,+BAAa;IAEb;;;;OAIG;IACH,qBAAkB;IAElB;;;;OAIG;IACH,mBAAkB;IAElB;;;;OAIG;IACH,iBAAgB;IAEhB;;;;OAIG;IACH,UAFU,cAAc,CAEgB;IAExC;;;OAGG;IACH,oCAFmB,MAAM,KAAG,MAAM,CAE0B;IAE5D;;;OAGG;IACH,oBAFU,cAAc,CAE0B;IAElD;;;;OAIG;IACH,gBAAQ;IAmCR;;;;;;;;;;OAUG;IACH,wBAmBC;IAED,yBAwBC;IAED,8CA8EC;IAED,iDAkBC;CACJ;iCAxQgC,wBAAwB;uCAClB,sDAAsD;2BAClE,+CAA+C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionDebugBreak.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/util/GridCellActionDebugBreak.js"],"names":[],"mappings":"AAGA;IAQI;;iCAMC;IAZD;;;OAGG;IACH,iBAFqB,OAAO,CAEL;IAUvB,wDAIC;CACJ;+BAvB8B,6CAA6C;2BADjD,yCAAyC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionLogToConsole.d.ts","sourceRoot":"","sources":["../../../../../src/generation/markers/actions/util/GridCellActionLogToConsole.js"],"names":[],"mappings":"AAEA;IAII,sDAMC;IARD,gBAAa;IAUb,wDAEC;CACJ;+BAjB8B,6CAA6C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"visualizeMarkers.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/debug/visualizeMarkers.js"],"names":[],"mappings":"AAgDA;;;;;;GAMG;AACH,6FA4IC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeConsumer.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeConsumer.js"],"names":[],"mappings":"AAAA;IAEI;;;OAGG;IACH,gCAEC;CACJ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeConsumerBuffer.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeConsumerBuffer.js"],"names":[],"mappings":"AAEA;IAEI;;;OAGG;IACH,MAFU,YAAY,CAEZ;IAEV;;;OAGG;IACH,SAFU,MAAM,CAEJ;IAEZ,cAEC;IAED;;;OAGG;IACH,mBAEC;IAED;;;OAGG;IACH,WAFY,OAAO,CAIlB;IAED;;;OAGG;IACH,QAFY,MAAM,CAIjB;IAED;;;;OAIG;IACH,WAHW,MAAM,cAKhB;IAED,yBAEC;IAED;;;OAGG;IACH,aAFW,kBAAkB,QAS5B;IAED;;;OAGG;IACH,kCAQC;CACJ;mCAnFkC,yBAAyB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEmitter.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeEmitter.js"],"names":[],"mappings":"AAAA;IACI;;;;OAIG;IACH,iCAFW,MAAM,QAIhB;IAED;;;;;;;OAOG;IACH,2BALW,MAAM,KACN,MAAM,YACN,MAAM,sCAKhB;IAGL;;;OAGG;IACH,8BAFU,OAAO,CAE8B;CAN9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEmitterFromAction.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeEmitterFromAction.js"],"names":[],"mappings":"AAGA;IAQI;;;;OAIG;IACH,qBAHW,2BAA2B,GAC1B,2BAA2B,CAgBtC;IAzBD;;;OAGG;IACH,SAFU,2BAA2B,CAExB;IAuBb,uCASC;IAGD,uEAcC;CACJ;kCA3DiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEmitterGridCellAction.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeEmitterGridCellAction.js"],"names":[],"mappings":"AAIA;IAcI;;;OAGG;IACH,yEAQC;IAxBD;;;OAGG;IACH,2BAAe;IAEf;;;OAGG;IACH,QAFU,wBAAwB,CAEM;IAgBxC,uCAEC;IAED,wDAMC;CACJ;+BA3C8B,0CAA0C;yCAChC,+BAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEmitterGroup.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeEmitterGroup.js"],"names":[],"mappings":"AAGA;IAOI;;;;OAIG;IACH,sBAHW,iBAAiB,EAAE,GAClB,sBAAsB,CAUjC;IAnBD;;;OAGG;IACH,UAFU,iBAAiB,EAAE,CAEf;IAiBd,uCASC;IAED,uEAUC;CACJ;kCA/CiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeEmitterPredicated.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/emitter/MarkerNodeEmitterPredicated.js"],"names":[],"mappings":"AAKA;IAoBI;;;;;OAKG;IACH,mCAJW,iBAAiB,GAEhB,2BAA2B,CAYtC;IAlCD;;;OAGG;IACH,QAFU,iBAAiB,CAEb;IAEd;;;OAGG;IACH,qCAAkD;IAElD;;;OAGG;IACH,QAFU,wBAAwB,CAEM;IAoBxC,uCAEC;IAED,uEAuBC;CACJ;kCAvEiC,wBAAwB;yCACjB,+BAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcher.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcher.js"],"names":[],"mappings":"AAAA;IACI;;;;OAIG;IACH,yBAFa,OAAO,CAKnB;IAGL;;;OAGG;IACH,8BAFU,OAAO,CAE8B;CAN9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherAnd.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherAnd.js"],"names":[],"mappings":"AAGA;IAEI;;;;;OAKG;IACH,gEAFa,oBAAoB,CAYhC;IAED,0BAMC;CACJ;wCA9BuC,8BAA8B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherAny.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherAny.js"],"names":[],"mappings":"AAEA;IACI,0BAEC;CACJ;;kBAIS,oBAAoB;;kCAVI,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherBinary.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherBinary.js"],"names":[],"mappings":"AAEA;IAGI;;;OAGG;IACH,MAFU,iBAAiB,CAEf;IAEZ;;;OAGG;IACH,OAFU,iBAAiB,CAEd;CAEhB;kCAjBiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherByType.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherByType.js"],"names":[],"mappings":"AAGA;IAWI;;;;OAIG;IACH,2BAFa,uBAAuB,CAUnC;IApBG;;;OAGG;IACH,aAAgB;IAkBpB,0BAKC;CACJ;kCAnCiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherContainsTag.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherContainsTag.js"],"names":[],"mappings":"AAGA;IASI,oDAQC;IAfD;;;OAGG;IACH,YAAW;IAaX,0BAEC;CACJ;kCAzBiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherNone.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherNone.js"],"names":[],"mappings":"AAEA;IACI,0BAEC;CACJ;;kBAIS,qBAAqB;;kCAVG,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherNot.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherNot.js"],"names":[],"mappings":"AAGA;IASI;;;;OAIG;IACH,oBAHW,iBAAiB,GAChB,oBAAoB,CAU/B;IApBD;;;OAGG;IACH,QAFU,iBAAiB,CAEb;IAkBd,0BAEC;CACJ;kCA9BiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeMatcherOr.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/matcher/MarkerNodeMatcherOr.js"],"names":[],"mappings":"AAGA;IAEI;;;;;OAKG;IACH,gEAFa,mBAAmB,CAY/B;IAED,0BAEC;CAEJ;wCA3BuC,8BAA8B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicate.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicate.js"],"names":[],"mappings":"AAAA;IACI;;;;;OAKG;IACH,4CAFa,OAAO,CAInB;IAED;;;;OAIG;IACH,iCAFW,MAAM,QAIhB;IAGL;;;OAGG;IACH,kCAFU,OAAO,CAEsC;CANtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicateAnd.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicateAnd.js"],"names":[],"mappings":"AAGA;IACI;;;;;OAKG;IACH,wEAFY,wBAAwB,CAanC;CAUJ;4CA/B2C,kCAAkC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicateAny.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicateAny.js"],"names":[],"mappings":"AAEA;IACI,wCAEC;CACJ;;kBAIS,wBAAwB;;sCAVI,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicateBinary.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicateBinary.js"],"names":[],"mappings":"AAEA;IAEI;;;OAGG;IACH,MAFU,qBAAqB,CAEnB;IAEZ;;;OAGG;IACH,OAFU,qBAAqB,CAElB;IAEb;;;;;OAKG;IACH,gBAJW,OAAO,SACP,OAAO,GACL,OAAO,CAInB;IAED,wCAKC;IAED,uCAGC;CACJ;sCArCqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicateNot.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicateNot.js"],"names":[],"mappings":"AAGA;IASI;;;;OAIG;IACH,oBAHW,qBAAqB,GACpB,wBAAwB,CAUnC;IApBD;;;OAGG;IACH,QAFU,qBAAqB,CAEjB;IAkBd,uCAEC;IAED,wCAEC;CACJ;sCAlCqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridDataNodePredicateOverlaps.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/predicate/GridDataNodePredicateOverlaps.js"],"names":[],"mappings":"AAIA;IAQI,2EAQC;IAdD;;;OAGG;IACH,2BAAe;IAYf,oCAEC;IAED,uCAEC;CACJ;sCA7BqC,4BAA4B;qCAC7B,oCAAoC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"prototypeGridCellActionPlaceMarker.d.ts","sourceRoot":"","sources":["../../../src/generation/markers/prototypeGridCellActionPlaceMarker.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformRotateRandom.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformRotateRandom.js"],"names":[],"mappings":"AAGA;IAMI,4DAMC;IAVD,aAAS;IAET,qBAAyB;IAUzB,uCAEC;IAED,qCAMC;CACJ;sCA3BqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformer.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformer.js"],"names":[],"mappings":"AAAA;IACI;;;;OAIG;IACH,iCAFW,MAAM,QAIhB;IAED;;;;;OAKG;IACH,wDAEC;IAGL;;;OAGG;IACH,kCAFU,OAAO,CAEsC;CANtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerAddPositionYFromFilter.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.js"],"names":[],"mappings":"AAGA;IAQI;;;;OAIG;IACH,iCAFa,2CAA2C,CAUvD;IAnBD;;;OAGG;IACH,mBAAc;IAiBd,uCAMC;IAED,qCAyBC;CACJ;sCA5DqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerOffsetPosition.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerOffsetPosition.js"],"names":[],"mappings":"AAIA;IAII;;;;;OAKG;IACH,eAJW,MAAM,KACN,MAAM,GACL,mCAAmC,CAQ9C;IAdD,gBAAuB;IAgBvB,qCAkBC;CACJ;sCAzCqC,4BAA4B;oBAC9C,+BAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerRecordProperty.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerRecordProperty.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IAcI;;;;;OAKG;IACH,0BAJW,MAAM,sBAEJ,mCAAmC,CAY/C;IA5BD;;;OAGG;IACH,kBAAa;IAEb;;;OAGG;IACH,cAFU,MAAM,CAEI;IAoBpB,uCAIC;IAED,qCAQC;CACJ;sCArDqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerRecordPropertyClosure.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.js"],"names":[],"mappings":"AAIA;IAgBI;;;;;OAKG;IACH,0BAJW,MAAM,eAEJ,0CAA0C,CAYtD;IA9BD;;;OAGG;IACH,gBAAa;IAEb;;;OAGG;IACH,cAFU,MAAM,CAEI;IAEpB,qBAAyB;IAqBzB,uCAEC;IAGD,qCAQC;CACJ;sCApDqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerRecordUniqueRandomEnum.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.js"],"names":[],"mappings":"AAKA;IAuBI;;;;;OAKG;IACH,0BAJW,MAAM,SACN,GAAG,GACD,2CAA2C,CAYvD;IArCD;;;OAGG;IACH,OAFU,GAAG,CAEF;IAEX;;;OAGG;IACH,QAFU,GAAG,CAED;IAEZ;;;OAGG;IACH,cAFU,MAAM,CAEI;IAEpB,qBAAyB;IAsBzB,uCAKC;IAGD,qCAkBC;CACJ;sCAzEqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerRemoveTag.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerRemoveTag.js"],"names":[],"mappings":"AAGA;IAII;;;;OAIG;IACH,iBAHW,MAAM,GACJ,8BAA8B,CAW1C;IAhBD,YAAS;IAkBT,qCAYC;CACJ;sCApCqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerSequence.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerSequence.js"],"names":[],"mappings":"AAEA;IAQI,0DAMC;IAZD;;;OAGG;IACH,UAFU,qBAAqB,EAAE,CAEnB;IAUd,uCAQC;IAED,qCAcC;CACJ;sCA3CqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerYRotateByFilter.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.js"],"names":[],"mappings":"AAQA;IAqBI;;;;OAIG;IACH,yCAFW,MAAM,wCAahB;IAnCD;;;OAGG;IACH,mBAAc;IAEd;;;OAGG;IACH,QAFU,MAAM,CAEL;IAEX,uCAIC;IAqBD,qCAmBC;CACJ;sCAnEqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerYRotateByFilterGradient.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.js"],"names":[],"mappings":"AAWA;;;GAGG;AACH;IAoBI;;;;OAIG;IACH,yCAFW,MAAM,gDAahB;IAlCD;;;OAGG;IACH,mBAAc;IAEd;;;OAGG;IACH,QAFU,MAAM,CAEL;IAEX,uCAIC;IAoBD,qCA4BC;CACJ;sCAlFqC,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts","sourceRoot":"","sources":["../../../../src/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionTransformNearbyMarkers.d.ts","sourceRoot":"","sources":["../../../src/generation/placement/GridCellActionTransformNearbyMarkers.js"],"names":[],"mappings":"AAKA;IAgCI;;;;;;OAMG;IACH,oBALW,MAAM,mEAGJ,oCAAoC,CAchD;IAjDD;;;OAGG;IACH,2BAAwC;IACxC;;;OAGG;IACH,QAFU,MAAM,CAEL;IAEX;;;OAGG;IACH,mCAAmB;IAEnB;;;OAGG;IACH,iBAAc;IAEd;;;;OAIG;IACH,sBAAkB;IAuBlB,uCAIC;IAED;;;;OAIG;IACH,sBAgBC;IAED,wDA0BC;CACJ;+BAlH8B,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellPlacementRule.d.ts","sourceRoot":"","sources":["../../../src/generation/placement/GridCellPlacementRule.js"],"names":[],"mappings":"AAKA;IAgCI;;;;;;;;;OASG;IACH,4FAFa,qBAAqB,CAkCjC;IAzED;;;OAGG;IACH,qBAAe;IAEf;;;OAGG;IACH,wBAA6C;IAE7C;;;OAGG;IACH,gBAFU,OAAO,CAEc;IAG/B;;;OAGG;IACH,uBAAc;IAEd;;;OAGG;IACH,eAFU,OAAO,CAEI;IA8CrB;;;;OAIG;IACH,iCAFW,MAAM,QAWhB;IAED;;;;;;OAMG;IACH,2BAJW,MAAM,KACN,MAAM,YACN,MAAM,QAgBhB;CACJ;oBAtHmB,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellAction.d.ts","sourceRoot":"","sources":["../../../../src/generation/placement/action/GridCellAction.js"],"names":[],"mappings":"AAEA;IACI;;;;;;OAMG;IACH,2BAJW,MAAM,KACN,MAAM,YACN,MAAM,QAIhB;IAED;;;;OAIG;IACH,iCAFW,MAAM,QAOhB;IAGL;;;OAGG;IACH,2BAFU,OAAO,CAEwB;CANxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionPlaceTags.d.ts","sourceRoot":"","sources":["../../../../src/generation/placement/action/GridCellActionPlaceTags.js"],"names":[],"mappings":"AAKA;IAsCI;;;;;OAKG;IACH,mBAJW,MAAM,SACN,MAAM,GACJ,uBAAuB,CAgBnC;IAxDD;;;OAGG;IACH,kBAFmB,MAAM,QAAE,MAAM,KAAG,MAAM,CAEpB;IAEtB;;;OAGG;IACH,MAFU,SAAS,CAEc;IAEjC;;;OAGG;IACH,SAFU,MAAM,CAED;IAEf;;;;OAIG;IACH,gBAAe;IAGf,uCAQC;IAwBD;;;OAGG;IACH,WAFW,MAAM,QAMhB;IAED;;;;OAIG;IACH,UAHW,MAAM,KACN,MAAM,QAIhB;IAED;;OAEG;IACH,wDAgCC;CACJ;+BAxH8B,qBAAqB;0BAC1B,uDAAuD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionPlaceTags.spec.d.ts","sourceRoot":"","sources":["../../../../src/generation/placement/action/GridCellActionPlaceTags.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionWriteFilterToLayer.d.ts","sourceRoot":"","sources":["../../../../src/generation/placement/action/GridCellActionWriteFilterToLayer.js"],"names":[],"mappings":"AAGA;IAqBI;;;;OAIG;IACH,mBAHW,MAAM,wDAahB;IAlCD;;;OAGG;IACH,mBAAc;IAEd;;;OAGG;IACH,SAFU,MAAM,CAED;IAEf;;;;OAIG;IACH,gBAAe;IAmBf,uCAaC;IAED,wDA6BC;CACJ;+BAtF8B,qBAAqB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellActionSelectRandom.d.ts","sourceRoot":"","sources":["../../../../../src/generation/placement/action/random/CellActionSelectRandom.js"],"names":[],"mappings":"AAKA;IAmBI;;;;OAIG;IACH,qBAHW,cAAc,EAAE,GACd,sBAAsB,CAWlC;IA7BG;;;;OAIG;IACH,iBAA+B;IAE/B;;;OAGG;IACH,SAFU,cAAc,EAAE,CAET;IAoBrB,uCAmBC;IAED,wDAMC;CACJ;+BAnE8B,sBAAsB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellActionSelectWeightedRandom.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.js"],"names":[],"mappings":"AAYA;IAgBI;;;;OAIG;IACH,qBAHW,wBAAwB,GACtB,8BAA8B,CAS1C;IA1BD;;;;OAIG;IACH,iBAA2B;IAE3B;;;OAGG;IACH,SAFU,wBAAwB,CAErB;IAiBb;;;OAGG;IACH,wBAFW,wBAAwB,QASlC;IAED;;;OAGG;IACH,gDAIC;IAED,uCAWC;IAED,wDAwCC;CACJ;+BAtH8B,yBAAyB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"WeightedGridCellAction.d.ts","sourceRoot":"","sources":["../../../../../../src/generation/placement/action/random/weighted/WeightedGridCellAction.js"],"names":[],"mappings":"AAEA;IAcI;;;;OAIG;IACH,gFAUC;IA3BD;;;OAGG;IACH,uBAAc;IAEd;;;OAGG;IACH,mBAAc;IAmBd;;;OAGG;IACH,iCAFW,MAAM,QAQhB;IAGL;;;OAGG;IACH,mCAFU,OAAO,CAEwC;CANxD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherWithinAABB.d.ts","sourceRoot":"","sources":["../../../../../src/generation/placement/action/util/CellMatcherWithinAABB.js"],"names":[],"mappings":"AAGA;IAII;;;;;;;OAOG;IACH,gBANW,MAAM,MACN,MAAM,MACN,MAAM,MACN,MAAM,GACJ,qBAAqB,CAQjC;IAhBD,YAAmB;IAkBnB,qDAIC;CACJ;4BA5B2B,+BAA+B;kBACzC,wCAAwC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellActionSequence.d.ts","sourceRoot":"","sources":["../../../../../src/generation/placement/action/util/GridCellActionSequence.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IASI;;;;OAIG;IACH,sBAHW,cAAc,EAAE,GACd,sBAAsB,CAUlC;IApBD;;;OAGG;IACH,UAFU,cAAc,EAAE,CAEZ;IAkBd,uCAUC;IAED,wDAYC;CACJ;+BAvD8B,sBAAsB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridCellDisplacedAction.d.ts","sourceRoot":"","sources":["../../../../../src/generation/placement/action/util/GridCellDisplacedAction.js"],"names":[],"mappings":"AAIA;IAUI;;;;;;OAMG;IACH,oBALW,cAAc,KACd,MAAM,KACN,MAAM,GACJ,uBAAuB,CAYnC;IAzBD,gBAAuB;IAEvB;;;OAGG;IACH,QAFU,cAAc,CAEV;IAqBd,uCAGC;IAED,wDAYC;CACJ;+BAnD8B,sBAAsB;oBACjC,kCAAkC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcher.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/CellMatcher.js"],"names":[],"mappings":"AAAA;IAEI;;;;OAIG;IACH,iCAFW,MAAM,QAIhB;IAED;;;;;;;OAOG;IACH,yBAJW,MAAM,KACN,MAAM,YACN,MAAM,GAJJ,OAAO,CAQnB;IAGL;;;OAGG;IACH,wBAFU,OAAO,CAEkB;CANlC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherAny.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/CellMatcherAny.js"],"names":[],"mappings":"AAEA;IACI,yDAEC;CACJ;;kBAIS,cAAc;;4BAVI,kBAAkB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherFromFilter.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/CellMatcherFromFilter.js"],"names":[],"mappings":"AAEA;IAQI;;;;OAIG;IACH,4BAFa,qBAAqB,CAQjC;IAjBD;;;OAGG;IACH,QAFU,aAAW,IAAI,CAEX;IAed,uCAIC;IAED,yDAIC;CACJ;4BAlC2B,kBAAkB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherLayerBitMaskTest.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/CellMatcherLayerBitMaskTest.js"],"names":[],"mappings":"AAIA;IA0CI;;;;;OAKG;IACH,kBAJW,MAAM,SACN,MAAM,GACL,2BAA2B,CAYtC;IAxDD;;;OAGG;IACH,MAFU,MAAM,CAEP;IAGT,yDA+BC;CAmBJ;qCA9DoC,2BAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherLayerBitMaskTest.spec.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/CellMatcherLayerBitMaskTest.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridLayerCellMatcher.d.ts","sourceRoot":"","sources":["../../../src/generation/rules/GridLayerCellMatcher.js"],"names":[],"mappings":"AAEA;IAEI;;;OAGG;IACH,SAFU,MAAM,CAED;IAEf;;;;OAIG;IACH,iCAAe;IAGf,uCAQC;CACJ;4BA3B2B,kBAAkB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherContainsMarkerWithinRadius.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.js"],"names":[],"mappings":"AAGA;IAaI;;;;;OAKG;IACH,gDAHW,MAAM,GACJ,qCAAqC,CAYjD;IA3BD;;OAEG;IACH,2BAAe;IAEf;;;OAGG;IACH,QAFU,MAAM,CAEL;IAoBX,qDAEC;CACJ;4BArC2B,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherGridPattern.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/cell/CellMatcherGridPattern.js"],"names":[],"mappings":"AAIA;IAQI;;;;OAIG;IACH,mBAHW,sBAAsB,EAAE,GACtB,sBAAsB,CAQlC;IAjBD;;;OAGG;IACH,OAFU,sBAAsB,EAAE,CAEvB;IAeX,uCASC;IAED;;;;;OAKG;IACH,WAJW,MAAM,KACN,MAAM,QACN,WAAW,QAerB;IAED;;;;;OAKG;IACH,qBAJW,MAAM,KACN,MAAM,GACL,SAAS,GAAC,sBAAsB,CAc3C;CA8CJ;4BAvH2B,mBAAmB;uCADR,6BAA6B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridPatternMatcher.spec.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/cell/GridPatternMatcher.spec.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridPatternMatcherCell.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/cell/GridPatternMatcherCell.js"],"names":[],"mappings":"AAEA;IAcI;;;;;;OAMG;IACH,kCAJW,MAAM,KACN,MAAM,GACJ,sBAAsB,CASlC;IA3BD;;;OAGG;IACH,kBAAY;IAEZ;;;OAGG;IACH,UAFU,OAAO,CAEQ;CAkB5B;oBA/BmB,+BAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherAnd.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/logic/CellMatcherAnd.js"],"names":[],"mappings":"AAGA;IAUI;;;;;OAKG;IACH,oDAFa,cAAc,CAe1B;IA3BD,yDAMC;CAsBJ;kCAjCiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherBinary.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/logic/CellMatcherBinary.js"],"names":[],"mappings":"AAEA;IAEI;;;OAGG;IACH,MAFU,WAAW,CAET;IACZ;;;OAGG;IACH,OAFU,WAAW,CAER;IAEb,uCAGC;CACJ;4BAnB2B,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherDecorator.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/logic/CellMatcherDecorator.js"],"names":[],"mappings":"AAEA;IAEI;;;OAGG;IACH,QAFU,WAAW,CAEP;IAEd,uCAEC;CACJ;4BAb2B,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherNot.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/logic/CellMatcherNot.js"],"names":[],"mappings":"AAGA;IAKI;;;;OAIG;IACH,kCAFY,cAAc,CAYzB;IAnBD,yDAEC;CAkBJ;qCAxBoC,2BAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellMatcherOr.d.ts","sourceRoot":"","sources":["../../../../src/generation/rules/logic/CellMatcherOr.js"],"names":[],"mappings":"AAGA;IASI;;;;;OAKG;IACH,oDAFa,aAAa,CAezB;IA3BD,yDAMC;CAsBJ;kCAhCiC,wBAAwB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaMask.d.ts","sourceRoot":"","sources":["../../../src/generation/theme/AreaMask.js"],"names":[],"mappings":"AAMA;IACI;;;OAGG;IACH,MAFU,SAAS,CAEa;IAChC;;;OAGG;IACH,eAFU,SAAS,CAEsB;IACzC;;;OAGG;IACH,QAFU,KAAK,CAEgB;IAE/B;;;;OAIG;IACH,cAHW,MAAM,UACN,MAAM,QAKhB;IAED,4BAEC;IAED,qBAsBC;CACJ;0BA5DyB,oDAAoD;kBAC5D,kCAAkC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AreaTheme.d.ts","sourceRoot":"","sources":["../../../src/generation/theme/AreaTheme.js"],"names":[],"mappings":"AAEA;IACI,eAAsB;IAEtB;;;OAGG;IACH,aAAa;CAEhB;yBAXwB,eAAe"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TerrainLayerDescription.d.ts","sourceRoot":"","sources":["../../../src/generation/theme/TerrainLayerDescription.js"],"names":[],"mappings":"AAGA;IA0CI;;;gCAaC;IAtDD;;;OAGG;IACH,SAFU,MAAM,CAEH;IAEb;;;OAGG;IACH,MAFU,OAAO,CAEQ;IAEzB,eAEC;IAED;;;;OAIG;IACH,cAHW,uBAAuB,GACrB,OAAO,CASnB;IAED;;;MAKC;IAED,mBAEC;IAkBL;;;OAGG;IACH,2BAFU,OAAO,CAE0C;CAN1D;oBA1DmB,4BAA4B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TerrainLayerRule.d.ts","sourceRoot":"","sources":["../../../src/generation/theme/TerrainLayerRule.js"],"names":[],"mappings":"AAGA;IAcI;;;;;OAKG;IACH,uCAHW,uBAAuB,GACrB,gBAAgB,CAa5B;IA9BD;;;OAGG;IACH,mBAAc;IAEd;;;OAGG;IACH,OAFU,uBAAuB,CAEK;CAqBzC;wCAlCuC,8BAA8B"}