@hellpig/anarchy-engine 21.4.1 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1558) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/README.md +9 -0
  3. package/dist/Abstract/Entities/AbstractEntity.js +1 -1
  4. package/dist/Abstract/Entities/AbstractEntity.js.map +1 -1
  5. package/dist/Abstract/Factories/AbstractFactory.js +1 -1
  6. package/dist/Abstract/Factories/AbstractFactory.js.map +1 -1
  7. package/dist/Abstract/Factories/ReactiveFactory.js +1 -1
  8. package/dist/Abstract/Factories/ReactiveFactory.js.map +1 -1
  9. package/dist/Abstract/Loaders/AbstractLoader.js +1 -1
  10. package/dist/Abstract/Loaders/AbstractLoader.js.map +1 -1
  11. package/dist/Abstract/Mixins/WithWrapperIdMixin.js +1 -1
  12. package/dist/Abstract/Mixins/WithWrapperIdMixin.js.map +1 -1
  13. package/dist/Abstract/Registries/AbstractEntityAsyncRegistry.js +1 -1
  14. package/dist/Abstract/Registries/AbstractEntityAsyncRegistry.js.map +1 -1
  15. package/dist/Abstract/Registries/AbstractEntityRegistry.js +1 -1
  16. package/dist/Abstract/Registries/AbstractEntityRegistry.js.map +1 -1
  17. package/dist/Abstract/Registries/AbstractResourceAsyncRegistry.js +1 -1
  18. package/dist/Abstract/Registries/AbstractResourceAsyncRegistry.js.map +1 -1
  19. package/dist/Abstract/Registries/AbstractSimpleRegistry.js +1 -1
  20. package/dist/Abstract/Registries/AbstractSimpleRegistry.js.map +1 -1
  21. package/dist/Abstract/Registries/Mixin/Registry/WithBaseAccessorsRegistry.js +1 -1
  22. package/dist/Abstract/Registries/Mixin/Registry/WithBaseAccessorsRegistry.js.map +1 -1
  23. package/dist/Abstract/Registries/Mixin/Registry/WithReactiveRegistry.js +1 -1
  24. package/dist/Abstract/Registries/Mixin/Registry/WithReactiveRegistry.js.map +1 -1
  25. package/dist/Abstract/Watchers/AbstractWatcher.js +1 -1
  26. package/dist/Abstract/Watchers/AbstractWatcher.js.map +1 -1
  27. package/dist/Abstract/Watchers/AbstractWatcherWithState.js +1 -1
  28. package/dist/Abstract/Watchers/AbstractWatcherWithState.js.map +1 -1
  29. package/dist/Abstract/Wrappers/AbstractWrapper.js +1 -1
  30. package/dist/Abstract/Wrappers/AbstractWrapper.js.map +1 -1
  31. package/dist/Actor/Adapters/ConfigToParams.d.ts +1 -1
  32. package/dist/Actor/Adapters/ConfigToParams.js +1 -1
  33. package/dist/Actor/Adapters/ConfigToParams.js.map +1 -1
  34. package/dist/Actor/Adapters/EntityToConfig.d.ts +1 -1
  35. package/dist/Actor/Adapters/EntityToConfig.js +1 -1
  36. package/dist/Actor/Adapters/EntityToConfig.js.map +1 -1
  37. package/dist/Actor/Adapters/Helpers/ActorStatesConfigToParams.js +1 -1
  38. package/dist/Actor/Adapters/Helpers/ActorStatesConfigToParams.js.map +1 -1
  39. package/dist/Actor/Adapters/Helpers/Model3dSettingsConfigToParams.js +1 -1
  40. package/dist/Actor/Adapters/Helpers/Model3dSettingsConfigToParams.js.map +1 -1
  41. package/dist/Actor/Entities/Actor/Actor.js +1 -1
  42. package/dist/Actor/Entities/Actor/Actor.js.map +1 -1
  43. package/dist/Actor/Factories/ActorFactory.js +1 -1
  44. package/dist/Actor/Factories/ActorFactory.js.map +1 -1
  45. package/dist/Actor/Mixins/WithActorStates.js +1 -1
  46. package/dist/Actor/Mixins/WithActorStates.js.map +1 -1
  47. package/dist/Actor/Registries/Model3dToActorConnectionRegistry.js +1 -1
  48. package/dist/Actor/Registries/Model3dToActorConnectionRegistry.js.map +1 -1
  49. package/dist/Actor/Utils/ActorUtils.js +1 -1
  50. package/dist/Actor/Utils/ActorUtils.js.map +1 -1
  51. package/dist/Actor/index.d.ts +1 -0
  52. package/dist/Animations/Adapters/EntityToConfig.js +1 -1
  53. package/dist/Animations/Adapters/EntityToConfig.js.map +1 -1
  54. package/dist/Animations/Loader/AnimationsLoader.js +1 -1
  55. package/dist/Animations/Loader/AnimationsLoader.js.map +1 -1
  56. package/dist/Animations/Services/AnimationsService.js +1 -1
  57. package/dist/Animations/Services/AnimationsService.js.map +1 -1
  58. package/dist/Animations/Utils/SerializationUtils.js +1 -1
  59. package/dist/Animations/Utils/SerializationUtils.js.map +1 -1
  60. package/dist/Audio/Adapters/AudioConfigToParams.d.ts +2 -0
  61. package/dist/Audio/Adapters/AudioConfigToParams.js +2 -0
  62. package/dist/Audio/Adapters/AudioConfigToParams.js.map +1 -0
  63. package/dist/Audio/Adapters/EntityToConfig.d.ts +1 -1
  64. package/dist/Audio/Adapters/EntityToConfig.js +1 -1
  65. package/dist/Audio/Adapters/EntityToConfig.js.map +1 -1
  66. package/dist/Audio/Adapters/index.d.ts +1 -1
  67. package/dist/Audio/Factories/AudioFactory.js +1 -1
  68. package/dist/Audio/Factories/AudioFactory.js.map +1 -1
  69. package/dist/Audio/Loader/AudioLoader.js +1 -1
  70. package/dist/Audio/Loader/AudioLoader.js.map +1 -1
  71. package/dist/Audio/Services/AudioService.js +1 -1
  72. package/dist/Audio/Services/AudioService.js.map +1 -1
  73. package/dist/Audio/Utils/AudioUtils.js +1 -1
  74. package/dist/Audio/Utils/AudioUtils.js.map +1 -1
  75. package/dist/Audio/Utils/DebugAudioRenderer.js +1 -1
  76. package/dist/Audio/Utils/DebugAudioRenderer.js.map +1 -1
  77. package/dist/Audio/Wrappers/AbstractAudioWrapper.js +1 -1
  78. package/dist/Audio/Wrappers/AbstractAudioWrapper.js.map +1 -1
  79. package/dist/Audio/Wrappers/Audio3dWrapper.js +1 -1
  80. package/dist/Audio/Wrappers/Audio3dWrapper.js.map +1 -1
  81. package/dist/Camera/Adapters/ConfigToParams.d.ts +1 -1
  82. package/dist/Camera/Adapters/ConfigToParams.js +1 -1
  83. package/dist/Camera/Adapters/ConfigToParams.js.map +1 -1
  84. package/dist/Camera/Adapters/EntityToConfig.d.ts +1 -1
  85. package/dist/Camera/Adapters/EntityToConfig.js +1 -1
  86. package/dist/Camera/Adapters/EntityToConfig.js.map +1 -1
  87. package/dist/Camera/Adapters/index.d.ts +1 -1
  88. package/dist/Camera/Factories/CameraFactory.js +1 -1
  89. package/dist/Camera/Factories/CameraFactory.js.map +1 -1
  90. package/dist/Camera/Services/CameraService.js +1 -1
  91. package/dist/Camera/Services/CameraService.js.map +1 -1
  92. package/dist/Camera/Utils/CameraUtils.js +1 -1
  93. package/dist/Camera/Utils/CameraUtils.js.map +1 -1
  94. package/dist/Camera/Wrappers/OrthographicCameraWrapper.js +1 -1
  95. package/dist/Camera/Wrappers/OrthographicCameraWrapper.js.map +1 -1
  96. package/dist/Camera/Wrappers/PerspectiveCameraWrapper.js +1 -1
  97. package/dist/Camera/Wrappers/PerspectiveCameraWrapper.js.map +1 -1
  98. package/dist/Collisions/Mixins/WithCollisions.js +1 -1
  99. package/dist/Collisions/Mixins/WithCollisions.js.map +1 -1
  100. package/dist/Collisions/Services/BvhService.js +1 -1
  101. package/dist/Collisions/Services/BvhService.js.map +1 -1
  102. package/dist/Collisions/Services/CollisionsService.js +1 -1
  103. package/dist/Collisions/Services/CollisionsService.js.map +1 -1
  104. package/dist/Color/Adapters/EntityToConfig.d.ts +1 -1
  105. package/dist/Color/Adapters/EntityToConfig.js +1 -1
  106. package/dist/Color/Adapters/EntityToConfig.js.map +1 -1
  107. package/dist/Color/Wrappers/ColorWrapper.js +1 -1
  108. package/dist/Color/Wrappers/ColorWrapper.js.map +1 -1
  109. package/dist/Controls/Adapters/ConfigToParams.d.ts +1 -1
  110. package/dist/Controls/Adapters/ConfigToParams.js +1 -1
  111. package/dist/Controls/Adapters/ConfigToParams.js.map +1 -1
  112. package/dist/Controls/Adapters/EntityToConfig.js +1 -1
  113. package/dist/Controls/Adapters/EntityToConfig.js.map +1 -1
  114. package/dist/Controls/Factories/ControlsFactory.js +1 -1
  115. package/dist/Controls/Factories/ControlsFactory.js.map +1 -1
  116. package/dist/Controls/Utils/ControlsUtils.js +1 -1
  117. package/dist/Controls/Utils/ControlsUtils.js.map +1 -1
  118. package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapper.js +1 -1
  119. package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapper.js.map +1 -1
  120. package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapperHelper.js +1 -1
  121. package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapperHelper.js.map +1 -1
  122. package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapper.js +1 -1
  123. package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapper.js.map +1 -1
  124. package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapperHelper.js +1 -1
  125. package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapperHelper.js.map +1 -1
  126. package/dist/Controls/index.d.ts +1 -0
  127. package/dist/EnvMap/Adapters/ConfigToParams.d.ts +1 -1
  128. package/dist/EnvMap/Adapters/ConfigToParams.js +1 -1
  129. package/dist/EnvMap/Adapters/ConfigToParams.js.map +1 -1
  130. package/dist/EnvMap/Adapters/EntityToConfig.d.ts +1 -1
  131. package/dist/EnvMap/Adapters/EntityToConfig.js +1 -1
  132. package/dist/EnvMap/Adapters/EntityToConfig.js.map +1 -1
  133. package/dist/EnvMap/Constants/EnvMapMappingTypesMap.js +1 -1
  134. package/dist/EnvMap/Constants/EnvMapMappingTypesMap.js.map +1 -1
  135. package/dist/EnvMap/Factories/EnvMapFactory.js +1 -1
  136. package/dist/EnvMap/Factories/EnvMapFactory.js.map +1 -1
  137. package/dist/EnvMap/Loader/EnvMapLoader.js +1 -1
  138. package/dist/EnvMap/Loader/EnvMapLoader.js.map +1 -1
  139. package/dist/EnvMap/Services/EnvMapService.js +1 -1
  140. package/dist/EnvMap/Services/EnvMapService.js.map +1 -1
  141. package/dist/EnvMap/Wrappers/EnvMapWrapper.js +1 -1
  142. package/dist/EnvMap/Wrappers/EnvMapWrapper.js.map +1 -1
  143. package/dist/EnvMap/index.d.ts +1 -1
  144. package/dist/Fog/Adapters/ConfigToParams.d.ts +1 -1
  145. package/dist/Fog/Adapters/ConfigToParams.js +1 -1
  146. package/dist/Fog/Adapters/ConfigToParams.js.map +1 -1
  147. package/dist/Fog/Adapters/EntityToConfig.d.ts +1 -1
  148. package/dist/Fog/Adapters/EntityToConfig.js +1 -1
  149. package/dist/Fog/Adapters/EntityToConfig.js.map +1 -1
  150. package/dist/Fog/Factories/FogFactory.js +1 -1
  151. package/dist/Fog/Factories/FogFactory.js.map +1 -1
  152. package/dist/Fog/Wrappers/FogWrapper.js +1 -1
  153. package/dist/Fog/Wrappers/FogWrapper.js.map +1 -1
  154. package/dist/Fog/index.d.ts +1 -0
  155. package/dist/Fsm/Adapters/ConfigToParams.d.ts +1 -1
  156. package/dist/Fsm/Adapters/ConfigToParams.js +1 -1
  157. package/dist/Fsm/Adapters/ConfigToParams.js.map +1 -1
  158. package/dist/Fsm/Adapters/EntityToConfig.d.ts +1 -1
  159. package/dist/Fsm/Adapters/EntityToConfig.js +1 -1
  160. package/dist/Fsm/Adapters/EntityToConfig.js.map +1 -1
  161. package/dist/Fsm/Entities/FsmSource.js +1 -1
  162. package/dist/Fsm/Entities/FsmSource.js.map +1 -1
  163. package/dist/Fsm/Factories/FsmInstanceFactory.js +1 -1
  164. package/dist/Fsm/Factories/FsmInstanceFactory.js.map +1 -1
  165. package/dist/Fsm/Factories/FsmSourceFactory.js +1 -1
  166. package/dist/Fsm/Factories/FsmSourceFactory.js.map +1 -1
  167. package/dist/Fsm/Services/FsmService.js +1 -1
  168. package/dist/Fsm/Services/FsmService.js.map +1 -1
  169. package/dist/Fsm/Wrappers/FsmWrapper.js +1 -1
  170. package/dist/Fsm/Wrappers/FsmWrapper.js.map +1 -1
  171. package/dist/Global/Decorators/ContainerDecorator.js +1 -1
  172. package/dist/Global/Decorators/ContainerDecorator.js.map +1 -1
  173. package/dist/Global/Utils/ContainerUtils.js +1 -1
  174. package/dist/Global/Utils/ContainerUtils.js.map +1 -1
  175. package/dist/Intersections/Adapters/ConfigToParams.d.ts +1 -1
  176. package/dist/Intersections/Adapters/ConfigToParams.js +1 -1
  177. package/dist/Intersections/Adapters/ConfigToParams.js.map +1 -1
  178. package/dist/Intersections/Adapters/EntityToConfig.d.ts +1 -1
  179. package/dist/Intersections/Adapters/EntityToConfig.js +1 -1
  180. package/dist/Intersections/Adapters/EntityToConfig.js.map +1 -1
  181. package/dist/Intersections/Factories/IntersectionsWatcherFactory.js +1 -1
  182. package/dist/Intersections/Factories/IntersectionsWatcherFactory.js.map +1 -1
  183. package/dist/Intersections/Services/IntersectionsWatcherService.js +1 -1
  184. package/dist/Intersections/Services/IntersectionsWatcherService.js.map +1 -1
  185. package/dist/Intersections/Utils/IntersectionsWatcherUtils.js +1 -1
  186. package/dist/Intersections/Utils/IntersectionsWatcherUtils.js.map +1 -1
  187. package/dist/Intersections/Watchers/AbstractIntersectionsWatcher.js +1 -1
  188. package/dist/Intersections/Watchers/AbstractIntersectionsWatcher.js.map +1 -1
  189. package/dist/Intersections/Watchers/IntersectionsCameraWatcher.js +1 -1
  190. package/dist/Intersections/Watchers/IntersectionsCameraWatcher.js.map +1 -1
  191. package/dist/Intersections/Watchers/IntersectionsDirectionWatcher.js +1 -1
  192. package/dist/Intersections/Watchers/IntersectionsDirectionWatcher.js.map +1 -1
  193. package/dist/Intersections/index.d.ts +1 -1
  194. package/dist/Keyboard/Services/KeyboardService.js +1 -1
  195. package/dist/Keyboard/Services/KeyboardService.js.map +1 -1
  196. package/dist/Keyboard/Utils/KeysRxJsUtils.js +1 -1
  197. package/dist/Keyboard/Utils/KeysRxJsUtils.js.map +1 -1
  198. package/dist/Keyboard/Utils/KeysUtils.js +1 -1
  199. package/dist/Keyboard/Utils/KeysUtils.js.map +1 -1
  200. package/dist/Keyboard/Watchers/KeyComboWatcher.js +1 -1
  201. package/dist/Keyboard/Watchers/KeyComboWatcher.js.map +1 -1
  202. package/dist/Keyboard/Watchers/KeyPressWatcher.js +1 -1
  203. package/dist/Keyboard/Watchers/KeyPressWatcher.js.map +1 -1
  204. package/dist/Keyboard/Watchers/KeyReleaseWatcher.js +1 -1
  205. package/dist/Keyboard/Watchers/KeyReleaseWatcher.js.map +1 -1
  206. package/dist/Kinematic/Adapters/ConfigToParams.d.ts +1 -1
  207. package/dist/Kinematic/Adapters/ConfigToParams.js +1 -1
  208. package/dist/Kinematic/Adapters/ConfigToParams.js.map +1 -1
  209. package/dist/Kinematic/Adapters/EntityToConfig.d.ts +1 -1
  210. package/dist/Kinematic/Adapters/EntityToConfig.js +1 -1
  211. package/dist/Kinematic/Adapters/EntityToConfig.js.map +1 -1
  212. package/dist/Kinematic/Adapters/index.d.ts +1 -1
  213. package/dist/Kinematic/Constants/KinematicConstants.js +1 -1
  214. package/dist/Kinematic/Constants/KinematicConstants.js.map +1 -1
  215. package/dist/Kinematic/Utils/KinematicUtils.js +1 -1
  216. package/dist/Kinematic/Utils/KinematicUtils.js.map +1 -1
  217. package/dist/Light/Adapters/ConfigToParams.d.ts +1 -1
  218. package/dist/Light/Adapters/ConfigToParams.js +1 -1
  219. package/dist/Light/Adapters/ConfigToParams.js.map +1 -1
  220. package/dist/Light/Adapters/EntityToConfig.d.ts +1 -1
  221. package/dist/Light/Adapters/EntityToConfig.js +1 -1
  222. package/dist/Light/Adapters/EntityToConfig.js.map +1 -1
  223. package/dist/Light/Factories/LightFactory.js +1 -1
  224. package/dist/Light/Factories/LightFactory.js.map +1 -1
  225. package/dist/Light/Utils/Utils.js +1 -1
  226. package/dist/Light/Utils/Utils.js.map +1 -1
  227. package/dist/Light/Wrappers/AbstractLightWrapper.js +1 -1
  228. package/dist/Light/Wrappers/AbstractLightWrapper.js.map +1 -1
  229. package/dist/Light/Wrappers/AmbientLightWrapper.js +1 -1
  230. package/dist/Light/Wrappers/AmbientLightWrapper.js.map +1 -1
  231. package/dist/Light/Wrappers/DirectionalLightWrapper.js +1 -1
  232. package/dist/Light/Wrappers/DirectionalLightWrapper.js.map +1 -1
  233. package/dist/Light/Wrappers/HemisphereLightWrapper.js +1 -1
  234. package/dist/Light/Wrappers/HemisphereLightWrapper.js.map +1 -1
  235. package/dist/Light/Wrappers/LightWrapperHelper.js +1 -1
  236. package/dist/Light/Wrappers/LightWrapperHelper.js.map +1 -1
  237. package/dist/Light/Wrappers/PointLightWrapper.js +1 -1
  238. package/dist/Light/Wrappers/PointLightWrapper.js.map +1 -1
  239. package/dist/Light/Wrappers/RectAreaLightWrapper.js +1 -1
  240. package/dist/Light/Wrappers/RectAreaLightWrapper.js.map +1 -1
  241. package/dist/Light/Wrappers/SpotLightWrapper.js +1 -1
  242. package/dist/Light/Wrappers/SpotLightWrapper.js.map +1 -1
  243. package/dist/Light/index.d.ts +1 -0
  244. package/dist/LoadingManager/Wrappers/LoadingManagerWrapper.js +1 -1
  245. package/dist/LoadingManager/Wrappers/LoadingManagerWrapper.js.map +1 -1
  246. package/dist/Loop/Entities/DeltaCalculator.js +1 -1
  247. package/dist/Loop/Entities/DeltaCalculator.js.map +1 -1
  248. package/dist/Loop/Entities/Loop.js +1 -1
  249. package/dist/Loop/Entities/Loop.js.map +1 -1
  250. package/dist/Material/Adapters/ConfigToParams.d.ts +1 -1
  251. package/dist/Material/Adapters/ConfigToParams.js +1 -1
  252. package/dist/Material/Adapters/ConfigToParams.js.map +1 -1
  253. package/dist/Material/Adapters/EntityToConfig.d.ts +1 -1
  254. package/dist/Material/Adapters/EntityToConfig.js +1 -1
  255. package/dist/Material/Adapters/EntityToConfig.js.map +1 -1
  256. package/dist/Material/Constants/BlendEquation/BlendEquationMap.js +1 -1
  257. package/dist/Material/Constants/BlendEquation/BlendEquationMap.js.map +1 -1
  258. package/dist/Material/Constants/Blending/BlendingMap.js +1 -1
  259. package/dist/Material/Constants/Blending/BlendingMap.js.map +1 -1
  260. package/dist/Material/Constants/BlendingDstFactor/BlendingDstFactorMap.js +1 -1
  261. package/dist/Material/Constants/BlendingDstFactor/BlendingDstFactorMap.js.map +1 -1
  262. package/dist/Material/Constants/BlendingSrcFactorName/BlendingSrcFactorMap.js +1 -1
  263. package/dist/Material/Constants/BlendingSrcFactorName/BlendingSrcFactorMap.js.map +1 -1
  264. package/dist/Material/Constants/Combine/CombineMap.js +1 -1
  265. package/dist/Material/Constants/Combine/CombineMap.js.map +1 -1
  266. package/dist/Material/Constants/DepthPacking/DepthPackingStrategiesMap.js +1 -1
  267. package/dist/Material/Constants/DepthPacking/DepthPackingStrategiesMap.js.map +1 -1
  268. package/dist/Material/Constants/Format/PixelFormatMap.js +1 -1
  269. package/dist/Material/Constants/Format/PixelFormatMap.js.map +1 -1
  270. package/dist/Material/Constants/Material/MaterialMap.js +1 -1
  271. package/dist/Material/Constants/Material/MaterialMap.js.map +1 -1
  272. package/dist/Material/Constants/NormalMapTypes/NormalMapTypesMap.js +1 -1
  273. package/dist/Material/Constants/NormalMapTypes/NormalMapTypesMap.js.map +1 -1
  274. package/dist/Material/Constants/Side/SideMap.js +1 -1
  275. package/dist/Material/Constants/Side/SideMap.js.map +1 -1
  276. package/dist/Material/Constants/StencilFail/StencilFailMap.js +1 -1
  277. package/dist/Material/Constants/StencilFail/StencilFailMap.js.map +1 -1
  278. package/dist/Material/Constants/StencilFuncName/StencilFuncMap.js +1 -1
  279. package/dist/Material/Constants/StencilFuncName/StencilFuncMap.js.map +1 -1
  280. package/dist/Material/Constants/StencilOpName/StencilOpMap.js +1 -1
  281. package/dist/Material/Constants/StencilOpName/StencilOpMap.js.map +1 -1
  282. package/dist/Material/Factories/MaterialFactory.js +1 -1
  283. package/dist/Material/Factories/MaterialFactory.js.map +1 -1
  284. package/dist/Material/Mixins/WithMaterial.js +1 -1
  285. package/dist/Material/Mixins/WithMaterial.js.map +1 -1
  286. package/dist/Material/Utils/MaterialUtils.js +1 -1
  287. package/dist/Material/Utils/MaterialUtils.js.map +1 -1
  288. package/dist/Material/Wrappers/MaterialWrapper.js +1 -1
  289. package/dist/Material/Wrappers/MaterialWrapper.js.map +1 -1
  290. package/dist/Material/index.d.ts +1 -0
  291. package/dist/Math/Utils/AnglesUtils.js +1 -1
  292. package/dist/Math/Utils/AnglesUtils.js.map +1 -1
  293. package/dist/Measurements/Utils/MeasurementsUtils.js +1 -1
  294. package/dist/Measurements/Utils/MeasurementsUtils.js.map +1 -1
  295. package/dist/Mixins/GameObjects/Mixins/Position/WithPosition2dMixin.js +1 -1
  296. package/dist/Mixins/GameObjects/Mixins/Position/WithPosition2dMixin.js.map +1 -1
  297. package/dist/Mixins/GameObjects/Mixins/Position/WithPosition4dMixin.js +1 -1
  298. package/dist/Mixins/GameObjects/Mixins/Position/WithPosition4dMixin.js.map +1 -1
  299. package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationMixin.js +1 -1
  300. package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationMixin.js.map +1 -1
  301. package/dist/Mixins/Generics/DestroyableMixin.js +1 -1
  302. package/dist/Mixins/Generics/DestroyableMixin.js.map +1 -1
  303. package/dist/Mixins/Generics/ExtractSerializableRegistrableFields.js +1 -1
  304. package/dist/Mixins/Generics/ExtractSerializableRegistrableFields.js.map +1 -1
  305. package/dist/Mixins/Generics/WithActiveEntityServiceMixin.js +1 -1
  306. package/dist/Mixins/Generics/WithActiveEntityServiceMixin.js.map +1 -1
  307. package/dist/Models3d/Adapters/ConfigToParams.d.ts +1 -1
  308. package/dist/Models3d/Adapters/ConfigToParams.js +1 -1
  309. package/dist/Models3d/Adapters/ConfigToParams.js.map +1 -1
  310. package/dist/Models3d/Adapters/EntityToConfig.d.ts +1 -1
  311. package/dist/Models3d/Adapters/EntityToConfig.js +1 -1
  312. package/dist/Models3d/Adapters/EntityToConfig.js.map +1 -1
  313. package/dist/Models3d/Entities/Model3d.js +1 -1
  314. package/dist/Models3d/Entities/Model3d.js.map +1 -1
  315. package/dist/Models3d/Factories/Models3dFactory.js +1 -1
  316. package/dist/Models3d/Factories/Models3dFactory.js.map +1 -1
  317. package/dist/Models3d/Loaders/Loader3dCore.js +1 -1
  318. package/dist/Models3d/Loaders/Loader3dCore.js.map +1 -1
  319. package/dist/Models3d/Loaders/Models3dLoader.js +1 -1
  320. package/dist/Models3d/Loaders/Models3dLoader.js.map +1 -1
  321. package/dist/Models3d/Mixins/WithModel3dEntities.js +1 -1
  322. package/dist/Models3d/Mixins/WithModel3dEntities.js.map +1 -1
  323. package/dist/Models3d/Utils/SerializationUtils.js +1 -1
  324. package/dist/Models3d/Utils/SerializationUtils.js.map +1 -1
  325. package/dist/Models3d/Utils/UtilsModel3d.js +1 -1
  326. package/dist/Models3d/Utils/UtilsModel3d.js.map +1 -1
  327. package/dist/Models3d/Utils/UtilsModels3dService.js +1 -1
  328. package/dist/Models3d/Utils/UtilsModels3dService.js.map +1 -1
  329. package/dist/Models3d/Utils/UtilsPrimitiveModels3d.js +1 -1
  330. package/dist/Models3d/Utils/UtilsPrimitiveModels3d.js.map +1 -1
  331. package/dist/Models3d/index.d.ts +1 -1
  332. package/dist/Mouse/Services/MouseService.js +1 -1
  333. package/dist/Mouse/Services/MouseService.js.map +1 -1
  334. package/dist/Mouse/Utils/MouseUtils.js +1 -1
  335. package/dist/Mouse/Utils/MouseUtils.js.map +1 -1
  336. package/dist/Mouse/Watchers/MouseClickWatcher.js +1 -1
  337. package/dist/Mouse/Watchers/MouseClickWatcher.js.map +1 -1
  338. package/dist/Mouse/Watchers/MousePositionWatcher.js +1 -1
  339. package/dist/Mouse/Watchers/MousePositionWatcher.js.map +1 -1
  340. package/dist/Particles/Adapters/ConfigToParams.d.ts +1 -1
  341. package/dist/Particles/Adapters/ConfigToParams.js +1 -1
  342. package/dist/Particles/Adapters/ConfigToParams.js.map +1 -1
  343. package/dist/Particles/Adapters/EntityToConfig.d.ts +1 -1
  344. package/dist/Particles/Adapters/EntityToConfig.js +1 -1
  345. package/dist/Particles/Adapters/EntityToConfig.js.map +1 -1
  346. package/dist/Particles/Factories/ParticlesFactory.js +1 -1
  347. package/dist/Particles/Factories/ParticlesFactory.js.map +1 -1
  348. package/dist/Particles/Wrappers/ParticlesWrapper.js +1 -1
  349. package/dist/Particles/Wrappers/ParticlesWrapper.js.map +1 -1
  350. package/dist/Particles/index.d.ts +1 -1
  351. package/dist/Physics/Adapters/EntityToConfig.d.ts +1 -1
  352. package/dist/Physics/Adapters/EntityToConfig.js +1 -1
  353. package/dist/Physics/Adapters/EntityToConfig.js.map +1 -1
  354. package/dist/Physics/Adapters/PhysicsBodyConfigToParams.d.ts +1 -1
  355. package/dist/Physics/Adapters/PhysicsBodyConfigToParams.js +1 -1
  356. package/dist/Physics/Adapters/PhysicsBodyConfigToParams.js.map +1 -1
  357. package/dist/Physics/Adapters/PhysicsWorldConfigToParams.d.ts +1 -1
  358. package/dist/Physics/Adapters/PhysicsWorldConfigToParams.js +1 -1
  359. package/dist/Physics/Adapters/PhysicsWorldConfigToParams.js.map +1 -1
  360. package/dist/Physics/Constants/PhysicsConstants.js +1 -1
  361. package/dist/Physics/Constants/PhysicsConstants.js.map +1 -1
  362. package/dist/Physics/Constants/RigidBodyTypesMap.js +1 -1
  363. package/dist/Physics/Constants/RigidBodyTypesMap.js.map +1 -1
  364. package/dist/Physics/Entities/PhysicsBody.js +1 -1
  365. package/dist/Physics/Entities/PhysicsBody.js.map +1 -1
  366. package/dist/Physics/Entities/PhysicsBodyUtils.js +1 -1
  367. package/dist/Physics/Entities/PhysicsBodyUtils.js.map +1 -1
  368. package/dist/Physics/Factories/PhysicsBodyFactory.js +1 -1
  369. package/dist/Physics/Factories/PhysicsBodyFactory.js.map +1 -1
  370. package/dist/Physics/Renderers/PhysicsDebugRenderer.js +1 -1
  371. package/dist/Physics/Renderers/PhysicsDebugRenderer.js.map +1 -1
  372. package/dist/Physics/Services/PhysicsWorldService.js +1 -1
  373. package/dist/Physics/Services/PhysicsWorldService.js.map +1 -1
  374. package/dist/Physics/Utils/ParamsUtils.js +1 -1
  375. package/dist/Physics/Utils/ParamsUtils.js.map +1 -1
  376. package/dist/Physics/Utils/PhysicsMovementUtils.js +1 -1
  377. package/dist/Physics/Utils/PhysicsMovementUtils.js.map +1 -1
  378. package/dist/Renderer/Adapters/ConfigToParams.d.ts +1 -1
  379. package/dist/Renderer/Adapters/ConfigToParams.js +1 -1
  380. package/dist/Renderer/Adapters/ConfigToParams.js.map +1 -1
  381. package/dist/Renderer/Adapters/EntityToConfig.d.ts +1 -1
  382. package/dist/Renderer/Adapters/EntityToConfig.js +1 -1
  383. package/dist/Renderer/Adapters/EntityToConfig.js.map +1 -1
  384. package/dist/Renderer/Factories/RendererFactory.js +1 -1
  385. package/dist/Renderer/Factories/RendererFactory.js.map +1 -1
  386. package/dist/Renderer/Loop/RendererLoopEffect.js +1 -1
  387. package/dist/Renderer/Loop/RendererLoopEffect.js.map +1 -1
  388. package/dist/Renderer/Wrappers/RendererWrapper.js +1 -1
  389. package/dist/Renderer/Wrappers/RendererWrapper.js.map +1 -1
  390. package/dist/Renderer/index.d.ts +1 -1
  391. package/dist/Scene/Adapters/ConfigToParams.d.ts +1 -1
  392. package/dist/Scene/Adapters/ConfigToParams.js +1 -1
  393. package/dist/Scene/Adapters/ConfigToParams.js.map +1 -1
  394. package/dist/Scene/Adapters/EntityToConfig.d.ts +1 -1
  395. package/dist/Scene/Adapters/EntityToConfig.js +1 -1
  396. package/dist/Scene/Adapters/EntityToConfig.js.map +1 -1
  397. package/dist/Scene/Factories/SceneFactory.js +1 -1
  398. package/dist/Scene/Factories/SceneFactory.js.map +1 -1
  399. package/dist/Scene/Wrappers/SceneWrapper.js +1 -1
  400. package/dist/Scene/Wrappers/SceneWrapper.js.map +1 -1
  401. package/dist/Scene/index.d.ts +1 -0
  402. package/dist/Space/Adapters/ConfigToParams.d.ts +1 -1
  403. package/dist/Space/Adapters/ConfigToParams.js +1 -1
  404. package/dist/Space/Adapters/ConfigToParams.js.map +1 -1
  405. package/dist/Space/Adapters/EntityToConfig.d.ts +1 -1
  406. package/dist/Space/Adapters/EntityToConfig.js +1 -1
  407. package/dist/Space/Adapters/EntityToConfig.js.map +1 -1
  408. package/dist/Space/Entities/Space.js +1 -1
  409. package/dist/Space/Entities/Space.js.map +1 -1
  410. package/dist/Space/Entities/SpaceFromConfig.js +1 -1
  411. package/dist/Space/Entities/SpaceFromConfig.js.map +1 -1
  412. package/dist/Space/Factories/SpaceFactory.js +1 -1
  413. package/dist/Space/Factories/SpaceFactory.js.map +1 -1
  414. package/dist/Space/Utils/CanvasUtils.js +1 -1
  415. package/dist/Space/Utils/CanvasUtils.js.map +1 -1
  416. package/dist/Space/Utils/CreateEntitiesUtils.js +1 -1
  417. package/dist/Space/Utils/CreateEntitiesUtils.js.map +1 -1
  418. package/dist/Space/Utils/SchemaValidationUtils.js +1 -1
  419. package/dist/Space/Utils/SchemaValidationUtils.js.map +1 -1
  420. package/dist/Space/Validators/SchemasValidator.js +1 -1
  421. package/dist/Space/Validators/SchemasValidator.js.map +1 -1
  422. package/dist/Space/Validators/ValidateSpace.js +1 -1
  423. package/dist/Space/Validators/ValidateSpace.js.map +1 -1
  424. package/dist/Space/index.d.ts +1 -1
  425. package/dist/Spatial/Adapters/ConfigToParams.d.ts +1 -1
  426. package/dist/Spatial/Adapters/ConfigToParams.js +1 -1
  427. package/dist/Spatial/Adapters/ConfigToParams.js.map +1 -1
  428. package/dist/Spatial/Adapters/ConfigToParamsSpatialData.d.ts +1 -1
  429. package/dist/Spatial/Adapters/ConfigToParamsSpatialData.js +1 -1
  430. package/dist/Spatial/Adapters/ConfigToParamsSpatialData.js.map +1 -1
  431. package/dist/Spatial/Adapters/EntityToConfig.d.ts +1 -1
  432. package/dist/Spatial/Adapters/EntityToConfig.js +1 -1
  433. package/dist/Spatial/Adapters/EntityToConfig.js.map +1 -1
  434. package/dist/Spatial/Factories/SpatialGridFactory.js +1 -1
  435. package/dist/Spatial/Factories/SpatialGridFactory.js.map +1 -1
  436. package/dist/Spatial/Mixins/WithReactivePosition.js +1 -1
  437. package/dist/Spatial/Mixins/WithReactivePosition.js.map +1 -1
  438. package/dist/Spatial/Mixins/WithReactiveRotation.js +1 -1
  439. package/dist/Spatial/Mixins/WithReactiveRotation.js.map +1 -1
  440. package/dist/Spatial/Mixins/WithSpatial.js +1 -1
  441. package/dist/Spatial/Mixins/WithSpatial.js.map +1 -1
  442. package/dist/Spatial/Mixins/WithUpdateSpatialCell.js +1 -1
  443. package/dist/Spatial/Mixins/WithUpdateSpatialCell.js.map +1 -1
  444. package/dist/Spatial/Services/SpatialHelper.js +1 -1
  445. package/dist/Spatial/Services/SpatialHelper.js.map +1 -1
  446. package/dist/Spatial/Wrappers/SpatialCellWrapper.js +1 -1
  447. package/dist/Spatial/Wrappers/SpatialCellWrapper.js.map +1 -1
  448. package/dist/Spatial/Wrappers/SpatialGridWrapper.js +1 -1
  449. package/dist/Spatial/Wrappers/SpatialGridWrapper.js.map +1 -1
  450. package/dist/Text/Adapters/ConfigToParams.d.ts +1 -1
  451. package/dist/Text/Adapters/ConfigToParams.js +1 -1
  452. package/dist/Text/Adapters/ConfigToParams.js.map +1 -1
  453. package/dist/Text/Adapters/EntityToConfig.d.ts +1 -1
  454. package/dist/Text/Adapters/EntityToConfig.js +1 -1
  455. package/dist/Text/Adapters/EntityToConfig.js.map +1 -1
  456. package/dist/Text/Factories/TextFactory.js +1 -1
  457. package/dist/Text/Factories/TextFactory.js.map +1 -1
  458. package/dist/Text/Loop/TextLoopEffect.js +1 -1
  459. package/dist/Text/Loop/TextLoopEffect.js.map +1 -1
  460. package/dist/Text/Renderers/Text2dRenderer.js +1 -1
  461. package/dist/Text/Renderers/Text2dRenderer.js.map +1 -1
  462. package/dist/Text/Renderers/Text3dRenderer.js +1 -1
  463. package/dist/Text/Renderers/Text3dRenderer.js.map +1 -1
  464. package/dist/Text/Renderers/TextRendererBuilder.js +1 -1
  465. package/dist/Text/Renderers/TextRendererBuilder.js.map +1 -1
  466. package/dist/Text/Services/TextService.js +1 -1
  467. package/dist/Text/Services/TextService.js.map +1 -1
  468. package/dist/Text/Wrappers/Accessors.js +1 -1
  469. package/dist/Text/Wrappers/Accessors.js.map +1 -1
  470. package/dist/Text/Wrappers/TextTextureWrapper.js +1 -1
  471. package/dist/Text/Wrappers/TextTextureWrapper.js.map +1 -1
  472. package/dist/Text/Wrappers/TextWrapper.js +1 -1
  473. package/dist/Text/Wrappers/TextWrapper.js.map +1 -1
  474. package/dist/Text/Wrappers/TextWrapperHelper.js +1 -1
  475. package/dist/Text/Wrappers/TextWrapperHelper.js.map +1 -1
  476. package/dist/Text/index.d.ts +1 -0
  477. package/dist/Texture/Loaders/TexturesLoader.js +1 -1
  478. package/dist/Texture/Loaders/TexturesLoader.js.map +1 -1
  479. package/dist/Texture/Utils/TextureServiceHelper.js +1 -1
  480. package/dist/Texture/Utils/TextureServiceHelper.js.map +1 -1
  481. package/dist/ThreeLib/Utils/Object3dUtils.d.ts +1 -1
  482. package/dist/ThreeLib/Utils/Object3dUtils.js +1 -1
  483. package/dist/ThreeLib/Utils/Object3dUtils.js.map +1 -1
  484. package/dist/TransformDrive/Adapters/EntityToConfig.js +1 -1
  485. package/dist/TransformDrive/Adapters/EntityToConfig.js.map +1 -1
  486. package/dist/TransformDrive/Entities/Agents/AbstractTransformAgent.js +1 -1
  487. package/dist/TransformDrive/Entities/Agents/AbstractTransformAgent.js.map +1 -1
  488. package/dist/TransformDrive/Entities/Agents/KinematicTransformAgent.js +1 -1
  489. package/dist/TransformDrive/Entities/Agents/KinematicTransformAgent.js.map +1 -1
  490. package/dist/TransformDrive/Entities/Agents/PhysicsTransformAgent.js +1 -1
  491. package/dist/TransformDrive/Entities/Agents/PhysicsTransformAgent.js.map +1 -1
  492. package/dist/TransformDrive/Entities/Connectors/DriveToTargetConnector.js +1 -1
  493. package/dist/TransformDrive/Entities/Connectors/DriveToTargetConnector.js.map +1 -1
  494. package/dist/TransformDrive/Entities/Drive/TransformDrive.js +1 -1
  495. package/dist/TransformDrive/Entities/Drive/TransformDrive.js.map +1 -1
  496. package/dist/TransformDrive/Services/TransformDriveService.js +1 -1
  497. package/dist/TransformDrive/Services/TransformDriveService.js.map +1 -1
  498. package/dist/TransformDrive/Utils/AgentUtils.js +1 -1
  499. package/dist/TransformDrive/Utils/AgentUtils.js.map +1 -1
  500. package/dist/TransformDrive/Utils/KinematicAgentUtils.js +1 -1
  501. package/dist/TransformDrive/Utils/KinematicAgentUtils.js.map +1 -1
  502. package/dist/TransformDrive/Utils/PhysicsTransformAgentUtils.js +1 -1
  503. package/dist/TransformDrive/Utils/PhysicsTransformAgentUtils.js.map +1 -1
  504. package/dist/TransformDrive/Utils/TransformDriveUtils.js +1 -1
  505. package/dist/TransformDrive/Utils/TransformDriveUtils.js.map +1 -1
  506. package/dist/Utils/CheckUtils.js +1 -1
  507. package/dist/Utils/CheckUtils.js.map +1 -1
  508. package/dist/Utils/CoordsUtils.js +1 -1
  509. package/dist/Utils/CoordsUtils.js.map +1 -1
  510. package/dist/Utils/DateTimeUtils.js +1 -1
  511. package/dist/Utils/DateTimeUtils.js.map +1 -1
  512. package/dist/Utils/DestroyUtils.js +1 -1
  513. package/dist/Utils/DestroyUtils.js.map +1 -1
  514. package/dist/Utils/DomUtils.js +1 -1
  515. package/dist/Utils/DomUtils.js.map +1 -1
  516. package/dist/Utils/RegistryAsyncUtils.js +1 -1
  517. package/dist/Utils/RegistryAsyncUtils.js.map +1 -1
  518. package/dist/Utils/RegistryUtils.js +1 -1
  519. package/dist/Utils/RegistryUtils.js.map +1 -1
  520. package/dist/Utils/RotationUtils.js +1 -1
  521. package/dist/Utils/RotationUtils.js.map +1 -1
  522. package/dist/Utils/RxJsUtils.js +1 -1
  523. package/dist/Utils/RxJsUtils.js.map +1 -1
  524. package/dist/Utils/ScreenUtils.js +1 -1
  525. package/dist/Utils/ScreenUtils.js.map +1 -1
  526. package/dist/Utils/TagsUtils.js +1 -1
  527. package/dist/Utils/TagsUtils.js.map +1 -1
  528. package/dist/Utils/WrapperHelpers.js +1 -1
  529. package/dist/Utils/WrapperHelpers.js.map +1 -1
  530. package/dist/_virtual/stateMachine.js +1 -1
  531. package/dist/index.js +1 -1
  532. package/dist/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.js.map +1 -0
  533. package/dist/node_modules/@cfworker/json-schema/dist/esm/dereference.js.map +1 -0
  534. package/dist/node_modules/@cfworker/json-schema/dist/esm/format.js.map +1 -0
  535. package/dist/node_modules/@cfworker/json-schema/dist/esm/pointer.js.map +1 -0
  536. package/dist/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.js.map +1 -0
  537. package/dist/node_modules/@cfworker/json-schema/dist/esm/validate.js.map +1 -0
  538. package/dist/node_modules/@cfworker/json-schema/dist/esm/validator.js.map +1 -0
  539. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  540. package/dist/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  541. package/dist/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  542. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  543. package/dist/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  544. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  545. package/dist/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  546. package/dist/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  547. package/dist/node_modules/date-fns/constants.js.map +1 -0
  548. package/dist/node_modules/date-fns/constructFrom.js.map +1 -0
  549. package/dist/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  550. package/dist/node_modules/date-fns/format.js.map +1 -0
  551. package/dist/node_modules/date-fns/getDayOfYear.js.map +1 -0
  552. package/dist/node_modules/date-fns/getISOWeek.js.map +1 -0
  553. package/dist/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  554. package/dist/node_modules/date-fns/getWeek.js.map +1 -0
  555. package/dist/node_modules/date-fns/getWeekYear.js.map +1 -0
  556. package/dist/node_modules/date-fns/isDate.js.map +1 -0
  557. package/dist/node_modules/date-fns/isValid.js.map +1 -0
  558. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  559. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  560. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  561. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  562. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  563. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  564. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  565. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  566. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  567. package/dist/node_modules/date-fns/locale/en-US.js.map +1 -0
  568. package/dist/node_modules/date-fns/parseISO.js.map +1 -0
  569. package/dist/node_modules/date-fns/startOfDay.js.map +1 -0
  570. package/dist/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  571. package/dist/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  572. package/dist/node_modules/date-fns/startOfWeek.js.map +1 -0
  573. package/dist/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  574. package/dist/node_modules/date-fns/startOfYear.js.map +1 -0
  575. package/dist/node_modules/date-fns/toDate.js.map +1 -0
  576. package/dist/node_modules/lodash-es/_DataView.js.map +1 -0
  577. package/dist/node_modules/lodash-es/_Hash.js.map +1 -0
  578. package/dist/node_modules/lodash-es/_ListCache.js.map +1 -0
  579. package/dist/node_modules/lodash-es/_Map.js.map +1 -0
  580. package/dist/node_modules/lodash-es/_MapCache.js.map +1 -0
  581. package/dist/node_modules/lodash-es/_Promise.js.map +1 -0
  582. package/dist/node_modules/lodash-es/_Set.js.map +1 -0
  583. package/dist/node_modules/lodash-es/_SetCache.js.map +1 -0
  584. package/dist/node_modules/lodash-es/_Stack.js.map +1 -0
  585. package/dist/node_modules/lodash-es/_Symbol.js.map +1 -0
  586. package/dist/node_modules/lodash-es/_Uint8Array.js.map +1 -0
  587. package/dist/node_modules/lodash-es/_WeakMap.js.map +1 -0
  588. package/dist/node_modules/lodash-es/_arrayEach.js.map +1 -0
  589. package/dist/node_modules/lodash-es/_arrayFilter.js.map +1 -0
  590. package/dist/node_modules/lodash-es/_arrayLikeKeys.js.map +1 -0
  591. package/dist/node_modules/lodash-es/_arrayPush.js.map +1 -0
  592. package/dist/node_modules/lodash-es/_arraySome.js.map +1 -0
  593. package/dist/node_modules/lodash-es/_assignValue.js.map +1 -0
  594. package/dist/node_modules/lodash-es/_assocIndexOf.js.map +1 -0
  595. package/dist/node_modules/lodash-es/_baseAssignValue.js.map +1 -0
  596. package/dist/node_modules/lodash-es/_baseClone.js.map +1 -0
  597. package/dist/node_modules/lodash-es/_baseCreate.js.map +1 -0
  598. package/dist/node_modules/lodash-es/_baseGetAllKeys.js.map +1 -0
  599. package/dist/node_modules/lodash-es/_baseGetTag.js.map +1 -0
  600. package/dist/node_modules/lodash-es/_baseIsArguments.js.map +1 -0
  601. package/dist/node_modules/lodash-es/_baseIsEqual.js.map +1 -0
  602. package/dist/node_modules/lodash-es/_baseIsEqualDeep.js.map +1 -0
  603. package/dist/node_modules/lodash-es/_baseIsMap.js.map +1 -0
  604. package/dist/node_modules/lodash-es/_baseIsNative.js.map +1 -0
  605. package/dist/node_modules/lodash-es/_baseIsSet.js.map +1 -0
  606. package/dist/node_modules/lodash-es/_baseIsTypedArray.js.map +1 -0
  607. package/dist/node_modules/lodash-es/_baseKeys.js.map +1 -0
  608. package/dist/node_modules/lodash-es/_baseTimes.js.map +1 -0
  609. package/dist/node_modules/lodash-es/_baseUnary.js.map +1 -0
  610. package/dist/node_modules/lodash-es/_cacheHas.js.map +1 -0
  611. package/dist/node_modules/lodash-es/_cloneArrayBuffer.js.map +1 -0
  612. package/dist/node_modules/lodash-es/_cloneBuffer.js.map +1 -0
  613. package/dist/node_modules/lodash-es/_cloneDataView.js.map +1 -0
  614. package/dist/node_modules/lodash-es/_cloneRegExp.js.map +1 -0
  615. package/dist/node_modules/lodash-es/_cloneSymbol.js.map +1 -0
  616. package/dist/node_modules/lodash-es/_cloneTypedArray.js.map +1 -0
  617. package/dist/node_modules/lodash-es/_coreJsData.js.map +1 -0
  618. package/dist/node_modules/lodash-es/_defineProperty.js.map +1 -0
  619. package/dist/node_modules/lodash-es/_equalArrays.js.map +1 -0
  620. package/dist/node_modules/lodash-es/_equalByTag.js.map +1 -0
  621. package/dist/node_modules/lodash-es/_equalObjects.js.map +1 -0
  622. package/dist/node_modules/lodash-es/_freeGlobal.js.map +1 -0
  623. package/dist/node_modules/lodash-es/_getAllKeys.js.map +1 -0
  624. package/dist/node_modules/lodash-es/_getMapData.js.map +1 -0
  625. package/dist/node_modules/lodash-es/_getNative.js.map +1 -0
  626. package/dist/node_modules/lodash-es/_getPrototype.js.map +1 -0
  627. package/dist/node_modules/lodash-es/_getRawTag.js.map +1 -0
  628. package/dist/node_modules/lodash-es/_getSymbols.js.map +1 -0
  629. package/dist/node_modules/lodash-es/_getTag.js.map +1 -0
  630. package/dist/node_modules/lodash-es/_getValue.js.map +1 -0
  631. package/dist/node_modules/lodash-es/_hashClear.js.map +1 -0
  632. package/dist/node_modules/lodash-es/_hashDelete.js.map +1 -0
  633. package/dist/node_modules/lodash-es/_hashGet.js.map +1 -0
  634. package/dist/node_modules/lodash-es/_hashHas.js.map +1 -0
  635. package/dist/node_modules/lodash-es/_hashSet.js.map +1 -0
  636. package/dist/node_modules/lodash-es/_initCloneArray.js.map +1 -0
  637. package/dist/node_modules/lodash-es/_initCloneByTag.js.map +1 -0
  638. package/dist/node_modules/lodash-es/_initCloneObject.js.map +1 -0
  639. package/dist/node_modules/lodash-es/_isIndex.js.map +1 -0
  640. package/dist/node_modules/lodash-es/_isKeyable.js.map +1 -0
  641. package/dist/node_modules/lodash-es/_isMasked.js.map +1 -0
  642. package/dist/node_modules/lodash-es/_isPrototype.js.map +1 -0
  643. package/dist/node_modules/lodash-es/_listCacheClear.js.map +1 -0
  644. package/dist/node_modules/lodash-es/_listCacheDelete.js.map +1 -0
  645. package/dist/node_modules/lodash-es/_listCacheGet.js.map +1 -0
  646. package/dist/node_modules/lodash-es/_listCacheHas.js.map +1 -0
  647. package/dist/node_modules/lodash-es/_listCacheSet.js.map +1 -0
  648. package/dist/node_modules/lodash-es/_mapCacheClear.js.map +1 -0
  649. package/dist/node_modules/lodash-es/_mapCacheDelete.js.map +1 -0
  650. package/dist/node_modules/lodash-es/_mapCacheGet.js.map +1 -0
  651. package/dist/node_modules/lodash-es/_mapCacheHas.js.map +1 -0
  652. package/dist/node_modules/lodash-es/_mapCacheSet.js.map +1 -0
  653. package/dist/node_modules/lodash-es/_mapToArray.js.map +1 -0
  654. package/dist/node_modules/lodash-es/_nativeCreate.js.map +1 -0
  655. package/dist/node_modules/lodash-es/_nativeKeys.js.map +1 -0
  656. package/dist/node_modules/lodash-es/_nodeUtil.js.map +1 -0
  657. package/dist/node_modules/lodash-es/_objectToString.js.map +1 -0
  658. package/dist/node_modules/lodash-es/_overArg.js.map +1 -0
  659. package/dist/node_modules/lodash-es/_root.js.map +1 -0
  660. package/dist/node_modules/lodash-es/_setCacheAdd.js.map +1 -0
  661. package/dist/node_modules/lodash-es/_setCacheHas.js.map +1 -0
  662. package/dist/node_modules/lodash-es/_setToArray.js.map +1 -0
  663. package/dist/node_modules/lodash-es/_stackClear.js.map +1 -0
  664. package/dist/node_modules/lodash-es/_stackDelete.js.map +1 -0
  665. package/dist/node_modules/lodash-es/_stackGet.js.map +1 -0
  666. package/dist/node_modules/lodash-es/_stackHas.js.map +1 -0
  667. package/dist/node_modules/lodash-es/_stackSet.js.map +1 -0
  668. package/dist/node_modules/lodash-es/_toSource.js.map +1 -0
  669. package/dist/node_modules/lodash-es/cloneDeepWith.js.map +1 -0
  670. package/dist/node_modules/lodash-es/eq.js.map +1 -0
  671. package/dist/node_modules/lodash-es/isArguments.js.map +1 -0
  672. package/dist/node_modules/lodash-es/isArray.js.map +1 -0
  673. package/dist/node_modules/lodash-es/isArrayLike.js.map +1 -0
  674. package/dist/node_modules/lodash-es/isBuffer.js.map +1 -0
  675. package/dist/node_modules/lodash-es/isEmpty.js.map +1 -0
  676. package/dist/node_modules/lodash-es/isEqual.js.map +1 -0
  677. package/dist/node_modules/lodash-es/isFunction.js.map +1 -0
  678. package/dist/node_modules/lodash-es/isLength.js.map +1 -0
  679. package/dist/node_modules/lodash-es/isMap.js.map +1 -0
  680. package/dist/node_modules/lodash-es/isObject.js.map +1 -0
  681. package/dist/node_modules/lodash-es/isObjectLike.js.map +1 -0
  682. package/dist/node_modules/lodash-es/isPlainObject.js.map +1 -0
  683. package/dist/node_modules/lodash-es/isSet.js.map +1 -0
  684. package/dist/node_modules/lodash-es/isTypedArray.js.map +1 -0
  685. package/dist/node_modules/lodash-es/keys.js.map +1 -0
  686. package/dist/node_modules/lodash-es/stubArray.js.map +1 -0
  687. package/dist/node_modules/lodash-es/stubFalse.js.map +1 -0
  688. package/dist/node_modules/quickselect/index.js.map +1 -0
  689. package/dist/node_modules/rbush/index.js.map +1 -0
  690. package/dist/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map +1 -0
  691. package/dist/node_modules/rxjs/dist/esm5/internal/Observable.js.map +1 -0
  692. package/dist/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map +1 -0
  693. package/dist/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map +1 -0
  694. package/dist/node_modules/rxjs/dist/esm5/internal/Subject.js.map +1 -0
  695. package/dist/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +1 -0
  696. package/dist/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +1 -0
  697. package/dist/node_modules/rxjs/dist/esm5/internal/config.js.map +1 -0
  698. package/dist/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map +1 -0
  699. package/dist/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map +1 -0
  700. package/dist/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map +1 -0
  701. package/dist/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +1 -0
  702. package/dist/node_modules/rxjs/dist/esm5/internal/observable/from.js.map +1 -0
  703. package/dist/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map +1 -0
  704. package/dist/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map +1 -0
  705. package/dist/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map +1 -0
  706. package/dist/node_modules/rxjs/dist/esm5/internal/observable/of.js.map +1 -0
  707. package/dist/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map +1 -0
  708. package/dist/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map +1 -0
  709. package/dist/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map +1 -0
  710. package/dist/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map +1 -0
  711. package/dist/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map +1 -0
  712. package/dist/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map +1 -0
  713. package/dist/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map +1 -0
  714. package/dist/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map +1 -0
  715. package/dist/node_modules/rxjs/dist/esm5/internal/operators/map.js.map +1 -0
  716. package/dist/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map +1 -0
  717. package/dist/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map +1 -0
  718. package/dist/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map +1 -0
  719. package/dist/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map +1 -0
  720. package/dist/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map +1 -0
  721. package/dist/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map +1 -0
  722. package/dist/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map +1 -0
  723. package/dist/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map +1 -0
  724. package/dist/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map +1 -0
  725. package/dist/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map +1 -0
  726. package/dist/node_modules/rxjs/dist/esm5/internal/operators/take.js.map +1 -0
  727. package/dist/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map +1 -0
  728. package/dist/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map +1 -0
  729. package/dist/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map +1 -0
  730. package/dist/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map +1 -0
  731. package/dist/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map +1 -0
  732. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map +1 -0
  733. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
  734. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map +1 -0
  735. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map +1 -0
  736. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map +1 -0
  737. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
  738. package/dist/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map +1 -0
  739. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map +1 -0
  740. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map +1 -0
  741. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map +1 -0
  742. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map +1 -0
  743. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map +1 -0
  744. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map +1 -0
  745. package/dist/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +1 -0
  746. package/dist/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map +1 -0
  747. package/dist/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +1 -0
  748. package/dist/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map +1 -0
  749. package/dist/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +1 -0
  750. package/dist/node_modules/rxjs/dist/esm5/internal/util/args.js.map +1 -0
  751. package/dist/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map +1 -0
  752. package/dist/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +1 -0
  753. package/dist/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +1 -0
  754. package/dist/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map +1 -0
  755. package/dist/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +1 -0
  756. package/dist/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map +1 -0
  757. package/dist/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +1 -0
  758. package/dist/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map +1 -0
  759. package/dist/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map +1 -0
  760. package/dist/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map +1 -0
  761. package/dist/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +1 -0
  762. package/dist/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map +1 -0
  763. package/dist/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map +1 -0
  764. package/dist/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map +1 -0
  765. package/dist/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map +1 -0
  766. package/dist/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map +1 -0
  767. package/dist/node_modules/rxjs/dist/esm5/internal/util/lift.js.map +1 -0
  768. package/dist/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map +1 -0
  769. package/dist/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +1 -0
  770. package/dist/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +1 -0
  771. package/dist/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +1 -0
  772. package/dist/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map +1 -0
  773. package/dist/node_modules/three-mesh-bvh/src/core/Constants.js.map +1 -0
  774. package/dist/node_modules/three-mesh-bvh/src/core/MeshBVH.js +2 -0
  775. package/dist/node_modules/three-mesh-bvh/src/core/MeshBVH.js.map +1 -0
  776. package/dist/node_modules/three-mesh-bvh/src/core/MeshBVHNode.js.map +1 -0
  777. package/dist/node_modules/three-mesh-bvh/src/core/build/buildTree.js.map +1 -0
  778. package/dist/node_modules/three-mesh-bvh/src/core/build/buildUtils.js.map +1 -0
  779. package/dist/node_modules/three-mesh-bvh/src/core/build/computeBoundsUtils.js.map +1 -0
  780. package/dist/node_modules/three-mesh-bvh/src/core/build/geometryUtils.js +2 -0
  781. package/dist/node_modules/three-mesh-bvh/src/core/build/geometryUtils.js.map +1 -0
  782. package/dist/node_modules/three-mesh-bvh/src/core/build/sortUtils.generated.js.map +1 -0
  783. package/dist/node_modules/three-mesh-bvh/src/core/build/sortUtils_indirect.generated.js.map +1 -0
  784. package/dist/node_modules/three-mesh-bvh/src/core/build/splitUtils.js.map +1 -0
  785. package/dist/node_modules/three-mesh-bvh/src/core/cast/bvhcast.js +2 -0
  786. package/dist/node_modules/three-mesh-bvh/src/core/cast/bvhcast.js.map +1 -0
  787. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry.generated.js +2 -0
  788. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry.generated.js.map +1 -0
  789. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry_indirect.generated.js +2 -0
  790. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry_indirect.generated.js.map +1 -0
  791. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToPoint.js +2 -0
  792. package/dist/node_modules/three-mesh-bvh/src/core/cast/closestPointToPoint.js.map +1 -0
  793. package/dist/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry.generated.js +2 -0
  794. package/dist/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry.generated.js.map +1 -0
  795. package/dist/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry_indirect.generated.js +2 -0
  796. package/dist/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry_indirect.generated.js.map +1 -0
  797. package/dist/node_modules/three-mesh-bvh/src/core/cast/raycast.generated.js.map +1 -0
  798. package/dist/node_modules/three-mesh-bvh/src/core/cast/raycastFirst.generated.js.map +1 -0
  799. package/dist/node_modules/three-mesh-bvh/src/core/cast/raycastFirst_indirect.generated.js.map +1 -0
  800. package/dist/node_modules/three-mesh-bvh/src/core/cast/raycast_indirect.generated.js.map +1 -0
  801. package/dist/node_modules/three-mesh-bvh/src/core/cast/refit.generated.js.map +1 -0
  802. package/dist/node_modules/three-mesh-bvh/src/core/cast/refit_indirect.generated.js.map +1 -0
  803. package/dist/node_modules/three-mesh-bvh/src/core/cast/shapecast.js +2 -0
  804. package/dist/node_modules/three-mesh-bvh/src/core/cast/shapecast.js.map +1 -0
  805. package/dist/node_modules/three-mesh-bvh/src/core/utils/BufferStack.js.map +1 -0
  806. package/dist/node_modules/three-mesh-bvh/src/core/utils/intersectUtils.js.map +1 -0
  807. package/dist/node_modules/three-mesh-bvh/src/core/utils/iterationUtils.generated.js.map +1 -0
  808. package/dist/node_modules/three-mesh-bvh/src/core/utils/iterationUtils_indirect.generated.js.map +1 -0
  809. package/dist/node_modules/three-mesh-bvh/src/core/utils/nodeBufferUtils.js.map +1 -0
  810. package/dist/node_modules/three-mesh-bvh/src/math/ExtendedTriangle.js +2 -0
  811. package/dist/node_modules/three-mesh-bvh/src/math/ExtendedTriangle.js.map +1 -0
  812. package/dist/node_modules/three-mesh-bvh/src/math/MathUtilities.js +2 -0
  813. package/dist/node_modules/three-mesh-bvh/src/math/MathUtilities.js.map +1 -0
  814. package/dist/node_modules/three-mesh-bvh/src/math/OrientedBox.js +2 -0
  815. package/dist/node_modules/three-mesh-bvh/src/math/OrientedBox.js.map +1 -0
  816. package/dist/node_modules/three-mesh-bvh/src/math/SeparatingAxisBounds.js +2 -0
  817. package/dist/node_modules/three-mesh-bvh/src/math/SeparatingAxisBounds.js.map +1 -0
  818. package/dist/node_modules/three-mesh-bvh/src/objects/MeshBVHHelper.js +2 -0
  819. package/dist/node_modules/three-mesh-bvh/src/objects/MeshBVHHelper.js.map +1 -0
  820. package/dist/node_modules/three-mesh-bvh/src/utils/ArrayBoxUtilities.js.map +1 -0
  821. package/dist/node_modules/three-mesh-bvh/src/utils/BufferUtils.js.map +1 -0
  822. package/dist/node_modules/three-mesh-bvh/src/utils/ExtendedTrianglePool.js.map +1 -0
  823. package/dist/node_modules/three-mesh-bvh/src/utils/ExtensionUtilities.js +2 -0
  824. package/dist/node_modules/three-mesh-bvh/src/utils/ExtensionUtilities.js.map +1 -0
  825. package/dist/node_modules/three-mesh-bvh/src/utils/GeometryRayIntersectUtilities.js.map +1 -0
  826. package/dist/node_modules/three-mesh-bvh/src/utils/PrimitivePool.js.map +1 -0
  827. package/dist/node_modules/three-mesh-bvh/src/utils/ThreeRayIntersectUtilities.js +2 -0
  828. package/dist/node_modules/three-mesh-bvh/src/utils/ThreeRayIntersectUtilities.js.map +1 -0
  829. package/dist/node_modules/three-mesh-bvh/src/utils/TriangleUtilities.js +2 -0
  830. package/dist/node_modules/three-mesh-bvh/src/utils/TriangleUtilities.js.map +1 -0
  831. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  832. package/dist/node_modules/typescript-fsm/dist/stateMachine.js +2 -0
  833. package/dist/node_modules/typescript-fsm/dist/stateMachine.js.map +1 -0
  834. package/dist/packages/anarchy-engine/node_modules/nanoid/index.browser.js.map +1 -0
  835. package/dist/packages/anarchy-engine/node_modules/nanoid/url-alphabet/index.js.map +1 -0
  836. package/dist/packages/anarchy-shared/src/Constants/CssUnits.js.map +1 -0
  837. package/dist/packages/anarchy-shared/src/Constants/FallBackFonts.js.map +1 -0
  838. package/dist/packages/anarchy-shared/src/Utils/ArrayUtils.js.map +1 -0
  839. package/dist/packages/anarchy-shared/src/Utils/AsyncUtils.js.map +1 -0
  840. package/dist/packages/anarchy-shared/src/Utils/CheckUtils.js.map +1 -0
  841. package/dist/packages/anarchy-shared/src/Utils/CssUtils.js.map +1 -0
  842. package/dist/packages/anarchy-shared/src/Utils/MapUtils.js.map +1 -0
  843. package/dist/packages/anarchy-shared/src/Utils/ObjectUtils.js.map +1 -0
  844. package/dist/packages/anarchy-shared/src/Utils/StringUtils.js.map +1 -0
  845. package/dist/packages/anarchy-shared/src/Utils/TypesUtils.js.map +1 -0
  846. package/dist/packages/anarchy-shared/src/Utils/WebGlUtils.js.map +1 -0
  847. package/legal/NOTICE.md +2 -14
  848. package/legal/THIRD_PARTY_LICENSES.md +2 -214
  849. package/package.json +15 -3
  850. package/dist/Audio/Adapters/ConfigToParams.d.ts +0 -2
  851. package/dist/Audio/Adapters/ConfigToParams.js +0 -2
  852. package/dist/Audio/Adapters/ConfigToParams.js.map +0 -1
  853. package/dist/__vite-plugin-wasm-helper.js +0 -2
  854. package/dist/__vite-plugin-wasm-helper.js.map +0 -1
  855. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.js.map +0 -1
  856. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/dereference.js.map +0 -1
  857. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/format.js.map +0 -1
  858. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/pointer.js.map +0 -1
  859. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.js.map +0 -1
  860. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/validate.js.map +0 -1
  861. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@cfworker/json-schema/dist/esm/validator.js.map +0 -1
  862. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/coarena.js +0 -2
  863. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/coarena.js.map +0 -1
  864. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/character_controller.js +0 -2
  865. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/character_controller.js.map +0 -1
  866. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/pid_controller.js +0 -2
  867. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/pid_controller.js.map +0 -1
  868. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/ray_cast_vehicle_controller.js +0 -2
  869. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/control/ray_cast_vehicle_controller.js.map +0 -1
  870. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/ccd_solver.js +0 -2
  871. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/ccd_solver.js.map +0 -1
  872. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/coefficient_combine_rule.js +0 -2
  873. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/coefficient_combine_rule.js.map +0 -1
  874. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/impulse_joint.js +0 -2
  875. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/impulse_joint.js.map +0 -1
  876. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/impulse_joint_set.js +0 -2
  877. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/impulse_joint_set.js.map +0 -1
  878. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/integration_parameters.js +0 -2
  879. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/integration_parameters.js.map +0 -1
  880. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/island_manager.js +0 -2
  881. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/island_manager.js.map +0 -1
  882. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/multibody_joint.js +0 -2
  883. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/multibody_joint.js.map +0 -1
  884. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/multibody_joint_set.js +0 -2
  885. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/multibody_joint_set.js.map +0 -1
  886. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/rigid_body.js +0 -2
  887. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/rigid_body.js.map +0 -1
  888. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/rigid_body_set.js +0 -2
  889. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/dynamics/rigid_body_set.js.map +0 -1
  890. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/broad_phase.js +0 -2
  891. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/broad_phase.js.map +0 -1
  892. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/collider.js +0 -2
  893. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/collider.js.map +0 -1
  894. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/collider_set.js +0 -2
  895. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/collider_set.js.map +0 -1
  896. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/contact.js +0 -2
  897. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/contact.js.map +0 -1
  898. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/feature.js +0 -2
  899. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/feature.js.map +0 -1
  900. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/narrow_phase.js +0 -2
  901. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/narrow_phase.js.map +0 -1
  902. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/point.js +0 -2
  903. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/point.js.map +0 -1
  904. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/ray.js +0 -2
  905. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/ray.js.map +0 -1
  906. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/shape.js +0 -2
  907. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/shape.js.map +0 -1
  908. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/toi.js +0 -2
  909. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/geometry/toi.js.map +0 -1
  910. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/math.js +0 -2
  911. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/math.js.map +0 -1
  912. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/debug_render_pipeline.js +0 -2
  913. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/debug_render_pipeline.js.map +0 -1
  914. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/event_queue.js +0 -2
  915. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/event_queue.js.map +0 -1
  916. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/physics_hooks.js +0 -2
  917. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/physics_hooks.js.map +0 -1
  918. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/physics_pipeline.js +0 -2
  919. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/physics_pipeline.js.map +0 -1
  920. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/serialization_pipeline.js +0 -2
  921. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/serialization_pipeline.js.map +0 -1
  922. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/world.js +0 -2
  923. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/pipeline/world.js.map +0 -1
  924. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d.js +0 -2
  925. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d.js.map +0 -1
  926. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.js +0 -2
  927. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.js.map +0 -1
  928. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.wasm.js +0 -2
  929. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.wasm.js.map +0 -1
  930. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.wasm2.js +0 -2
  931. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/@dimforge/rapier3d/rapier_wasm3d_bg.wasm2.js.map +0 -1
  932. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
  933. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
  934. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
  935. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
  936. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
  937. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
  938. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
  939. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
  940. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/constants.js.map +0 -1
  941. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/constructFrom.js.map +0 -1
  942. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
  943. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/format.js.map +0 -1
  944. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/getDayOfYear.js.map +0 -1
  945. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/getISOWeek.js.map +0 -1
  946. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/getISOWeekYear.js.map +0 -1
  947. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/getWeek.js.map +0 -1
  948. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/getWeekYear.js.map +0 -1
  949. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/isDate.js.map +0 -1
  950. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/isValid.js.map +0 -1
  951. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
  952. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
  953. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
  954. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
  955. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
  956. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
  957. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
  958. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
  959. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
  960. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/locale/en-US.js.map +0 -1
  961. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/parseISO.js.map +0 -1
  962. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfDay.js.map +0 -1
  963. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfISOWeek.js.map +0 -1
  964. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
  965. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfWeek.js.map +0 -1
  966. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfWeekYear.js.map +0 -1
  967. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/startOfYear.js.map +0 -1
  968. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/date-fns/toDate.js.map +0 -1
  969. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_DataView.js.map +0 -1
  970. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Hash.js.map +0 -1
  971. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_ListCache.js.map +0 -1
  972. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Map.js.map +0 -1
  973. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_MapCache.js.map +0 -1
  974. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Promise.js.map +0 -1
  975. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Set.js.map +0 -1
  976. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_SetCache.js.map +0 -1
  977. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Stack.js.map +0 -1
  978. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Symbol.js.map +0 -1
  979. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_Uint8Array.js.map +0 -1
  980. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_WeakMap.js.map +0 -1
  981. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_arrayEach.js.map +0 -1
  982. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_arrayFilter.js.map +0 -1
  983. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_arrayLikeKeys.js.map +0 -1
  984. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_arrayPush.js.map +0 -1
  985. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_arraySome.js.map +0 -1
  986. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_assignValue.js.map +0 -1
  987. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_assocIndexOf.js.map +0 -1
  988. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseAssignValue.js.map +0 -1
  989. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseClone.js.map +0 -1
  990. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseCreate.js.map +0 -1
  991. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseGetAllKeys.js.map +0 -1
  992. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseGetTag.js.map +0 -1
  993. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsArguments.js.map +0 -1
  994. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsEqual.js.map +0 -1
  995. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsEqualDeep.js.map +0 -1
  996. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsMap.js.map +0 -1
  997. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsNative.js.map +0 -1
  998. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsSet.js.map +0 -1
  999. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseIsTypedArray.js.map +0 -1
  1000. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseKeys.js.map +0 -1
  1001. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseTimes.js.map +0 -1
  1002. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_baseUnary.js.map +0 -1
  1003. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cacheHas.js.map +0 -1
  1004. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneArrayBuffer.js.map +0 -1
  1005. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneBuffer.js.map +0 -1
  1006. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneDataView.js.map +0 -1
  1007. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneRegExp.js.map +0 -1
  1008. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneSymbol.js.map +0 -1
  1009. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_cloneTypedArray.js.map +0 -1
  1010. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_coreJsData.js.map +0 -1
  1011. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_defineProperty.js.map +0 -1
  1012. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_equalArrays.js.map +0 -1
  1013. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_equalByTag.js.map +0 -1
  1014. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_equalObjects.js.map +0 -1
  1015. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_freeGlobal.js.map +0 -1
  1016. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getAllKeys.js.map +0 -1
  1017. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getMapData.js.map +0 -1
  1018. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getNative.js.map +0 -1
  1019. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getPrototype.js.map +0 -1
  1020. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getRawTag.js.map +0 -1
  1021. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getSymbols.js.map +0 -1
  1022. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getTag.js.map +0 -1
  1023. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_getValue.js.map +0 -1
  1024. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_hashClear.js.map +0 -1
  1025. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_hashDelete.js.map +0 -1
  1026. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_hashGet.js.map +0 -1
  1027. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_hashHas.js.map +0 -1
  1028. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_hashSet.js.map +0 -1
  1029. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_initCloneArray.js.map +0 -1
  1030. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_initCloneByTag.js.map +0 -1
  1031. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_initCloneObject.js.map +0 -1
  1032. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_isIndex.js.map +0 -1
  1033. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_isKeyable.js.map +0 -1
  1034. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_isMasked.js.map +0 -1
  1035. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_isPrototype.js.map +0 -1
  1036. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_listCacheClear.js.map +0 -1
  1037. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_listCacheDelete.js.map +0 -1
  1038. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_listCacheGet.js.map +0 -1
  1039. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_listCacheHas.js.map +0 -1
  1040. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_listCacheSet.js.map +0 -1
  1041. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapCacheClear.js.map +0 -1
  1042. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapCacheDelete.js.map +0 -1
  1043. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapCacheGet.js.map +0 -1
  1044. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapCacheHas.js.map +0 -1
  1045. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapCacheSet.js.map +0 -1
  1046. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_mapToArray.js.map +0 -1
  1047. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_nativeCreate.js.map +0 -1
  1048. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_nativeKeys.js.map +0 -1
  1049. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_nodeUtil.js.map +0 -1
  1050. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_objectToString.js.map +0 -1
  1051. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_overArg.js.map +0 -1
  1052. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_root.js.map +0 -1
  1053. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_setCacheAdd.js.map +0 -1
  1054. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_setCacheHas.js.map +0 -1
  1055. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_setToArray.js.map +0 -1
  1056. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_stackClear.js.map +0 -1
  1057. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_stackDelete.js.map +0 -1
  1058. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_stackGet.js.map +0 -1
  1059. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_stackHas.js.map +0 -1
  1060. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_stackSet.js.map +0 -1
  1061. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/_toSource.js.map +0 -1
  1062. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/cloneDeepWith.js.map +0 -1
  1063. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/eq.js.map +0 -1
  1064. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isArguments.js.map +0 -1
  1065. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isArray.js.map +0 -1
  1066. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isArrayLike.js.map +0 -1
  1067. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isBuffer.js.map +0 -1
  1068. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isEmpty.js.map +0 -1
  1069. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isEqual.js.map +0 -1
  1070. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isFunction.js.map +0 -1
  1071. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isLength.js.map +0 -1
  1072. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isMap.js.map +0 -1
  1073. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isObject.js.map +0 -1
  1074. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isObjectLike.js.map +0 -1
  1075. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isPlainObject.js.map +0 -1
  1076. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isSet.js.map +0 -1
  1077. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/isTypedArray.js.map +0 -1
  1078. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/keys.js.map +0 -1
  1079. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/stubArray.js.map +0 -1
  1080. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/lodash-es/stubFalse.js.map +0 -1
  1081. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/quickselect/index.js.map +0 -1
  1082. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rbush/index.js.map +0 -1
  1083. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map +0 -1
  1084. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/Observable.js.map +0 -1
  1085. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map +0 -1
  1086. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map +0 -1
  1087. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/Subject.js.map +0 -1
  1088. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +0 -1
  1089. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +0 -1
  1090. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/config.js.map +0 -1
  1091. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map +0 -1
  1092. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map +0 -1
  1093. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map +0 -1
  1094. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +0 -1
  1095. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/from.js.map +0 -1
  1096. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map +0 -1
  1097. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map +0 -1
  1098. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map +0 -1
  1099. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/observable/of.js.map +0 -1
  1100. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map +0 -1
  1101. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map +0 -1
  1102. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map +0 -1
  1103. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map +0 -1
  1104. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map +0 -1
  1105. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map +0 -1
  1106. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map +0 -1
  1107. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map +0 -1
  1108. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/map.js.map +0 -1
  1109. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map +0 -1
  1110. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map +0 -1
  1111. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map +0 -1
  1112. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map +0 -1
  1113. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map +0 -1
  1114. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map +0 -1
  1115. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map +0 -1
  1116. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map +0 -1
  1117. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map +0 -1
  1118. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map +0 -1
  1119. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/take.js.map +0 -1
  1120. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map +0 -1
  1121. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map +0 -1
  1122. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map +0 -1
  1123. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map +0 -1
  1124. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map +0 -1
  1125. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map +0 -1
  1126. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map +0 -1
  1127. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map +0 -1
  1128. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map +0 -1
  1129. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map +0 -1
  1130. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map +0 -1
  1131. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map +0 -1
  1132. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map +0 -1
  1133. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map +0 -1
  1134. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map +0 -1
  1135. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map +0 -1
  1136. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map +0 -1
  1137. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map +0 -1
  1138. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +0 -1
  1139. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map +0 -1
  1140. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +0 -1
  1141. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map +0 -1
  1142. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +0 -1
  1143. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/args.js.map +0 -1
  1144. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map +0 -1
  1145. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +0 -1
  1146. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +0 -1
  1147. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map +0 -1
  1148. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +0 -1
  1149. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map +0 -1
  1150. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +0 -1
  1151. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map +0 -1
  1152. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map +0 -1
  1153. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map +0 -1
  1154. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +0 -1
  1155. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map +0 -1
  1156. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map +0 -1
  1157. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map +0 -1
  1158. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map +0 -1
  1159. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map +0 -1
  1160. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/lift.js.map +0 -1
  1161. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map +0 -1
  1162. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +0 -1
  1163. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +0 -1
  1164. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +0 -1
  1165. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map +0 -1
  1166. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/build/three.core.js +0 -2
  1167. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/build/three.core.js.map +0 -1
  1168. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/build/three.module.js +0 -2
  1169. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/build/three.module.js.map +0 -1
  1170. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/controls/FirstPersonControls.js +0 -2
  1171. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/controls/FirstPersonControls.js.map +0 -1
  1172. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/controls/OrbitControls.js +0 -2
  1173. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/controls/OrbitControls.js.map +0 -1
  1174. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/Line2.js +0 -2
  1175. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/Line2.js.map +0 -1
  1176. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineGeometry.js +0 -2
  1177. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineGeometry.js.map +0 -1
  1178. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineMaterial.js +0 -2
  1179. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineMaterial.js.map +0 -1
  1180. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineSegments2.js +0 -2
  1181. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineSegments2.js.map +0 -1
  1182. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineSegmentsGeometry.js +0 -2
  1183. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/lines/LineSegmentsGeometry.js.map +0 -1
  1184. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/DRACOLoader.js +0 -2
  1185. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/DRACOLoader.js.map +0 -1
  1186. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/GLTFLoader.js +0 -2
  1187. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/GLTFLoader.js.map +0 -1
  1188. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/HDRLoader.js +0 -2
  1189. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/loaders/HDRLoader.js.map +0 -1
  1190. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/renderers/CSS2DRenderer.js +0 -2
  1191. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/renderers/CSS2DRenderer.js.map +0 -1
  1192. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/renderers/CSS3DRenderer.js +0 -2
  1193. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/renderers/CSS3DRenderer.js.map +0 -1
  1194. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/utils/BufferGeometryUtils.js +0 -2
  1195. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/utils/BufferGeometryUtils.js.map +0 -1
  1196. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/utils/SkeletonUtils.js +0 -2
  1197. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/examples/jsm/utils/SkeletonUtils.js.map +0 -1
  1198. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/MathUtils.js +0 -2
  1199. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/MathUtils.js.map +0 -1
  1200. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/Quaternion.js +0 -2
  1201. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/Quaternion.js.map +0 -1
  1202. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/Vector3.js +0 -2
  1203. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/math/Vector3.js.map +0 -1
  1204. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/utils.js +0 -2
  1205. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three/src/utils.js.map +0 -1
  1206. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/Constants.js.map +0 -1
  1207. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/MeshBVH.js +0 -2
  1208. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/MeshBVH.js.map +0 -1
  1209. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/MeshBVHNode.js.map +0 -1
  1210. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/buildTree.js.map +0 -1
  1211. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/buildUtils.js.map +0 -1
  1212. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/computeBoundsUtils.js.map +0 -1
  1213. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/geometryUtils.js +0 -2
  1214. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/geometryUtils.js.map +0 -1
  1215. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/sortUtils.generated.js.map +0 -1
  1216. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/sortUtils_indirect.generated.js.map +0 -1
  1217. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/build/splitUtils.js.map +0 -1
  1218. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/bvhcast.js +0 -2
  1219. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/bvhcast.js.map +0 -1
  1220. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry.generated.js +0 -2
  1221. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry.generated.js.map +0 -1
  1222. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry_indirect.generated.js +0 -2
  1223. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToGeometry_indirect.generated.js.map +0 -1
  1224. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToPoint.js +0 -2
  1225. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/closestPointToPoint.js.map +0 -1
  1226. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry.generated.js +0 -2
  1227. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry.generated.js.map +0 -1
  1228. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry_indirect.generated.js +0 -2
  1229. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/intersectsGeometry_indirect.generated.js.map +0 -1
  1230. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/raycast.generated.js.map +0 -1
  1231. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/raycastFirst.generated.js.map +0 -1
  1232. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/raycastFirst_indirect.generated.js.map +0 -1
  1233. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/raycast_indirect.generated.js.map +0 -1
  1234. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/refit.generated.js.map +0 -1
  1235. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/refit_indirect.generated.js.map +0 -1
  1236. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/shapecast.js +0 -2
  1237. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/cast/shapecast.js.map +0 -1
  1238. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/utils/BufferStack.js.map +0 -1
  1239. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/utils/intersectUtils.js.map +0 -1
  1240. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/utils/iterationUtils.generated.js.map +0 -1
  1241. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/utils/iterationUtils_indirect.generated.js.map +0 -1
  1242. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/core/utils/nodeBufferUtils.js.map +0 -1
  1243. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/ExtendedTriangle.js +0 -2
  1244. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/ExtendedTriangle.js.map +0 -1
  1245. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/MathUtilities.js +0 -2
  1246. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/MathUtilities.js.map +0 -1
  1247. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/OrientedBox.js +0 -2
  1248. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/OrientedBox.js.map +0 -1
  1249. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/SeparatingAxisBounds.js +0 -2
  1250. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/math/SeparatingAxisBounds.js.map +0 -1
  1251. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/objects/MeshBVHHelper.js +0 -2
  1252. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/objects/MeshBVHHelper.js.map +0 -1
  1253. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ArrayBoxUtilities.js.map +0 -1
  1254. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/BufferUtils.js.map +0 -1
  1255. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ExtendedTrianglePool.js.map +0 -1
  1256. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ExtensionUtilities.js +0 -2
  1257. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ExtensionUtilities.js.map +0 -1
  1258. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/GeometryRayIntersectUtilities.js.map +0 -1
  1259. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/PrimitivePool.js.map +0 -1
  1260. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ThreeRayIntersectUtilities.js +0 -2
  1261. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/ThreeRayIntersectUtilities.js.map +0 -1
  1262. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/TriangleUtilities.js +0 -2
  1263. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/three-mesh-bvh/src/utils/TriangleUtilities.js.map +0 -1
  1264. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/tslib/tslib.es6.js.map +0 -1
  1265. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/typescript-fsm/dist/stateMachine.js +0 -2
  1266. package/dist/home/runner/work/anarchy-engine/anarchy-engine/node_modules/typescript-fsm/dist/stateMachine.js.map +0 -1
  1267. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-engine/node_modules/nanoid/index.browser.js.map +0 -1
  1268. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-engine/node_modules/nanoid/url-alphabet/index.js.map +0 -1
  1269. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Constants/CssUnits.js.map +0 -1
  1270. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Constants/FallBackFonts.js.map +0 -1
  1271. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/ArrayUtils.js.map +0 -1
  1272. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/AsyncUtils.js.map +0 -1
  1273. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/CheckUtils.js.map +0 -1
  1274. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/CssUtils.js.map +0 -1
  1275. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/MapUtils.js.map +0 -1
  1276. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/ObjectUtils.js.map +0 -1
  1277. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/StringUtils.js.map +0 -1
  1278. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/TypesUtils.js.map +0 -1
  1279. package/dist/home/runner/work/anarchy-engine/anarchy-engine/packages/anarchy-shared/src/Utils/WebGlUtils.js.map +0 -1
  1280. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/deep-compare-strict.js +0 -0
  1281. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/dereference.js +0 -0
  1282. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/format.js +0 -0
  1283. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/pointer.js +0 -0
  1284. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/ucs2-length.js +0 -0
  1285. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/validate.js +0 -0
  1286. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/@cfworker/json-schema/dist/esm/validator.js +0 -0
  1287. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/addLeadingZeros.js +0 -0
  1288. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/defaultOptions.js +0 -0
  1289. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/format/formatters.js +0 -0
  1290. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/format/lightFormatters.js +0 -0
  1291. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/format/longFormatters.js +0 -0
  1292. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -0
  1293. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/normalizeDates.js +0 -0
  1294. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/_lib/protectedTokens.js +0 -0
  1295. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/constants.js +0 -0
  1296. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/constructFrom.js +0 -0
  1297. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/differenceInCalendarDays.js +0 -0
  1298. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/format.js +0 -0
  1299. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/getDayOfYear.js +0 -0
  1300. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/getISOWeek.js +0 -0
  1301. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/getISOWeekYear.js +0 -0
  1302. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/getWeek.js +0 -0
  1303. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/getWeekYear.js +0 -0
  1304. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/isDate.js +0 -0
  1305. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/isValid.js +0 -0
  1306. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/_lib/buildFormatLongFn.js +0 -0
  1307. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/_lib/buildLocalizeFn.js +0 -0
  1308. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/_lib/buildMatchFn.js +0 -0
  1309. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/_lib/buildMatchPatternFn.js +0 -0
  1310. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US/_lib/formatDistance.js +0 -0
  1311. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US/_lib/formatLong.js +0 -0
  1312. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US/_lib/formatRelative.js +0 -0
  1313. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US/_lib/localize.js +0 -0
  1314. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US/_lib/match.js +0 -0
  1315. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/locale/en-US.js +0 -0
  1316. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/parseISO.js +0 -0
  1317. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfDay.js +0 -0
  1318. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfISOWeek.js +0 -0
  1319. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfISOWeekYear.js +0 -0
  1320. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfWeek.js +0 -0
  1321. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfWeekYear.js +0 -0
  1322. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/startOfYear.js +0 -0
  1323. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/date-fns/toDate.js +0 -0
  1324. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_DataView.js +0 -0
  1325. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Hash.js +0 -0
  1326. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_ListCache.js +0 -0
  1327. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Map.js +0 -0
  1328. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_MapCache.js +0 -0
  1329. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Promise.js +0 -0
  1330. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Set.js +0 -0
  1331. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_SetCache.js +0 -0
  1332. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Stack.js +0 -0
  1333. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Symbol.js +0 -0
  1334. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_Uint8Array.js +0 -0
  1335. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_WeakMap.js +0 -0
  1336. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_arrayEach.js +0 -0
  1337. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_arrayFilter.js +0 -0
  1338. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_arrayLikeKeys.js +0 -0
  1339. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_arrayPush.js +0 -0
  1340. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_arraySome.js +0 -0
  1341. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_assignValue.js +0 -0
  1342. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_assocIndexOf.js +0 -0
  1343. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseAssignValue.js +0 -0
  1344. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseClone.js +0 -0
  1345. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseCreate.js +0 -0
  1346. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseGetAllKeys.js +0 -0
  1347. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseGetTag.js +0 -0
  1348. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsArguments.js +0 -0
  1349. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsEqual.js +0 -0
  1350. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsEqualDeep.js +0 -0
  1351. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsMap.js +0 -0
  1352. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsNative.js +0 -0
  1353. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsSet.js +0 -0
  1354. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseIsTypedArray.js +0 -0
  1355. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseKeys.js +0 -0
  1356. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseTimes.js +0 -0
  1357. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_baseUnary.js +0 -0
  1358. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cacheHas.js +0 -0
  1359. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneArrayBuffer.js +0 -0
  1360. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneBuffer.js +0 -0
  1361. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneDataView.js +0 -0
  1362. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneRegExp.js +0 -0
  1363. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneSymbol.js +0 -0
  1364. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_cloneTypedArray.js +0 -0
  1365. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_coreJsData.js +0 -0
  1366. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_defineProperty.js +0 -0
  1367. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_equalArrays.js +0 -0
  1368. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_equalByTag.js +0 -0
  1369. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_equalObjects.js +0 -0
  1370. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_freeGlobal.js +0 -0
  1371. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getAllKeys.js +0 -0
  1372. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getMapData.js +0 -0
  1373. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getNative.js +0 -0
  1374. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getPrototype.js +0 -0
  1375. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getRawTag.js +0 -0
  1376. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getSymbols.js +0 -0
  1377. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getTag.js +0 -0
  1378. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_getValue.js +0 -0
  1379. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_hashClear.js +0 -0
  1380. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_hashDelete.js +0 -0
  1381. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_hashGet.js +0 -0
  1382. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_hashHas.js +0 -0
  1383. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_hashSet.js +0 -0
  1384. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_initCloneArray.js +0 -0
  1385. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_initCloneByTag.js +0 -0
  1386. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_initCloneObject.js +0 -0
  1387. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_isIndex.js +0 -0
  1388. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_isKeyable.js +0 -0
  1389. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_isMasked.js +0 -0
  1390. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_isPrototype.js +0 -0
  1391. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_listCacheClear.js +0 -0
  1392. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_listCacheDelete.js +0 -0
  1393. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_listCacheGet.js +0 -0
  1394. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_listCacheHas.js +0 -0
  1395. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_listCacheSet.js +0 -0
  1396. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapCacheClear.js +0 -0
  1397. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapCacheDelete.js +0 -0
  1398. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapCacheGet.js +0 -0
  1399. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapCacheHas.js +0 -0
  1400. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapCacheSet.js +0 -0
  1401. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_mapToArray.js +0 -0
  1402. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_nativeCreate.js +0 -0
  1403. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_nativeKeys.js +0 -0
  1404. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_nodeUtil.js +0 -0
  1405. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_objectToString.js +0 -0
  1406. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_overArg.js +0 -0
  1407. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_root.js +0 -0
  1408. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_setCacheAdd.js +0 -0
  1409. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_setCacheHas.js +0 -0
  1410. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_setToArray.js +0 -0
  1411. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_stackClear.js +0 -0
  1412. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_stackDelete.js +0 -0
  1413. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_stackGet.js +0 -0
  1414. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_stackHas.js +0 -0
  1415. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_stackSet.js +0 -0
  1416. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/_toSource.js +0 -0
  1417. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/cloneDeepWith.js +0 -0
  1418. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/eq.js +0 -0
  1419. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isArguments.js +0 -0
  1420. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isArray.js +0 -0
  1421. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isArrayLike.js +0 -0
  1422. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isBuffer.js +0 -0
  1423. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isEmpty.js +0 -0
  1424. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isEqual.js +0 -0
  1425. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isFunction.js +0 -0
  1426. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isLength.js +0 -0
  1427. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isMap.js +0 -0
  1428. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isObject.js +0 -0
  1429. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isObjectLike.js +0 -0
  1430. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isPlainObject.js +0 -0
  1431. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isSet.js +0 -0
  1432. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/isTypedArray.js +0 -0
  1433. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/keys.js +0 -0
  1434. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/stubArray.js +0 -0
  1435. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/lodash-es/stubFalse.js +0 -0
  1436. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/quickselect/index.js +0 -0
  1437. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rbush/index.js +0 -0
  1438. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/BehaviorSubject.js +0 -0
  1439. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/Observable.js +0 -0
  1440. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/ReplaySubject.js +0 -0
  1441. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/Scheduler.js +0 -0
  1442. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/Subject.js +0 -0
  1443. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/Subscriber.js +0 -0
  1444. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/Subscription.js +0 -0
  1445. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/config.js +0 -0
  1446. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/combineLatest.js +0 -0
  1447. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/concat.js +0 -0
  1448. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/defer.js +0 -0
  1449. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/empty.js +0 -0
  1450. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/from.js +0 -0
  1451. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/fromEvent.js +0 -0
  1452. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/innerFrom.js +0 -0
  1453. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/merge.js +0 -0
  1454. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/observable/of.js +0 -0
  1455. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js +0 -0
  1456. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/catchError.js +0 -0
  1457. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/concatAll.js +0 -0
  1458. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/concatMap.js +0 -0
  1459. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js +0 -0
  1460. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/exhaustMap.js +0 -0
  1461. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/filter.js +0 -0
  1462. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/finalize.js +0 -0
  1463. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/map.js +0 -0
  1464. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/mergeAll.js +0 -0
  1465. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/mergeInternals.js +0 -0
  1466. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/mergeMap.js +0 -0
  1467. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/observeOn.js +0 -0
  1468. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/sample.js +0 -0
  1469. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/skip.js +0 -0
  1470. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/skipWhile.js +0 -0
  1471. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/startWith.js +0 -0
  1472. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/subscribeOn.js +0 -0
  1473. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/switchMap.js +0 -0
  1474. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/take.js +0 -0
  1475. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/takeUntil.js +0 -0
  1476. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/takeWhile.js +0 -0
  1477. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/tap.js +0 -0
  1478. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/timeout.js +0 -0
  1479. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/operators/withLatestFrom.js +0 -0
  1480. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduleArray.js +0 -0
  1481. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js +0 -0
  1482. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js +0 -0
  1483. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js +0 -0
  1484. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/schedulePromise.js +0 -0
  1485. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js +0 -0
  1486. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduled/scheduled.js +0 -0
  1487. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/Action.js +0 -0
  1488. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/AsyncAction.js +0 -0
  1489. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js +0 -0
  1490. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/async.js +0 -0
  1491. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js +0 -0
  1492. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/intervalProvider.js +0 -0
  1493. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js +0 -0
  1494. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/symbol/iterator.js +0 -0
  1495. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/symbol/observable.js +0 -0
  1496. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js +0 -0
  1497. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/UnsubscriptionError.js +0 -0
  1498. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/args.js +0 -0
  1499. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js +0 -0
  1500. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/arrRemove.js +0 -0
  1501. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/createErrorClass.js +0 -0
  1502. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/createObject.js +0 -0
  1503. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/errorContext.js +0 -0
  1504. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/executeSchedule.js +0 -0
  1505. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/identity.js +0 -0
  1506. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isArrayLike.js +0 -0
  1507. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isAsyncIterable.js +0 -0
  1508. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isDate.js +0 -0
  1509. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isFunction.js +0 -0
  1510. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isInteropObservable.js +0 -0
  1511. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isIterable.js +0 -0
  1512. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isPromise.js +0 -0
  1513. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isReadableStreamLike.js +0 -0
  1514. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/isScheduler.js +0 -0
  1515. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/lift.js +0 -0
  1516. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js +0 -0
  1517. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/noop.js +0 -0
  1518. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/pipe.js +0 -0
  1519. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/reportUnhandledError.js +0 -0
  1520. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/rxjs/dist/esm5/internal/util/throwUnobservableError.js +0 -0
  1521. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/Constants.js +0 -0
  1522. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/MeshBVHNode.js +0 -0
  1523. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/buildTree.js +0 -0
  1524. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/buildUtils.js +0 -0
  1525. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/computeBoundsUtils.js +0 -0
  1526. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/sortUtils.generated.js +0 -0
  1527. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/sortUtils_indirect.generated.js +0 -0
  1528. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/build/splitUtils.js +0 -0
  1529. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/raycast.generated.js +0 -0
  1530. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/raycastFirst.generated.js +0 -0
  1531. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/raycastFirst_indirect.generated.js +0 -0
  1532. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/raycast_indirect.generated.js +0 -0
  1533. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/refit.generated.js +0 -0
  1534. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/cast/refit_indirect.generated.js +0 -0
  1535. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/utils/BufferStack.js +0 -0
  1536. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/utils/intersectUtils.js +0 -0
  1537. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/utils/iterationUtils.generated.js +0 -0
  1538. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/utils/iterationUtils_indirect.generated.js +0 -0
  1539. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/core/utils/nodeBufferUtils.js +0 -0
  1540. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/utils/ArrayBoxUtilities.js +0 -0
  1541. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/utils/BufferUtils.js +0 -0
  1542. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/utils/ExtendedTrianglePool.js +0 -0
  1543. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/utils/GeometryRayIntersectUtilities.js +0 -0
  1544. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/three-mesh-bvh/src/utils/PrimitivePool.js +0 -0
  1545. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/node_modules → node_modules}/tslib/tslib.es6.js +0 -0
  1546. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-engine/node_modules/nanoid/index.browser.js +0 -0
  1547. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-engine/node_modules/nanoid/url-alphabet/index.js +0 -0
  1548. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Constants/CssUnits.js +0 -0
  1549. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Constants/FallBackFonts.js +0 -0
  1550. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/ArrayUtils.js +0 -0
  1551. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/AsyncUtils.js +0 -0
  1552. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/CheckUtils.js +0 -0
  1553. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/CssUtils.js +0 -0
  1554. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/MapUtils.js +0 -0
  1555. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/ObjectUtils.js +0 -0
  1556. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/StringUtils.js +0 -0
  1557. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/TypesUtils.js +0 -0
  1558. /package/dist/{home/runner/work/anarchy-engine/anarchy-engine/packages → packages}/anarchy-shared/src/Utils/WebGlUtils.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"DRACOLoader.js","sources":["../../../../../../../../../../../../../node_modules/three/examples/jsm/loaders/DRACOLoader.js"],"sourcesContent":["import {\n\tBufferAttribute,\n\tBufferGeometry,\n\tColor,\n\tColorManagement,\n\tFileLoader,\n\tLoader,\n\tLinearSRGBColorSpace,\n\tSRGBColorSpace,\n\tInterleavedBuffer,\n\tInterleavedBufferAttribute\n} from 'three';\n\nconst _taskCache = new WeakMap();\n\n/**\n * A loader for the Draco format.\n *\n * [Draco](https://google.github.io/draco/) is an open source library for compressing\n * and decompressing 3D meshes and point clouds. Compressed geometry can be significantly smaller,\n * at the cost of additional decoding time on the client device.\n *\n * Standalone Draco files have a `.drc` extension, and contain vertex positions, normals, colors,\n * and other attributes. Draco files do not contain materials, textures, animation, or node hierarchies –\n * to use these features, embed Draco geometry inside of a glTF file. A normal glTF file can be converted\n * to a Draco-compressed glTF file using [glTF-Pipeline](https://github.com/CesiumGS/gltf-pipeline).\n * When using Draco with glTF, an instance of `DRACOLoader` will be used internally by {@link GLTFLoader}.\n *\n * It is recommended to create one DRACOLoader instance and reuse it to avoid loading and creating\n * multiple decoder instances.\n *\n * `DRACOLoader` will automatically use either the JS or the WASM decoding library, based on\n * browser capabilities.\n *\n * ```js\n * const loader = new DRACOLoader();\n * loader.setDecoderPath( '/examples/jsm/libs/draco/' );\n *\n * const geometry = await dracoLoader.loadAsync( 'models/draco/bunny.drc' );\n * geometry.computeVertexNormals(); // optional\n *\n * dracoLoader.dispose();\n * ```\n *\n * @augments Loader\n * @three_import import { DRACOLoader } from 'three/addons/loaders/DRACOLoader.js';\n */\nclass DRACOLoader extends Loader {\n\n\t/**\n\t * Constructs a new Draco loader.\n\t *\n\t * @param {LoadingManager} [manager] - The loading manager.\n\t */\n\tconstructor( manager ) {\n\n\t\tsuper( manager );\n\n\t\tthis.decoderPath = '';\n\t\tthis.decoderConfig = {};\n\t\tthis.decoderBinary = null;\n\t\tthis.decoderPending = null;\n\n\t\tthis.workerLimit = 4;\n\t\tthis.workerPool = [];\n\t\tthis.workerNextTaskID = 1;\n\t\tthis.workerSourceURL = '';\n\n\t\tthis.defaultAttributeIDs = {\n\t\t\tposition: 'POSITION',\n\t\t\tnormal: 'NORMAL',\n\t\t\tcolor: 'COLOR',\n\t\t\tuv: 'TEX_COORD'\n\t\t};\n\t\tthis.defaultAttributeTypes = {\n\t\t\tposition: 'Float32Array',\n\t\t\tnormal: 'Float32Array',\n\t\t\tcolor: 'Float32Array',\n\t\t\tuv: 'Float32Array'\n\t\t};\n\n\t}\n\n\t/**\n\t * Provides configuration for the decoder libraries. Configuration cannot be changed after decoding begins.\n\t *\n\t * @param {string} path - The decoder path.\n\t * @return {DRACOLoader} A reference to this loader.\n\t */\n\tsetDecoderPath( path ) {\n\n\t\tthis.decoderPath = path;\n\n\t\treturn this;\n\n\t}\n\n\t/**\n\t * Provides configuration for the decoder libraries. Configuration cannot be changed after decoding begins.\n\t *\n\t * @param {{type:('js'|'wasm')}} config - The decoder config.\n\t * @return {DRACOLoader} A reference to this loader.\n\t */\n\tsetDecoderConfig( config ) {\n\n\t\tthis.decoderConfig = config;\n\n\t\treturn this;\n\n\t}\n\n\t/**\n\t * Sets the maximum number of Web Workers to be used during decoding.\n\t * A lower limit may be preferable if workers are also for other tasks in the application.\n\t *\n\t * @param {number} workerLimit - The worker limit.\n\t * @return {DRACOLoader} A reference to this loader.\n\t */\n\tsetWorkerLimit( workerLimit ) {\n\n\t\tthis.workerLimit = workerLimit;\n\n\t\treturn this;\n\n\t}\n\n\t/**\n\t * Starts loading from the given URL and passes the loaded Draco asset\n\t * to the `onLoad()` callback.\n\t *\n\t * @param {string} url - The path/URL of the file to be loaded. This can also be a data URI.\n\t * @param {function(BufferGeometry)} onLoad - Executed when the loading process has been finished.\n\t * @param {onProgressCallback} onProgress - Executed while the loading is in progress.\n\t * @param {onErrorCallback} onError - Executed when errors occur.\n\t */\n\tload( url, onLoad, onProgress, onError ) {\n\n\t\tconst loader = new FileLoader( this.manager );\n\n\t\tloader.setPath( this.path );\n\t\tloader.setResponseType( 'arraybuffer' );\n\t\tloader.setRequestHeader( this.requestHeader );\n\t\tloader.setWithCredentials( this.withCredentials );\n\n\t\tloader.load( url, ( buffer ) => {\n\n\t\t\tthis.parse( buffer, onLoad, onError );\n\n\t\t}, onProgress, onError );\n\n\t}\n\n\t/**\n\t * Parses the given Draco data.\n\t *\n\t * @param {ArrayBuffer} buffer - The raw Draco data as an array buffer.\n\t * @param {function(BufferGeometry)} onLoad - Executed when the loading/parsing process has been finished.\n\t * @param {onErrorCallback} onError - Executed when errors occur.\n\t */\n\tparse( buffer, onLoad, onError = ()=>{} ) {\n\n\t\tthis.decodeDracoFile( buffer, onLoad, null, null, SRGBColorSpace, onError ).catch( onError );\n\n\t}\n\n\t//\n\n\tdecodeDracoFile( buffer, callback, attributeIDs, attributeTypes, vertexColorSpace = LinearSRGBColorSpace, onError = () => {} ) {\n\n\t\tconst taskConfig = {\n\t\t\tattributeIDs: attributeIDs || this.defaultAttributeIDs,\n\t\t\tattributeTypes: attributeTypes || this.defaultAttributeTypes,\n\t\t\tuseUniqueIDs: !! attributeIDs,\n\t\t\tvertexColorSpace: vertexColorSpace,\n\t\t};\n\n\t\treturn this.decodeGeometry( buffer, taskConfig ).then( callback ).catch( onError );\n\n\t}\n\n\tdecodeGeometry( buffer, taskConfig ) {\n\n\t\tconst taskKey = JSON.stringify( taskConfig );\n\n\t\t// Check for an existing task using this buffer. A transferred buffer cannot be transferred\n\t\t// again from this thread.\n\t\tif ( _taskCache.has( buffer ) ) {\n\n\t\t\tconst cachedTask = _taskCache.get( buffer );\n\n\t\t\tif ( cachedTask.key === taskKey ) {\n\n\t\t\t\treturn cachedTask.promise;\n\n\t\t\t} else if ( buffer.byteLength === 0 ) {\n\n\t\t\t\t// Technically, it would be possible to wait for the previous task to complete,\n\t\t\t\t// transfer the buffer back, and decode again with the second configuration. That\n\t\t\t\t// is complex, and I don't know of any reason to decode a Draco buffer twice in\n\t\t\t\t// different ways, so this is left unimplemented.\n\t\t\t\tthrow new Error(\n\n\t\t\t\t\t'THREE.DRACOLoader: Unable to re-decode a buffer with different ' +\n\t\t\t\t\t'settings. Buffer has already been transferred.'\n\n\t\t\t\t);\n\n\t\t\t}\n\n\t\t}\n\n\t\t//\n\n\t\tlet worker;\n\t\tconst taskID = this.workerNextTaskID ++;\n\t\tconst taskCost = buffer.byteLength;\n\n\t\t// Obtain a worker and assign a task, and construct a geometry instance\n\t\t// when the task completes.\n\t\tconst geometryPending = this._getWorker( taskID, taskCost )\n\t\t\t.then( ( _worker ) => {\n\n\t\t\t\tworker = _worker;\n\n\t\t\t\treturn new Promise( ( resolve, reject ) => {\n\n\t\t\t\t\tworker._callbacks[ taskID ] = { resolve, reject };\n\n\t\t\t\t\tworker.postMessage( { type: 'decode', id: taskID, taskConfig, buffer }, [ buffer ] );\n\n\t\t\t\t\t// this.debug();\n\n\t\t\t\t} );\n\n\t\t\t} )\n\t\t\t.then( ( message ) => this._createGeometry( message.geometry ) );\n\n\t\t// Remove task from the task list.\n\t\t// Note: replaced '.finally()' with '.catch().then()' block - iOS 11 support (#19416)\n\t\tgeometryPending\n\t\t\t.catch( () => true )\n\t\t\t.then( () => {\n\n\t\t\t\tif ( worker && taskID ) {\n\n\t\t\t\t\tthis._releaseTask( worker, taskID );\n\n\t\t\t\t\t// this.debug();\n\n\t\t\t\t}\n\n\t\t\t} );\n\n\t\t// Cache the task result.\n\t\t_taskCache.set( buffer, {\n\n\t\t\tkey: taskKey,\n\t\t\tpromise: geometryPending\n\n\t\t} );\n\n\t\treturn geometryPending;\n\n\t}\n\n\t_createGeometry( geometryData ) {\n\n\t\tconst geometry = new BufferGeometry();\n\n\t\tif ( geometryData.index ) {\n\n\t\t\tgeometry.setIndex( new BufferAttribute( geometryData.index.array, 1 ) );\n\n\t\t}\n\n\t\tfor ( let i = 0; i < geometryData.attributes.length; i ++ ) {\n\n\t\t\tconst { name, array, itemSize, stride, vertexColorSpace } = geometryData.attributes[ i ];\n\n\t\t\tlet attribute;\n\n\t\t\tif ( itemSize === stride ) {\n\n\t\t\t\tattribute = new BufferAttribute( array, itemSize );\n\n\t\t\t} else {\n\n\t\t\t\tconst buffer = new InterleavedBuffer( array, stride );\n\n\t\t\t\tattribute = new InterleavedBufferAttribute( buffer, itemSize, 0 );\n\n\t\t\t}\n\n\t\t\tif ( name === 'color' ) {\n\n\t\t\t\tthis._assignVertexColorSpace( attribute, vertexColorSpace );\n\n\t\t\t\tattribute.normalized = ( array instanceof Float32Array ) === false;\n\n\t\t\t}\n\n\t\t\tgeometry.setAttribute( name, attribute );\n\n\t\t}\n\n\t\treturn geometry;\n\n\t}\n\n\t_assignVertexColorSpace( attribute, inputColorSpace ) {\n\n\t\t// While .drc files do not specify colorspace, the only 'official' tooling\n\t\t// is PLY and OBJ converters, which use sRGB. We'll assume sRGB when a .drc\n\t\t// file is passed into .load() or .parse(). GLTFLoader uses internal APIs\n\t\t// to decode geometry, and vertex colors are already Linear-sRGB in there.\n\n\t\tif ( inputColorSpace !== SRGBColorSpace ) return;\n\n\t\tconst _color = new Color();\n\n\t\tfor ( let i = 0, il = attribute.count; i < il; i ++ ) {\n\n\t\t\t_color.fromBufferAttribute( attribute, i );\n\t\t\tColorManagement.colorSpaceToWorking( _color, SRGBColorSpace );\n\t\t\tattribute.setXYZ( i, _color.r, _color.g, _color.b );\n\n\t\t}\n\n\t}\n\n\t_loadLibrary( url, responseType ) {\n\n\t\tconst loader = new FileLoader( this.manager );\n\t\tloader.setPath( this.decoderPath );\n\t\tloader.setResponseType( responseType );\n\t\tloader.setWithCredentials( this.withCredentials );\n\n\t\treturn new Promise( ( resolve, reject ) => {\n\n\t\t\tloader.load( url, resolve, undefined, reject );\n\n\t\t} );\n\n\t}\n\n\tpreload() {\n\n\t\tthis._initDecoder();\n\n\t\treturn this;\n\n\t}\n\n\t_initDecoder() {\n\n\t\tif ( this.decoderPending ) return this.decoderPending;\n\n\t\tconst useJS = typeof WebAssembly !== 'object' || this.decoderConfig.type === 'js';\n\t\tconst librariesPending = [];\n\n\t\tif ( useJS ) {\n\n\t\t\tlibrariesPending.push( this._loadLibrary( 'draco_decoder.js', 'text' ) );\n\n\t\t} else {\n\n\t\t\tlibrariesPending.push( this._loadLibrary( 'draco_wasm_wrapper.js', 'text' ) );\n\t\t\tlibrariesPending.push( this._loadLibrary( 'draco_decoder.wasm', 'arraybuffer' ) );\n\n\t\t}\n\n\t\tthis.decoderPending = Promise.all( librariesPending )\n\t\t\t.then( ( libraries ) => {\n\n\t\t\t\tconst jsContent = libraries[ 0 ];\n\n\t\t\t\tif ( ! useJS ) {\n\n\t\t\t\t\tthis.decoderConfig.wasmBinary = libraries[ 1 ];\n\n\t\t\t\t}\n\n\t\t\t\tconst fn = DRACOWorker.toString();\n\n\t\t\t\tconst body = [\n\t\t\t\t\t'/* draco decoder */',\n\t\t\t\t\tjsContent,\n\t\t\t\t\t'',\n\t\t\t\t\t'/* worker */',\n\t\t\t\t\tfn.substring( fn.indexOf( '{' ) + 1, fn.lastIndexOf( '}' ) )\n\t\t\t\t].join( '\\n' );\n\n\t\t\t\tthis.workerSourceURL = URL.createObjectURL( new Blob( [ body ] ) );\n\n\t\t\t} );\n\n\t\treturn this.decoderPending;\n\n\t}\n\n\t_getWorker( taskID, taskCost ) {\n\n\t\treturn this._initDecoder().then( () => {\n\n\t\t\tif ( this.workerPool.length < this.workerLimit ) {\n\n\t\t\t\tconst worker = new Worker( this.workerSourceURL );\n\n\t\t\t\tworker._callbacks = {};\n\t\t\t\tworker._taskCosts = {};\n\t\t\t\tworker._taskLoad = 0;\n\n\t\t\t\tworker.postMessage( { type: 'init', decoderConfig: this.decoderConfig } );\n\n\t\t\t\tworker.onmessage = function ( e ) {\n\n\t\t\t\t\tconst message = e.data;\n\n\t\t\t\t\tswitch ( message.type ) {\n\n\t\t\t\t\t\tcase 'decode':\n\t\t\t\t\t\t\tworker._callbacks[ message.id ].resolve( message );\n\t\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tcase 'error':\n\t\t\t\t\t\t\tworker._callbacks[ message.id ].reject( message );\n\t\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tconsole.error( 'THREE.DRACOLoader: Unexpected message, \"' + message.type + '\"' );\n\n\t\t\t\t\t}\n\n\t\t\t\t};\n\n\t\t\t\tthis.workerPool.push( worker );\n\n\t\t\t} else {\n\n\t\t\t\tthis.workerPool.sort( function ( a, b ) {\n\n\t\t\t\t\treturn a._taskLoad > b._taskLoad ? - 1 : 1;\n\n\t\t\t\t} );\n\n\t\t\t}\n\n\t\t\tconst worker = this.workerPool[ this.workerPool.length - 1 ];\n\t\t\tworker._taskCosts[ taskID ] = taskCost;\n\t\t\tworker._taskLoad += taskCost;\n\t\t\treturn worker;\n\n\t\t} );\n\n\t}\n\n\t_releaseTask( worker, taskID ) {\n\n\t\tworker._taskLoad -= worker._taskCosts[ taskID ];\n\t\tdelete worker._callbacks[ taskID ];\n\t\tdelete worker._taskCosts[ taskID ];\n\n\t}\n\n\tdebug() {\n\n\t\tconsole.log( 'Task load: ', this.workerPool.map( ( worker ) => worker._taskLoad ) );\n\n\t}\n\n\tdispose() {\n\n\t\tfor ( let i = 0; i < this.workerPool.length; ++ i ) {\n\n\t\t\tthis.workerPool[ i ].terminate();\n\n\t\t}\n\n\t\tthis.workerPool.length = 0;\n\n\t\tif ( this.workerSourceURL !== '' ) {\n\n\t\t\tURL.revokeObjectURL( this.workerSourceURL );\n\n\t\t}\n\n\t\treturn this;\n\n\t}\n\n}\n\n/* WEB WORKER */\n\nfunction DRACOWorker() {\n\n\tlet decoderConfig;\n\tlet decoderPending;\n\n\tonmessage = function ( e ) {\n\n\t\tconst message = e.data;\n\n\t\tswitch ( message.type ) {\n\n\t\t\tcase 'init':\n\t\t\t\tdecoderConfig = message.decoderConfig;\n\t\t\t\tdecoderPending = new Promise( function ( resolve/*, reject*/ ) {\n\n\t\t\t\t\tdecoderConfig.onModuleLoaded = function ( draco ) {\n\n\t\t\t\t\t\t// Module is Promise-like. Wrap before resolving to avoid loop.\n\t\t\t\t\t\tresolve( { draco: draco } );\n\n\t\t\t\t\t};\n\n\t\t\t\t\tDracoDecoderModule( decoderConfig ); // eslint-disable-line no-undef\n\n\t\t\t\t} );\n\t\t\t\tbreak;\n\n\t\t\tcase 'decode':\n\t\t\t\tconst buffer = message.buffer;\n\t\t\t\tconst taskConfig = message.taskConfig;\n\t\t\t\tdecoderPending.then( ( module ) => {\n\n\t\t\t\t\tconst draco = module.draco;\n\t\t\t\t\tconst decoder = new draco.Decoder();\n\n\t\t\t\t\ttry {\n\n\t\t\t\t\t\tconst geometry = decodeGeometry( draco, decoder, new Int8Array( buffer ), taskConfig );\n\n\t\t\t\t\t\tconst buffers = geometry.attributes.map( ( attr ) => attr.array.buffer );\n\n\t\t\t\t\t\tif ( geometry.index ) buffers.push( geometry.index.array.buffer );\n\n\t\t\t\t\t\tself.postMessage( { type: 'decode', id: message.id, geometry }, buffers );\n\n\t\t\t\t\t} catch ( error ) {\n\n\t\t\t\t\t\tconsole.error( error );\n\n\t\t\t\t\t\tself.postMessage( { type: 'error', id: message.id, error: error.message } );\n\n\t\t\t\t\t} finally {\n\n\t\t\t\t\t\tdraco.destroy( decoder );\n\n\t\t\t\t\t}\n\n\t\t\t\t} );\n\t\t\t\tbreak;\n\n\t\t}\n\n\t};\n\n\tfunction decodeGeometry( draco, decoder, array, taskConfig ) {\n\n\t\tconst attributeIDs = taskConfig.attributeIDs;\n\t\tconst attributeTypes = taskConfig.attributeTypes;\n\n\t\tlet dracoGeometry;\n\t\tlet decodingStatus;\n\n\t\tconst geometryType = decoder.GetEncodedGeometryType( array );\n\n\t\tif ( geometryType === draco.TRIANGULAR_MESH ) {\n\n\t\t\tdracoGeometry = new draco.Mesh();\n\t\t\tdecodingStatus = decoder.DecodeArrayToMesh( array, array.byteLength, dracoGeometry );\n\n\t\t} else if ( geometryType === draco.POINT_CLOUD ) {\n\n\t\t\tdracoGeometry = new draco.PointCloud();\n\t\t\tdecodingStatus = decoder.DecodeArrayToPointCloud( array, array.byteLength, dracoGeometry );\n\n\t\t} else {\n\n\t\t\tthrow new Error( 'THREE.DRACOLoader: Unexpected geometry type.' );\n\n\t\t}\n\n\t\tif ( ! decodingStatus.ok() || dracoGeometry.ptr === 0 ) {\n\n\t\t\tthrow new Error( 'THREE.DRACOLoader: Decoding failed: ' + decodingStatus.error_msg() );\n\n\t\t}\n\n\t\tconst geometry = { index: null, attributes: [] };\n\n\t\t// Gather all vertex attributes.\n\t\tfor ( const attributeName in attributeIDs ) {\n\n\t\t\tconst attributeType = self[ attributeTypes[ attributeName ] ];\n\n\t\t\tlet attribute;\n\t\t\tlet attributeID;\n\n\t\t\t// A Draco file may be created with default vertex attributes, whose attribute IDs\n\t\t\t// are mapped 1:1 from their semantic name (POSITION, NORMAL, ...). Alternatively,\n\t\t\t// a Draco file may contain a custom set of attributes, identified by known unique\n\t\t\t// IDs. glTF files always do the latter, and `.drc` files typically do the former.\n\t\t\tif ( taskConfig.useUniqueIDs ) {\n\n\t\t\t\tattributeID = attributeIDs[ attributeName ];\n\t\t\t\tattribute = decoder.GetAttributeByUniqueId( dracoGeometry, attributeID );\n\n\t\t\t} else {\n\n\t\t\t\tattributeID = decoder.GetAttributeId( dracoGeometry, draco[ attributeIDs[ attributeName ] ] );\n\n\t\t\t\tif ( attributeID === - 1 ) continue;\n\n\t\t\t\tattribute = decoder.GetAttribute( dracoGeometry, attributeID );\n\n\t\t\t}\n\n\t\t\tconst attributeResult = decodeAttribute( draco, decoder, dracoGeometry, attributeName, attributeType, attribute );\n\n\t\t\tif ( attributeName === 'color' ) {\n\n\t\t\t\tattributeResult.vertexColorSpace = taskConfig.vertexColorSpace;\n\n\t\t\t}\n\n\t\t\tgeometry.attributes.push( attributeResult );\n\n\t\t}\n\n\t\t// Add index.\n\t\tif ( geometryType === draco.TRIANGULAR_MESH ) {\n\n\t\t\tgeometry.index = decodeIndex( draco, decoder, dracoGeometry );\n\n\t\t}\n\n\t\tdraco.destroy( dracoGeometry );\n\n\t\treturn geometry;\n\n\t}\n\n\tfunction decodeIndex( draco, decoder, dracoGeometry ) {\n\n\t\tconst numFaces = dracoGeometry.num_faces();\n\t\tconst numIndices = numFaces * 3;\n\t\tconst byteLength = numIndices * 4;\n\n\t\tconst ptr = draco._malloc( byteLength );\n\t\tdecoder.GetTrianglesUInt32Array( dracoGeometry, byteLength, ptr );\n\t\tconst index = new Uint32Array( draco.HEAPF32.buffer, ptr, numIndices ).slice();\n\t\tdraco._free( ptr );\n\n\t\treturn { array: index, itemSize: 1 };\n\n\t}\n\n\tfunction decodeAttribute( draco, decoder, dracoGeometry, attributeName, TypedArray, attribute ) {\n\n\t\tconst count = dracoGeometry.num_points();\n\t\tconst itemSize = attribute.num_components();\n\t\tconst dracoDataType = getDracoDataType( draco, TypedArray );\n\n\t\t// Reference: https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#data-alignment\n\t\tconst srcByteStride = itemSize * TypedArray.BYTES_PER_ELEMENT;\n\t\tconst dstByteStride = Math.ceil( srcByteStride / 4 ) * 4;\n\n\t\tconst dstStride = dstByteStride / TypedArray.BYTES_PER_ELEMENT;\n\n\t\tconst srcByteLength = count * srcByteStride;\n\t\tconst dstByteLength = count * dstByteStride;\n\n\t\tconst ptr = draco._malloc( srcByteLength );\n\t\tdecoder.GetAttributeDataArrayForAllPoints( dracoGeometry, attribute, dracoDataType, srcByteLength, ptr );\n\n\t\tconst srcArray = new TypedArray( draco.HEAPF32.buffer, ptr, srcByteLength / TypedArray.BYTES_PER_ELEMENT );\n\t\tlet dstArray;\n\n\t\tif ( srcByteStride === dstByteStride ) {\n\n\t\t\t// THREE.BufferAttribute\n\n\t\t\tdstArray = srcArray.slice();\n\n\t\t} else {\n\n\t\t\t// THREE.InterleavedBufferAttribute\n\n\t\t\tdstArray = new TypedArray( dstByteLength / TypedArray.BYTES_PER_ELEMENT );\n\n\t\t\tlet dstOffset = 0;\n\n\t\t\tfor ( let i = 0, il = srcArray.length; i < il; i ++ ) {\n\n\t\t\t\tfor ( let j = 0; j < itemSize; j ++ ) {\n\n\t\t\t\t\tdstArray[ dstOffset + j ] = srcArray[ i * itemSize + j ];\n\n\t\t\t\t}\n\n\t\t\t\tdstOffset += dstStride;\n\n\t\t\t}\n\n\t\t}\n\n\t\tdraco._free( ptr );\n\n\t\treturn {\n\t\t\tname: attributeName,\n\t\t\tcount: count,\n\t\t\titemSize: itemSize,\n\t\t\tarray: dstArray,\n\t\t\tstride: dstStride\n\t\t};\n\n\t}\n\n\tfunction getDracoDataType( draco, TypedArray ) {\n\n\t\tswitch ( TypedArray ) {\n\n\t\t\tcase Float32Array: return draco.DT_FLOAT32;\n\t\t\tcase Int8Array: return draco.DT_INT8;\n\t\t\tcase Int16Array: return draco.DT_INT16;\n\t\t\tcase Int32Array: return draco.DT_INT32;\n\t\t\tcase Uint8Array: return draco.DT_UINT8;\n\t\t\tcase Uint16Array: return draco.DT_UINT16;\n\t\t\tcase Uint32Array: return draco.DT_UINT32;\n\n\t\t}\n\n\t}\n\n}\n\nexport { DRACOLoader };\n"],"names":["_taskCache","WeakMap","DRACOLoader","Loader","constructor","manager","super","this","decoderPath","decoderConfig","decoderBinary","decoderPending","workerLimit","workerPool","workerNextTaskID","workerSourceURL","defaultAttributeIDs","position","normal","color","uv","defaultAttributeTypes","setDecoderPath","path","setDecoderConfig","config","setWorkerLimit","load","url","onLoad","onProgress","onError","loader","FileLoader","setPath","setResponseType","setRequestHeader","requestHeader","setWithCredentials","withCredentials","buffer","parse","decodeDracoFile","SRGBColorSpace","catch","callback","attributeIDs","attributeTypes","vertexColorSpace","LinearSRGBColorSpace","decodeGeometry","useUniqueIDs","then","taskConfig","taskKey","JSON","stringify","has","cachedTask","get","key","promise","byteLength","Error","worker","taskID","geometryPending","_getWorker","_worker","Promise","resolve","reject","_callbacks","postMessage","type","id","message","_createGeometry","geometry","_releaseTask","set","geometryData","BufferGeometry","index","setIndex","BufferAttribute","array","i","attributes","length","name","itemSize","stride","attribute","InterleavedBuffer","InterleavedBufferAttribute","_assignVertexColorSpace","normalized","Float32Array","setAttribute","inputColorSpace","_color","Color","il","count","fromBufferAttribute","ColorManagement","colorSpaceToWorking","setXYZ","r","g","b","_loadLibrary","responseType","undefined","preload","_initDecoder","useJS","WebAssembly","librariesPending","push","all","libraries","jsContent","wasmBinary","fn","DRACOWorker","toString","body","substring","indexOf","lastIndexOf","join","URL","createObjectURL","Blob","taskCost","Worker","_taskCosts","_taskLoad","onmessage","e","data","console","error","sort","a","debug","log","map","dispose","terminate","revokeObjectURL","decodeAttribute","draco","decoder","dracoGeometry","attributeName","TypedArray","num_points","num_components","dracoDataType","DT_FLOAT32","Int8Array","DT_INT8","Int16Array","DT_INT16","Int32Array","DT_INT32","Uint8Array","DT_UINT8","Uint16Array","DT_UINT16","Uint32Array","DT_UINT32","getDracoDataType","srcByteStride","BYTES_PER_ELEMENT","dstByteStride","Math","ceil","dstStride","srcByteLength","dstByteLength","ptr","_malloc","GetAttributeDataArrayForAllPoints","srcArray","HEAPF32","dstArray","slice","dstOffset","j","_free","onModuleLoaded","DracoDecoderModule","module","Decoder","decodingStatus","geometryType","GetEncodedGeometryType","TRIANGULAR_MESH","Mesh","DecodeArrayToMesh","POINT_CLOUD","PointCloud","DecodeArrayToPointCloud","ok","error_msg","attributeType","self","attributeID","GetAttributeByUniqueId","GetAttributeId","GetAttribute","attributeResult","numIndices","num_faces","GetTrianglesUInt32Array","decodeIndex","destroy","buffers","attr"],"mappings":"yOAaA,MAAMA,WAAa,IAAIC,QAkCvB,MAAMC,oBAAoBC,OAOzB,WAAAC,CAAaC,SAEZC,MAAOD,SAEPE,KAAKC,YAAc,GACnBD,KAAKE,cAAgB,CAAA,EACrBF,KAAKG,cAAgB,KACrBH,KAAKI,eAAiB,KAEtBJ,KAAKK,YAAc,EACnBL,KAAKM,WAAa,GAClBN,KAAKO,iBAAmB,EACxBP,KAAKQ,gBAAkB,GAEvBR,KAAKS,oBAAsB,CAC1BC,SAAU,WACVC,OAAQ,SACRC,MAAO,QACPC,GAAI,aAELb,KAAKc,sBAAwB,CAC5BJ,SAAU,eACVC,OAAQ,eACRC,MAAO,eACPC,GAAI,eAGN,CAQA,cAAAE,CAAgBC,MAIf,OAFAhB,KAAKC,YAAce,KAEZhB,IAER,CAQA,gBAAAiB,CAAkBC,QAIjB,OAFAlB,KAAKE,cAAgBgB,OAEdlB,IAER,CASA,cAAAmB,CAAgBd,aAIf,OAFAL,KAAKK,YAAcA,YAEZL,IAER,CAWA,IAAAoB,CAAMC,IAAKC,OAAQC,WAAYC,SAE9B,MAAMC,OAAS,IAAIC,WAAY1B,KAAKF,SAEpC2B,OAAOE,QAAS3B,KAAKgB,MACrBS,OAAOG,gBAAiB,eACxBH,OAAOI,iBAAkB7B,KAAK8B,eAC9BL,OAAOM,mBAAoB/B,KAAKgC,iBAEhCP,OAAOL,KAAMC,IAAOY,SAEnBjC,KAAKkC,MAAOD,OAAQX,OAAQE,UAE1BD,WAAYC,QAEhB,CASA,KAAAU,CAAOD,OAAQX,OAAQE,QAAU,QAEhCxB,KAAKmC,gBAAiBF,OAAQX,OAAQ,KAAM,KAAMc,eAAgBZ,SAAUa,MAAOb,QAEpF,CAIA,eAAAW,CAAiBF,OAAQK,SAAUC,aAAcC,eAAgBC,iBAAmBC,qBAAsBlB,QAAU,QASnH,OAAOxB,KAAK2C,eAAgBV,OAPT,CAClBM,aAAcA,cAAgBvC,KAAKS,oBACnC+B,eAAgBA,gBAAkBxC,KAAKc,sBACvC8B,eAAiBL,aACjBE,iBAAkBA,mBAG8BI,KAAMP,UAAWD,MAAOb,QAE1E,CAEA,cAAAmB,CAAgBV,OAAQa,YAEvB,MAAMC,QAAUC,KAAKC,UAAWH,YAIhC,GAAKrD,WAAWyD,IAAKjB,QAAW,CAE/B,MAAMkB,WAAa1D,WAAW2D,IAAKnB,QAEnC,GAAKkB,WAAWE,MAAQN,QAEvB,OAAOI,WAAWG,QAEZ,GAA2B,IAAtBrB,OAAOsB,WAMlB,MAAM,IAAIC,MAET,gHAOH,CAIA,IAAIC,OACJ,MAAMC,OAAS1D,KAAKO,mBAKdoD,gBAAkB3D,KAAK4D,WAAYF,OAJxBzB,OAAOsB,YAKtBV,KAAQgB,UAERJ,OAASI,QAEF,IAAIC,QAAS,CAAEC,QAASC,UAE9BP,OAAOQ,WAAYP,QAAW,CAAEK,gBAASC,eAEzCP,OAAOS,YAAa,CAAEC,KAAM,SAAUC,GAAIV,OAAQZ,sBAAYb,eAAU,CAAEA,aAO3EY,KAAQwB,SAAarE,KAAKsE,gBAAiBD,QAAQE,WA0BrD,OAtBAZ,gBACEtB,MAAO,KAAM,GACbQ,KAAM,KAEDY,QAAUC,QAEd1D,KAAKwE,aAAcf,OAAQC,UAS9BjE,WAAWgF,IAAKxC,OAAQ,CAEvBoB,IAAKN,QACLO,QAASK,kBAIHA,eAER,CAEA,eAAAW,CAAiBI,cAEhB,MAAMH,SAAW,IAAII,eAEhBD,aAAaE,OAEjBL,SAASM,SAAU,IAAIC,gBAAiBJ,aAAaE,MAAMG,MAAO,IAInE,IAAM,IAAIC,EAAI,EAAGA,EAAIN,aAAaO,WAAWC,OAAQF,IAAO,CAE3D,MAAMG,KAAEA,KAAIJ,MAAEA,MAAKK,SAAEA,SAAQC,OAAEA,OAAM5C,iBAAEA,kBAAqBiC,aAAaO,WAAYD,GAErF,IAAIM,UAEJ,GAAKF,WAAaC,OAEjBC,UAAY,IAAIR,gBAAiBC,MAAOK,cAElC,CAEN,MAAMnD,OAAS,IAAIsD,kBAAmBR,MAAOM,QAE7CC,UAAY,IAAIE,2BAA4BvD,OAAQmD,SAAU,EAE/D,CAEc,UAATD,OAEJnF,KAAKyF,wBAAyBH,UAAW7C,kBAEzC6C,UAAUI,WAAeX,iBAAiBY,cAAmB,GAI9DpB,SAASqB,aAAcT,KAAMG,UAE9B,CAEA,OAAOf,QAER,CAEA,uBAAAkB,CAAyBH,UAAWO,iBAOnC,GAAKA,kBAAoBzD,eAAiB,OAE1C,MAAM0D,OAAS,IAAIC,MAEnB,IAAM,IAAIf,EAAI,EAAGgB,GAAKV,UAAUW,MAAOjB,EAAIgB,GAAIhB,IAE9Cc,OAAOI,oBAAqBZ,UAAWN,GACvCmB,gBAAgBC,oBAAqBN,OAAQ1D,gBAC7CkD,UAAUe,OAAQrB,EAAGc,OAAOQ,EAAGR,OAAOS,EAAGT,OAAOU,EAIlD,CAEA,YAAAC,CAAcpF,IAAKqF,cAElB,MAAMjF,OAAS,IAAIC,WAAY1B,KAAKF,SAKpC,OAJA2B,OAAOE,QAAS3B,KAAKC,aACrBwB,OAAOG,gBAAiB8E,cACxBjF,OAAOM,mBAAoB/B,KAAKgC,iBAEzB,IAAI8B,QAAS,CAAEC,QAASC,UAE9BvC,OAAOL,KAAMC,IAAK0C,aAAS4C,EAAW3C,SAIxC,CAEA,OAAA4C,GAIC,OAFA5G,KAAK6G,eAEE7G,IAER,CAEA,YAAA6G,GAEC,GAAK7G,KAAKI,eAAiB,OAAOJ,KAAKI,eAEvC,MAAM0G,MAA+B,iBAAhBC,aAAwD,OAA5B/G,KAAKE,cAAciE,KAC9D6C,iBAAmB,GAsCzB,OApCKF,MAEJE,iBAAiBC,KAAMjH,KAAKyG,aAAc,mBAAoB,UAI9DO,iBAAiBC,KAAMjH,KAAKyG,aAAc,wBAAyB,SACnEO,iBAAiBC,KAAMjH,KAAKyG,aAAc,qBAAsB,iBAIjEzG,KAAKI,eAAiB0D,QAAQoD,IAAKF,kBACjCnE,KAAQsE,YAER,MAAMC,UAAYD,UAAW,GAEtBL,QAEN9G,KAAKE,cAAcmH,WAAaF,UAAW,IAI5C,MAAMG,GAAKC,YAAYC,WAEjBC,KAAO,CACZ,sBACAL,UACA,GACA,eACAE,GAAGI,UAAWJ,GAAGK,QAAS,KAAQ,EAAGL,GAAGM,YAAa,OACpDC,KAAM,MAER7H,KAAKQ,gBAAkBsH,IAAIC,gBAAiB,IAAIC,KAAM,CAAEP,UAInDzH,KAAKI,cAEb,CAEA,UAAAwD,CAAYF,OAAQuE,UAEnB,OAAOjI,KAAK6G,eAAehE,KAAM,KAEhC,GAAK7C,KAAKM,WAAW4E,OAASlF,KAAKK,YAAc,CAEhD,MAAMoD,OAAS,IAAIyE,OAAQlI,KAAKQ,iBAEhCiD,OAAOQ,WAAa,CAAA,EACpBR,OAAO0E,WAAa,CAAA,EACpB1E,OAAO2E,UAAY,EAEnB3E,OAAOS,YAAa,CAAEC,KAAM,OAAQjE,cAAeF,KAAKE,gBAExDuD,OAAO4E,UAAY,SAAWC,GAE7B,MAAMjE,QAAUiE,EAAEC,KAElB,OAASlE,QAAQF,MAEhB,IAAK,SACJV,OAAOQ,WAAYI,QAAQD,IAAKL,QAASM,SACzC,MAED,IAAK,QACJZ,OAAOQ,WAAYI,QAAQD,IAAKJ,OAAQK,SACxC,MAED,QACCmE,QAAQC,MAAO,2CAA6CpE,QAAQF,KAAO,KAI9E,EAEAnE,KAAKM,WAAW2G,KAAMxD,OAEvB,MAECzD,KAAKM,WAAWoI,KAAM,SAAWC,EAAGnC,GAEnC,OAAOmC,EAAEP,UAAY5B,EAAE4B,WAAY,EAAM,CAE1C,GAID,MAAM3E,OAASzD,KAAKM,WAAYN,KAAKM,WAAW4E,OAAS,GAGzD,OAFAzB,OAAO0E,WAAYzE,QAAWuE,SAC9BxE,OAAO2E,WAAaH,SACbxE,QAIT,CAEA,YAAAe,CAAcf,OAAQC,QAErBD,OAAO2E,WAAa3E,OAAO0E,WAAYzE,eAChCD,OAAOQ,WAAYP,eACnBD,OAAO0E,WAAYzE,OAE3B,CAEA,KAAAkF,GAECJ,QAAQK,IAAK,cAAe7I,KAAKM,WAAWwI,IAAOrF,QAAYA,OAAO2E,WAEvE,CAEA,OAAAW,GAEC,IAAM,IAAI/D,EAAI,EAAGA,EAAIhF,KAAKM,WAAW4E,SAAWF,EAE/ChF,KAAKM,WAAY0E,GAAIgE,YAYtB,OARAhJ,KAAKM,WAAW4E,OAAS,EAEK,KAAzBlF,KAAKQ,iBAETsH,IAAImB,gBAAiBjJ,KAAKQ,iBAIpBR,IAER,EAMD,SAASuH,cAER,IAAIrH,cACAE,eAkKJ,SAAS8I,gBAAiBC,MAAOC,QAASC,cAAeC,cAAeC,WAAYjE,WAEnF,MAAMW,MAAQoD,cAAcG,aACtBpE,SAAWE,UAAUmE,iBACrBC,cAyDP,SAA2BP,MAAOI,YAEjC,OAASA,YAER,KAAK5D,aAAc,OAAOwD,MAAMQ,WAChC,KAAKC,UAAW,OAAOT,MAAMU,QAC7B,KAAKC,WAAY,OAAOX,MAAMY,SAC9B,KAAKC,WAAY,OAAOb,MAAMc,SAC9B,KAAKC,WAAY,OAAOf,MAAMgB,SAC9B,KAAKC,YAAa,OAAOjB,MAAMkB,UAC/B,KAAKC,YAAa,OAAOnB,MAAMoB,UAIjC,CAvEuBC,CAAkBrB,MAAOI,YAGzCkB,cAAgBrF,SAAWmE,WAAWmB,kBACtCC,cAAiD,EAAjCC,KAAKC,KAAMJ,cAAgB,GAE3CK,UAAYH,cAAgBpB,WAAWmB,kBAEvCK,cAAgB9E,MAAQwE,cACxBO,cAAgB/E,MAAQ0E,cAExBM,IAAM9B,MAAM+B,QAASH,eAC3B3B,QAAQ+B,kCAAmC9B,cAAe/D,UAAWoE,cAAeqB,cAAeE,KAEnG,MAAMG,SAAW,IAAI7B,WAAYJ,MAAMkC,QAAQpJ,OAAQgJ,IAAKF,cAAgBxB,WAAWmB,mBACvF,IAAIY,SAEJ,GAAKb,gBAAkBE,cAItBW,SAAWF,SAASG,YAEd,CAIND,SAAW,IAAI/B,WAAYyB,cAAgBzB,WAAWmB,mBAEtD,IAAIc,UAAY,EAEhB,IAAM,IAAIxG,EAAI,EAAGgB,GAAKoF,SAASlG,OAAQF,EAAIgB,GAAIhB,IAAO,CAErD,IAAM,IAAIyG,EAAI,EAAGA,EAAIrG,SAAUqG,IAE9BH,SAAUE,UAAYC,GAAML,SAAUpG,EAAII,SAAWqG,GAItDD,WAAaV,SAEd,CAED,CAIA,OAFA3B,MAAMuC,MAAOT,KAEN,CACN9F,KAAMmE,cACNrD,MAAOA,MACPb,SAAUA,SACVL,MAAOuG,SACPjG,OAAQyF,UAGV,CA3NAzC,UAAY,SAAWC,GAEtB,MAAMjE,QAAUiE,EAAEC,KAElB,OAASlE,QAAQF,MAEhB,IAAK,OACJjE,cAAgBmE,QAAQnE,cACxBE,eAAiB,IAAI0D,QAAS,SAAWC,SAExC7D,cAAcyL,eAAiB,SAAWxC,OAGzCpF,QAAS,CAAEoF,MAAOA,OAEnB,EAEAyC,mBAAoB1L,cAErB,GACA,MAED,IAAK,SACJ,MAAM+B,OAASoC,QAAQpC,OACjBa,WAAauB,QAAQvB,WAC3B1C,eAAeyC,KAAQgJ,SAEtB,MAAM1C,MAAQ0C,OAAO1C,MACfC,QAAU,IAAID,MAAM2C,QAE1B,IAEC,MAAMvH,SA2BX,SAAyB4E,MAAOC,QAASrE,MAAOjC,YAE/C,MAAMP,aAAeO,WAAWP,aAC1BC,eAAiBM,WAAWN,eAElC,IAAI6G,cACA0C,eAEJ,MAAMC,aAAe5C,QAAQ6C,uBAAwBlH,OAErD,GAAKiH,eAAiB7C,MAAM+C,gBAE3B7C,cAAgB,IAAIF,MAAMgD,KAC1BJ,eAAiB3C,QAAQgD,kBAAmBrH,MAAOA,MAAMxB,WAAY8F,mBAE/D,IAAK2C,eAAiB7C,MAAMkD,YAOlC,MAAM,IAAI7I,MAAO,gDALjB6F,cAAgB,IAAIF,MAAMmD,WAC1BP,eAAiB3C,QAAQmD,wBAAyBxH,MAAOA,MAAMxB,WAAY8F,cAM5E,CAEA,IAAO0C,eAAeS,MAA8B,IAAtBnD,cAAc4B,IAE3C,MAAM,IAAIzH,MAAO,uCAAyCuI,eAAeU,aAI1E,MAAMlI,SAAW,CAAEK,MAAO,KAAMK,WAAY,IAG5C,IAAM,MAAMqE,iBAAiB/G,aAAe,CAE3C,MAAMmK,cAAgBC,KAAMnK,eAAgB8G,gBAE5C,IAAIhE,UACAsH,YAMJ,GAAK9J,WAAWF,aAEfgK,YAAcrK,aAAc+G,eAC5BhE,UAAY8D,QAAQyD,uBAAwBxD,cAAeuD,iBAErD,CAIN,GAFAA,YAAcxD,QAAQ0D,eAAgBzD,cAAeF,MAAO5G,aAAc+G,kBAErD,IAAhBsD,YAAsB,SAE3BtH,UAAY8D,QAAQ2D,aAAc1D,cAAeuD,YAElD,CAEA,MAAMI,gBAAkB9D,gBAAiBC,MAAOC,QAASC,cAAeC,cAAeoD,cAAepH,WAE/E,UAAlBgE,gBAEJ0D,gBAAgBvK,iBAAmBK,WAAWL,kBAI/C8B,SAASU,WAAWgC,KAAM+F,gBAE3B,CAWA,OARKhB,eAAiB7C,MAAM+C,kBAE3B3H,SAASK,MAUX,SAAsBuE,MAAOC,QAASC,eAErC,MACM4D,WAAwB,EADb5D,cAAc6D,YAEzB3J,WAA0B,EAAb0J,WAEbhC,IAAM9B,MAAM+B,QAAS3H,YAC3B6F,QAAQ+D,wBAAyB9D,cAAe9F,WAAY0H,KAC5D,MAAMrG,MAAQ,IAAI0F,YAAanB,MAAMkC,QAAQpJ,OAAQgJ,IAAKgC,YAAa1B,QAGvE,OAFApC,MAAMuC,MAAOT,KAEN,CAAElG,MAAOH,MAAOQ,SAAU,EAElC,CAvBmBgI,CAAajE,MAAOC,QAASC,gBAI/CF,MAAMkE,QAAShE,eAER9E,QAER,CA/GsB5B,CAAgBwG,MAAOC,QAAS,IAAIQ,UAAW3H,QAAUa,YAEpEwK,QAAU/I,SAASU,WAAW6D,IAAOyE,MAAUA,KAAKxI,MAAM9C,QAE3DsC,SAASK,OAAQ0I,QAAQrG,KAAM1C,SAASK,MAAMG,MAAM9C,QAEzD0K,KAAKzI,YAAa,CAAEC,KAAM,SAAUC,GAAIC,QAAQD,GAAIG,mBAAY+I,QAEjE,CAAE,MAAQ7E,OAETD,QAAQC,MAAOA,OAEfkE,KAAKzI,YAAa,CAAEC,KAAM,QAASC,GAAIC,QAAQD,GAAIqE,MAAOA,MAAMpE,SAEjE,CAAC,QAEA8E,MAAMkE,QAASjE,QAEhB,IAOJ,CAoLD","x_google_ignoreList":[0]}
@@ -1,2 +0,0 @@
1
- import"../../../build/three.module.js";import{toTrianglesDrawMode}from"../utils/BufferGeometryUtils.js";import{Loader,LoaderUtils,FileLoader,MeshPhysicalMaterial,Vector2,Color,LinearSRGBColorSpace,SRGBColorSpace,SpotLight,PointLight,DirectionalLight,Matrix4,Vector3,InstancedMesh,Quaternion,InstancedBufferAttribute,Object3D,TextureLoader,ImageBitmapLoader,BufferAttribute,InterleavedBuffer,LinearMipmapLinearFilter,NearestMipmapLinearFilter,LinearMipmapNearestFilter,NearestMipmapNearestFilter,LinearFilter,NearestFilter,RepeatWrapping,MirroredRepeatWrapping,ClampToEdgeWrapping,PointsMaterial,Material,LineBasicMaterial,MeshStandardMaterial,DoubleSide,MeshBasicMaterial,PropertyBinding,BufferGeometry,SkinnedMesh,Mesh,LineSegments,Line,LineLoop,Points,Group,PerspectiveCamera,MathUtils,OrthographicCamera,Skeleton,AnimationClip,Bone,InterpolateDiscrete,InterpolateLinear,InterleavedBufferAttribute,Texture,VectorKeyframeTrack,NumberKeyframeTrack,QuaternionKeyframeTrack,ColorManagement,FrontSide,Interpolant,Box3,Sphere,TriangleStripDrawMode,TriangleFanDrawMode}from"../../../build/three.core.js";class GLTFLoader extends Loader{constructor(manager){super(manager),this.dracoLoader=null,this.ktx2Loader=null,this.meshoptDecoder=null,this.pluginCallbacks=[],this.register(function(parser){return new GLTFMaterialsClearcoatExtension(parser)}),this.register(function(parser){return new GLTFMaterialsDispersionExtension(parser)}),this.register(function(parser){return new GLTFTextureBasisUExtension(parser)}),this.register(function(parser){return new GLTFTextureWebPExtension(parser)}),this.register(function(parser){return new GLTFTextureAVIFExtension(parser)}),this.register(function(parser){return new GLTFMaterialsSheenExtension(parser)}),this.register(function(parser){return new GLTFMaterialsTransmissionExtension(parser)}),this.register(function(parser){return new GLTFMaterialsVolumeExtension(parser)}),this.register(function(parser){return new GLTFMaterialsIorExtension(parser)}),this.register(function(parser){return new GLTFMaterialsEmissiveStrengthExtension(parser)}),this.register(function(parser){return new GLTFMaterialsSpecularExtension(parser)}),this.register(function(parser){return new GLTFMaterialsIridescenceExtension(parser)}),this.register(function(parser){return new GLTFMaterialsAnisotropyExtension(parser)}),this.register(function(parser){return new GLTFMaterialsBumpExtension(parser)}),this.register(function(parser){return new GLTFLightsExtension(parser)}),this.register(function(parser){return new GLTFMeshoptCompression(parser)}),this.register(function(parser){return new GLTFMeshGpuInstancing(parser)})}load(url,onLoad,onProgress,onError){const scope=this;let resourcePath;if(""!==this.resourcePath)resourcePath=this.resourcePath;else if(""!==this.path){const relativeUrl=LoaderUtils.extractUrlBase(url);resourcePath=LoaderUtils.resolveURL(relativeUrl,this.path)}else resourcePath=LoaderUtils.extractUrlBase(url);this.manager.itemStart(url);const _onError=function(e){onError?onError(e):console.error(e),scope.manager.itemError(url),scope.manager.itemEnd(url)},loader=new FileLoader(this.manager);loader.setPath(this.path),loader.setResponseType("arraybuffer"),loader.setRequestHeader(this.requestHeader),loader.setWithCredentials(this.withCredentials),loader.load(url,function(data){try{scope.parse(data,resourcePath,function(gltf){onLoad(gltf),scope.manager.itemEnd(url)},_onError)}catch(e){_onError(e)}},onProgress,_onError)}setDRACOLoader(dracoLoader){return this.dracoLoader=dracoLoader,this}setKTX2Loader(ktx2Loader){return this.ktx2Loader=ktx2Loader,this}setMeshoptDecoder(meshoptDecoder){return this.meshoptDecoder=meshoptDecoder,this}register(callback){return-1===this.pluginCallbacks.indexOf(callback)&&this.pluginCallbacks.push(callback),this}unregister(callback){return-1!==this.pluginCallbacks.indexOf(callback)&&this.pluginCallbacks.splice(this.pluginCallbacks.indexOf(callback),1),this}parse(data,path,onLoad,onError){let json;const extensions={},plugins={},textDecoder=new TextDecoder;if("string"==typeof data)json=JSON.parse(data);else if(data instanceof ArrayBuffer)if(textDecoder.decode(new Uint8Array(data,0,4))===BINARY_EXTENSION_HEADER_MAGIC){try{extensions[EXTENSIONS.KHR_BINARY_GLTF]=new GLTFBinaryExtension(data)}catch(error){return void(onError&&onError(error))}json=JSON.parse(extensions[EXTENSIONS.KHR_BINARY_GLTF].content)}else json=JSON.parse(textDecoder.decode(data));else json=data;if(void 0===json.asset||json.asset.version[0]<2)return void(onError&&onError(new Error("THREE.GLTFLoader: Unsupported asset. glTF versions >=2.0 are supported.")));const parser=new GLTFParser(json,{path:path||this.resourcePath||"",crossOrigin:this.crossOrigin,requestHeader:this.requestHeader,manager:this.manager,ktx2Loader:this.ktx2Loader,meshoptDecoder:this.meshoptDecoder});parser.fileLoader.setRequestHeader(this.requestHeader);for(let i=0;i<this.pluginCallbacks.length;i++){const plugin=this.pluginCallbacks[i](parser);plugin.name||console.error("THREE.GLTFLoader: Invalid plugin found: missing name"),plugins[plugin.name]=plugin,extensions[plugin.name]=!0}if(json.extensionsUsed)for(let i=0;i<json.extensionsUsed.length;++i){const extensionName=json.extensionsUsed[i],extensionsRequired=json.extensionsRequired||[];switch(extensionName){case EXTENSIONS.KHR_MATERIALS_UNLIT:extensions[extensionName]=new GLTFMaterialsUnlitExtension;break;case EXTENSIONS.KHR_DRACO_MESH_COMPRESSION:extensions[extensionName]=new GLTFDracoMeshCompressionExtension(json,this.dracoLoader);break;case EXTENSIONS.KHR_TEXTURE_TRANSFORM:extensions[extensionName]=new GLTFTextureTransformExtension;break;case EXTENSIONS.KHR_MESH_QUANTIZATION:extensions[extensionName]=new GLTFMeshQuantizationExtension;break;default:extensionsRequired.indexOf(extensionName)>=0&&void 0===plugins[extensionName]&&console.warn('THREE.GLTFLoader: Unknown extension "'+extensionName+'".')}}parser.setExtensions(extensions),parser.setPlugins(plugins),parser.parse(onLoad,onError)}parseAsync(data,path){const scope=this;return new Promise(function(resolve,reject){scope.parse(data,path,resolve,reject)})}}function GLTFRegistry(){let objects={};return{get:function(key){return objects[key]},add:function(key,object){objects[key]=object},remove:function(key){delete objects[key]},removeAll:function(){objects={}}}}const EXTENSIONS={KHR_BINARY_GLTF:"KHR_binary_glTF",KHR_DRACO_MESH_COMPRESSION:"KHR_draco_mesh_compression",KHR_LIGHTS_PUNCTUAL:"KHR_lights_punctual",KHR_MATERIALS_CLEARCOAT:"KHR_materials_clearcoat",KHR_MATERIALS_DISPERSION:"KHR_materials_dispersion",KHR_MATERIALS_IOR:"KHR_materials_ior",KHR_MATERIALS_SHEEN:"KHR_materials_sheen",KHR_MATERIALS_SPECULAR:"KHR_materials_specular",KHR_MATERIALS_TRANSMISSION:"KHR_materials_transmission",KHR_MATERIALS_IRIDESCENCE:"KHR_materials_iridescence",KHR_MATERIALS_ANISOTROPY:"KHR_materials_anisotropy",KHR_MATERIALS_UNLIT:"KHR_materials_unlit",KHR_MATERIALS_VOLUME:"KHR_materials_volume",KHR_TEXTURE_BASISU:"KHR_texture_basisu",KHR_TEXTURE_TRANSFORM:"KHR_texture_transform",KHR_MESH_QUANTIZATION:"KHR_mesh_quantization",KHR_MATERIALS_EMISSIVE_STRENGTH:"KHR_materials_emissive_strength",EXT_MATERIALS_BUMP:"EXT_materials_bump",EXT_TEXTURE_WEBP:"EXT_texture_webp",EXT_TEXTURE_AVIF:"EXT_texture_avif",EXT_MESHOPT_COMPRESSION:"EXT_meshopt_compression",EXT_MESH_GPU_INSTANCING:"EXT_mesh_gpu_instancing"};class GLTFLightsExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_LIGHTS_PUNCTUAL,this.cache={refs:{},uses:{}}}_markDefs(){const parser=this.parser,nodeDefs=this.parser.json.nodes||[];for(let nodeIndex=0,nodeLength=nodeDefs.length;nodeIndex<nodeLength;nodeIndex++){const nodeDef=nodeDefs[nodeIndex];nodeDef.extensions&&nodeDef.extensions[this.name]&&void 0!==nodeDef.extensions[this.name].light&&parser._addNodeRef(this.cache,nodeDef.extensions[this.name].light)}}_loadLight(lightIndex){const parser=this.parser,cacheKey="light:"+lightIndex;let dependency=parser.cache.get(cacheKey);if(dependency)return dependency;const json=parser.json,lightDef=((json.extensions&&json.extensions[this.name]||{}).lights||[])[lightIndex];let lightNode;const color=new Color(16777215);void 0!==lightDef.color&&color.setRGB(lightDef.color[0],lightDef.color[1],lightDef.color[2],LinearSRGBColorSpace);const range=void 0!==lightDef.range?lightDef.range:0;switch(lightDef.type){case"directional":lightNode=new DirectionalLight(color),lightNode.target.position.set(0,0,-1),lightNode.add(lightNode.target);break;case"point":lightNode=new PointLight(color),lightNode.distance=range;break;case"spot":lightNode=new SpotLight(color),lightNode.distance=range,lightDef.spot=lightDef.spot||{},lightDef.spot.innerConeAngle=void 0!==lightDef.spot.innerConeAngle?lightDef.spot.innerConeAngle:0,lightDef.spot.outerConeAngle=void 0!==lightDef.spot.outerConeAngle?lightDef.spot.outerConeAngle:Math.PI/4,lightNode.angle=lightDef.spot.outerConeAngle,lightNode.penumbra=1-lightDef.spot.innerConeAngle/lightDef.spot.outerConeAngle,lightNode.target.position.set(0,0,-1),lightNode.add(lightNode.target);break;default:throw new Error("THREE.GLTFLoader: Unexpected light type: "+lightDef.type)}return lightNode.position.set(0,0,0),assignExtrasToUserData(lightNode,lightDef),void 0!==lightDef.intensity&&(lightNode.intensity=lightDef.intensity),lightNode.name=parser.createUniqueName(lightDef.name||"light_"+lightIndex),dependency=Promise.resolve(lightNode),parser.cache.add(cacheKey,dependency),dependency}getDependency(type,index){if("light"===type)return this._loadLight(index)}createNodeAttachment(nodeIndex){const self=this,parser=this.parser,nodeDef=parser.json.nodes[nodeIndex],lightIndex=(nodeDef.extensions&&nodeDef.extensions[this.name]||{}).light;return void 0===lightIndex?null:this._loadLight(lightIndex).then(function(light){return parser._getNodeRef(self.cache,lightIndex,light)})}}class GLTFMaterialsUnlitExtension{constructor(){this.name=EXTENSIONS.KHR_MATERIALS_UNLIT}getMaterialType(){return MeshBasicMaterial}extendParams(materialParams,materialDef,parser){const pending=[];materialParams.color=new Color(1,1,1),materialParams.opacity=1;const metallicRoughness=materialDef.pbrMetallicRoughness;if(metallicRoughness){if(Array.isArray(metallicRoughness.baseColorFactor)){const array=metallicRoughness.baseColorFactor;materialParams.color.setRGB(array[0],array[1],array[2],LinearSRGBColorSpace),materialParams.opacity=array[3]}void 0!==metallicRoughness.baseColorTexture&&pending.push(parser.assignTexture(materialParams,"map",metallicRoughness.baseColorTexture,SRGBColorSpace))}return Promise.all(pending)}}class GLTFMaterialsEmissiveStrengthExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_EMISSIVE_STRENGTH}extendMaterialParams(materialIndex,materialParams){const materialDef=this.parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const emissiveStrength=materialDef.extensions[this.name].emissiveStrength;return void 0!==emissiveStrength&&(materialParams.emissiveIntensity=emissiveStrength),Promise.resolve()}}class GLTFMaterialsClearcoatExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_CLEARCOAT}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];if(void 0!==extension.clearcoatFactor&&(materialParams.clearcoat=extension.clearcoatFactor),void 0!==extension.clearcoatTexture&&pending.push(parser.assignTexture(materialParams,"clearcoatMap",extension.clearcoatTexture)),void 0!==extension.clearcoatRoughnessFactor&&(materialParams.clearcoatRoughness=extension.clearcoatRoughnessFactor),void 0!==extension.clearcoatRoughnessTexture&&pending.push(parser.assignTexture(materialParams,"clearcoatRoughnessMap",extension.clearcoatRoughnessTexture)),void 0!==extension.clearcoatNormalTexture&&(pending.push(parser.assignTexture(materialParams,"clearcoatNormalMap",extension.clearcoatNormalTexture)),void 0!==extension.clearcoatNormalTexture.scale)){const scale=extension.clearcoatNormalTexture.scale;materialParams.clearcoatNormalScale=new Vector2(scale,scale)}return Promise.all(pending)}}class GLTFMaterialsDispersionExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_DISPERSION}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const materialDef=this.parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const extension=materialDef.extensions[this.name];return materialParams.dispersion=void 0!==extension.dispersion?extension.dispersion:0,Promise.resolve()}}class GLTFMaterialsIridescenceExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_IRIDESCENCE}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];return void 0!==extension.iridescenceFactor&&(materialParams.iridescence=extension.iridescenceFactor),void 0!==extension.iridescenceTexture&&pending.push(parser.assignTexture(materialParams,"iridescenceMap",extension.iridescenceTexture)),void 0!==extension.iridescenceIor&&(materialParams.iridescenceIOR=extension.iridescenceIor),void 0===materialParams.iridescenceThicknessRange&&(materialParams.iridescenceThicknessRange=[100,400]),void 0!==extension.iridescenceThicknessMinimum&&(materialParams.iridescenceThicknessRange[0]=extension.iridescenceThicknessMinimum),void 0!==extension.iridescenceThicknessMaximum&&(materialParams.iridescenceThicknessRange[1]=extension.iridescenceThicknessMaximum),void 0!==extension.iridescenceThicknessTexture&&pending.push(parser.assignTexture(materialParams,"iridescenceThicknessMap",extension.iridescenceThicknessTexture)),Promise.all(pending)}}class GLTFMaterialsSheenExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_SHEEN}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[];materialParams.sheenColor=new Color(0,0,0),materialParams.sheenRoughness=0,materialParams.sheen=1;const extension=materialDef.extensions[this.name];if(void 0!==extension.sheenColorFactor){const colorFactor=extension.sheenColorFactor;materialParams.sheenColor.setRGB(colorFactor[0],colorFactor[1],colorFactor[2],LinearSRGBColorSpace)}return void 0!==extension.sheenRoughnessFactor&&(materialParams.sheenRoughness=extension.sheenRoughnessFactor),void 0!==extension.sheenColorTexture&&pending.push(parser.assignTexture(materialParams,"sheenColorMap",extension.sheenColorTexture,SRGBColorSpace)),void 0!==extension.sheenRoughnessTexture&&pending.push(parser.assignTexture(materialParams,"sheenRoughnessMap",extension.sheenRoughnessTexture)),Promise.all(pending)}}class GLTFMaterialsTransmissionExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_TRANSMISSION}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];return void 0!==extension.transmissionFactor&&(materialParams.transmission=extension.transmissionFactor),void 0!==extension.transmissionTexture&&pending.push(parser.assignTexture(materialParams,"transmissionMap",extension.transmissionTexture)),Promise.all(pending)}}class GLTFMaterialsVolumeExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_VOLUME}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];materialParams.thickness=void 0!==extension.thicknessFactor?extension.thicknessFactor:0,void 0!==extension.thicknessTexture&&pending.push(parser.assignTexture(materialParams,"thicknessMap",extension.thicknessTexture)),materialParams.attenuationDistance=extension.attenuationDistance||1/0;const colorArray=extension.attenuationColor||[1,1,1];return materialParams.attenuationColor=(new Color).setRGB(colorArray[0],colorArray[1],colorArray[2],LinearSRGBColorSpace),Promise.all(pending)}}class GLTFMaterialsIorExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_IOR}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const materialDef=this.parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const extension=materialDef.extensions[this.name];return materialParams.ior=void 0!==extension.ior?extension.ior:1.5,Promise.resolve()}}class GLTFMaterialsSpecularExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_SPECULAR}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];materialParams.specularIntensity=void 0!==extension.specularFactor?extension.specularFactor:1,void 0!==extension.specularTexture&&pending.push(parser.assignTexture(materialParams,"specularIntensityMap",extension.specularTexture));const colorArray=extension.specularColorFactor||[1,1,1];return materialParams.specularColor=(new Color).setRGB(colorArray[0],colorArray[1],colorArray[2],LinearSRGBColorSpace),void 0!==extension.specularColorTexture&&pending.push(parser.assignTexture(materialParams,"specularColorMap",extension.specularColorTexture,SRGBColorSpace)),Promise.all(pending)}}class GLTFMaterialsBumpExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.EXT_MATERIALS_BUMP}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];return materialParams.bumpScale=void 0!==extension.bumpFactor?extension.bumpFactor:1,void 0!==extension.bumpTexture&&pending.push(parser.assignTexture(materialParams,"bumpMap",extension.bumpTexture)),Promise.all(pending)}}class GLTFMaterialsAnisotropyExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_MATERIALS_ANISOTROPY}getMaterialType(materialIndex){const materialDef=this.parser.json.materials[materialIndex];return materialDef.extensions&&materialDef.extensions[this.name]?MeshPhysicalMaterial:null}extendMaterialParams(materialIndex,materialParams){const parser=this.parser,materialDef=parser.json.materials[materialIndex];if(!materialDef.extensions||!materialDef.extensions[this.name])return Promise.resolve();const pending=[],extension=materialDef.extensions[this.name];return void 0!==extension.anisotropyStrength&&(materialParams.anisotropy=extension.anisotropyStrength),void 0!==extension.anisotropyRotation&&(materialParams.anisotropyRotation=extension.anisotropyRotation),void 0!==extension.anisotropyTexture&&pending.push(parser.assignTexture(materialParams,"anisotropyMap",extension.anisotropyTexture)),Promise.all(pending)}}class GLTFTextureBasisUExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.KHR_TEXTURE_BASISU}loadTexture(textureIndex){const parser=this.parser,json=parser.json,textureDef=json.textures[textureIndex];if(!textureDef.extensions||!textureDef.extensions[this.name])return null;const extension=textureDef.extensions[this.name],loader=parser.options.ktx2Loader;if(!loader){if(json.extensionsRequired&&json.extensionsRequired.indexOf(this.name)>=0)throw new Error("THREE.GLTFLoader: setKTX2Loader must be called before loading KTX2 textures");return null}return parser.loadTextureImage(textureIndex,extension.source,loader)}}class GLTFTextureWebPExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.EXT_TEXTURE_WEBP}loadTexture(textureIndex){const name=this.name,parser=this.parser,json=parser.json,textureDef=json.textures[textureIndex];if(!textureDef.extensions||!textureDef.extensions[name])return null;const extension=textureDef.extensions[name],source=json.images[extension.source];let loader=parser.textureLoader;if(source.uri){const handler=parser.options.manager.getHandler(source.uri);null!==handler&&(loader=handler)}return parser.loadTextureImage(textureIndex,extension.source,loader)}}class GLTFTextureAVIFExtension{constructor(parser){this.parser=parser,this.name=EXTENSIONS.EXT_TEXTURE_AVIF}loadTexture(textureIndex){const name=this.name,parser=this.parser,json=parser.json,textureDef=json.textures[textureIndex];if(!textureDef.extensions||!textureDef.extensions[name])return null;const extension=textureDef.extensions[name],source=json.images[extension.source];let loader=parser.textureLoader;if(source.uri){const handler=parser.options.manager.getHandler(source.uri);null!==handler&&(loader=handler)}return parser.loadTextureImage(textureIndex,extension.source,loader)}}class GLTFMeshoptCompression{constructor(parser){this.name=EXTENSIONS.EXT_MESHOPT_COMPRESSION,this.parser=parser}loadBufferView(index){const json=this.parser.json,bufferView=json.bufferViews[index];if(bufferView.extensions&&bufferView.extensions[this.name]){const extensionDef=bufferView.extensions[this.name],buffer=this.parser.getDependency("buffer",extensionDef.buffer),decoder=this.parser.options.meshoptDecoder;if(!decoder||!decoder.supported){if(json.extensionsRequired&&json.extensionsRequired.indexOf(this.name)>=0)throw new Error("THREE.GLTFLoader: setMeshoptDecoder must be called before loading compressed files");return null}return buffer.then(function(res){const count=extensionDef.count,stride=extensionDef.byteStride,source=new Uint8Array(res,extensionDef.byteOffset||0,extensionDef.byteLength||0);return decoder.decodeGltfBufferAsync?decoder.decodeGltfBufferAsync(count,stride,source,extensionDef.mode,extensionDef.filter).then(function(res){return res.buffer}):decoder.ready.then(function(){const result=new ArrayBuffer(count*stride);return decoder.decodeGltfBuffer(new Uint8Array(result),count,stride,source,extensionDef.mode,extensionDef.filter),result})})}return null}}class GLTFMeshGpuInstancing{constructor(parser){this.name=EXTENSIONS.EXT_MESH_GPU_INSTANCING,this.parser=parser}createNodeMesh(nodeIndex){const json=this.parser.json,nodeDef=json.nodes[nodeIndex];if(!nodeDef.extensions||!nodeDef.extensions[this.name]||void 0===nodeDef.mesh)return null;const meshDef=json.meshes[nodeDef.mesh];for(const primitive of meshDef.primitives)if(primitive.mode!==WEBGL_CONSTANTS.TRIANGLES&&primitive.mode!==WEBGL_CONSTANTS.TRIANGLE_STRIP&&primitive.mode!==WEBGL_CONSTANTS.TRIANGLE_FAN&&void 0!==primitive.mode)return null;const attributesDef=nodeDef.extensions[this.name].attributes,pending=[],attributes={};for(const key in attributesDef)pending.push(this.parser.getDependency("accessor",attributesDef[key]).then(accessor=>(attributes[key]=accessor,attributes[key])));return pending.length<1?null:(pending.push(this.parser.createNodeMesh(nodeIndex)),Promise.all(pending).then(results=>{const nodeObject=results.pop(),meshes=nodeObject.isGroup?nodeObject.children:[nodeObject],count=results[0].count,instancedMeshes=[];for(const mesh of meshes){const m=new Matrix4,p=new Vector3,q=new Quaternion,s=new Vector3(1,1,1),instancedMesh=new InstancedMesh(mesh.geometry,mesh.material,count);for(let i=0;i<count;i++)attributes.TRANSLATION&&p.fromBufferAttribute(attributes.TRANSLATION,i),attributes.ROTATION&&q.fromBufferAttribute(attributes.ROTATION,i),attributes.SCALE&&s.fromBufferAttribute(attributes.SCALE,i),instancedMesh.setMatrixAt(i,m.compose(p,q,s));for(const attributeName in attributes)if("_COLOR_0"===attributeName){const attr=attributes[attributeName];instancedMesh.instanceColor=new InstancedBufferAttribute(attr.array,attr.itemSize,attr.normalized)}else"TRANSLATION"!==attributeName&&"ROTATION"!==attributeName&&"SCALE"!==attributeName&&mesh.geometry.setAttribute(attributeName,attributes[attributeName]);Object3D.prototype.copy.call(instancedMesh,mesh),this.parser.assignFinalMaterial(instancedMesh),instancedMeshes.push(instancedMesh)}return nodeObject.isGroup?(nodeObject.clear(),nodeObject.add(...instancedMeshes),nodeObject):instancedMeshes[0]}))}}const BINARY_EXTENSION_HEADER_MAGIC="glTF";class GLTFBinaryExtension{constructor(data){this.name=EXTENSIONS.KHR_BINARY_GLTF,this.content=null,this.body=null;const headerView=new DataView(data,0,12),textDecoder=new TextDecoder;if(this.header={magic:textDecoder.decode(new Uint8Array(data.slice(0,4))),version:headerView.getUint32(4,!0),length:headerView.getUint32(8,!0)},this.header.magic!==BINARY_EXTENSION_HEADER_MAGIC)throw new Error("THREE.GLTFLoader: Unsupported glTF-Binary header.");if(this.header.version<2)throw new Error("THREE.GLTFLoader: Legacy binary file detected.");const chunkContentsLength=this.header.length-12,chunkView=new DataView(data,12);let chunkIndex=0;for(;chunkIndex<chunkContentsLength;){const chunkLength=chunkView.getUint32(chunkIndex,!0);chunkIndex+=4;const chunkType=chunkView.getUint32(chunkIndex,!0);if(chunkIndex+=4,1313821514===chunkType){const contentArray=new Uint8Array(data,12+chunkIndex,chunkLength);this.content=textDecoder.decode(contentArray)}else if(5130562===chunkType){const byteOffset=12+chunkIndex;this.body=data.slice(byteOffset,byteOffset+chunkLength)}chunkIndex+=chunkLength}if(null===this.content)throw new Error("THREE.GLTFLoader: JSON content not found.")}}class GLTFDracoMeshCompressionExtension{constructor(json,dracoLoader){if(!dracoLoader)throw new Error("THREE.GLTFLoader: No DRACOLoader instance provided.");this.name=EXTENSIONS.KHR_DRACO_MESH_COMPRESSION,this.json=json,this.dracoLoader=dracoLoader,this.dracoLoader.preload()}decodePrimitive(primitive,parser){const json=this.json,dracoLoader=this.dracoLoader,bufferViewIndex=primitive.extensions[this.name].bufferView,gltfAttributeMap=primitive.extensions[this.name].attributes,threeAttributeMap={},attributeNormalizedMap={},attributeTypeMap={};for(const attributeName in gltfAttributeMap){const threeAttributeName=ATTRIBUTES[attributeName]||attributeName.toLowerCase();threeAttributeMap[threeAttributeName]=gltfAttributeMap[attributeName]}for(const attributeName in primitive.attributes){const threeAttributeName=ATTRIBUTES[attributeName]||attributeName.toLowerCase();if(void 0!==gltfAttributeMap[attributeName]){const accessorDef=json.accessors[primitive.attributes[attributeName]];attributeTypeMap[threeAttributeName]=WEBGL_COMPONENT_TYPES[accessorDef.componentType].name,attributeNormalizedMap[threeAttributeName]=!0===accessorDef.normalized}}return parser.getDependency("bufferView",bufferViewIndex).then(function(bufferView){return new Promise(function(resolve,reject){dracoLoader.decodeDracoFile(bufferView,function(geometry){for(const attributeName in geometry.attributes){const normalized=attributeNormalizedMap[attributeName];void 0!==normalized&&(geometry.attributes[attributeName].normalized=normalized)}resolve(geometry)},threeAttributeMap,attributeTypeMap,LinearSRGBColorSpace,reject)})})}}class GLTFTextureTransformExtension{constructor(){this.name=EXTENSIONS.KHR_TEXTURE_TRANSFORM}extendTexture(texture,transform){return void 0!==transform.texCoord&&transform.texCoord!==texture.channel||void 0!==transform.offset||void 0!==transform.rotation||void 0!==transform.scale?(texture=texture.clone(),void 0!==transform.texCoord&&(texture.channel=transform.texCoord),void 0!==transform.offset&&texture.offset.fromArray(transform.offset),void 0!==transform.rotation&&(texture.rotation=transform.rotation),void 0!==transform.scale&&texture.repeat.fromArray(transform.scale),texture.needsUpdate=!0,texture):texture}}class GLTFMeshQuantizationExtension{constructor(){this.name=EXTENSIONS.KHR_MESH_QUANTIZATION}}class GLTFCubicSplineInterpolant extends Interpolant{constructor(parameterPositions,sampleValues,sampleSize,resultBuffer){super(parameterPositions,sampleValues,sampleSize,resultBuffer)}copySampleValue_(index){const result=this.resultBuffer,values=this.sampleValues,valueSize=this.valueSize,offset=index*valueSize*3+valueSize;for(let i=0;i!==valueSize;i++)result[i]=values[offset+i];return result}interpolate_(i1,t0,t,t1){const result=this.resultBuffer,values=this.sampleValues,stride=this.valueSize,stride2=2*stride,stride3=3*stride,td=t1-t0,p=(t-t0)/td,pp=p*p,ppp=pp*p,offset1=i1*stride3,offset0=offset1-stride3,s2=-2*ppp+3*pp,s3=ppp-pp,s0=1-s2,s1=s3-pp+p;for(let i=0;i!==stride;i++)result[i]=s0*values[offset0+i+stride]+s1*(values[offset0+i+stride2]*td)+s2*values[offset1+i+stride]+s3*(values[offset1+i]*td);return result}}const _quaternion=new Quaternion;class GLTFCubicSplineQuaternionInterpolant extends GLTFCubicSplineInterpolant{interpolate_(i1,t0,t,t1){const result=super.interpolate_(i1,t0,t,t1);return _quaternion.fromArray(result).normalize().toArray(result),result}}const WEBGL_CONSTANTS={POINTS:0,LINES:1,LINE_LOOP:2,LINE_STRIP:3,TRIANGLES:4,TRIANGLE_STRIP:5,TRIANGLE_FAN:6},WEBGL_COMPONENT_TYPES={5120:Int8Array,5121:Uint8Array,5122:Int16Array,5123:Uint16Array,5125:Uint32Array,5126:Float32Array},WEBGL_FILTERS={9728:NearestFilter,9729:LinearFilter,9984:NearestMipmapNearestFilter,9985:LinearMipmapNearestFilter,9986:NearestMipmapLinearFilter,9987:LinearMipmapLinearFilter},WEBGL_WRAPPINGS={33071:ClampToEdgeWrapping,33648:MirroredRepeatWrapping,10497:RepeatWrapping},WEBGL_TYPE_SIZES={SCALAR:1,VEC2:2,VEC3:3,VEC4:4,MAT2:4,MAT3:9,MAT4:16},ATTRIBUTES={POSITION:"position",NORMAL:"normal",TANGENT:"tangent",TEXCOORD_0:"uv",TEXCOORD_1:"uv1",TEXCOORD_2:"uv2",TEXCOORD_3:"uv3",COLOR_0:"color",WEIGHTS_0:"skinWeight",JOINTS_0:"skinIndex"},PATH_PROPERTIES={scale:"scale",translation:"position",rotation:"quaternion",weights:"morphTargetInfluences"},INTERPOLATION={CUBICSPLINE:void 0,LINEAR:InterpolateLinear,STEP:InterpolateDiscrete};function createDefaultMaterial(cache){return void 0===cache.DefaultMaterial&&(cache.DefaultMaterial=new MeshStandardMaterial({color:16777215,emissive:0,metalness:1,roughness:1,transparent:!1,depthTest:!0,side:FrontSide})),cache.DefaultMaterial}function addUnknownExtensionsToUserData(knownExtensions,object,objectDef){for(const name in objectDef.extensions)void 0===knownExtensions[name]&&(object.userData.gltfExtensions=object.userData.gltfExtensions||{},object.userData.gltfExtensions[name]=objectDef.extensions[name])}function assignExtrasToUserData(object,gltfDef){void 0!==gltfDef.extras&&("object"==typeof gltfDef.extras?Object.assign(object.userData,gltfDef.extras):console.warn("THREE.GLTFLoader: Ignoring primitive type .extras, "+gltfDef.extras))}function updateMorphTargets(mesh,meshDef){if(mesh.updateMorphTargets(),void 0!==meshDef.weights)for(let i=0,il=meshDef.weights.length;i<il;i++)mesh.morphTargetInfluences[i]=meshDef.weights[i];if(meshDef.extras&&Array.isArray(meshDef.extras.targetNames)){const targetNames=meshDef.extras.targetNames;if(mesh.morphTargetInfluences.length===targetNames.length){mesh.morphTargetDictionary={};for(let i=0,il=targetNames.length;i<il;i++)mesh.morphTargetDictionary[targetNames[i]]=i}else console.warn("THREE.GLTFLoader: Invalid extras.targetNames length. Ignoring names.")}}function createPrimitiveKey(primitiveDef){let geometryKey;const dracoExtension=primitiveDef.extensions&&primitiveDef.extensions[EXTENSIONS.KHR_DRACO_MESH_COMPRESSION];if(geometryKey=dracoExtension?"draco:"+dracoExtension.bufferView+":"+dracoExtension.indices+":"+createAttributesKey(dracoExtension.attributes):primitiveDef.indices+":"+createAttributesKey(primitiveDef.attributes)+":"+primitiveDef.mode,void 0!==primitiveDef.targets)for(let i=0,il=primitiveDef.targets.length;i<il;i++)geometryKey+=":"+createAttributesKey(primitiveDef.targets[i]);return geometryKey}function createAttributesKey(attributes){let attributesKey="";const keys=Object.keys(attributes).sort();for(let i=0,il=keys.length;i<il;i++)attributesKey+=keys[i]+":"+attributes[keys[i]]+";";return attributesKey}function getNormalizedComponentScale(constructor){switch(constructor){case Int8Array:return 1/127;case Uint8Array:return 1/255;case Int16Array:return 1/32767;case Uint16Array:return 1/65535;default:throw new Error("THREE.GLTFLoader: Unsupported normalized accessor component type.")}}const _identityMatrix=new Matrix4;class GLTFParser{constructor(json={},options={}){this.json=json,this.extensions={},this.plugins={},this.options=options,this.cache=new GLTFRegistry,this.associations=new Map,this.primitiveCache={},this.nodeCache={},this.meshCache={refs:{},uses:{}},this.cameraCache={refs:{},uses:{}},this.lightCache={refs:{},uses:{}},this.sourceCache={},this.textureCache={},this.nodeNamesUsed={};let isSafari=!1,safariVersion=-1,isFirefox=!1,firefoxVersion=-1;if("undefined"!=typeof navigator){const userAgent=navigator.userAgent;isSafari=!0===/^((?!chrome|android).)*safari/i.test(userAgent);const safariMatch=userAgent.match(/Version\/(\d+)/);safariVersion=isSafari&&safariMatch?parseInt(safariMatch[1],10):-1,isFirefox=userAgent.indexOf("Firefox")>-1,firefoxVersion=isFirefox?userAgent.match(/Firefox\/([0-9]+)\./)[1]:-1}this.textureLoader="undefined"==typeof createImageBitmap||isSafari&&safariVersion<17||isFirefox&&firefoxVersion<98?new TextureLoader(this.options.manager):new ImageBitmapLoader(this.options.manager),this.textureLoader.setCrossOrigin(this.options.crossOrigin),this.textureLoader.setRequestHeader(this.options.requestHeader),this.fileLoader=new FileLoader(this.options.manager),this.fileLoader.setResponseType("arraybuffer"),"use-credentials"===this.options.crossOrigin&&this.fileLoader.setWithCredentials(!0)}setExtensions(extensions){this.extensions=extensions}setPlugins(plugins){this.plugins=plugins}parse(onLoad,onError){const parser=this,json=this.json,extensions=this.extensions;this.cache.removeAll(),this.nodeCache={},this._invokeAll(function(ext){return ext._markDefs&&ext._markDefs()}),Promise.all(this._invokeAll(function(ext){return ext.beforeRoot&&ext.beforeRoot()})).then(function(){return Promise.all([parser.getDependencies("scene"),parser.getDependencies("animation"),parser.getDependencies("camera")])}).then(function(dependencies){const result={scene:dependencies[0][json.scene||0],scenes:dependencies[0],animations:dependencies[1],cameras:dependencies[2],asset:json.asset,parser:parser,userData:{}};return addUnknownExtensionsToUserData(extensions,result,json),assignExtrasToUserData(result,json),Promise.all(parser._invokeAll(function(ext){return ext.afterRoot&&ext.afterRoot(result)})).then(function(){for(const scene of result.scenes)scene.updateMatrixWorld();onLoad(result)})}).catch(onError)}_markDefs(){const nodeDefs=this.json.nodes||[],skinDefs=this.json.skins||[],meshDefs=this.json.meshes||[];for(let skinIndex=0,skinLength=skinDefs.length;skinIndex<skinLength;skinIndex++){const joints=skinDefs[skinIndex].joints;for(let i=0,il=joints.length;i<il;i++)nodeDefs[joints[i]].isBone=!0}for(let nodeIndex=0,nodeLength=nodeDefs.length;nodeIndex<nodeLength;nodeIndex++){const nodeDef=nodeDefs[nodeIndex];void 0!==nodeDef.mesh&&(this._addNodeRef(this.meshCache,nodeDef.mesh),void 0!==nodeDef.skin&&(meshDefs[nodeDef.mesh].isSkinnedMesh=!0)),void 0!==nodeDef.camera&&this._addNodeRef(this.cameraCache,nodeDef.camera)}}_addNodeRef(cache,index){void 0!==index&&(void 0===cache.refs[index]&&(cache.refs[index]=cache.uses[index]=0),cache.refs[index]++)}_getNodeRef(cache,index,object){if(cache.refs[index]<=1)return object;const ref=object.clone(),updateMappings=(original,clone)=>{const mappings=this.associations.get(original);null!=mappings&&this.associations.set(clone,mappings);for(const[i,child]of original.children.entries())updateMappings(child,clone.children[i])};return updateMappings(object,ref),ref.name+="_instance_"+cache.uses[index]++,ref}_invokeOne(func){const extensions=Object.values(this.plugins);extensions.push(this);for(let i=0;i<extensions.length;i++){const result=func(extensions[i]);if(result)return result}return null}_invokeAll(func){const extensions=Object.values(this.plugins);extensions.unshift(this);const pending=[];for(let i=0;i<extensions.length;i++){const result=func(extensions[i]);result&&pending.push(result)}return pending}getDependency(type,index){const cacheKey=type+":"+index;let dependency=this.cache.get(cacheKey);if(!dependency){switch(type){case"scene":dependency=this.loadScene(index);break;case"node":dependency=this._invokeOne(function(ext){return ext.loadNode&&ext.loadNode(index)});break;case"mesh":dependency=this._invokeOne(function(ext){return ext.loadMesh&&ext.loadMesh(index)});break;case"accessor":dependency=this.loadAccessor(index);break;case"bufferView":dependency=this._invokeOne(function(ext){return ext.loadBufferView&&ext.loadBufferView(index)});break;case"buffer":dependency=this.loadBuffer(index);break;case"material":dependency=this._invokeOne(function(ext){return ext.loadMaterial&&ext.loadMaterial(index)});break;case"texture":dependency=this._invokeOne(function(ext){return ext.loadTexture&&ext.loadTexture(index)});break;case"skin":dependency=this.loadSkin(index);break;case"animation":dependency=this._invokeOne(function(ext){return ext.loadAnimation&&ext.loadAnimation(index)});break;case"camera":dependency=this.loadCamera(index);break;default:if(dependency=this._invokeOne(function(ext){return ext!=this&&ext.getDependency&&ext.getDependency(type,index)}),!dependency)throw new Error("Unknown type: "+type)}this.cache.add(cacheKey,dependency)}return dependency}getDependencies(type){let dependencies=this.cache.get(type);if(!dependencies){const parser=this;dependencies=Promise.all((this.json[type+("mesh"===type?"es":"s")]||[]).map(function(def,index){return parser.getDependency(type,index)})),this.cache.add(type,dependencies)}return dependencies}loadBuffer(bufferIndex){const bufferDef=this.json.buffers[bufferIndex],loader=this.fileLoader;if(bufferDef.type&&"arraybuffer"!==bufferDef.type)throw new Error("THREE.GLTFLoader: "+bufferDef.type+" buffer type is not supported.");if(void 0===bufferDef.uri&&0===bufferIndex)return Promise.resolve(this.extensions[EXTENSIONS.KHR_BINARY_GLTF].body);const options=this.options;return new Promise(function(resolve,reject){loader.load(LoaderUtils.resolveURL(bufferDef.uri,options.path),resolve,void 0,function(){reject(new Error('THREE.GLTFLoader: Failed to load buffer "'+bufferDef.uri+'".'))})})}loadBufferView(bufferViewIndex){const bufferViewDef=this.json.bufferViews[bufferViewIndex];return this.getDependency("buffer",bufferViewDef.buffer).then(function(buffer){const byteOffset=bufferViewDef.byteOffset||0;return buffer.slice(byteOffset,byteOffset+(bufferViewDef.byteLength||0))})}loadAccessor(accessorIndex){const parser=this,json=this.json,accessorDef=this.json.accessors[accessorIndex];if(void 0===accessorDef.bufferView&&void 0===accessorDef.sparse){const itemSize=WEBGL_TYPE_SIZES[accessorDef.type],normalized=!0===accessorDef.normalized,array=new(0,WEBGL_COMPONENT_TYPES[accessorDef.componentType])(accessorDef.count*itemSize);return Promise.resolve(new BufferAttribute(array,itemSize,normalized))}const pendingBufferViews=[];return pendingBufferViews.push(void 0!==accessorDef.bufferView?this.getDependency("bufferView",accessorDef.bufferView):null),void 0!==accessorDef.sparse&&(pendingBufferViews.push(this.getDependency("bufferView",accessorDef.sparse.indices.bufferView)),pendingBufferViews.push(this.getDependency("bufferView",accessorDef.sparse.values.bufferView))),Promise.all(pendingBufferViews).then(function(bufferViews){const bufferView=bufferViews[0],itemSize=WEBGL_TYPE_SIZES[accessorDef.type],TypedArray=WEBGL_COMPONENT_TYPES[accessorDef.componentType],elementBytes=TypedArray.BYTES_PER_ELEMENT,byteOffset=accessorDef.byteOffset||0,byteStride=void 0!==accessorDef.bufferView?json.bufferViews[accessorDef.bufferView].byteStride:void 0,normalized=!0===accessorDef.normalized;let array,bufferAttribute;if(byteStride&&byteStride!==elementBytes*itemSize){const ibSlice=Math.floor(byteOffset/byteStride),ibCacheKey="InterleavedBuffer:"+accessorDef.bufferView+":"+accessorDef.componentType+":"+ibSlice+":"+accessorDef.count;let ib=parser.cache.get(ibCacheKey);ib||(array=new TypedArray(bufferView,ibSlice*byteStride,accessorDef.count*byteStride/elementBytes),ib=new InterleavedBuffer(array,byteStride/elementBytes),parser.cache.add(ibCacheKey,ib)),bufferAttribute=new InterleavedBufferAttribute(ib,itemSize,byteOffset%byteStride/elementBytes,normalized)}else array=null===bufferView?new TypedArray(accessorDef.count*itemSize):new TypedArray(bufferView,byteOffset,accessorDef.count*itemSize),bufferAttribute=new BufferAttribute(array,itemSize,normalized);if(void 0!==accessorDef.sparse){const byteOffsetValues=accessorDef.sparse.values.byteOffset||0,sparseIndices=new(0,WEBGL_COMPONENT_TYPES[accessorDef.sparse.indices.componentType])(bufferViews[1],accessorDef.sparse.indices.byteOffset||0,accessorDef.sparse.count*WEBGL_TYPE_SIZES.SCALAR),sparseValues=new TypedArray(bufferViews[2],byteOffsetValues,accessorDef.sparse.count*itemSize);null!==bufferView&&(bufferAttribute=new BufferAttribute(bufferAttribute.array.slice(),bufferAttribute.itemSize,bufferAttribute.normalized)),bufferAttribute.normalized=!1;for(let i=0,il=sparseIndices.length;i<il;i++){const index=sparseIndices[i];if(bufferAttribute.setX(index,sparseValues[i*itemSize]),itemSize>=2&&bufferAttribute.setY(index,sparseValues[i*itemSize+1]),itemSize>=3&&bufferAttribute.setZ(index,sparseValues[i*itemSize+2]),itemSize>=4&&bufferAttribute.setW(index,sparseValues[i*itemSize+3]),itemSize>=5)throw new Error("THREE.GLTFLoader: Unsupported itemSize in sparse BufferAttribute.")}bufferAttribute.normalized=normalized}return bufferAttribute})}loadTexture(textureIndex){const json=this.json,sourceIndex=json.textures[textureIndex].source,sourceDef=json.images[sourceIndex];let loader=this.textureLoader;if(sourceDef.uri){const handler=this.options.manager.getHandler(sourceDef.uri);null!==handler&&(loader=handler)}return this.loadTextureImage(textureIndex,sourceIndex,loader)}loadTextureImage(textureIndex,sourceIndex,loader){const parser=this,json=this.json,textureDef=json.textures[textureIndex],sourceDef=json.images[sourceIndex],cacheKey=(sourceDef.uri||sourceDef.bufferView)+":"+textureDef.sampler;if(this.textureCache[cacheKey])return this.textureCache[cacheKey];const promise=this.loadImageSource(sourceIndex,loader).then(function(texture){texture.flipY=!1,texture.name=textureDef.name||sourceDef.name||"",""===texture.name&&"string"==typeof sourceDef.uri&&!1===sourceDef.uri.startsWith("data:image/")&&(texture.name=sourceDef.uri);const sampler=(json.samplers||{})[textureDef.sampler]||{};return texture.magFilter=WEBGL_FILTERS[sampler.magFilter]||LinearFilter,texture.minFilter=WEBGL_FILTERS[sampler.minFilter]||LinearMipmapLinearFilter,texture.wrapS=WEBGL_WRAPPINGS[sampler.wrapS]||RepeatWrapping,texture.wrapT=WEBGL_WRAPPINGS[sampler.wrapT]||RepeatWrapping,texture.generateMipmaps=!texture.isCompressedTexture&&texture.minFilter!==NearestFilter&&texture.minFilter!==LinearFilter,parser.associations.set(texture,{textures:textureIndex}),texture}).catch(function(){return null});return this.textureCache[cacheKey]=promise,promise}loadImageSource(sourceIndex,loader){const json=this.json,options=this.options;if(void 0!==this.sourceCache[sourceIndex])return this.sourceCache[sourceIndex].then(texture=>texture.clone());const sourceDef=json.images[sourceIndex],URL=self.URL||self.webkitURL;let sourceURI=sourceDef.uri||"",isObjectURL=!1;if(void 0!==sourceDef.bufferView)sourceURI=this.getDependency("bufferView",sourceDef.bufferView).then(function(bufferView){isObjectURL=!0;const blob=new Blob([bufferView],{type:sourceDef.mimeType});return sourceURI=URL.createObjectURL(blob),sourceURI});else if(void 0===sourceDef.uri)throw new Error("THREE.GLTFLoader: Image "+sourceIndex+" is missing URI and bufferView");const promise=Promise.resolve(sourceURI).then(function(sourceURI){return new Promise(function(resolve,reject){let onLoad=resolve;!0===loader.isImageBitmapLoader&&(onLoad=function(imageBitmap){const texture=new Texture(imageBitmap);texture.needsUpdate=!0,resolve(texture)}),loader.load(LoaderUtils.resolveURL(sourceURI,options.path),onLoad,void 0,reject)})}).then(function(texture){var uri;return!0===isObjectURL&&URL.revokeObjectURL(sourceURI),assignExtrasToUserData(texture,sourceDef),texture.userData.mimeType=sourceDef.mimeType||((uri=sourceDef.uri).search(/\.jpe?g($|\?)/i)>0||0===uri.search(/^data\:image\/jpeg/)?"image/jpeg":uri.search(/\.webp($|\?)/i)>0||0===uri.search(/^data\:image\/webp/)?"image/webp":uri.search(/\.ktx2($|\?)/i)>0||0===uri.search(/^data\:image\/ktx2/)?"image/ktx2":"image/png"),texture}).catch(function(error){throw console.error("THREE.GLTFLoader: Couldn't load texture",sourceURI),error});return this.sourceCache[sourceIndex]=promise,promise}assignTexture(materialParams,mapName,mapDef,colorSpace){const parser=this;return this.getDependency("texture",mapDef.index).then(function(texture){if(!texture)return null;if(void 0!==mapDef.texCoord&&mapDef.texCoord>0&&((texture=texture.clone()).channel=mapDef.texCoord),parser.extensions[EXTENSIONS.KHR_TEXTURE_TRANSFORM]){const transform=void 0!==mapDef.extensions?mapDef.extensions[EXTENSIONS.KHR_TEXTURE_TRANSFORM]:void 0;if(transform){const gltfReference=parser.associations.get(texture);texture=parser.extensions[EXTENSIONS.KHR_TEXTURE_TRANSFORM].extendTexture(texture,transform),parser.associations.set(texture,gltfReference)}}return void 0!==colorSpace&&(texture.colorSpace=colorSpace),materialParams[mapName]=texture,texture})}assignFinalMaterial(mesh){const geometry=mesh.geometry;let material=mesh.material;const useDerivativeTangents=void 0===geometry.attributes.tangent,useVertexColors=void 0!==geometry.attributes.color,useFlatShading=void 0===geometry.attributes.normal;if(mesh.isPoints){const cacheKey="PointsMaterial:"+material.uuid;let pointsMaterial=this.cache.get(cacheKey);pointsMaterial||(pointsMaterial=new PointsMaterial,Material.prototype.copy.call(pointsMaterial,material),pointsMaterial.color.copy(material.color),pointsMaterial.map=material.map,pointsMaterial.sizeAttenuation=!1,this.cache.add(cacheKey,pointsMaterial)),material=pointsMaterial}else if(mesh.isLine){const cacheKey="LineBasicMaterial:"+material.uuid;let lineMaterial=this.cache.get(cacheKey);lineMaterial||(lineMaterial=new LineBasicMaterial,Material.prototype.copy.call(lineMaterial,material),lineMaterial.color.copy(material.color),lineMaterial.map=material.map,this.cache.add(cacheKey,lineMaterial)),material=lineMaterial}if(useDerivativeTangents||useVertexColors||useFlatShading){let cacheKey="ClonedMaterial:"+material.uuid+":";useDerivativeTangents&&(cacheKey+="derivative-tangents:"),useVertexColors&&(cacheKey+="vertex-colors:"),useFlatShading&&(cacheKey+="flat-shading:");let cachedMaterial=this.cache.get(cacheKey);cachedMaterial||(cachedMaterial=material.clone(),useVertexColors&&(cachedMaterial.vertexColors=!0),useFlatShading&&(cachedMaterial.flatShading=!0),useDerivativeTangents&&(cachedMaterial.normalScale&&(cachedMaterial.normalScale.y*=-1),cachedMaterial.clearcoatNormalScale&&(cachedMaterial.clearcoatNormalScale.y*=-1)),this.cache.add(cacheKey,cachedMaterial),this.associations.set(cachedMaterial,this.associations.get(material))),material=cachedMaterial}mesh.material=material}getMaterialType(){return MeshStandardMaterial}loadMaterial(materialIndex){const parser=this,extensions=this.extensions,materialDef=this.json.materials[materialIndex];let materialType;const materialParams={},pending=[];if((materialDef.extensions||{})[EXTENSIONS.KHR_MATERIALS_UNLIT]){const kmuExtension=extensions[EXTENSIONS.KHR_MATERIALS_UNLIT];materialType=kmuExtension.getMaterialType(),pending.push(kmuExtension.extendParams(materialParams,materialDef,parser))}else{const metallicRoughness=materialDef.pbrMetallicRoughness||{};if(materialParams.color=new Color(1,1,1),materialParams.opacity=1,Array.isArray(metallicRoughness.baseColorFactor)){const array=metallicRoughness.baseColorFactor;materialParams.color.setRGB(array[0],array[1],array[2],LinearSRGBColorSpace),materialParams.opacity=array[3]}void 0!==metallicRoughness.baseColorTexture&&pending.push(parser.assignTexture(materialParams,"map",metallicRoughness.baseColorTexture,SRGBColorSpace)),materialParams.metalness=void 0!==metallicRoughness.metallicFactor?metallicRoughness.metallicFactor:1,materialParams.roughness=void 0!==metallicRoughness.roughnessFactor?metallicRoughness.roughnessFactor:1,void 0!==metallicRoughness.metallicRoughnessTexture&&(pending.push(parser.assignTexture(materialParams,"metalnessMap",metallicRoughness.metallicRoughnessTexture)),pending.push(parser.assignTexture(materialParams,"roughnessMap",metallicRoughness.metallicRoughnessTexture))),materialType=this._invokeOne(function(ext){return ext.getMaterialType&&ext.getMaterialType(materialIndex)}),pending.push(Promise.all(this._invokeAll(function(ext){return ext.extendMaterialParams&&ext.extendMaterialParams(materialIndex,materialParams)})))}!0===materialDef.doubleSided&&(materialParams.side=DoubleSide);const alphaMode=materialDef.alphaMode||"OPAQUE";if("BLEND"===alphaMode?(materialParams.transparent=!0,materialParams.depthWrite=!1):(materialParams.transparent=!1,"MASK"===alphaMode&&(materialParams.alphaTest=void 0!==materialDef.alphaCutoff?materialDef.alphaCutoff:.5)),void 0!==materialDef.normalTexture&&materialType!==MeshBasicMaterial&&(pending.push(parser.assignTexture(materialParams,"normalMap",materialDef.normalTexture)),materialParams.normalScale=new Vector2(1,1),void 0!==materialDef.normalTexture.scale)){const scale=materialDef.normalTexture.scale;materialParams.normalScale.set(scale,scale)}if(void 0!==materialDef.occlusionTexture&&materialType!==MeshBasicMaterial&&(pending.push(parser.assignTexture(materialParams,"aoMap",materialDef.occlusionTexture)),void 0!==materialDef.occlusionTexture.strength&&(materialParams.aoMapIntensity=materialDef.occlusionTexture.strength)),void 0!==materialDef.emissiveFactor&&materialType!==MeshBasicMaterial){const emissiveFactor=materialDef.emissiveFactor;materialParams.emissive=(new Color).setRGB(emissiveFactor[0],emissiveFactor[1],emissiveFactor[2],LinearSRGBColorSpace)}return void 0!==materialDef.emissiveTexture&&materialType!==MeshBasicMaterial&&pending.push(parser.assignTexture(materialParams,"emissiveMap",materialDef.emissiveTexture,SRGBColorSpace)),Promise.all(pending).then(function(){const material=new materialType(materialParams);return materialDef.name&&(material.name=materialDef.name),assignExtrasToUserData(material,materialDef),parser.associations.set(material,{materials:materialIndex}),materialDef.extensions&&addUnknownExtensionsToUserData(extensions,material,materialDef),material})}createUniqueName(originalName){const sanitizedName=PropertyBinding.sanitizeNodeName(originalName||"");return sanitizedName in this.nodeNamesUsed?sanitizedName+"_"+ ++this.nodeNamesUsed[sanitizedName]:(this.nodeNamesUsed[sanitizedName]=0,sanitizedName)}loadGeometries(primitives){const parser=this,extensions=this.extensions,cache=this.primitiveCache;function createDracoPrimitive(primitive){return extensions[EXTENSIONS.KHR_DRACO_MESH_COMPRESSION].decodePrimitive(primitive,parser).then(function(geometry){return addPrimitiveAttributes(geometry,primitive,parser)})}const pending=[];for(let i=0,il=primitives.length;i<il;i++){const primitive=primitives[i],cacheKey=createPrimitiveKey(primitive),cached=cache[cacheKey];if(cached)pending.push(cached.promise);else{let geometryPromise;geometryPromise=primitive.extensions&&primitive.extensions[EXTENSIONS.KHR_DRACO_MESH_COMPRESSION]?createDracoPrimitive(primitive):addPrimitiveAttributes(new BufferGeometry,primitive,parser),cache[cacheKey]={primitive:primitive,promise:geometryPromise},pending.push(geometryPromise)}}return Promise.all(pending)}loadMesh(meshIndex){const parser=this,extensions=this.extensions,meshDef=this.json.meshes[meshIndex],primitives=meshDef.primitives,pending=[];for(let i=0,il=primitives.length;i<il;i++){const material=void 0===primitives[i].material?createDefaultMaterial(this.cache):this.getDependency("material",primitives[i].material);pending.push(material)}return pending.push(parser.loadGeometries(primitives)),Promise.all(pending).then(function(results){const materials=results.slice(0,results.length-1),geometries=results[results.length-1],meshes=[];for(let i=0,il=geometries.length;i<il;i++){const geometry=geometries[i],primitive=primitives[i];let mesh;const material=materials[i];if(primitive.mode===WEBGL_CONSTANTS.TRIANGLES||primitive.mode===WEBGL_CONSTANTS.TRIANGLE_STRIP||primitive.mode===WEBGL_CONSTANTS.TRIANGLE_FAN||void 0===primitive.mode)mesh=!0===meshDef.isSkinnedMesh?new SkinnedMesh(geometry,material):new Mesh(geometry,material),!0===mesh.isSkinnedMesh&&mesh.normalizeSkinWeights(),primitive.mode===WEBGL_CONSTANTS.TRIANGLE_STRIP?mesh.geometry=toTrianglesDrawMode(mesh.geometry,TriangleStripDrawMode):primitive.mode===WEBGL_CONSTANTS.TRIANGLE_FAN&&(mesh.geometry=toTrianglesDrawMode(mesh.geometry,TriangleFanDrawMode));else if(primitive.mode===WEBGL_CONSTANTS.LINES)mesh=new LineSegments(geometry,material);else if(primitive.mode===WEBGL_CONSTANTS.LINE_STRIP)mesh=new Line(geometry,material);else if(primitive.mode===WEBGL_CONSTANTS.LINE_LOOP)mesh=new LineLoop(geometry,material);else{if(primitive.mode!==WEBGL_CONSTANTS.POINTS)throw new Error("THREE.GLTFLoader: Primitive mode unsupported: "+primitive.mode);mesh=new Points(geometry,material)}Object.keys(mesh.geometry.morphAttributes).length>0&&updateMorphTargets(mesh,meshDef),mesh.name=parser.createUniqueName(meshDef.name||"mesh_"+meshIndex),assignExtrasToUserData(mesh,meshDef),primitive.extensions&&addUnknownExtensionsToUserData(extensions,mesh,primitive),parser.assignFinalMaterial(mesh),meshes.push(mesh)}for(let i=0,il=meshes.length;i<il;i++)parser.associations.set(meshes[i],{meshes:meshIndex,primitives:i});if(1===meshes.length)return meshDef.extensions&&addUnknownExtensionsToUserData(extensions,meshes[0],meshDef),meshes[0];const group=new Group;meshDef.extensions&&addUnknownExtensionsToUserData(extensions,group,meshDef),parser.associations.set(group,{meshes:meshIndex});for(let i=0,il=meshes.length;i<il;i++)group.add(meshes[i]);return group})}loadCamera(cameraIndex){let camera;const cameraDef=this.json.cameras[cameraIndex],params=cameraDef[cameraDef.type];if(params)return"perspective"===cameraDef.type?camera=new PerspectiveCamera(MathUtils.radToDeg(params.yfov),params.aspectRatio||1,params.znear||1,params.zfar||2e6):"orthographic"===cameraDef.type&&(camera=new OrthographicCamera(-params.xmag,params.xmag,params.ymag,-params.ymag,params.znear,params.zfar)),cameraDef.name&&(camera.name=this.createUniqueName(cameraDef.name)),assignExtrasToUserData(camera,cameraDef),Promise.resolve(camera);console.warn("THREE.GLTFLoader: Missing camera parameters.")}loadSkin(skinIndex){const skinDef=this.json.skins[skinIndex],pending=[];for(let i=0,il=skinDef.joints.length;i<il;i++)pending.push(this._loadNodeShallow(skinDef.joints[i]));return pending.push(void 0!==skinDef.inverseBindMatrices?this.getDependency("accessor",skinDef.inverseBindMatrices):null),Promise.all(pending).then(function(results){const inverseBindMatrices=results.pop(),jointNodes=results,bones=[],boneInverses=[];for(let i=0,il=jointNodes.length;i<il;i++){const jointNode=jointNodes[i];if(jointNode){bones.push(jointNode);const mat=new Matrix4;null!==inverseBindMatrices&&mat.fromArray(inverseBindMatrices.array,16*i),boneInverses.push(mat)}else console.warn('THREE.GLTFLoader: Joint "%s" could not be found.',skinDef.joints[i])}return new Skeleton(bones,boneInverses)})}loadAnimation(animationIndex){const parser=this,animationDef=this.json.animations[animationIndex],animationName=animationDef.name?animationDef.name:"animation_"+animationIndex,pendingNodes=[],pendingInputAccessors=[],pendingOutputAccessors=[],pendingSamplers=[],pendingTargets=[];for(let i=0,il=animationDef.channels.length;i<il;i++){const channel=animationDef.channels[i],sampler=animationDef.samplers[channel.sampler],target=channel.target,input=void 0!==animationDef.parameters?animationDef.parameters[sampler.input]:sampler.input,output=void 0!==animationDef.parameters?animationDef.parameters[sampler.output]:sampler.output;void 0!==target.node&&(pendingNodes.push(this.getDependency("node",target.node)),pendingInputAccessors.push(this.getDependency("accessor",input)),pendingOutputAccessors.push(this.getDependency("accessor",output)),pendingSamplers.push(sampler),pendingTargets.push(target))}return Promise.all([Promise.all(pendingNodes),Promise.all(pendingInputAccessors),Promise.all(pendingOutputAccessors),Promise.all(pendingSamplers),Promise.all(pendingTargets)]).then(function(dependencies){const nodes=dependencies[0],inputAccessors=dependencies[1],outputAccessors=dependencies[2],samplers=dependencies[3],targets=dependencies[4],tracks=[];for(let i=0,il=nodes.length;i<il;i++){const node=nodes[i],inputAccessor=inputAccessors[i],outputAccessor=outputAccessors[i],sampler=samplers[i],target=targets[i];if(void 0===node)continue;node.updateMatrix&&node.updateMatrix();const createdTracks=parser._createAnimationTracks(node,inputAccessor,outputAccessor,sampler,target);if(createdTracks)for(let k=0;k<createdTracks.length;k++)tracks.push(createdTracks[k])}const animation=new AnimationClip(animationName,void 0,tracks);return assignExtrasToUserData(animation,animationDef),animation})}createNodeMesh(nodeIndex){const parser=this,nodeDef=this.json.nodes[nodeIndex];return void 0===nodeDef.mesh?null:parser.getDependency("mesh",nodeDef.mesh).then(function(mesh){const node=parser._getNodeRef(parser.meshCache,nodeDef.mesh,mesh);return void 0!==nodeDef.weights&&node.traverse(function(o){if(o.isMesh)for(let i=0,il=nodeDef.weights.length;i<il;i++)o.morphTargetInfluences[i]=nodeDef.weights[i]}),node})}loadNode(nodeIndex){const parser=this,nodeDef=this.json.nodes[nodeIndex],nodePending=parser._loadNodeShallow(nodeIndex),childPending=[],childrenDef=nodeDef.children||[];for(let i=0,il=childrenDef.length;i<il;i++)childPending.push(parser.getDependency("node",childrenDef[i]));const skeletonPending=void 0===nodeDef.skin?Promise.resolve(null):parser.getDependency("skin",nodeDef.skin);return Promise.all([nodePending,Promise.all(childPending),skeletonPending]).then(function(results){const node=results[0],children=results[1],skeleton=results[2];null!==skeleton&&node.traverse(function(mesh){mesh.isSkinnedMesh&&mesh.bind(skeleton,_identityMatrix)});for(let i=0,il=children.length;i<il;i++)node.add(children[i]);return node})}_loadNodeShallow(nodeIndex){const extensions=this.extensions,parser=this;if(void 0!==this.nodeCache[nodeIndex])return this.nodeCache[nodeIndex];const nodeDef=this.json.nodes[nodeIndex],nodeName=nodeDef.name?parser.createUniqueName(nodeDef.name):"",pending=[],meshPromise=parser._invokeOne(function(ext){return ext.createNodeMesh&&ext.createNodeMesh(nodeIndex)});return meshPromise&&pending.push(meshPromise),void 0!==nodeDef.camera&&pending.push(parser.getDependency("camera",nodeDef.camera).then(function(camera){return parser._getNodeRef(parser.cameraCache,nodeDef.camera,camera)})),parser._invokeAll(function(ext){return ext.createNodeAttachment&&ext.createNodeAttachment(nodeIndex)}).forEach(function(promise){pending.push(promise)}),this.nodeCache[nodeIndex]=Promise.all(pending).then(function(objects){let node;if(node=!0===nodeDef.isBone?new Bone:objects.length>1?new Group:1===objects.length?objects[0]:new Object3D,node!==objects[0])for(let i=0,il=objects.length;i<il;i++)node.add(objects[i]);if(nodeDef.name&&(node.userData.name=nodeDef.name,node.name=nodeName),assignExtrasToUserData(node,nodeDef),nodeDef.extensions&&addUnknownExtensionsToUserData(extensions,node,nodeDef),void 0!==nodeDef.matrix){const matrix=new Matrix4;matrix.fromArray(nodeDef.matrix),node.applyMatrix4(matrix)}else void 0!==nodeDef.translation&&node.position.fromArray(nodeDef.translation),void 0!==nodeDef.rotation&&node.quaternion.fromArray(nodeDef.rotation),void 0!==nodeDef.scale&&node.scale.fromArray(nodeDef.scale);if(parser.associations.has(node)){if(void 0!==nodeDef.mesh&&parser.meshCache.refs[nodeDef.mesh]>1){const mapping=parser.associations.get(node);parser.associations.set(node,{...mapping})}}else parser.associations.set(node,{});return parser.associations.get(node).nodes=nodeIndex,node}),this.nodeCache[nodeIndex]}loadScene(sceneIndex){const extensions=this.extensions,sceneDef=this.json.scenes[sceneIndex],parser=this,scene=new Group;sceneDef.name&&(scene.name=parser.createUniqueName(sceneDef.name)),assignExtrasToUserData(scene,sceneDef),sceneDef.extensions&&addUnknownExtensionsToUserData(extensions,scene,sceneDef);const nodeIds=sceneDef.nodes||[],pending=[];for(let i=0,il=nodeIds.length;i<il;i++)pending.push(parser.getDependency("node",nodeIds[i]));return Promise.all(pending).then(function(nodes){for(let i=0,il=nodes.length;i<il;i++)scene.add(nodes[i]);return parser.associations=(node=>{const reducedAssociations=new Map;for(const[key,value]of parser.associations)(key instanceof Material||key instanceof Texture)&&reducedAssociations.set(key,value);return node.traverse(node=>{const mappings=parser.associations.get(node);null!=mappings&&reducedAssociations.set(node,mappings)}),reducedAssociations})(scene),scene})}_createAnimationTracks(node,inputAccessor,outputAccessor,sampler,target){const tracks=[],targetName=node.name?node.name:node.uuid,targetNames=[];let TypedKeyframeTrack;switch(PATH_PROPERTIES[target.path]===PATH_PROPERTIES.weights?node.traverse(function(object){object.morphTargetInfluences&&targetNames.push(object.name?object.name:object.uuid)}):targetNames.push(targetName),PATH_PROPERTIES[target.path]){case PATH_PROPERTIES.weights:TypedKeyframeTrack=NumberKeyframeTrack;break;case PATH_PROPERTIES.rotation:TypedKeyframeTrack=QuaternionKeyframeTrack;break;case PATH_PROPERTIES.translation:case PATH_PROPERTIES.scale:TypedKeyframeTrack=VectorKeyframeTrack;break;default:TypedKeyframeTrack=1===outputAccessor.itemSize?NumberKeyframeTrack:VectorKeyframeTrack}const interpolation=void 0!==sampler.interpolation?INTERPOLATION[sampler.interpolation]:InterpolateLinear,outputArray=this._getArrayFromAccessor(outputAccessor);for(let j=0,jl=targetNames.length;j<jl;j++){const track=new TypedKeyframeTrack(targetNames[j]+"."+PATH_PROPERTIES[target.path],inputAccessor.array,outputArray,interpolation);"CUBICSPLINE"===sampler.interpolation&&this._createCubicSplineTrackInterpolant(track),tracks.push(track)}return tracks}_getArrayFromAccessor(accessor){let outputArray=accessor.array;if(accessor.normalized){const scale=getNormalizedComponentScale(outputArray.constructor),scaled=new Float32Array(outputArray.length);for(let j=0,jl=outputArray.length;j<jl;j++)scaled[j]=outputArray[j]*scale;outputArray=scaled}return outputArray}_createCubicSplineTrackInterpolant(track){track.createInterpolant=function(result){return new(this instanceof QuaternionKeyframeTrack?GLTFCubicSplineQuaternionInterpolant:GLTFCubicSplineInterpolant)(this.times,this.values,this.getValueSize()/3,result)},track.createInterpolant.isInterpolantFactoryMethodGLTFCubicSpline=!0}}function addPrimitiveAttributes(geometry,primitiveDef,parser){const attributes=primitiveDef.attributes,pending=[];function assignAttributeAccessor(accessorIndex,attributeName){return parser.getDependency("accessor",accessorIndex).then(function(accessor){geometry.setAttribute(attributeName,accessor)})}for(const gltfAttributeName in attributes){const threeAttributeName=ATTRIBUTES[gltfAttributeName]||gltfAttributeName.toLowerCase();threeAttributeName in geometry.attributes||pending.push(assignAttributeAccessor(attributes[gltfAttributeName],threeAttributeName))}if(void 0!==primitiveDef.indices&&!geometry.index){const accessor=parser.getDependency("accessor",primitiveDef.indices).then(function(accessor){geometry.setIndex(accessor)});pending.push(accessor)}return ColorManagement.workingColorSpace!==LinearSRGBColorSpace&&"COLOR_0"in attributes&&console.warn(`THREE.GLTFLoader: Converting vertex colors from "srgb-linear" to "${ColorManagement.workingColorSpace}" not supported.`),assignExtrasToUserData(geometry,primitiveDef),function(geometry,primitiveDef,parser){const attributes=primitiveDef.attributes,box=new Box3;if(void 0===attributes.POSITION)return;{const accessor=parser.json.accessors[attributes.POSITION],min=accessor.min,max=accessor.max;if(void 0===min||void 0===max)return void console.warn("THREE.GLTFLoader: Missing min/max properties for accessor POSITION.");if(box.set(new Vector3(min[0],min[1],min[2]),new Vector3(max[0],max[1],max[2])),accessor.normalized){const boxScale=getNormalizedComponentScale(WEBGL_COMPONENT_TYPES[accessor.componentType]);box.min.multiplyScalar(boxScale),box.max.multiplyScalar(boxScale)}}const targets=primitiveDef.targets;if(void 0!==targets){const maxDisplacement=new Vector3,vector=new Vector3;for(let i=0,il=targets.length;i<il;i++){const target=targets[i];if(void 0!==target.POSITION){const accessor=parser.json.accessors[target.POSITION],min=accessor.min,max=accessor.max;if(void 0!==min&&void 0!==max){if(vector.setX(Math.max(Math.abs(min[0]),Math.abs(max[0]))),vector.setY(Math.max(Math.abs(min[1]),Math.abs(max[1]))),vector.setZ(Math.max(Math.abs(min[2]),Math.abs(max[2]))),accessor.normalized){const boxScale=getNormalizedComponentScale(WEBGL_COMPONENT_TYPES[accessor.componentType]);vector.multiplyScalar(boxScale)}maxDisplacement.max(vector)}else console.warn("THREE.GLTFLoader: Missing min/max properties for accessor POSITION.")}}box.expandByVector(maxDisplacement)}geometry.boundingBox=box;const sphere=new Sphere;box.getCenter(sphere.center),sphere.radius=box.min.distanceTo(box.max)/2,geometry.boundingSphere=sphere}(geometry,primitiveDef,parser),Promise.all(pending).then(function(){return void 0!==primitiveDef.targets?function(geometry,targets,parser){let hasMorphPosition=!1,hasMorphNormal=!1,hasMorphColor=!1;for(let i=0,il=targets.length;i<il;i++){const target=targets[i];if(void 0!==target.POSITION&&(hasMorphPosition=!0),void 0!==target.NORMAL&&(hasMorphNormal=!0),void 0!==target.COLOR_0&&(hasMorphColor=!0),hasMorphPosition&&hasMorphNormal&&hasMorphColor)break}if(!hasMorphPosition&&!hasMorphNormal&&!hasMorphColor)return Promise.resolve(geometry);const pendingPositionAccessors=[],pendingNormalAccessors=[],pendingColorAccessors=[];for(let i=0,il=targets.length;i<il;i++){const target=targets[i];if(hasMorphPosition){const pendingAccessor=void 0!==target.POSITION?parser.getDependency("accessor",target.POSITION):geometry.attributes.position;pendingPositionAccessors.push(pendingAccessor)}if(hasMorphNormal){const pendingAccessor=void 0!==target.NORMAL?parser.getDependency("accessor",target.NORMAL):geometry.attributes.normal;pendingNormalAccessors.push(pendingAccessor)}if(hasMorphColor){const pendingAccessor=void 0!==target.COLOR_0?parser.getDependency("accessor",target.COLOR_0):geometry.attributes.color;pendingColorAccessors.push(pendingAccessor)}}return Promise.all([Promise.all(pendingPositionAccessors),Promise.all(pendingNormalAccessors),Promise.all(pendingColorAccessors)]).then(function(accessors){const morphNormals=accessors[1],morphColors=accessors[2];return hasMorphPosition&&(geometry.morphAttributes.position=accessors[0]),hasMorphNormal&&(geometry.morphAttributes.normal=morphNormals),hasMorphColor&&(geometry.morphAttributes.color=morphColors),geometry.morphTargetsRelative=!0,geometry})}(geometry,primitiveDef.targets,parser):geometry})}export{GLTFLoader};
2
- //# sourceMappingURL=GLTFLoader.js.map