@woosh/meep-engine 2.45.2 → 2.46.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 (3191) hide show
  1. package/build/meep.module.js +73135 -0
  2. package/build/meep.module.js.LICENSE.txt +18 -0
  3. package/package.json +46 -7
  4. package/samples/terrain/editor.js +24 -22
  5. package/samples/terrain/from_image.js +32 -32
  6. package/samples/terrain/from_image_2.js +18 -18
  7. package/samples/terrain/main.js +8 -8
  8. package/{core → src/core}/UUID.d.ts +0 -0
  9. package/{core → src/core}/bvh2/BinaryNode.d.ts +0 -0
  10. package/{core → src/core}/bvh2/LeafNode.d.ts +0 -0
  11. package/{core → src/core}/bvh2/Node.d.ts +0 -0
  12. package/{core → src/core}/bvh2/aabb3/AABB3.d.ts +0 -0
  13. package/{core → src/core}/bvh2/bvh3/ExplicitBinaryBoundingVolumeHierarchy.d.ts +0 -0
  14. package/{core → src/core}/bvh2/traversal/queryBinaryNode_ClippingPlanes.d.ts +0 -0
  15. package/{core → src/core}/cache/Cache.d.ts +0 -0
  16. package/{core → src/core}/collection/HashMap.d.ts +0 -0
  17. package/{core → src/core}/collection/HashSet.d.ts +0 -0
  18. package/{core → src/core}/collection/Set.d.ts +0 -0
  19. package/{core → src/core}/collection/array/arrayPickBestElement.d.ts +0 -0
  20. package/{core → src/core}/collection/array/computeHashArray.d.ts +0 -0
  21. package/{core → src/core}/collection/array/computeHashIntegerArray.d.ts +0 -0
  22. package/{core → src/core}/collection/array/isArrayEqualStrict.d.ts +0 -0
  23. package/{core → src/core}/collection/array/isArraysEqualWithComparator.d.ts +0 -0
  24. package/{core → src/core}/collection/list/List.d.ts +0 -0
  25. package/{core → src/core}/collection/list/ListForwarder.d.ts +0 -0
  26. package/{core → src/core}/collection/queue/Deque.d.ts +0 -0
  27. package/{core → src/core}/color/Color.d.ts +0 -0
  28. package/{core → src/core}/events/signal/Signal.d.ts +0 -0
  29. package/{core → src/core}/fsm/simple/SimpleStateMachine.d.ts +0 -0
  30. package/{core → src/core}/fsm/simple/SimpleStateMachineDescription.d.ts +0 -0
  31. package/{core → src/core}/geom/3d/SurfacePoint3.d.ts +0 -0
  32. package/{core → src/core}/geom/3d/aabb/aabb3_build_corners.d.ts +0 -0
  33. package/{core → src/core}/geom/3d/frustum/read_frustum_planes_to_array.d.ts +0 -0
  34. package/{core → src/core}/geom/3d/shape/AbstractShape3D.d.ts +0 -0
  35. package/{core → src/core}/geom/3d/shape/TransformedShape3D.d.ts +0 -0
  36. package/{core → src/core}/geom/3d/shape/UnionShape3D.d.ts +0 -0
  37. package/{core → src/core}/geom/3d/shape/UnitCubeShape3D.d.ts +0 -0
  38. package/{core → src/core}/geom/3d/shape/UnitSphereShape3D.d.ts +0 -0
  39. package/{core → src/core}/geom/AABB2.d.ts +0 -0
  40. package/{core → src/core}/geom/Quaternion.d.ts +0 -0
  41. package/{core → src/core}/geom/Vector1.d.ts +0 -0
  42. package/{core → src/core}/geom/Vector2.d.ts +0 -0
  43. package/{core → src/core}/geom/Vector3.d.ts +0 -0
  44. package/{core → src/core}/geom/Vector4.d.ts +0 -0
  45. package/{core → src/core}/geom/packing/computeBoundingSphereOfSpheres.d.ts +0 -0
  46. package/{core → src/core}/geom/v3_distance_sqr.d.ts +0 -0
  47. package/{core → src/core}/json/resolvePathByArray.d.ts +0 -0
  48. package/{core → src/core}/math/epsilonEquals.d.ts +0 -0
  49. package/{core → src/core}/math/sign.d.ts +0 -0
  50. package/{core → src/core}/model/BooleanVector3.d.ts +0 -0
  51. package/{core → src/core}/model/ModuleRegistry.d.ts +0 -0
  52. package/{core → src/core}/model/ObservedBoolean.d.ts +0 -0
  53. package/{core → src/core}/model/ObservedEnum.d.ts +0 -0
  54. package/{core → src/core}/model/ObservedString.d.ts +0 -0
  55. package/{core → src/core}/model/node-graph/Connection.d.ts +0 -0
  56. package/{core → src/core}/model/node-graph/node/NodeDescription.d.ts +0 -0
  57. package/{core → src/core}/model/node-graph/node/NodeInstance.d.ts +0 -0
  58. package/{core → src/core}/model/node-graph/node/NodeInstancePortReference.d.ts +0 -0
  59. package/{core → src/core}/model/object/invokeObjectEquals.d.ts +0 -0
  60. package/{core → src/core}/model/object/invokeObjectHash.d.ts +0 -0
  61. package/{core → src/core}/model/object/objectDeepEquals.d.ts +0 -0
  62. package/{core → src/core}/model/object/objectKeyByValue.d.ts +0 -0
  63. package/{core → src/core}/model/object/read_property.d.ts +0 -0
  64. package/{core → src/core}/model/object/write_property.d.ts +0 -0
  65. package/{core → src/core}/model/reactive/model/ReactiveExpression.d.ts +0 -0
  66. package/{core → src/core}/model/reactive/model/logic/ReactiveAnd.d.ts +0 -0
  67. package/{core → src/core}/model/reactive/model/terminal/ReactiveReference.d.ts +0 -0
  68. package/{core → src/core}/model/stat/LinearModifier.d.ts +0 -0
  69. package/{core → src/core}/model/stat/Stat.d.ts +0 -0
  70. package/{core → src/core}/parser/simple/DataType.d.ts +0 -0
  71. package/{core → src/core}/parser/simple/Token.d.ts +0 -0
  72. package/{core → src/core}/primitives/strings/computeStringHash.d.ts +0 -0
  73. package/{core → src/core}/process/executor/ConcurrentExecutor.d.ts +0 -0
  74. package/{core → src/core}/process/task/ITask.d.ts +0 -0
  75. package/{core → src/core}/process/task/Task.d.ts +0 -0
  76. package/{core → src/core}/process/task/TaskGroup.d.ts +0 -0
  77. package/{core → src/core}/process/task/TaskSignal.d.ts +0 -0
  78. package/{core → src/core}/process/undo/Action.d.ts +0 -0
  79. package/{core → src/core}/process/undo/ActionGroup.d.ts +0 -0
  80. package/{core → src/core}/process/undo/ActionProcessor.d.ts +0 -0
  81. package/{engine → src/engine}/Engine.d.ts +0 -0
  82. package/{engine → src/engine}/EngineConfiguration.d.ts +0 -0
  83. package/{engine → src/engine}/achievements/AchievementGateway.d.ts +0 -0
  84. package/{engine → src/engine}/asset/Asset.d.ts +0 -0
  85. package/{engine → src/engine}/asset/AssetManager.d.ts +0 -0
  86. package/{engine → src/engine}/asset/AssetTransformer.d.ts +0 -0
  87. package/{engine → src/engine}/asset/CORS/CrossOriginConfig.d.ts +0 -0
  88. package/{engine → src/engine}/asset/CORS/CrossOriginKind.d.ts +0 -0
  89. package/{engine → src/engine}/asset/loaders/AssetLoader.d.ts +0 -0
  90. package/{engine → src/engine}/asset/loaders/GLTFAssetLoader.d.ts +0 -0
  91. package/{engine → src/engine}/asset/loaders/material/StaticMaterialCache.d.ts +0 -0
  92. package/{engine → src/engine}/asset/loaders/material/computeMaterialEquality.d.ts +0 -0
  93. package/{engine → src/engine}/asset/loaders/material/computeMaterialHash.d.ts +0 -0
  94. package/{engine → src/engine}/asset/loaders/material/traverseMaterialTextures.d.ts +0 -0
  95. package/{engine → src/engine}/asset/loaders/texture/TextureAssetLoader.d.ts +0 -0
  96. package/{engine → src/engine}/ecs/EntityBlueprint.d.ts +0 -0
  97. package/{engine → src/engine}/ecs/EntityBuilder.d.ts +0 -0
  98. package/{engine → src/engine}/ecs/EntityComponentDataset.d.ts +0 -0
  99. package/{engine → src/engine}/ecs/EntityManager.d.ts +0 -0
  100. package/{engine → src/engine}/ecs/EntityObserver.d.ts +0 -0
  101. package/{engine → src/engine}/ecs/System.d.ts +0 -0
  102. package/{engine → src/engine}/ecs/components/Renderable.d.ts +0 -0
  103. package/{engine → src/engine}/ecs/components/Tag.d.ts +0 -0
  104. package/{engine → src/engine}/ecs/gui/GUIElement.d.ts +0 -0
  105. package/{engine → src/engine}/ecs/gui/GUIElementSystem.d.ts +0 -0
  106. package/{engine → src/engine}/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +0 -0
  107. package/{engine → src/engine}/ecs/gui/menu/radial/RadialContextMenu.d.ts +1 -1
  108. package/{engine → src/engine}/ecs/parent/ChildEntities.d.ts +0 -0
  109. package/{engine → src/engine}/ecs/parent/EntityNode.d.ts +0 -0
  110. package/{engine → src/engine}/ecs/parent/ParentEntity.d.ts +0 -0
  111. package/{engine → src/engine}/ecs/parent/ParentEntitySystem.d.ts +0 -0
  112. package/{engine → src/engine}/ecs/systems/AnimationSystem.d.ts +0 -0
  113. package/{engine → src/engine}/ecs/systems/RenderSystem.d.ts +0 -0
  114. package/{engine → src/engine}/ecs/systems/ScriptSystem.d.ts +0 -0
  115. package/{engine → src/engine}/ecs/systems/TagSystem.d.ts +0 -0
  116. package/{engine → src/engine}/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +0 -0
  117. package/{engine → src/engine}/ecs/terrain/ecs/Terrain.d.ts +0 -0
  118. package/{engine → src/engine}/ecs/terrain/ecs/TerrainSystem.d.ts +0 -0
  119. package/{engine → src/engine}/ecs/transform/Transform.d.ts +0 -0
  120. package/{engine → src/engine}/ecs/transform-attachment/TransformAttachment.d.ts +0 -0
  121. package/{engine → src/engine}/ecs/transform-attachment/TransformAttachmentSystem.d.ts +0 -0
  122. package/{engine → src/engine}/graphics/GraphicsEngine.d.ts +0 -0
  123. package/{engine → src/engine}/graphics/camera/camera_compute_distance_to_fit_length.d.ts +0 -0
  124. package/{engine → src/engine}/graphics/camera/makeScreenScissorFrustum.d.ts +0 -0
  125. package/{engine → src/engine}/graphics/ecs/camera/Camera.d.ts +0 -0
  126. package/{engine → src/engine}/graphics/ecs/camera/CameraSystem.d.ts +0 -0
  127. package/{engine → src/engine}/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +0 -0
  128. package/{engine → src/engine}/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +0 -0
  129. package/{engine → src/engine}/graphics/ecs/decal/v2/Decal.d.ts +0 -0
  130. package/{engine → src/engine}/graphics/ecs/decal/v2/FPDecalSystem.d.ts +0 -0
  131. package/{engine → src/engine}/graphics/ecs/highlight/Highlight.d.ts +0 -0
  132. package/{engine → src/engine}/graphics/ecs/highlight/HighlightDefinition.d.ts +0 -0
  133. package/{engine → src/engine}/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +0 -0
  134. package/{engine → src/engine}/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +0 -0
  135. package/{engine → src/engine}/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +0 -0
  136. package/{engine → src/engine}/graphics/ecs/light/Light.d.ts +0 -0
  137. package/{engine → src/engine}/graphics/ecs/light/LightSystem.d.ts +0 -0
  138. package/{engine → src/engine}/graphics/ecs/light/LightType.d.ts +0 -0
  139. package/{engine → src/engine}/graphics/ecs/mesh/Mesh.d.ts +0 -0
  140. package/{engine → src/engine}/graphics/ecs/mesh/MeshEvents.d.ts +0 -0
  141. package/{engine → src/engine}/graphics/ecs/mesh/MeshSystem.d.ts +0 -0
  142. package/{engine → src/engine}/graphics/ecs/mesh-v2/DrawMode.d.ts +0 -0
  143. package/{engine → src/engine}/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +0 -0
  144. package/{engine → src/engine}/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +0 -0
  145. package/{engine → src/engine}/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +0 -0
  146. package/{engine → src/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +0 -0
  147. package/{engine → src/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +0 -0
  148. package/{engine → src/engine}/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +0 -0
  149. package/{engine → src/engine}/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +0 -0
  150. package/{engine → src/engine}/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +0 -0
  151. package/{engine → src/engine}/graphics/ecs/path/PathDisplay.d.ts +0 -0
  152. package/{engine → src/engine}/graphics/ecs/path/PathDisplayEvents.d.ts +0 -0
  153. package/{engine → src/engine}/graphics/ecs/path/PathDisplaySpec.d.ts +0 -0
  154. package/{engine → src/engine}/graphics/ecs/path/PathDisplaySystem.d.ts +0 -0
  155. package/{engine → src/engine}/graphics/ecs/path/PathDisplayType.d.ts +0 -0
  156. package/{engine → src/engine}/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +0 -0
  157. package/{engine → src/engine}/graphics/ecs/path/entity/EntityPathStyle.d.ts +0 -0
  158. package/{engine → src/engine}/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +0 -0
  159. package/{engine → src/engine}/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +0 -0
  160. package/{engine → src/engine}/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +0 -0
  161. package/{engine → src/engine}/graphics/ecs/path/tube/CapType.d.ts +0 -0
  162. package/{engine → src/engine}/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +0 -0
  163. package/{engine → src/engine}/graphics/ecs/path/tube/PathNormalType.d.ts +0 -0
  164. package/{engine → src/engine}/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +0 -0
  165. package/{engine → src/engine}/graphics/ecs/path/tube/TubeMaterialType.d.ts +0 -0
  166. package/{engine → src/engine}/graphics/ecs/path/tube/TubePathStyle.d.ts +0 -0
  167. package/{engine → src/engine}/graphics/ecs/trail2d/Trail2DSystem.d.ts +0 -0
  168. package/{engine → src/engine}/graphics/geometry/AttributeSpec.d.ts +0 -0
  169. package/{engine → src/engine}/graphics/geometry/VertexDataSpec.d.ts +0 -0
  170. package/{engine → src/engine}/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +0 -0
  171. package/{engine → src/engine}/graphics/micron/format/MicronGeometry.d.ts +0 -0
  172. package/{engine → src/engine}/graphics/micron/format/MicronGeometryPatch.d.ts +0 -0
  173. package/{engine → src/engine}/graphics/micron/format/ThreeMicronMesh.d.ts +0 -0
  174. package/{engine → src/engine}/graphics/micron/plugin/MicronRenderPlugin.d.ts +0 -0
  175. package/{engine → src/engine}/graphics/micron/render/VIRTUAL_MESH_FLAG.d.ts +0 -0
  176. package/{engine → src/engine}/graphics/particles/ecs/ParticleEmitterSystem.d.ts +0 -0
  177. package/{engine → src/engine}/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +0 -0
  178. package/{engine → src/engine}/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +0 -0
  179. package/{engine → src/engine}/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +0 -0
  180. package/{engine → src/engine}/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +0 -0
  181. package/{engine → src/engine}/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +0 -0
  182. package/{engine → src/engine}/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +0 -0
  183. package/{engine → src/engine}/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +0 -0
  184. package/{engine → src/engine}/graphics/render/gizmo/Gizmo.d.ts +0 -0
  185. package/{engine → src/engine}/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +0 -0
  186. package/{engine → src/engine}/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +0 -0
  187. package/{engine → src/engine}/graphics/render/layers/RenderLayer.d.ts +0 -0
  188. package/{engine → src/engine}/graphics/render/layers/RenderLayerManager.d.ts +0 -0
  189. package/{engine → src/engine}/graphics/render/layers/RenderLayerState.d.ts +0 -0
  190. package/{engine → src/engine}/graphics/render/visibility/IncrementalDeltaSet.d.ts +0 -0
  191. package/{engine → src/engine}/graphics/texture/cubemap/load_environment_map.d.ts +0 -0
  192. package/{engine → src/engine}/graphics/texture/sampler/Sampler2D.d.ts +0 -0
  193. package/{engine → src/engine}/graphics/three/cloneObject3D.d.ts +0 -0
  194. package/{engine → src/engine}/graphics/trail/x/RibbonXMaterialSpec.d.ts +0 -0
  195. package/{engine → src/engine}/graphics/util/promiseMaterialLoaded.d.ts +0 -0
  196. package/{engine → src/engine}/input/devices/InputDeviceButton.d.ts +0 -0
  197. package/{engine → src/engine}/input/devices/KeyCodes.d.ts +0 -0
  198. package/{engine → src/engine}/input/devices/KeyboardDevice.d.ts +0 -0
  199. package/{engine → src/engine}/input/devices/PointerDevice.d.ts +0 -0
  200. package/{engine → src/engine}/input/devices/events/KeyboardEvents.d.ts +0 -0
  201. package/{engine → src/engine}/input/devices/events/MouseEvents.d.ts +0 -0
  202. package/{engine → src/engine}/input/devices/events/TouchEvents.d.ts +0 -0
  203. package/{engine → src/engine}/input/ecs/components/Input.d.ts +0 -0
  204. package/{engine → src/engine}/input/ecs/components/InputController.d.ts +0 -0
  205. package/{engine → src/engine}/input/ecs/ism/InputBinding.d.ts +0 -0
  206. package/{engine → src/engine}/input/ecs/systems/InputControllerSystem.d.ts +0 -0
  207. package/{engine → src/engine}/input/ecs/systems/InputSystem.d.ts +0 -0
  208. package/{engine → src/engine}/intelligence/behavior/Behavior.d.ts +0 -0
  209. package/{engine → src/engine}/intelligence/behavior/BehaviorStatus.d.ts +0 -0
  210. package/{engine → src/engine}/intelligence/behavior/ecs/BehaviorComponent.d.ts +0 -0
  211. package/{engine → src/engine}/intelligence/behavior/ecs/BehaviorSystem.d.ts +0 -0
  212. package/{engine → src/engine}/intelligence/blackboard/AbstractBlackboard.d.ts +0 -0
  213. package/{engine → src/engine}/intelligence/blackboard/Blackboard.d.ts +0 -0
  214. package/{engine → src/engine}/knowledge/database/StaticKnowledgeDataTable.d.ts +0 -0
  215. package/{engine → src/engine}/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +0 -0
  216. package/{engine → src/engine}/navigation/ecs/components/InterpolationType.d.ts +0 -0
  217. package/{engine → src/engine}/navigation/ecs/components/Path.d.ts +0 -0
  218. package/{engine → src/engine}/navigation/ecs/components/PathEvents.d.ts +0 -0
  219. package/{engine → src/engine}/navigation/ecs/path_following/PathFollower.d.ts +0 -0
  220. package/{engine → src/engine}/navigation/ecs/path_following/PathFollowerEventType.d.ts +0 -0
  221. package/{engine → src/engine}/navigation/ecs/path_following/PathFollowerFlags.d.ts +0 -0
  222. package/{engine → src/engine}/navigation/ecs/path_following/PathFollowingSystem.d.ts +0 -0
  223. package/{engine → src/engine}/platform/EnginePlatform.d.ts +0 -0
  224. package/{engine → src/engine}/platform/WebEnginePlatform.d.ts +0 -0
  225. package/{engine → src/engine}/plugin/EnginePlugin.d.ts +0 -0
  226. package/{engine → src/engine}/plugin/EnginePluginManager.d.ts +0 -0
  227. package/{engine → src/engine}/reference/v2/Reference.d.ts +0 -0
  228. package/{engine → src/engine}/save/Storage.d.ts +0 -0
  229. package/{engine → src/engine}/scene/Scene.d.ts +0 -0
  230. package/{engine → src/engine}/scene/SceneManager.d.ts +0 -0
  231. package/{engine → src/engine}/simulation/Ticker.d.ts +0 -0
  232. package/{engine → src/engine}/sound/SoundEngine.d.ts +0 -0
  233. package/{generation → src/generation}/grid/GridData.d.ts +0 -0
  234. package/{misc → src/misc}/makeMatcapSelectionOption.d.ts +1 -1
  235. package/{view → src/view}/View.d.ts +0 -0
  236. package/{view → src/view}/elements/radial/RadialMenuElementDefinition.d.ts +0 -0
  237. package/core/IdPool.js +0 -83
  238. package/core/IdPool.spec.js +0 -29
  239. package/core/NumberFormat.js +0 -75
  240. package/core/UUID.js +0 -21
  241. package/core/assert.js +0 -390
  242. package/core/binary/32BitEncoder.js +0 -61
  243. package/core/binary/32BitEncoder.spec.js +0 -11
  244. package/core/binary/Base64.js +0 -210
  245. package/core/binary/Base64.spec.js +0 -14
  246. package/core/binary/BinaryBuffer.js +0 -1119
  247. package/core/binary/BinaryBuffer.spec.js +0 -196
  248. package/core/binary/BitSet.js +0 -619
  249. package/core/binary/BitSet.spec.js +0 -466
  250. package/core/binary/ByteArrayTools.js +0 -137
  251. package/core/binary/EncodingBinaryBuffer.js +0 -94
  252. package/core/binary/NaiveBitSet.js +0 -69
  253. package/core/binary/ValidatingBitSetWrapper.js +0 -81
  254. package/core/binary/ctz32.js +0 -40
  255. package/core/binary/float2uint8.js +0 -8
  256. package/core/binary/int32_to_binary_string.js +0 -18
  257. package/core/binary/is_data_url.js +0 -12
  258. package/core/binary/objects/StandardTypeBuilder.js +0 -126
  259. package/core/binary/operations/bitCount.js +0 -16
  260. package/core/binary/operations/bitwiseAnd.js +0 -9
  261. package/core/binary/operations/bitwiseOr.js +0 -9
  262. package/core/binary/operations/ceilPowerOfTwo.js +0 -22
  263. package/core/binary/operations/ceilPowerOfTwo.spec.js +0 -17
  264. package/core/binary/serde/JsonSerializer.js +0 -113
  265. package/core/binary/to_half_float_uint16.js +0 -63
  266. package/core/binary/type/Field.js +0 -26
  267. package/core/binary/type/MultiplicityType.js +0 -14
  268. package/core/binary/type/PrimitiveTypes.js +0 -35
  269. package/core/binary/type/Type.js +0 -83
  270. package/core/binary/type/TypeBuilder.js +0 -106
  271. package/core/binary/type/TypeRegistry.js +0 -53
  272. package/core/binary/uint82float.js +0 -8
  273. package/core/binary/url_to_data_url.js +0 -28
  274. package/core/bvh2/BVHTasks.js +0 -65
  275. package/core/bvh2/BinaryNode.js +0 -1213
  276. package/core/bvh2/BinaryNode.spec.js +0 -308
  277. package/core/bvh2/LeafNode.js +0 -144
  278. package/core/bvh2/Node.js +0 -196
  279. package/core/bvh2/NodeValidator.js +0 -197
  280. package/core/bvh2/StacklessTraverser.js +0 -154
  281. package/core/bvh2/StacklessTraverser.spec.js +0 -109
  282. package/core/bvh2/aabb3/AABB3.js +0 -917
  283. package/core/bvh2/aabb3/AABB3.spec.js +0 -227
  284. package/core/bvh2/aabb3/aabb3_array_combine.js +0 -20
  285. package/core/bvh2/aabb3/aabb3_array_contains_point.js +0 -18
  286. package/core/bvh2/aabb3/aabb3_array_intersects_frustum_array.js +0 -20
  287. package/core/bvh2/aabb3/aabb3_array_intersects_frustum_degree.js +0 -20
  288. package/core/bvh2/aabb3/aabb3_array_intersects_ray.js +0 -21
  289. package/core/bvh2/aabb3/aabb3_array_intersects_ray_array.js +0 -14
  290. package/core/bvh2/aabb3/aabb3_box_surface_area_2.js +0 -10
  291. package/core/bvh2/aabb3/aabb3_combined_surface_area.js +0 -21
  292. package/core/bvh2/aabb3/aabb3_compute_half_surface_area.js +0 -16
  293. package/core/bvh2/aabb3/aabb3_compute_surface_area.js +0 -18
  294. package/core/bvh2/aabb3/aabb3_corner_edge_mapping.js +0 -17
  295. package/core/bvh2/aabb3/aabb3_corner_edge_mapping.spec.js +0 -39
  296. package/core/bvh2/aabb3/aabb3_detailed_volume_intersection.js +0 -294
  297. package/core/bvh2/aabb3/aabb3_edge_corner_mapping.js +0 -25
  298. package/core/bvh2/aabb3/aabb3_edge_corner_mapping.spec.js +0 -32
  299. package/core/bvh2/aabb3/aabb3_edge_plane_mapping.js +0 -23
  300. package/core/bvh2/aabb3/aabb3_expand_array.js +0 -15
  301. package/core/bvh2/aabb3/aabb3_from_v3_array.js +0 -34
  302. package/core/bvh2/aabb3/aabb3_from_v3_array_transformed.js +0 -39
  303. package/core/bvh2/aabb3/aabb3_intersect_aabb3.js +0 -28
  304. package/core/bvh2/aabb3/aabb3_intersect_ray_slab.js +0 -73
  305. package/core/bvh2/aabb3/aabb3_intersects_frustum_array.js +0 -35
  306. package/core/bvh2/aabb3/aabb3_intersects_frustum_degree.js +0 -46
  307. package/core/bvh2/aabb3/aabb3_intersects_line_segment.js +0 -79
  308. package/core/bvh2/aabb3/aabb3_intersects_ray.js +0 -97
  309. package/core/bvh2/aabb3/aabb3_intersects_ray.spec.js +0 -71
  310. package/core/bvh2/aabb3/aabb3_intersects_ray_branchless.js +0 -52
  311. package/core/bvh2/aabb3/aabb3_intersects_ray_fast.js +0 -176
  312. package/core/bvh2/aabb3/aabb3_nearest_point_on_surface.js +0 -65
  313. package/core/bvh2/aabb3/aabb3_score_boxes_SAH.js +0 -43
  314. package/core/bvh2/aabb3/aabb3_signed_distance_sqr_to_point.js +0 -39
  315. package/core/bvh2/aabb3/aabb_score_boxes_SAH_delta.js +0 -37
  316. package/core/bvh2/aabb3/deserializeAABB3.js +0 -17
  317. package/core/bvh2/aabb3/deserializeAABB3Encoded_v0.js +0 -73
  318. package/core/bvh2/aabb3/deserializeAABB3Quantized16Uint.js +0 -36
  319. package/core/bvh2/aabb3/serializeAABB3.js +0 -13
  320. package/core/bvh2/aabb3/serializeAABB3Encoded_v0.js +0 -75
  321. package/core/bvh2/aabb3/serializeAABB3Quantized16Uint.js +0 -33
  322. package/core/bvh2/binary/2/BinaryUint32BVH.js +0 -504
  323. package/core/bvh2/binary/2/BinaryUint32BVH.spec.js +0 -84
  324. package/core/bvh2/binary/BinaryBVH.js +0 -281
  325. package/core/bvh2/binary/IndexedBinaryBVH.js +0 -406
  326. package/core/bvh2/binary/IndexedBinaryBVHVisitor.js +0 -11
  327. package/core/bvh2/binary/NodeType.js +0 -8
  328. package/core/bvh2/binary/RayLeafIntersectionVisitor.js +0 -59
  329. package/core/bvh2/binary/tiny/TinyBVH.js +0 -221
  330. package/core/bvh2/bvh3/BVHNodeProxy.js +0 -53
  331. package/core/bvh2/bvh3/ExplicitBinaryBoundingVolumeHierarchy.js +0 -1107
  332. package/core/bvh2/bvh3/ExplicitBinaryBoundingVolumeHierarchy.spec.js +0 -164
  333. package/core/bvh2/bvh3/ebvh_build_for_geometry_incremental.js +0 -34
  334. package/core/bvh2/bvh3/ebvh_build_for_geometry_morton.js +0 -175
  335. package/core/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.js +0 -122
  336. package/core/bvh2/bvh3/query/BVHQuery.js +0 -11
  337. package/core/bvh2/bvh3/query/BVHQueryIntersectsFrustum.js +0 -36
  338. package/core/bvh2/bvh3/query/BVHQueryIntersectsRay.js +0 -36
  339. package/core/bvh2/bvh3/query/bvh_collect_user_data.js +0 -60
  340. package/core/bvh2/bvh3/query/bvh_query_leaves_generic.js +0 -79
  341. package/core/bvh2/bvh3/query/bvh_query_leaves_ray.js +0 -97
  342. package/core/bvh2/bvh3/query/bvh_query_user_data_generic.js +0 -79
  343. package/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.js +0 -96
  344. package/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.js +0 -70
  345. package/core/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.js +0 -85
  346. package/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.js +0 -156
  347. package/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.js +0 -41
  348. package/core/bvh2/sah/surfaceAreaHeuristic.js +0 -15
  349. package/core/bvh2/sah/surfaceAreaHeuristicFull.js +0 -14
  350. package/core/bvh2/serialization/deserializeBinaryNode.js +0 -40
  351. package/core/bvh2/serialization/deserializeBinaryNodeFromBinaryBuffer.js +0 -90
  352. package/core/bvh2/serialization/serializeBinaryNode.js +0 -31
  353. package/core/bvh2/serialization/serializeBinaryNodeToBinaryBuffer.js +0 -86
  354. package/core/bvh2/transform/BottomUpOptimizingRebuilder.js +0 -144
  355. package/core/bvh2/transform/RotationOptimizer.js +0 -123
  356. package/core/bvh2/transform/RotationOptimizer.spec.js +0 -297
  357. package/core/bvh2/transform/tryRotateSingleNode.js +0 -260
  358. package/core/bvh2/traversal/BVHVisitor.js +0 -30
  359. package/core/bvh2/traversal/RaycastBVHVisitor.js +0 -66
  360. package/core/bvh2/traversal/ThreeClippingPlaneComputingBVHVisitor.js +0 -384
  361. package/core/bvh2/traversal/ThreeFrustumsIntersectionBVHVisitor.js +0 -52
  362. package/core/bvh2/traversal/__process_point_if_within_planes.js +0 -56
  363. package/core/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.js +0 -63
  364. package/core/bvh2/traversal/bvh_traverse_pre_order_using_stack.js +0 -43
  365. package/core/bvh2/traversal/queryBinaryNode_ClippingPlanes.js +0 -66
  366. package/core/bvh2/traversal/queryBinaryNode_CollectData.js +0 -49
  367. package/core/bvh2/traversal/queryBinaryNode_CollectLeaves.js +0 -51
  368. package/core/bvh2/traversal/queryBinaryNode_FrustumIntersections.js +0 -77
  369. package/core/bvh2/traversal/queryBinaryNode_SphereIntersections.js +0 -63
  370. package/core/bvh2/traversal/traverseBinaryNodeUsingVisitor.js +0 -50
  371. package/core/bvh2/traversal/traverseBinaryNodeUsingVisitor_DepthFirst_PreOrder.js +0 -34
  372. package/core/bvh2/util/find_least_common_ancestor.js +0 -34
  373. package/core/bvh2/visual/BVHGeometry.js +0 -132
  374. package/core/bvh2/visual/convert_bvh_to_dot_format_string.js +0 -50
  375. package/core/cache/Cache.js +0 -449
  376. package/core/cache/Cache.spec.js +0 -98
  377. package/core/cache/CacheElement.js +0 -48
  378. package/core/cache/CacheV2.js +0 -237
  379. package/core/cache/FrequencySketch.js +0 -229
  380. package/core/cache/PersistentCacheAdapter.js +0 -378
  381. package/core/codegen/LineBuilder.js +0 -148
  382. package/core/collection/CuckooFilter.js +0 -526
  383. package/core/collection/CuckooFilter.spec.js +0 -111
  384. package/core/collection/HashMap.js +0 -582
  385. package/core/collection/HashMap.spec.js +0 -50
  386. package/core/collection/HashSet.js +0 -122
  387. package/core/collection/IteratorUtils.js +0 -17
  388. package/core/collection/KeyValuePair.js +0 -32
  389. package/core/collection/LazyStream.js +0 -23
  390. package/core/collection/LazyStream.spec.js +0 -13
  391. package/core/collection/ObservedMap.js +0 -75
  392. package/core/collection/RingBuffer.js +0 -218
  393. package/core/collection/RingBuffer.spec.js +0 -59
  394. package/core/collection/Set.js +0 -167
  395. package/core/collection/Stack.js +0 -111
  396. package/core/collection/Stack.spec.js +0 -63
  397. package/core/collection/array/AbstractArrayIterator.js +0 -24
  398. package/core/collection/array/ArrayIteratorRandom.js +0 -54
  399. package/core/collection/array/ArrayIteratorSequential.js +0 -31
  400. package/core/collection/array/arrayIndexByEquality.js +0 -20
  401. package/core/collection/array/arrayPickBestElement.js +0 -45
  402. package/core/collection/array/arrayPickBestElement.spec.js +0 -7
  403. package/core/collection/array/arrayPickBestElements.js +0 -51
  404. package/core/collection/array/arrayPickMinElement.js +0 -43
  405. package/core/collection/array/arrayQuickSort.js +0 -142
  406. package/core/collection/array/arraySetDiff.js +0 -42
  407. package/core/collection/array/arraySetSortingDiff.js +0 -67
  408. package/core/collection/array/arraySetSortingDiff.spec.js +0 -74
  409. package/core/collection/array/arraySwapElements.js +0 -12
  410. package/core/collection/array/array_contains_duplicates.js +0 -21
  411. package/core/collection/array/array_copy_unique.js +0 -30
  412. package/core/collection/array/array_filter_by_multiple.js +0 -36
  413. package/core/collection/array/array_get_index_in_range.js +0 -16
  414. package/core/collection/array/array_push_if_unique.js +0 -16
  415. package/core/collection/array/array_range_equal_strict.js +0 -22
  416. package/core/collection/array/array_remove_element.js +0 -19
  417. package/core/collection/array/array_remove_first.js +0 -16
  418. package/core/collection/array/array_replace_all.js +0 -17
  419. package/core/collection/array/array_shrink_to_size.js +0 -14
  420. package/core/collection/array/array_swap.js +0 -22
  421. package/core/collection/array/binarySearchHighIndex.js +0 -32
  422. package/core/collection/array/binarySearchHighIndex.spec.js +0 -50
  423. package/core/collection/array/binarySearchLowIndex.js +0 -34
  424. package/core/collection/array/computeArrayMax.js +0 -19
  425. package/core/collection/array/computeArrayMin.js +0 -19
  426. package/core/collection/array/computeHashArray.js +0 -22
  427. package/core/collection/array/computeHashIntegerArray.js +0 -10
  428. package/core/collection/array/copyArray.js +0 -49
  429. package/core/collection/array/fastArrayEquals.js +0 -17
  430. package/core/collection/array/groupArrayBy.js +0 -42
  431. package/core/collection/array/isArrayEqual.js +0 -50
  432. package/core/collection/array/isArrayEqualStrict.js +0 -27
  433. package/core/collection/array/isArraysEqualWithComparator.js +0 -32
  434. package/core/collection/array/randomMultipleFromArray.js +0 -34
  435. package/core/collection/array/randomizeArrayElementOrder.js +0 -23
  436. package/core/collection/array/typed/isTypedArray.js +0 -20
  437. package/core/collection/array/typed/is_typed_array_equals.js +0 -58
  438. package/core/collection/array/typed/typed_array_copy.js +0 -18
  439. package/core/collection/array/typed/typed_array_is_integer.js +0 -17
  440. package/core/collection/array/typed/uint_array_for_count.js +0 -17
  441. package/core/collection/array/typedArrayToDataType.js +0 -34
  442. package/core/collection/array/weightedRandomFromArray.js +0 -51
  443. package/core/collection/heap/BinaryHeap.js +0 -153
  444. package/core/collection/heap/FastBinaryHeap.js +0 -273
  445. package/core/collection/heap/FastBinaryHeap.spec.js +0 -136
  446. package/core/collection/heap/Uin32Heap.spec.js +0 -59
  447. package/core/collection/heap/Uint32Heap.js +0 -404
  448. package/core/collection/list/FilteredListProjection.js +0 -187
  449. package/core/collection/list/List.js +0 -933
  450. package/core/collection/list/List.spec.js +0 -109
  451. package/core/collection/list/ListForwarder.js +0 -160
  452. package/core/collection/list/ListForwarder.spec.js +0 -99
  453. package/core/collection/list/SortedListProjection.js +0 -63
  454. package/core/collection/map/AbstractAsyncMap.js +0 -30
  455. package/core/collection/map/AsyncLoadingCache.js +0 -49
  456. package/core/collection/map/AsyncMapWrapper.js +0 -28
  457. package/core/collection/map/AsyncRemoteHashMap.js +0 -358
  458. package/core/collection/map/CachedAsyncMap.js +0 -43
  459. package/core/collection/map/CachedAsyncMap.spec.js +0 -47
  460. package/core/collection/queue/Deque.js +0 -308
  461. package/core/collection/queue/Deque.spec.js +0 -89
  462. package/core/collection/set/compute_set_difference.js +0 -32
  463. package/core/collection/set/compute_set_intersection.js +0 -22
  464. package/core/collection/set/set_remove.js +0 -15
  465. package/core/collection/table/DataType.js +0 -19
  466. package/core/collection/table/DataType2TypedArrayConstructorMapping.js +0 -34
  467. package/core/collection/table/DataTypeByteSizes.js +0 -37
  468. package/core/collection/table/DataTypeIndices.js +0 -17
  469. package/core/collection/table/RowFirstTable.js +0 -500
  470. package/core/collection/table/RowFirstTable.spec.js +0 -287
  471. package/core/collection/table/RowFirstTableSpec.js +0 -271
  472. package/core/collection/table/computeDataTypeByIndex.js +0 -21
  473. package/core/collection/table/deserializeRowFirstTable.js +0 -48
  474. package/core/collection/table/serializeRowFirstTable.js +0 -27
  475. package/core/color/Color.js +0 -640
  476. package/core/color/Color.spec.js +0 -55
  477. package/core/color/ColorUtils.js +0 -85
  478. package/core/color/YCbCr_to_rgb_uint24.js +0 -19
  479. package/core/color/hsluv/HSLuv.js +0 -187
  480. package/core/color/hsv2rgb.js +0 -55
  481. package/core/color/int2rgb.js +0 -12
  482. package/core/color/kelvin_to_rgb.js +0 -51
  483. package/core/color/kelvin_to_rgb.spec.js +0 -61
  484. package/core/color/linear_to_sRGB.js +0 -16
  485. package/core/color/parseHex.js +0 -18
  486. package/core/color/prototype_kelvin_to_rgb.js +0 -44
  487. package/core/color/rgb2hex.js +0 -16
  488. package/core/color/rgb2hsv.js +0 -47
  489. package/core/color/rgb2uint24.js +0 -19
  490. package/core/color/rgb_to_YCbCr_uint24.js +0 -16
  491. package/core/color/rgb_to_kelvin.js +0 -34
  492. package/core/color/rgb_to_kelvin.spec.js +0 -15
  493. package/core/color/sRGB_to_linear.js +0 -21
  494. package/core/events/signal/Signal.js +0 -753
  495. package/core/events/signal/Signal.spec.js +0 -165
  496. package/core/events/signal/SignalBinding.js +0 -76
  497. package/core/events/signal/SignalBinding.spec.js +0 -58
  498. package/core/events/signal/SignalFlags.js +0 -4
  499. package/core/events/signal/SignalHandler.js +0 -81
  500. package/core/events/signal/SignalUtils.js +0 -22
  501. package/core/events/signal/signalAggregateByTimeWindow.js +0 -41
  502. package/core/font/FontAsset.js +0 -21
  503. package/core/font/FontAssetLoader.js +0 -20
  504. package/core/fsm/StateMachine.js +0 -440
  505. package/core/fsm/Transition.js +0 -65
  506. package/core/fsm/exceptions/IllegalStateException.js +0 -11
  507. package/core/fsm/simple/SimpleStateMachine.js +0 -235
  508. package/core/fsm/simple/SimpleStateMachineDescription.js +0 -208
  509. package/core/fsm/simple/SimpleStateMachineDescription.spec.js +0 -71
  510. package/core/function/FunctionCompiler.js +0 -161
  511. package/core/function/Functions.js +0 -122
  512. package/core/function/extractFunctionBody.js +0 -13
  513. package/core/geom/2d/AABB2Math.js +0 -40
  514. package/core/geom/2d/AABB2Math.spec.js +0 -17
  515. package/core/geom/2d/Geometry2D.js +0 -59
  516. package/core/geom/2d/UvUtils.js +0 -49
  517. package/core/geom/2d/UvUtils.spec.js +0 -55
  518. package/core/geom/2d/bvh/BinaryNode2.js +0 -152
  519. package/core/geom/2d/bvh/LeafNode2.js +0 -11
  520. package/core/geom/2d/bvh/Node2.js +0 -51
  521. package/core/geom/2d/circle/Circle.js +0 -105
  522. package/core/geom/2d/circle/circleIntersectsCircle.js +0 -19
  523. package/core/geom/2d/circle/circleIntersectsPoint.js +0 -16
  524. package/core/geom/2d/circle/computeCircleCirclePenetrationDistance.js +0 -30
  525. package/core/geom/2d/compute_polygon_area_2d.js +0 -32
  526. package/core/geom/2d/compute_polygon_area_2d.spec.js +0 -10
  527. package/core/geom/2d/compute_triangle_area_2d.js +0 -15
  528. package/core/geom/2d/compute_triangle_area_2d.spec.js +0 -9
  529. package/core/geom/2d/convex-hull/convex_hull_jarvis_2d.js +0 -64
  530. package/core/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.js +0 -33
  531. package/core/geom/2d/convex-hull/convex_hull_monotone_2d.js +0 -82
  532. package/core/geom/2d/convex-hull/fixed_convex_hull_humus.js +0 -135
  533. package/core/geom/2d/convex-hull/fixed_convex_hull_relaxation.js +0 -282
  534. package/core/geom/2d/convex-hull/orientation3.js +0 -444
  535. package/core/geom/2d/convex-hull/orientation3_array.js +0 -22
  536. package/core/geom/2d/convex-hull/orientation3_v2.js +0 -12
  537. package/core/geom/2d/intersect_ray_2d.js +0 -56
  538. package/core/geom/2d/quad-tree/PointQuadTree.js +0 -465
  539. package/core/geom/2d/quad-tree/QuadTreeDatum.js +0 -114
  540. package/core/geom/2d/quad-tree/QuadTreeNode.js +0 -578
  541. package/core/geom/2d/quad-tree/QuadTreeNode.spec.js +0 -182
  542. package/core/geom/2d/quad-tree/qt_collect_by_circle.js +0 -67
  543. package/core/geom/2d/quad-tree/qt_match_data_by_circle.js +0 -70
  544. package/core/geom/2d/shape/AbstractShape.js +0 -45
  545. package/core/geom/2d/shape/CircleShape.js +0 -67
  546. package/core/geom/2d/shape/PointShape.js +0 -34
  547. package/core/geom/2d/shape/Shape2DType.js +0 -9
  548. package/core/geom/3d/CircleMath.js +0 -24
  549. package/core/geom/3d/SurfacePoint3.js +0 -98
  550. package/core/geom/3d/aabb/aabb3_build_corners.js +0 -44
  551. package/core/geom/3d/aabb/aabb3_build_corners.spec.js +0 -27
  552. package/core/geom/3d/aabb/aabb3_build_frustum.js +0 -48
  553. package/core/geom/3d/aabb/aabb3_computeDistanceAbovePlane_max.spec.js +0 -8
  554. package/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.js +0 -28
  555. package/core/geom/3d/aabb/aabb3_compute_projected_area.js +0 -86
  556. package/core/geom/3d/aabb/aabb3_estimate_projected_area2.js +0 -59
  557. package/core/geom/3d/aabb/aabb3_from_min_max.js +0 -15
  558. package/core/geom/3d/aabb/aabb3_matrix4_project.js +0 -37
  559. package/core/geom/3d/aabb/aabb3_matrix4_project.spec.js +0 -54
  560. package/core/geom/3d/aabb/aabb3_matrix4_project_by_corners.js +0 -96
  561. package/core/geom/3d/aabb/computeAABB3PlaneSide.js +0 -82
  562. package/core/geom/3d/aabb/computeBoundingBoxFromVertexData.js +0 -20
  563. package/core/geom/3d/aabb/compute_aabb_from_points.js +0 -29
  564. package/core/geom/3d/apply_mat4_transform_to_v3_array.js +0 -51
  565. package/core/geom/3d/compose_matrix4_array.js +0 -53
  566. package/core/geom/3d/compute_bounding_sphere_of_2_spheres.js +0 -74
  567. package/core/geom/3d/compute_triangle_normal.js +0 -76
  568. package/core/geom/3d/cone/computeConeBoundingBox.js +0 -54
  569. package/core/geom/3d/cone/computeConePlaneSide.js +0 -86
  570. package/core/geom/3d/cone/computeConePlaneSide.spec.js +0 -13
  571. package/core/geom/3d/cone/compute_bounding_cone_of_2_cones.js +0 -92
  572. package/core/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.js +0 -95
  573. package/core/geom/3d/decompose_matrix_4_array.js +0 -67
  574. package/core/geom/3d/eulerAnglesFromMatrix.js +0 -115
  575. package/core/geom/3d/frustum/array_normalize_plane.js +0 -25
  576. package/core/geom/3d/frustum/frustum3_computeNearestPointToPoint.js +0 -112
  577. package/core/geom/3d/frustum/frustum_from_projection_matrix_array.js +0 -65
  578. package/core/geom/3d/frustum/read_cluster_frustum_corners.js +0 -46
  579. package/core/geom/3d/frustum/read_frustum_planes_to_array.js +0 -24
  580. package/core/geom/3d/frustum/slice_frustum_linear_to_points.js +0 -92
  581. package/core/geom/3d/line/line3_computeSegmentPointDistance_sqr.js +0 -41
  582. package/core/geom/3d/line/line3_compute_nearest_point_to_point.js +0 -36
  583. package/core/geom/3d/matrix/MATRIX_4_IDENTITY.js +0 -9
  584. package/core/geom/3d/matrix/m4_multiply_alphatensor.js +0 -131
  585. package/core/geom/3d/morton/Morton.js +0 -6
  586. package/core/geom/3d/morton/mortonEncode_LUT.js +0 -143
  587. package/core/geom/3d/morton/mortonEncode_magicbits.js +0 -53
  588. package/core/geom/3d/morton/reinterpret_float32_as_int32.js +0 -13
  589. package/core/geom/3d/morton/v3_morton_encode_transformed.js +0 -37
  590. package/core/geom/3d/morton/v3_morton_encode_transformed.spec.js +0 -20
  591. package/core/geom/3d/normal/hemioct/encode_unit3_hemioct.js +0 -55
  592. package/core/geom/3d/normal/hemioct/unit_hemioct.spec.js +0 -40
  593. package/core/geom/3d/normal/lamber_azimuth/transform.js +0 -61
  594. package/core/geom/3d/normal/octahedron/decode_octahedron_to_unit.js +0 -31
  595. package/core/geom/3d/normal/octahedron/encode_unit_to_octahedron.js +0 -33
  596. package/core/geom/3d/normal/octahedron/encoding.spec.js +0 -29
  597. package/core/geom/3d/normal/spherical/sphere_map_transform.js +0 -77
  598. package/core/geom/3d/plane/is_point_within_planes.js +0 -46
  599. package/core/geom/3d/plane/lerp_planes_to_array.js +0 -51
  600. package/core/geom/3d/plane/orient3d_fast.js +0 -48
  601. package/core/geom/3d/plane/orient3d_robust.js +0 -41
  602. package/core/geom/3d/plane/plane3_intersect_plane.js +0 -62
  603. package/core/geom/3d/plane/plane3_lerp.js +0 -62
  604. package/core/geom/3d/plane/plane3_lerp_v0.js +0 -46
  605. package/core/geom/3d/plane/plane3_projectPoint.js +0 -24
  606. package/core/geom/3d/plane/plane3_projectPoint.spec.js +0 -54
  607. package/core/geom/3d/plane/plane3_slerp.js +0 -102
  608. package/core/geom/3d/plane/plane3_slerp.spec.js +0 -209
  609. package/core/geom/3d/plane/plane_computeConvex3PlaneIntersection.js +0 -72
  610. package/core/geom/3d/plane/plane_three_compute_convex3_plane_intersection.js +0 -24
  611. package/core/geom/3d/ray/ray3_array_apply_matrix4.js +0 -56
  612. package/core/geom/3d/ray/ray3_array_compose.js +0 -19
  613. package/core/geom/3d/ray/ray3_array_compose.spec.js +0 -14
  614. package/core/geom/3d/ray/ray_computeNearestPointToPoint.js +0 -37
  615. package/core/geom/3d/ray/ray_distance_to_point.js +0 -14
  616. package/core/geom/3d/shape/AbstractShape3D.js +0 -91
  617. package/core/geom/3d/shape/TransformedShape3D.js +0 -214
  618. package/core/geom/3d/shape/TransformedShape3D.spec.js +0 -55
  619. package/core/geom/3d/shape/UnionShape3D.js +0 -319
  620. package/core/geom/3d/shape/UnitCubeShape3D.js +0 -87
  621. package/core/geom/3d/shape/UnitCubeShape3D.spec.js +0 -42
  622. package/core/geom/3d/shape/UnitSphereShape3D.js +0 -71
  623. package/core/geom/3d/shape/json/shape_from_json.js +0 -19
  624. package/core/geom/3d/shape/json/shape_to_json.js +0 -21
  625. package/core/geom/3d/shape/json/shape_to_type.js +0 -23
  626. package/core/geom/3d/shape/json/type_adapters.js +0 -58
  627. package/core/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.js +0 -48
  628. package/core/geom/3d/shape/util/shape_to_visual_entity.js +0 -159
  629. package/core/geom/3d/sphere/harmonics/README.md +0 -15
  630. package/core/geom/3d/sphere/harmonics/sh3_add.js +0 -21
  631. package/core/geom/3d/sphere/harmonics/sh3_basis_at.js +0 -30
  632. package/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.js +0 -624
  633. package/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.js +0 -50
  634. package/core/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.js +0 -53
  635. package/core/geom/3d/sphere/sphereIntersectsPoint.js +0 -26
  636. package/core/geom/3d/sphere/sphere_array_intersects_point.js +0 -15
  637. package/core/geom/3d/sphere/sphere_array_intersects_ray.js +0 -25
  638. package/core/geom/3d/sphere/sphere_intersects_ray.js +0 -51
  639. package/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.js +0 -28
  640. package/core/geom/3d/tetrahedra/GetDepthForTetrahedronProbe.glsl +0 -43
  641. package/core/geom/3d/tetrahedra/README.md +0 -16
  642. package/core/geom/3d/tetrahedra/TetrahedralMesh.js +0 -650
  643. package/core/geom/3d/tetrahedra/TetrahedralMesh.spec.js +0 -233
  644. package/core/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.js +0 -75
  645. package/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.js +0 -179
  646. package/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.js +0 -66
  647. package/core/geom/3d/tetrahedra/compute_circumsphere.js +0 -271
  648. package/core/geom/3d/tetrahedra/delaunay/Cavity.js +0 -90
  649. package/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.js +0 -92
  650. package/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.js +0 -14
  651. package/core/geom/3d/tetrahedra/delaunay/debug_validate_mesh.js +0 -19
  652. package/core/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.js +0 -191
  653. package/core/geom/3d/tetrahedra/delaunay/push_boundary_with_validation.js +0 -27
  654. package/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.js +0 -89
  655. package/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.js +0 -77
  656. package/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.js +0 -30
  657. package/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.js +0 -58
  658. package/core/geom/3d/tetrahedra/delaunay/validate_cavity_boundary.js +0 -60
  659. package/core/geom/3d/tetrahedra/in_sphere_fast.js +0 -90
  660. package/core/geom/3d/tetrahedra/in_sphere_robust.js +0 -53
  661. package/core/geom/3d/tetrahedra/prototypeTetrahedraBuilder.js +0 -107
  662. package/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.js +0 -83
  663. package/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.js +0 -24
  664. package/core/geom/3d/tetrahedra/tetrahedron_contains_point.js +0 -26
  665. package/core/geom/3d/tetrahedra/tetrahedron_contains_point.spec.js +0 -66
  666. package/core/geom/3d/tetrahedra/validate_tetrahedral_mesh.js +0 -166
  667. package/core/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.js +0 -37
  668. package/core/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.js +0 -16
  669. package/core/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.js +0 -87
  670. package/core/geom/3d/topology/compareEdges.js +0 -16
  671. package/core/geom/3d/topology/compareFaces.js +0 -9
  672. package/core/geom/3d/topology/compareVertices.js +0 -9
  673. package/core/geom/3d/topology/computeTopoMeshVertexDuplicates.js +0 -103
  674. package/core/geom/3d/topology/debugValidateMesh.js +0 -13
  675. package/core/geom/3d/topology/expandConnectivityByLocality.js +0 -103
  676. package/core/geom/3d/topology/isEdgeConnectedToOutline.js +0 -12
  677. package/core/geom/3d/topology/isVertexConnectedToOutline.js +0 -19
  678. package/core/geom/3d/topology/query/query_edge_is_boundary.js +0 -7
  679. package/core/geom/3d/topology/query/query_edge_is_manifold.js +0 -13
  680. package/core/geom/3d/topology/query/query_edge_is_manifold_or_boundary.js +0 -11
  681. package/core/geom/3d/topology/query/query_edge_is_wire.js +0 -13
  682. package/core/geom/3d/topology/query/query_edge_other_vertex.js +0 -20
  683. package/core/geom/3d/topology/query/query_edge_share_vert.js +0 -9
  684. package/core/geom/3d/topology/query/query_face_get_other_edges.js +0 -39
  685. package/core/geom/3d/topology/query/query_face_next_vertex.js +0 -19
  686. package/core/geom/3d/topology/query/query_face_prev_vertex.js +0 -18
  687. package/core/geom/3d/topology/query/query_vertex_in_edge.js +0 -14
  688. package/core/geom/3d/topology/query/query_vertex_pair_share_face.js +0 -24
  689. package/core/geom/3d/topology/query/query_vertices_in_edge.js +0 -19
  690. package/core/geom/3d/topology/samples/sampleFloodFill.js +0 -275
  691. package/core/geom/3d/topology/simplify/EdgeCollapseCandidate.js +0 -177
  692. package/core/geom/3d/topology/simplify/build_edge_collapse_candidates.js +0 -39
  693. package/core/geom/3d/topology/simplify/collapseEdge.js +0 -182
  694. package/core/geom/3d/topology/simplify/collapseEdge.spec.js +0 -24
  695. package/core/geom/3d/topology/simplify/collapse_all_degenerate_edges.js +0 -38
  696. package/core/geom/3d/topology/simplify/collapse_degenerate_edge.js +0 -10
  697. package/core/geom/3d/topology/simplify/computeEdgeCollapseCost.js +0 -82
  698. package/core/geom/3d/topology/simplify/compute_face_normal_change_dot_product.js +0 -81
  699. package/core/geom/3d/topology/simplify/decimate_edge_collapse_snap.js +0 -277
  700. package/core/geom/3d/topology/simplify/edge_collapse_quadratic.js +0 -126
  701. package/core/geom/3d/topology/simplify/prototypeMeshSimplification.js +0 -501
  702. package/core/geom/3d/topology/simplify/quadratic/Quadratic3.js +0 -302
  703. package/core/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.js +0 -151
  704. package/core/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.js +0 -28
  705. package/core/geom/3d/topology/simplify/simplifyTopoMesh.js +0 -262
  706. package/core/geom/3d/topology/simplify/simplifyTopoMesh2.js +0 -119
  707. package/core/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.js +0 -81
  708. package/core/geom/3d/topology/struct/TopoEdge.js +0 -346
  709. package/core/geom/3d/topology/struct/TopoEdge.spec.js +0 -52
  710. package/core/geom/3d/topology/struct/TopoMesh.js +0 -649
  711. package/core/geom/3d/topology/struct/TopoTriangle.js +0 -292
  712. package/core/geom/3d/topology/struct/TopoVertex.js +0 -328
  713. package/core/geom/3d/topology/struct/TopoVertex.spec.js +0 -128
  714. package/core/geom/3d/topology/struct/binary/BinaryElementPool.js +0 -288
  715. package/core/geom/3d/topology/struct/binary/BinaryElementPool.spec.js +0 -36
  716. package/core/geom/3d/topology/struct/binary/BinaryTopology.js +0 -617
  717. package/core/geom/3d/topology/struct/binary/BinaryTopology.spec.js +0 -16
  718. package/core/geom/3d/topology/struct/binary/io/OrderedEdge.js +0 -66
  719. package/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.js +0 -188
  720. package/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.js +0 -84
  721. package/core/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.js +0 -51
  722. package/core/geom/3d/topology/struct/binary/io/create_edge.js +0 -106
  723. package/core/geom/3d/topology/struct/binary/io/get_or_create_edge_map.js +0 -26
  724. package/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.js +0 -16
  725. package/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.js +0 -15
  726. package/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.js +0 -21
  727. package/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.js +0 -16
  728. package/core/geom/3d/topology/struct/prototypeBinaryTopology.js +0 -55
  729. package/core/geom/3d/topology/three_buffer_geometry_to_topo_mesh.js +0 -30
  730. package/core/geom/3d/topology/tm_edge_kill.js +0 -24
  731. package/core/geom/3d/topology/tm_edge_splice.js +0 -42
  732. package/core/geom/3d/topology/tm_face_area.js +0 -18
  733. package/core/geom/3d/topology/tm_face_kill.js +0 -12
  734. package/core/geom/3d/topology/tm_face_normal.js +0 -14
  735. package/core/geom/3d/topology/tm_kill_only_edge.js +0 -35
  736. package/core/geom/3d/topology/tm_kill_only_face.js +0 -12
  737. package/core/geom/3d/topology/tm_kill_only_vert.js +0 -14
  738. package/core/geom/3d/topology/tm_vert_kill.js +0 -19
  739. package/core/geom/3d/topology/tm_vert_splice.js +0 -64
  740. package/core/geom/3d/topology/tm_vertex_compute_normal.js +0 -42
  741. package/core/geom/3d/topology/topo_mesh_to_three_buffer_geometry.js +0 -64
  742. package/core/geom/3d/topology/topology_find_broken_links.js +0 -107
  743. package/core/geom/3d/topology/update_topo_face_normals.js +0 -23
  744. package/core/geom/3d/topology/util/mesh_flood_fill.js +0 -61
  745. package/core/geom/3d/topology/weld_duplicate_vertices.js +0 -63
  746. package/core/geom/3d/triangle/computeTrianglePlaneSide.js +0 -44
  747. package/core/geom/3d/triangle/computeTriangleRayIntersection.js +0 -327
  748. package/core/geom/3d/util/make_justified_point_grid.js +0 -31
  749. package/core/geom/3d/voxel/DenseBitVolume3D.js +0 -87
  750. package/core/geom/3d/voxel/buildVolumeFromProjectedGeometry.js +0 -23
  751. package/core/geom/AABB2.js +0 -656
  752. package/core/geom/AABB2.spec.js +0 -53
  753. package/core/geom/Bezier.js +0 -24
  754. package/core/geom/Bezier.spec.js +0 -16
  755. package/core/geom/ConicRay.js +0 -200
  756. package/core/geom/GeometryMath.js +0 -33
  757. package/core/geom/LineSegment.js +0 -207
  758. package/core/geom/LineSegment2.js +0 -175
  759. package/core/geom/Matrix3.js +0 -16
  760. package/core/geom/Matrix4.js +0 -270
  761. package/core/geom/Plane.js +0 -250
  762. package/core/geom/Quaternion.js +0 -1857
  763. package/core/geom/Quaternion.spec.js +0 -262
  764. package/core/geom/Rectangle.js +0 -219
  765. package/core/geom/Rectangle.spec.js +0 -11
  766. package/core/geom/Vector1.js +0 -306
  767. package/core/geom/Vector1.spec.js +0 -74
  768. package/core/geom/Vector2.js +0 -764
  769. package/core/geom/Vector2.spec.js +0 -142
  770. package/core/geom/Vector3.js +0 -1133
  771. package/core/geom/Vector3.schema.json +0 -16
  772. package/core/geom/Vector3.spec.js +0 -37
  773. package/core/geom/Vector4.js +0 -471
  774. package/core/geom/Vector4.spec.js +0 -11
  775. package/core/geom/normalize_angle_rad.js +0 -18
  776. package/core/geom/normalize_angle_rad.spec.js +0 -45
  777. package/core/geom/packing/computeBoundingSphereOfSpheres.js +0 -85
  778. package/core/geom/packing/computeBoundingSphereOfSpheres.spec.js +0 -24
  779. package/core/geom/packing/max-rect/MaxRectangles.js +0 -468
  780. package/core/geom/packing/max-rect/removeRedundantBoxes.js +0 -69
  781. package/core/geom/packing/max-rect/removeRedundantBoxesArray.js +0 -40
  782. package/core/geom/packing/miniball/Miniball.js +0 -465
  783. package/core/geom/packing/miniball/PointSet.js +0 -40
  784. package/core/geom/packing/miniball/Quality.js +0 -116
  785. package/core/geom/packing/miniball/Subspan.js +0 -581
  786. package/core/geom/packing/miniball/Subspan.spec.js +0 -51
  787. package/core/geom/random/randomPointInBox.js +0 -16
  788. package/core/geom/random/randomPointInCircle.js +0 -18
  789. package/core/geom/random/randomPointInPoint.js +0 -11
  790. package/core/geom/random/randomPointInSphere.js +0 -35
  791. package/core/geom/random/randomPointOnBox.js +0 -37
  792. package/core/geom/random/randomPointOnSphere.js +0 -30
  793. package/core/geom/v3_angle_between.js +0 -69
  794. package/core/geom/v3_distance.js +0 -16
  795. package/core/geom/v3_distance_above_plane.js +0 -20
  796. package/core/geom/v3_distance_above_plane.spec.js +0 -40
  797. package/core/geom/v3_distance_sqr.js +0 -17
  798. package/core/geom/v3_dot.js +0 -13
  799. package/core/geom/v3_length.js +0 -10
  800. package/core/geom/v3_length_sqr.js +0 -10
  801. package/core/geom/v3_lerp.js +0 -26
  802. package/core/geom/v3_slerp.js +0 -48
  803. package/core/graph/Edge.js +0 -115
  804. package/core/graph/Edge.spec.js +0 -50
  805. package/core/graph/EdgeDirection.js +0 -11
  806. package/core/graph/Graph.js +0 -564
  807. package/core/graph/GraphElement.js +0 -6
  808. package/core/graph/GraphUtils.js +0 -282
  809. package/core/graph/MultiNode.js +0 -39
  810. package/core/graph/Node.js +0 -12
  811. package/core/graph/SquareMatrix.js +0 -204
  812. package/core/graph/SquareMatrix.spec.js +0 -52
  813. package/core/graph/WeightedEdge.js +0 -31
  814. package/core/graph/build_face_graph_from_mesh.js +0 -113
  815. package/core/graph/cluster_mesh_metis.js +0 -213
  816. package/core/graph/coarsen_graph.js +0 -33
  817. package/core/graph/coarsen_graph.spec.js +0 -43
  818. package/core/graph/coloring/colorizeGraph.js +0 -257
  819. package/core/graph/coloring/colorizeGraphGreedy.js +0 -63
  820. package/core/graph/coloring/colorizeGraphGreedy.spec.js +0 -26
  821. package/core/graph/coloring/colorizeGraphGreedyWeight.js +0 -28
  822. package/core/graph/coloring/colorizeGraphMCS.js +0 -82
  823. package/core/graph/coloring/validateGraphColoring.js +0 -45
  824. package/core/graph/convertGraphToDotString.js +0 -68
  825. package/core/graph/eigen/eigen.js +0 -229
  826. package/core/graph/eigen/eigen.spec.js +0 -27
  827. package/core/graph/eigen/eigen_values_find_spectral_gap.js +0 -25
  828. package/core/graph/graph_adjacency_matrix.js +0 -21
  829. package/core/graph/graph_compute_disconnected_clusters.js +0 -59
  830. package/core/graph/graph_degree_matrix.js +0 -18
  831. package/core/graph/graph_k_means_cluster.js +0 -238
  832. package/core/graph/graph_laplacian_matrix.js +0 -22
  833. package/core/graph/layout/BoxLayouter.js +0 -584
  834. package/core/graph/layout/CircleLayout.js +0 -926
  835. package/core/graph/layout/Connection.js +0 -36
  836. package/core/graph/layout/box/forceIntoBox.js +0 -45
  837. package/core/graph/layout/box/pullBoxTowardsPoint.js +0 -20
  838. package/core/graph/layout/box/resolveAABB2Overlap.js +0 -22
  839. package/core/graph/layout/box/resolveBoxOverlapUsingForce.js +0 -99
  840. package/core/graph/layout/computeDisconnectedSubGraphs.js +0 -57
  841. package/core/graph/metis/metis.js +0 -35
  842. package/core/graph/metis/metis_options.js +0 -33
  843. package/core/graph/mn_graph_collapse_weighted_edge.js +0 -75
  844. package/core/graph/v2/Graph.js +0 -480
  845. package/core/graph/v2/Graph.spec.js +0 -56
  846. package/core/graph/v2/NodeContainer.js +0 -155
  847. package/core/json/JsonUtils.js +0 -101
  848. package/core/json/objectHasProperty.js +0 -13
  849. package/core/json/resolvePath.js +0 -16
  850. package/core/json/resolvePathByArray.js +0 -53
  851. package/core/land/reactive/AbstractCachingParser.js +0 -71
  852. package/core/land/reactive/ReactiveLexer.js +0 -158
  853. package/core/land/reactive/ReactiveLexer.ts +0 -181
  854. package/core/land/reactive/ReactiveListener.ts +0 -323
  855. package/core/land/reactive/ReactiveOperatorType.js +0 -12
  856. package/core/land/reactive/ReactiveParser.js +0 -1573
  857. package/core/land/reactive/ReactiveParser.ts +0 -1776
  858. package/core/land/reactive/ReactiveVisitor.js +0 -1
  859. package/core/land/reactive/ReactiveVisitor.ts +0 -218
  860. package/core/land/reactive/compileReactiveExpression.js +0 -18
  861. package/core/land/reactive/compiler/ReactiveCompiler.js +0 -350
  862. package/core/land/reactive/compiler/ReactiveCompiler.spec.js +0 -169
  863. package/core/land/reactive/compiler/ReactiveNearlyCompiler.js +0 -166
  864. package/core/land/reactive/compiler/ReactiveParser.js +0 -34
  865. package/core/land/reactive/nearley/Reactive.ne +0 -87
  866. package/core/land/reactive/nearley/ReactiveNearley.js +0 -187
  867. package/core/land/reactive/pegjs/Reactive.peg +0 -377
  868. package/core/land/reactive/pegjs/ReactivePegCompiler.js +0 -131
  869. package/core/land/reactive/pegjs/ReactivePegParser.js +0 -15
  870. package/core/land/reactive/pegjs/parser.js +0 -3458
  871. package/core/land/reactive/validateReactiveExpression.js +0 -11
  872. package/core/localization/LanguageMetadata.js +0 -48
  873. package/core/localization/LocaleDataset.js +0 -37
  874. package/core/localization/Localization.js +0 -253
  875. package/core/math/DEG_TO_RAD.js +0 -1
  876. package/core/math/EPSILON.js +0 -5
  877. package/core/math/FLT_EPSILON_32.js +0 -7
  878. package/core/math/GOLDEN_RATIO.js +0 -5
  879. package/core/math/PI2.js +0 -5
  880. package/core/math/PI_HALF.js +0 -5
  881. package/core/math/RAD_TO_DEG.js +0 -1
  882. package/core/math/bell_membership_function.js +0 -19
  883. package/core/math/bessel_3.js +0 -11
  884. package/core/math/bessel_i0.js +0 -26
  885. package/core/math/bezierCurve.js +0 -22
  886. package/core/math/clamp.js +0 -16
  887. package/core/math/clamp.spec.js +0 -15
  888. package/core/math/clamp01.js +0 -15
  889. package/core/math/computeGreatestCommonDivisor.js +0 -28
  890. package/core/math/computeIsoscelesTriangleApexAngle.js +0 -17
  891. package/core/math/computeWholeDivisorLow.js +0 -30
  892. package/core/math/computeWholeDivisorLow.spec.js +0 -9
  893. package/core/math/copysign.js +0 -16
  894. package/core/math/copysign.spec.js +0 -13
  895. package/core/math/cubicCurve.js +0 -34
  896. package/core/math/cubicCurve.spec.js +0 -13
  897. package/core/math/epsilonEquals.js +0 -16
  898. package/core/math/exp2.js +0 -8
  899. package/core/math/fabsf.js +0 -8
  900. package/core/math/fract.js +0 -10
  901. package/core/math/gaussian.js +0 -9
  902. package/core/math/hash/computeHashFloatArray.js +0 -23
  903. package/core/math/hash/computeHashFloatArray.spec.js +0 -11
  904. package/core/math/hash/computeObjectHash.js +0 -54
  905. package/core/math/hash/computeObjectHash.spec.js +0 -42
  906. package/core/math/hash/murmur3_32.js +0 -39
  907. package/core/math/hash/squirrel3.js +0 -21
  908. package/core/math/intersects1D.js +0 -19
  909. package/core/math/interval/NumericInterval.js +0 -214
  910. package/core/math/interval/NumericInterval.spec.js +0 -80
  911. package/core/math/inverseLerp.js +0 -20
  912. package/core/math/inverseLerp.spec.js +0 -13
  913. package/core/math/isPowerOrTwo.js +0 -11
  914. package/core/math/isValueBetween.js +0 -10
  915. package/core/math/isValueBetween.spec.js +0 -11
  916. package/core/math/isValueBetweenInclusive.js +0 -10
  917. package/core/math/isValueBetweenInclusive.spec.js +0 -16
  918. package/core/math/isqrt.js +0 -28
  919. package/core/math/isqrt.spec.js +0 -9
  920. package/core/math/lerp.js +0 -10
  921. package/core/math/lerp.spec.js +0 -15
  922. package/core/math/makeCubicCurve.js +0 -15
  923. package/core/math/makeCubicCurve.spec.js +0 -9
  924. package/core/math/makeSequenceLoop.js +0 -20
  925. package/core/math/max.spec.js +0 -25
  926. package/core/math/max2.js +0 -10
  927. package/core/math/max2.spec.js +0 -13
  928. package/core/math/max3.js +0 -18
  929. package/core/math/max3.spec.js +0 -27
  930. package/core/math/min2.js +0 -9
  931. package/core/math/min2.spec.js +0 -37
  932. package/core/math/min3.js +0 -18
  933. package/core/math/min3.spec.js +0 -27
  934. package/core/math/mix.js +0 -10
  935. package/core/math/newton_solver_1d.js +0 -21
  936. package/core/math/noise/curl_noise_3d.js +0 -27
  937. package/core/math/noise/curl_noise_3dt.js +0 -28
  938. package/core/math/noise/sdnoise.js +0 -952
  939. package/core/math/normalizeArrayVector.js +0 -25
  940. package/core/math/overlap1D.js +0 -19
  941. package/core/math/overlap1D.spec.js +0 -10
  942. package/core/math/physics/brdf/D_GGX.js +0 -13
  943. package/core/math/physics/brdf/brdf_burley.js +0 -25
  944. package/core/math/physics/bsdf/bsdf_schlick.js +0 -22
  945. package/core/math/physics/irradiance/interpolate_irradiance_linear.js +0 -18
  946. package/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.js +0 -28
  947. package/core/math/physics/irradiance/interpolate_irradiance_smith.js +0 -38
  948. package/core/math/pingpong.js +0 -17
  949. package/core/math/quadraticCurve.js +0 -11
  950. package/core/math/quadraticCurve.spec.js +0 -13
  951. package/core/math/random/MersenneTwister.js +0 -211
  952. package/core/math/random/makeRangedRandom.js +0 -19
  953. package/core/math/random/randomFloatBetween.js +0 -14
  954. package/core/math/random/randomFromArray.js +0 -19
  955. package/core/math/random/randomGaussian.js +0 -15
  956. package/core/math/random/randomIntegerBetween.js +0 -14
  957. package/core/math/random/roundFair.js +0 -15
  958. package/core/math/random/seededRandom.js +0 -4
  959. package/core/math/random/seededRandomMersenneTwister.js +0 -85
  960. package/core/math/random/seededRandom_Mulberry32.js +0 -31
  961. package/core/math/random/seededRandom_sine.js +0 -33
  962. package/core/math/separation1D.js +0 -21
  963. package/core/math/sign.js +0 -8
  964. package/core/math/sign.spec.js +0 -13
  965. package/core/math/sign_not_zero.js +0 -8
  966. package/core/math/smoothStep.js +0 -17
  967. package/core/math/solveQuadratic.js +0 -45
  968. package/core/math/solveQuadratic.spec.js +0 -18
  969. package/core/math/statistics/computeSampleSize_Cochran.js +0 -28
  970. package/core/math/statistics/computeSampleStandardDeviation.js +0 -28
  971. package/core/math/statistics/computeStatisticalMean.js +0 -24
  972. package/core/math/statistics/computeStatisticalMedian.js +0 -10
  973. package/core/math/statistics/computeStatisticalPartialMedian.js +0 -20
  974. package/core/math/statistics/computeStatisticalPercentile.js +0 -18
  975. package/core/math/statistics/halton_sequence.js +0 -26
  976. package/core/model/BooleanVector3.js +0 -136
  977. package/core/model/BooleanVector3.spec.js +0 -51
  978. package/core/model/BoundedValue.js +0 -223
  979. package/core/model/BoundedValue.spec.js +0 -17
  980. package/core/model/DebouncedObservedBoolean.js +0 -117
  981. package/core/model/LinearValue.js +0 -130
  982. package/core/model/ModuleRegistry.js +0 -86
  983. package/core/model/ObservedBoolean.js +0 -151
  984. package/core/model/ObservedBoolean.spec.js +0 -81
  985. package/core/model/ObservedEnum.js +0 -97
  986. package/core/model/ObservedInteger.js +0 -204
  987. package/core/model/ObservedInteger.spec.js +0 -51
  988. package/core/model/ObservedString.js +0 -136
  989. package/core/model/ObservedValue.js +0 -103
  990. package/core/model/node-graph/Connection.js +0 -141
  991. package/core/model/node-graph/Connection.spec.js +0 -21
  992. package/core/model/node-graph/DataType.js +0 -75
  993. package/core/model/node-graph/DataType.spec.js +0 -28
  994. package/core/model/node-graph/NodeGraph.js +0 -397
  995. package/core/model/node-graph/NodeGraph.spec.js +0 -68
  996. package/core/model/node-graph/deserializeNodeGraphFromJSON.js +0 -62
  997. package/core/model/node-graph/node/NodeDescription.js +0 -248
  998. package/core/model/node-graph/node/NodeDescription.spec.js +0 -14
  999. package/core/model/node-graph/node/NodeInstance.js +0 -219
  1000. package/core/model/node-graph/node/NodeInstancePortReference.js +0 -128
  1001. package/core/model/node-graph/node/NodeRegistry.js +0 -243
  1002. package/core/model/node-graph/node/NodeRegistry.spec.js +0 -77
  1003. package/core/model/node-graph/node/Port.js +0 -70
  1004. package/core/model/node-graph/node/PortDirection.js +0 -9
  1005. package/core/model/node-graph/node/parameter/NodeParameterDataType.js +0 -9
  1006. package/core/model/node-graph/node/parameter/NodeParameterDescription.js +0 -61
  1007. package/core/model/node-graph/serializeNodeGraphToJSON.js +0 -40
  1008. package/core/model/node-graph/visual/NodeDescriptionVisualRegistry.js +0 -129
  1009. package/core/model/node-graph/visual/NodeGraphVisualData.js +0 -257
  1010. package/core/model/node-graph/visual/NodeVisualData.js +0 -70
  1011. package/core/model/node-graph/visual/PortVisualData.js +0 -47
  1012. package/core/model/node-graph/visual/PortVisualData.spec.js +0 -16
  1013. package/core/model/node-graph/visual/layout/BoxLayoutSpec.js +0 -19
  1014. package/core/model/node-graph/visual/layout/ConnectedBoxLayouter.js +0 -243
  1015. package/core/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.js +0 -42
  1016. package/core/model/node-graph/visual/layout/ConnectionLayoutSpec.js +0 -32
  1017. package/core/model/object/ImmutableObjectPool.js +0 -147
  1018. package/core/model/object/ObjectPoolFactory.js +0 -93
  1019. package/core/model/object/ObjectPoolFactory.spec.js +0 -54
  1020. package/core/model/object/SimpleObjectPoolFactory.js +0 -42
  1021. package/core/model/object/compareObjectsByNumericId.js +0 -9
  1022. package/core/model/object/compareValues.js +0 -67
  1023. package/core/model/object/invokeObjectClone.js +0 -10
  1024. package/core/model/object/invokeObjectCompare.js +0 -9
  1025. package/core/model/object/invokeObjectEquals.js +0 -10
  1026. package/core/model/object/invokeObjectHash.js +0 -8
  1027. package/core/model/object/objectDeepEquals.js +0 -35
  1028. package/core/model/object/objectDeepEquals.spec.js +0 -14
  1029. package/core/model/object/objectKeyByValue.js +0 -15
  1030. package/core/model/object/objectShallowCopyByOwnKeys.js +0 -17
  1031. package/core/model/object/read_property.js +0 -37
  1032. package/core/model/object/validatedObjectValueByKey.js +0 -21
  1033. package/core/model/object/write_property.js +0 -52
  1034. package/core/model/reactive/evaluation/MultiPredicateEvaluator.js +0 -486
  1035. package/core/model/reactive/evaluation/MultiPredicateEvaluator.spec.js +0 -117
  1036. package/core/model/reactive/js/compileReactiveToJS.js +0 -130
  1037. package/core/model/reactive/model/ReactiveBinaryExpression.js +0 -179
  1038. package/core/model/reactive/model/ReactiveExpression.js +0 -104
  1039. package/core/model/reactive/model/ReactiveUnaryExpression.js +0 -92
  1040. package/core/model/reactive/model/arithmetic/ReactiveAdd.js +0 -68
  1041. package/core/model/reactive/model/arithmetic/ReactiveDivide.js +0 -64
  1042. package/core/model/reactive/model/arithmetic/ReactiveMultiply.js +0 -68
  1043. package/core/model/reactive/model/arithmetic/ReactiveNegate.js +0 -63
  1044. package/core/model/reactive/model/arithmetic/ReactiveSubtract.js +0 -67
  1045. package/core/model/reactive/model/comparative/ReactiveEquals.js +0 -68
  1046. package/core/model/reactive/model/comparative/ReactiveGreaterThan.js +0 -64
  1047. package/core/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.js +0 -60
  1048. package/core/model/reactive/model/comparative/ReactiveLessThan.js +0 -60
  1049. package/core/model/reactive/model/comparative/ReactiveLessThanOrEqual.js +0 -59
  1050. package/core/model/reactive/model/comparative/ReactiveNotEquals.js +0 -68
  1051. package/core/model/reactive/model/logic/ReactiveAnd.js +0 -78
  1052. package/core/model/reactive/model/logic/ReactiveAnd.spec.js +0 -21
  1053. package/core/model/reactive/model/logic/ReactiveNot.js +0 -49
  1054. package/core/model/reactive/model/logic/ReactiveOr.js +0 -78
  1055. package/core/model/reactive/model/terminal/ReactiveLiteralBoolean.js +0 -101
  1056. package/core/model/reactive/model/terminal/ReactiveLiteralNumber.js +0 -100
  1057. package/core/model/reactive/model/terminal/ReactiveLiteralString.js +0 -88
  1058. package/core/model/reactive/model/terminal/ReactiveReference.js +0 -154
  1059. package/core/model/reactive/model/terminal/ReactiveReference.spec.js +0 -26
  1060. package/core/model/reactive/model/util/createRandomReactiveExpression.js +0 -173
  1061. package/core/model/reactive/transform/ReactiveTypeInferrence.js +0 -54
  1062. package/core/model/reactive/trigger/BlackboardTrigger.js +0 -105
  1063. package/core/model/reactive/trigger/ReactiveTrigger.js +0 -79
  1064. package/core/model/reactive/trigger/ReactiveTrigger.spec.js +0 -5
  1065. package/core/model/scheme/Schema.js +0 -70
  1066. package/core/model/scheme/SchemeRegistry.js +0 -53
  1067. package/core/model/stat/LinearModifier.js +0 -134
  1068. package/core/model/stat/LinearModifier.spec.js +0 -35
  1069. package/core/model/stat/Stat.js +0 -297
  1070. package/core/model/stat/Stat.spec.js +0 -75
  1071. package/core/parser/STRING_TEMPLATE_VARIABLE_REGEX.js +0 -1
  1072. package/core/parser/seedVariablesIntoTemplateString.js +0 -22
  1073. package/core/parser/simple/DataType.js +0 -15
  1074. package/core/parser/simple/ParserError.js +0 -7
  1075. package/core/parser/simple/SimpleParser.js +0 -464
  1076. package/core/parser/simple/SimpleParser.spec.js +0 -105
  1077. package/core/parser/simple/Token.js +0 -65
  1078. package/core/parser/simple/TokenType.js +0 -12
  1079. package/core/parser/simple/computeDataTypeFromValue.js +0 -25
  1080. package/core/parser/simple/readUnsignedInteger.js +0 -66
  1081. package/core/parser/simple/skipWhitespace.js +0 -21
  1082. package/core/path/PATH_SEPARATOR.js +0 -1
  1083. package/core/path/computeFileExtension.js +0 -24
  1084. package/core/path/computeFileExtension.spec.js +0 -13
  1085. package/core/path/computePathBase.js +0 -21
  1086. package/core/path/computePathBase.spec.js +0 -13
  1087. package/core/path/computePathDirectory.js +0 -25
  1088. package/core/primitives/array/compareArrays.js +0 -30
  1089. package/core/primitives/array/computeIntegerArrayHash.js +0 -24
  1090. package/core/primitives/boolean/compareBooleans.js +0 -17
  1091. package/core/primitives/numbers/compareNumbers.js +0 -9
  1092. package/core/primitives/numbers/computeHashFloat.js +0 -17
  1093. package/core/primitives/numbers/computeHashFloat.spec.js +0 -7
  1094. package/core/primitives/strings/StringUtils.js +0 -105
  1095. package/core/primitives/strings/StringUtils.spec.js +0 -42
  1096. package/core/primitives/strings/compareStrings.js +0 -52
  1097. package/core/primitives/strings/computeStringHash.js +0 -27
  1098. package/core/primitives/strings/computeStringHash.spec.js +0 -13
  1099. package/core/primitives/strings/insert_after.js +0 -21
  1100. package/core/primitives/strings/insert_after_or_replace.js +0 -27
  1101. package/core/primitives/strings/insert_before.js +0 -19
  1102. package/core/primitives/strings/insert_before_or_replace.js +0 -27
  1103. package/core/primitives/strings/prefixTree/PrefixTree.js +0 -225
  1104. package/core/primitives/strings/prefixTree/PrefixTree.spec.js +0 -39
  1105. package/core/primitives/strings/prefixTree/PrefixTreeLeaf.js +0 -25
  1106. package/core/primitives/strings/prefixTree/PrefixTreeNode.js +0 -16
  1107. package/core/process/BaseProcess.js +0 -63
  1108. package/core/process/CompositeProcess.js +0 -47
  1109. package/core/process/Future.js +0 -138
  1110. package/core/process/IntervalExecutor.js +0 -78
  1111. package/core/process/ProcessState.js +0 -19
  1112. package/core/process/PromiseWatcher.js +0 -49
  1113. package/core/process/PromiseWatcher.spec.js +0 -65
  1114. package/core/process/SimpleLifecycle.js +0 -88
  1115. package/core/process/WatchDog.js +0 -96
  1116. package/core/process/action/AsynchronousAction.js +0 -100
  1117. package/core/process/action/AsynchronousActionSequence.js +0 -140
  1118. package/core/process/action/AsynchronousDelayAction.js +0 -52
  1119. package/core/process/action/PromiseAsynchronousAction.js +0 -48
  1120. package/core/process/action/SynchronousAction.js +0 -38
  1121. package/core/process/buildPromiseChain.js +0 -41
  1122. package/core/process/delay.js +0 -5
  1123. package/core/process/executor/ConcurrentExecutor.js +0 -640
  1124. package/core/process/executor/ConcurrentExecutor.spec.js +0 -135
  1125. package/core/process/executor/profile/ConcurrentExecutorProfiler.js +0 -111
  1126. package/core/process/executor/profile/Profile.js +0 -39
  1127. package/core/process/executor/profile/TraceEvent.js +0 -85
  1128. package/core/process/filter/CollectionParticipationKind.js +0 -8
  1129. package/core/process/filter/MutableFilter.js +0 -22
  1130. package/core/process/filter/MutableFilterCollection.js +0 -82
  1131. package/core/process/matcher/Matchers.js +0 -145
  1132. package/core/process/task/RemainingTimeEstimator.js +0 -49
  1133. package/core/process/task/Task.js +0 -289
  1134. package/core/process/task/TaskGroup.js +0 -261
  1135. package/core/process/task/TaskSignal.js +0 -15
  1136. package/core/process/task/TaskState.js +0 -19
  1137. package/core/process/task/util/actionTask.js +0 -19
  1138. package/core/process/task/util/countTask.js +0 -62
  1139. package/core/process/task/util/delayTask.js +0 -45
  1140. package/core/process/task/util/emptyTask.js +0 -19
  1141. package/core/process/task/util/failingTask.js +0 -17
  1142. package/core/process/task/util/futureTask.js +0 -48
  1143. package/core/process/task/util/iteratorTask.js +0 -29
  1144. package/core/process/task/util/promiseTask.js +0 -42
  1145. package/core/process/task/util/randomCountTask.js +0 -64
  1146. package/core/process/task/util/wrapTaskIgnoreFailure.js +0 -47
  1147. package/core/process/undo/Action.js +0 -41
  1148. package/core/process/undo/ActionGroup.js +0 -64
  1149. package/core/process/undo/ActionProcessor.js +0 -508
  1150. package/core/process/undo/ActionProcessor.spec.js +0 -64
  1151. package/core/process/undo/Mark.js +0 -31
  1152. package/core/process/worker/OnDemandWorkerManager.js +0 -125
  1153. package/core/process/worker/WorkerBuilder.js +0 -197
  1154. package/core/process/worker/WorkerProxy.js +0 -278
  1155. package/core/process/worker/extractTransferables.js +0 -23
  1156. package/ecs/grid/pick.js +0 -44
  1157. package/editor/Editor.js +0 -793
  1158. package/editor/SelectionVisualizer.js +0 -148
  1159. package/editor/actions/concrete/ActionUpdateTexture.js +0 -21
  1160. package/editor/actions/concrete/ArrayCopyAction.js +0 -39
  1161. package/editor/actions/concrete/ComponentAddAction.js +0 -47
  1162. package/editor/actions/concrete/ComponentRemoveAction.js +0 -38
  1163. package/editor/actions/concrete/EntityCreateAction.js +0 -47
  1164. package/editor/actions/concrete/EntityRemoveAction.js +0 -51
  1165. package/editor/actions/concrete/ModifyPatchSampler2DAction.js +0 -118
  1166. package/editor/actions/concrete/ModifyPatchSampler2DAction.spec.js +0 -30
  1167. package/editor/actions/concrete/ModifyPatchTextureArray2DAction.js +0 -182
  1168. package/editor/actions/concrete/PaintTerrainOverlayAction.js +0 -45
  1169. package/editor/actions/concrete/PatchTerrainHeightAction.js +0 -67
  1170. package/editor/actions/concrete/PatchTerrainTextureAction.js +0 -152
  1171. package/editor/actions/concrete/SelectionAddAction.js +0 -36
  1172. package/editor/actions/concrete/SelectionClearAction.js +0 -22
  1173. package/editor/actions/concrete/SelectionRemoveAction.js +0 -30
  1174. package/editor/actions/concrete/TransformModifyAction.js +0 -46
  1175. package/editor/actions/concrete/WriteGridValueAction.js +0 -46
  1176. package/editor/ecs/EditorEntity.js +0 -12
  1177. package/editor/ecs/EditorEntitySystem.js +0 -14
  1178. package/editor/ecs/component/FieldDescriptor.js +0 -34
  1179. package/editor/ecs/component/FieldValueAdapter.js +0 -20
  1180. package/editor/ecs/component/TypeEditor.js +0 -33
  1181. package/editor/ecs/component/TypeSchema.d.ts +0 -38
  1182. package/editor/ecs/component/createFieldEditor.js +0 -92
  1183. package/editor/ecs/component/createObjectEditor.js +0 -361
  1184. package/editor/ecs/component/editors/ColorEditor.js +0 -39
  1185. package/editor/ecs/component/editors/HTMLElementEditor.js +0 -17
  1186. package/editor/ecs/component/editors/ImagePathEditor.js +0 -82
  1187. package/editor/ecs/component/editors/LargeStrongEditor.js +0 -107
  1188. package/editor/ecs/component/editors/NumericIntervalEditor.js +0 -86
  1189. package/editor/ecs/component/editors/ObservedBooleanEditor.js +0 -13
  1190. package/editor/ecs/component/editors/ObservedEnumEditor.js +0 -32
  1191. package/editor/ecs/component/editors/ObservedIntegerEditor.js +0 -43
  1192. package/editor/ecs/component/editors/ObservedStringEditor.js +0 -51
  1193. package/editor/ecs/component/editors/Sampler2DEditor.js +0 -221
  1194. package/editor/ecs/component/editors/collection/ListEditor.js +0 -83
  1195. package/editor/ecs/component/editors/common/BitFlagsEditor.js +0 -80
  1196. package/editor/ecs/component/editors/common/EnumEditor.js +0 -41
  1197. package/editor/ecs/component/editors/common/makeV3_editor.js +0 -85
  1198. package/editor/ecs/component/editors/common/noEditor.js +0 -9
  1199. package/editor/ecs/component/editors/ecs/GridObstacleEditor.js +0 -17
  1200. package/editor/ecs/component/editors/ecs/MinimapMarkerEditor.js +0 -16
  1201. package/editor/ecs/component/editors/ecs/ParameterLookupTableEditor.js +0 -228
  1202. package/editor/ecs/component/editors/ecs/ParameterTrackEditor.js +0 -17
  1203. package/editor/ecs/component/editors/ecs/ParameterTrackSetEditor.js +0 -16
  1204. package/editor/ecs/component/editors/ecs/ParticleEmitterEditor.js +0 -58
  1205. package/editor/ecs/component/editors/ecs/ParticleEmitterLayerEditor.js +0 -58
  1206. package/editor/ecs/component/editors/ecs/SimulationStepDefinitionEditor.js +0 -21
  1207. package/editor/ecs/component/editors/ecs/Trail2DEditor.js +0 -33
  1208. package/editor/ecs/component/editors/ecs/TransformEditor.js +0 -23
  1209. package/editor/ecs/component/editors/ecs/terrain/SplatMappingEditor.js +0 -21
  1210. package/editor/ecs/component/editors/ecs/terrain/TerrainEditor.js +0 -95
  1211. package/editor/ecs/component/editors/ecs/terrain/TerrainLayerEditor.js +0 -18
  1212. package/editor/ecs/component/editors/ecs/terrain/TerrainLayersEditor.js +0 -22
  1213. package/editor/ecs/component/editors/ecs/terrain/TerrainOverlayEditor.js +0 -20
  1214. package/editor/ecs/component/editors/geom/QuaternionEditor.js +0 -63
  1215. package/editor/ecs/component/editors/geom/Vector1Editor.js +0 -57
  1216. package/editor/ecs/component/editors/geom/Vector2Editor.js +0 -11
  1217. package/editor/ecs/component/editors/geom/Vector3Editor.js +0 -13
  1218. package/editor/ecs/component/editors/geom/Vector4Editor.js +0 -12
  1219. package/editor/ecs/component/editors/primitive/ArrayEditor.js +0 -46
  1220. package/editor/ecs/component/editors/primitive/BooleanEditor.js +0 -27
  1221. package/editor/ecs/component/editors/primitive/FunctionEditor.js +0 -29
  1222. package/editor/ecs/component/editors/primitive/NumberEditor.js +0 -60
  1223. package/editor/ecs/component/editors/primitive/ObjectEditor.js +0 -12
  1224. package/editor/ecs/component/editors/primitive/StringEditor.js +0 -31
  1225. package/editor/ecs/component/editors/three/BufferGeometryEditor.js +0 -28
  1226. package/editor/ecs/component/editors/three/MaterialEditor.js +0 -27
  1227. package/editor/ecs/component/editors/three/MeshEditor.js +0 -35
  1228. package/editor/ecs/component/editors/three/TextureEditor.js +0 -110
  1229. package/editor/ecs/component/findNearestRegisteredType.js +0 -59
  1230. package/editor/ecs/component/prototypeObjectEditor.js +0 -379
  1231. package/editor/enableEditor.js +0 -85
  1232. package/editor/library/MeshLibrary.js +0 -33
  1233. package/editor/process/DisableGameUIProcess.js +0 -43
  1234. package/editor/process/EditorProcess.js +0 -35
  1235. package/editor/process/ObstacleGridDisplayProcess.js +0 -120
  1236. package/editor/process/ProcessEngine.js +0 -123
  1237. package/editor/process/SymbolicDisplayProcess.js +0 -132
  1238. package/editor/process/symbolic/ComponentSymbolicDisplay.js +0 -34
  1239. package/editor/process/symbolic/SymbolicDisplayInternalAPI.js +0 -159
  1240. package/editor/process/symbolic/buildThreeJSHelperEntity.js +0 -36
  1241. package/editor/process/symbolic/make3DSymbolicDisplay.js +0 -91
  1242. package/editor/process/symbolic/makeCameraSymbolicDisplay.js +0 -32
  1243. package/editor/process/symbolic/makeGridPositionSymbolDisplay.js +0 -176
  1244. package/editor/process/symbolic/makeHelperBoxGeometry.js +0 -44
  1245. package/editor/process/symbolic/makeHelperSphereGeometry.js +0 -73
  1246. package/editor/process/symbolic/makeLightSymbolicDisplay.js +0 -77
  1247. package/editor/process/symbolic/makeParticleEmitterSymbolicDisplay.js +0 -144
  1248. package/editor/process/symbolic/makePathSymbolicDisplay.js +0 -105
  1249. package/editor/process/symbolic/makePositionedIconDisplaySymbol.js +0 -74
  1250. package/editor/process/symbolic/makeSocketsSymbolicDisplay.js +0 -153
  1251. package/editor/process/symbolic/makeSolidArrowGeometry.js +0 -391
  1252. package/editor/process/symbolic/makeSoundEmitterSymbolicDisplay.js +0 -89
  1253. package/editor/process/symbolic/makeStoryTriggerSetAreaDisplay.js +0 -114
  1254. package/editor/process/symbolic/synchronizeTransform.js +0 -50
  1255. package/editor/tools/FoliagePaintTool.js +0 -168
  1256. package/editor/tools/GridPaintTool.js +0 -246
  1257. package/editor/tools/SelectionTool.js +0 -407
  1258. package/editor/tools/TopDownCameraControlTool.js +0 -58
  1259. package/editor/tools/TransformTool.js +0 -370
  1260. package/editor/tools/engine/Tool.js +0 -121
  1261. package/editor/tools/engine/ToolEngine.js +0 -193
  1262. package/editor/tools/engine/ToolState.js +0 -9
  1263. package/editor/tools/engine/ToolStateMachine.js +0 -53
  1264. package/editor/tools/paint/TerrainHeightPaintTool.js +0 -297
  1265. package/editor/tools/paint/TerrainPaintTool.js +0 -211
  1266. package/editor/tools/paint/TerrainTexturePaintTool.js +0 -193
  1267. package/editor/tools/paint/prototypeTerrainEditor.js +0 -135
  1268. package/editor/tools/v2/BlenderCameraOrientationGizmo.d.ts +0 -50
  1269. package/editor/tools/v2/BlenderCameraOrientationGizmo.js +0 -500
  1270. package/editor/tools/v2/TransformControls.d.ts +0 -20
  1271. package/editor/tools/v2/TransformControls.js +0 -1782
  1272. package/editor/tools/v2/prototypeTransformControls.js +0 -92
  1273. package/editor/view/EditorView.js +0 -462
  1274. package/editor/view/GridPickCoordinateView.js +0 -88
  1275. package/editor/view/ecs/ComponentControlFactory.js +0 -48
  1276. package/editor/view/ecs/ComponentControlView.js +0 -214
  1277. package/editor/view/ecs/EntityEditor.js +0 -258
  1278. package/editor/view/ecs/EntityList.js +0 -258
  1279. package/editor/view/ecs/components/BlackboardController.js +0 -50
  1280. package/editor/view/ecs/components/DatGuiController.js +0 -216
  1281. package/editor/view/ecs/components/FogOfWarController.js +0 -78
  1282. package/editor/view/ecs/components/FogOfWarRevealerController.js +0 -44
  1283. package/editor/view/ecs/components/GeneratedArmyController.js +0 -42
  1284. package/editor/view/ecs/components/GridObstacleController.js +0 -72
  1285. package/editor/view/ecs/components/GridPositionController.js +0 -40
  1286. package/editor/view/ecs/components/HeadsUpDisplayController.js +0 -30
  1287. package/editor/view/ecs/components/HighlightController.js +0 -47
  1288. package/editor/view/ecs/components/MeshController.js +0 -125
  1289. package/editor/view/ecs/components/PathFollowerController.js +0 -87
  1290. package/editor/view/ecs/components/TagController.js +0 -80
  1291. package/editor/view/ecs/components/TerrainController.js +0 -225
  1292. package/editor/view/ecs/components/TransformController.js +0 -103
  1293. package/editor/view/ecs/components/UnitShopController.js +0 -112
  1294. package/editor/view/ecs/components/army/ArmyController.js +0 -130
  1295. package/editor/view/ecs/components/color/GaugeView.js +0 -107
  1296. package/editor/view/ecs/components/common/AutoCanvasView.js +0 -53
  1297. package/editor/view/ecs/components/common/LineView.js +0 -17
  1298. package/editor/view/ecs/components/common/NumberController.js +0 -112
  1299. package/editor/view/ecs/components/common/NumericIntervalController.js +0 -64
  1300. package/editor/view/ecs/components/gui/GUIElementController.js +0 -117
  1301. package/editor/view/ecs/components/items/ItemContainerController.js +0 -132
  1302. package/editor/view/ecs/components/items/ItemContainerController.stories.js +0 -50
  1303. package/editor/view/ecs/components/items/ItemController.js +0 -52
  1304. package/editor/view/ecs/components/particles/ColorParameterLUTController.js +0 -444
  1305. package/editor/view/ecs/components/particles/ParameterTrackController.js +0 -49
  1306. package/editor/view/ecs/components/particles/ParticleEmitterController.js +0 -207
  1307. package/editor/view/ecs/components/particles/ParticleLayerController.js +0 -203
  1308. package/editor/view/ecs/components/particles/ScalarParameterLUTController.js +0 -401
  1309. package/editor/view/ecs/components/sockets/AttachmentSocketsController.js +0 -51
  1310. package/editor/view/ecs/components/sound/SoundEmitterController.js +0 -137
  1311. package/editor/view/ecs/components/story/StoryTriggerSetController.js +0 -215
  1312. package/editor/view/ecs/components/unit/AuraController.js +0 -45
  1313. package/editor/view/library/MeshLibraryView.js +0 -164
  1314. package/editor/view/node-graph/NodeGraphEditorView.js +0 -168
  1315. package/editor/view/node-graph/NodeGraphView.js +0 -453
  1316. package/editor/view/node-graph/NodeView.js +0 -135
  1317. package/editor/view/node-graph/PortView.js +0 -69
  1318. package/editor/view/process/ProcessView.js +0 -63
  1319. package/editor/view/tools/ToolSettingsView.js +0 -143
  1320. package/editor/view/tools/ToolView.js +0 -58
  1321. package/engine/Clock.js +0 -133
  1322. package/engine/Engine.js +0 -522
  1323. package/engine/EngineBootstrapper.js +0 -61
  1324. package/engine/EngineConfiguration.js +0 -169
  1325. package/engine/EngineHarness.js +0 -510
  1326. package/engine/EntityCreator.js +0 -100
  1327. package/engine/InputEngine.js +0 -82
  1328. package/engine/MeepSettings.js +0 -9
  1329. package/engine/Platform.js +0 -46
  1330. package/engine/PointerLock.js +0 -60
  1331. package/engine/User.js +0 -28
  1332. package/engine/UserController.js +0 -273
  1333. package/engine/achievements/Achievement.js +0 -59
  1334. package/engine/achievements/AchievementGateway.js +0 -27
  1335. package/engine/achievements/AchievementManager.js +0 -435
  1336. package/engine/achievements/gateway/StorageAchievementGateway.js +0 -70
  1337. package/engine/animation/AnimatedActions.js +0 -86
  1338. package/engine/animation/AnimationUtils.js +0 -251
  1339. package/engine/animation/Animations.js +0 -134
  1340. package/engine/animation/EntityAnimation.js +0 -134
  1341. package/engine/animation/TransitionFunctions.js +0 -61
  1342. package/engine/animation/Tween.js +0 -66
  1343. package/engine/animation/behavior/animateProperty.js +0 -45
  1344. package/engine/animation/curve/AnimationCurve.js +0 -111
  1345. package/engine/animation/curve/Keyframe.js +0 -46
  1346. package/engine/animation/curve/compression/animation_curve_to_float_array.js +0 -35
  1347. package/engine/animation/curve/compression/downsample_float_array.js +0 -50
  1348. package/engine/animation/curve/compression/downsample_float_array_curve_by_error.js +0 -147
  1349. package/engine/animation/curve/compression/downsample_float_array_curve_by_error.spec.js +0 -47
  1350. package/engine/animation/curve/compression/prototypeCurveCompression.js +0 -154
  1351. package/engine/animation/curve/draw/build_curve_editor.js +0 -316
  1352. package/engine/animation/curve/draw/build_plot_entity_from_array.js +0 -47
  1353. package/engine/animation/curve/draw/build_tangent_editor.js +0 -115
  1354. package/engine/animation/curve/draw/draw_grid.js +0 -27
  1355. package/engine/animation/curve/draw/draw_label.js +0 -17
  1356. package/engine/animation/curve/draw/plot_array.js +0 -76
  1357. package/engine/animation/curve/draw/plot_data.js +0 -49
  1358. package/engine/animation/keyed2/AnimationTrack.js +0 -189
  1359. package/engine/animation/keyed2/AnimationTrackPlayback.js +0 -231
  1360. package/engine/animation/keyed2/AnimationTrackPlayback.spec.js +0 -94
  1361. package/engine/animation/keyed2/behavior/AnimationBehavior.js +0 -33
  1362. package/engine/animation/playAnimationTrack.js +0 -29
  1363. package/engine/animation/playTrackRealTime.js +0 -37
  1364. package/engine/animation/removeEntityGenericEffect.js +0 -159
  1365. package/engine/animation/removeEntityWithMeshParticlesEffect.js +0 -201
  1366. package/engine/asset/Asset.js +0 -51
  1367. package/engine/asset/AssetDescription.js +0 -51
  1368. package/engine/asset/AssetDescription.spec.js +0 -27
  1369. package/engine/asset/AssetManager.js +0 -877
  1370. package/engine/asset/AssetManager.spec.js +0 -42
  1371. package/engine/asset/AssetRequest.js +0 -89
  1372. package/engine/asset/AssetTransformer.js +0 -16
  1373. package/engine/asset/CORS/CrossOriginConfig.js +0 -11
  1374. package/engine/asset/CORS/CrossOriginKind.js +0 -4
  1375. package/engine/asset/GameAssetType.js +0 -24
  1376. package/engine/asset/guessAssetType.js +0 -48
  1377. package/engine/asset/loadAssetAliasList.js +0 -25
  1378. package/engine/asset/loaders/ArrayBufferLoader.js +0 -134
  1379. package/engine/asset/loaders/AssetLoader.js +0 -43
  1380. package/engine/asset/loaders/GLTFAssetLoader.js +0 -439
  1381. package/engine/asset/loaders/JavascriptAssetLoader.js +0 -42
  1382. package/engine/asset/loaders/JsonAssetLoader.js +0 -27
  1383. package/engine/asset/loaders/LegacyThreeJSONAssetLoader.js +0 -102
  1384. package/engine/asset/loaders/SVGAssetLoader.js +0 -31
  1385. package/engine/asset/loaders/SoundAssetLoader.js +0 -51
  1386. package/engine/asset/loaders/TextAssetLoader.js +0 -15
  1387. package/engine/asset/loaders/async_traverse_three_object.js +0 -24
  1388. package/engine/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.js +0 -27
  1389. package/engine/asset/loaders/gltf/computeObjectBoundingSphere.js +0 -70
  1390. package/engine/asset/loaders/gltf/extensions/MSFT_texture_dds.js +0 -46
  1391. package/engine/asset/loaders/gltf/isMesh.js +0 -8
  1392. package/engine/asset/loaders/image/ImageDecoderWorker.js +0 -56
  1393. package/engine/asset/loaders/image/ImageRGBADataAsset.js +0 -45
  1394. package/engine/asset/loaders/image/ImageRGBADataLoader.js +0 -107
  1395. package/engine/asset/loaders/image/codec/Codec.js +0 -19
  1396. package/engine/asset/loaders/image/codec/CodecWithFallback.js +0 -73
  1397. package/engine/asset/loaders/image/codec/NativeImageDecoder.js +0 -55
  1398. package/engine/asset/loaders/image/codec/ThreadedImageDecoder.js +0 -42
  1399. package/engine/asset/loaders/image/png/PNG.js +0 -431
  1400. package/engine/asset/loaders/image/png/PNGReader.js +0 -542
  1401. package/engine/asset/loaders/image/png/PNG_HEADER_BYTES.js +0 -1
  1402. package/engine/asset/loaders/image/png/crc.js +0 -66
  1403. package/engine/asset/loaders/image/png/prototypePNG.js +0 -28
  1404. package/engine/asset/loaders/material/StaticMaterialCache.js +0 -106
  1405. package/engine/asset/loaders/material/TextureAttachmensByMaterialType.js +0 -131
  1406. package/engine/asset/loaders/material/TextureAttachment.js +0 -25
  1407. package/engine/asset/loaders/material/bitmap2sampler_gl.js +0 -25
  1408. package/engine/asset/loaders/material/computeHashColor.js +0 -7
  1409. package/engine/asset/loaders/material/computeImageBitmapEquality.js +0 -118
  1410. package/engine/asset/loaders/material/computeImageBitmapHash.js +0 -41
  1411. package/engine/asset/loaders/material/computeMaterialEquality.js +0 -131
  1412. package/engine/asset/loaders/material/computeMaterialHash.js +0 -72
  1413. package/engine/asset/loaders/material/computeTextureEquality.js +0 -191
  1414. package/engine/asset/loaders/material/computeTextureEqualityById.js +0 -22
  1415. package/engine/asset/loaders/material/computeTextureHash.js +0 -141
  1416. package/engine/asset/loaders/material/planeHash.js +0 -10
  1417. package/engine/asset/loaders/material/planesEqual.js +0 -9
  1418. package/engine/asset/loaders/material/textureHashById.js +0 -12
  1419. package/engine/asset/loaders/material/traverseMaterialTextures.js +0 -37
  1420. package/engine/asset/loaders/texture/TextureAssetLoader.js +0 -40
  1421. package/engine/asset/loaders/texture/cloneTexture.js +0 -13
  1422. package/engine/asset/loaders/texture/loadDDSTexture.js +0 -37
  1423. package/engine/asset/loaders/texture/loadStandardImageTexture.js +0 -38
  1424. package/engine/asset/preloader/AssetLevel.js +0 -10
  1425. package/engine/asset/preloader/Preloader.js +0 -189
  1426. package/engine/asset/preloader/extractAssetListFromManager.js +0 -55
  1427. package/engine/compression/CompressionService.js +0 -144
  1428. package/engine/computeStridedIntegerArrayHash.js +0 -19
  1429. package/engine/control/ControlContext.js +0 -161
  1430. package/engine/control/ControlContext.spec.js +0 -81
  1431. package/engine/control/ControlContextState.js +0 -10
  1432. package/engine/control/StatefulController.js +0 -43
  1433. package/engine/development/performance/AbstractMetric.js +0 -30
  1434. package/engine/development/performance/MetricCollection.js +0 -60
  1435. package/engine/development/performance/MetricStatistics.js +0 -8
  1436. package/engine/development/performance/RingBufferMetric.js +0 -73
  1437. package/engine/development/performance/monitor/PeriodicConsolePrinter.js +0 -37
  1438. package/engine/ecs/Blueprint.js +0 -129
  1439. package/engine/ecs/EntityBlueprint.js +0 -161
  1440. package/engine/ecs/EntityBuilder.js +0 -466
  1441. package/engine/ecs/EntityBuilder.spec.js +0 -64
  1442. package/engine/ecs/EntityBuilderUtils.js +0 -21
  1443. package/engine/ecs/EntityComponentDataset.js +0 -1919
  1444. package/engine/ecs/EntityComponentDataset.spec.js +0 -818
  1445. package/engine/ecs/EntityFactory.js +0 -207
  1446. package/engine/ecs/EntityManager.js +0 -894
  1447. package/engine/ecs/EntityManager.spec.js +0 -99
  1448. package/engine/ecs/EntityObserver.js +0 -121
  1449. package/engine/ecs/EntityObserver.spec.js +0 -184
  1450. package/engine/ecs/System.js +0 -121
  1451. package/engine/ecs/animation/Animation.js +0 -355
  1452. package/engine/ecs/animation/AnimationOptimizer.js +0 -132
  1453. package/engine/ecs/animation/IKMath.js +0 -29
  1454. package/engine/ecs/animation/IKProblem.js +0 -30
  1455. package/engine/ecs/animation/IKSolver.js +0 -9
  1456. package/engine/ecs/animation/InverseKinematics.js +0 -278
  1457. package/engine/ecs/animation/InverseKinematicsSystem.js +0 -143
  1458. package/engine/ecs/animation/OneBoneSurfaceAlignmentSolver.js +0 -213
  1459. package/engine/ecs/animation/TwoBoneInverseKinematicsSolver.js +0 -325
  1460. package/engine/ecs/attachment/Attachment.js +0 -55
  1461. package/engine/ecs/attachment/AttachmentBinding.js +0 -44
  1462. package/engine/ecs/attachment/AttachmentSystem.js +0 -312
  1463. package/engine/ecs/attachment/BoneAttachmentBinding.js +0 -53
  1464. package/engine/ecs/attachment/TransformAttachmentBinding.js +0 -43
  1465. package/engine/ecs/binding/ComponentPropertyBinding.js +0 -57
  1466. package/engine/ecs/binding/ComponentPropertyPath.js +0 -15
  1467. package/engine/ecs/binding/EntityProxyScope.js +0 -95
  1468. package/engine/ecs/components/AABB.js +0 -33
  1469. package/engine/ecs/components/AABBCollider.js +0 -15
  1470. package/engine/ecs/components/AimController.js +0 -18
  1471. package/engine/ecs/components/AlignToVelocity.js +0 -9
  1472. package/engine/ecs/components/AreaOfEffect.js +0 -12
  1473. package/engine/ecs/components/Attacker.js +0 -13
  1474. package/engine/ecs/components/CharacterController.js +0 -25
  1475. package/engine/ecs/components/ClingToHeightMap.js +0 -19
  1476. package/engine/ecs/components/GeometryBVH.js +0 -44
  1477. package/engine/ecs/components/MeshCollider.js +0 -10
  1478. package/engine/ecs/components/MonsterAI.js +0 -10
  1479. package/engine/ecs/components/Mortality.js +0 -27
  1480. package/engine/ecs/components/Motion.js +0 -61
  1481. package/engine/ecs/components/PhysicalBody.js +0 -51
  1482. package/engine/ecs/components/PropertySet.js +0 -140
  1483. package/engine/ecs/components/RangedAttack.js +0 -12
  1484. package/engine/ecs/components/Renderable.js +0 -244
  1485. package/engine/ecs/components/RenderableFlags.js +0 -6
  1486. package/engine/ecs/components/Script.js +0 -26
  1487. package/engine/ecs/components/SerializationMetadata.js +0 -97
  1488. package/engine/ecs/components/Steering.js +0 -146
  1489. package/engine/ecs/components/SynchronizePosition.js +0 -15
  1490. package/engine/ecs/components/Tag.js +0 -391
  1491. package/engine/ecs/components/TagEditor.js +0 -15
  1492. package/engine/ecs/components/TargetAI.js +0 -11
  1493. package/engine/ecs/components/Timer.js +0 -85
  1494. package/engine/ecs/components/ViewportMeshProjection.js +0 -18
  1495. package/engine/ecs/dynamic_actions/DynamicActor.js +0 -22
  1496. package/engine/ecs/dynamic_actions/DynamicActorSystem.js +0 -606
  1497. package/engine/ecs/dynamic_actions/DynamicRuleDescriptionTable.spec.js +0 -124
  1498. package/engine/ecs/dynamic_actions/RuleExecution.js +0 -16
  1499. package/engine/ecs/dynamic_actions/actions/definition/AbstractActionDescription.js +0 -22
  1500. package/engine/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.js +0 -22
  1501. package/engine/ecs/dynamic_actions/actions/definition/DelayActionDescription.js +0 -23
  1502. package/engine/ecs/dynamic_actions/actions/definition/NoopActionDescription.js +0 -14
  1503. package/engine/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.js +0 -104
  1504. package/engine/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.js +0 -81
  1505. package/engine/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.js +0 -53
  1506. package/engine/ecs/dynamic_actions/actions/definition/WhiteToBlackboardActionDescription.js +0 -58
  1507. package/engine/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.js +0 -81
  1508. package/engine/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.js +0 -34
  1509. package/engine/ecs/dynamic_actions/rules/DynamicRuleDescription.js +0 -132
  1510. package/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.js +0 -178
  1511. package/engine/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.js +0 -27
  1512. package/engine/ecs/evaluation/PointFitnessBinary.js +0 -36
  1513. package/engine/ecs/evaluation/PointFitnessConstant.js +0 -31
  1514. package/engine/ecs/evaluation/PointFitnessFunction.js +0 -20
  1515. package/engine/ecs/evaluation/arithmetic/PointFitnessAdd.js +0 -27
  1516. package/engine/ecs/evaluation/arithmetic/PointFitnessMultiply.js +0 -28
  1517. package/engine/ecs/evaluation/complex/PointFitnessGaussianBlur.js +0 -125
  1518. package/engine/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.js +0 -68
  1519. package/engine/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.js +0 -89
  1520. package/engine/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.js +0 -64
  1521. package/engine/ecs/foliage/Foliage.js +0 -151
  1522. package/engine/ecs/foliage/FoliageLoader.js +0 -39
  1523. package/engine/ecs/foliage/FoliageVisibilitySetBuilder.js +0 -27
  1524. package/engine/ecs/foliage/ImpostorFoliage.js +0 -106
  1525. package/engine/ecs/foliage/InstancedFoliage.js +0 -380
  1526. package/engine/ecs/foliage/ViewState.js +0 -181
  1527. package/engine/ecs/foliage/ecs/Foliage2System.js +0 -328
  1528. package/engine/ecs/foliage/ecs/InstancedMeshComponent.js +0 -67
  1529. package/engine/ecs/foliage/ecs/InstancedMeshLayer.js +0 -138
  1530. package/engine/ecs/foliage/ecs/InstancedMeshSerializationAdapter.js +0 -31
  1531. package/engine/ecs/foliage/ecs/InstancedMeshUtils.js +0 -279
  1532. package/engine/ecs/fow/FogOfWar.js +0 -607
  1533. package/engine/ecs/fow/FogOfWar.spec.js +0 -14
  1534. package/engine/ecs/fow/FogOfWarEditor.js +0 -13
  1535. package/engine/ecs/fow/FogOfWarRevealer.js +0 -56
  1536. package/engine/ecs/fow/FogOfWarRevealerSystem.js +0 -142
  1537. package/engine/ecs/fow/FogOfWarSystem.js +0 -266
  1538. package/engine/ecs/fow/FogOfWarVisibilityPredicate.js +0 -52
  1539. package/engine/ecs/fow/serialization/FogOfWarSerializationAdapter.js +0 -80
  1540. package/engine/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.js +0 -50
  1541. package/engine/ecs/fow/shader/FogOfWarRenderer.js +0 -145
  1542. package/engine/ecs/fow/shader/screenSpaceFogOfWarShader.js +0 -151
  1543. package/engine/ecs/grid/HeightMap2NormalMap.js +0 -76
  1544. package/engine/ecs/grid/HeightSampler2NormalSamplerSoft.js +0 -68
  1545. package/engine/ecs/grid/NormalMap2AOMap.js +0 -87
  1546. package/engine/ecs/grid/Sampler2DDecoder.js +0 -57
  1547. package/engine/ecs/grid/makeTerrainGeometry.js +0 -110
  1548. package/engine/ecs/gui/GUIElement.js +0 -239
  1549. package/engine/ecs/gui/GUIElementEvent.js +0 -8
  1550. package/engine/ecs/gui/GUIElementSerializationAdapter.js +0 -108
  1551. package/engine/ecs/gui/GUIElementSystem.js +0 -289
  1552. package/engine/ecs/gui/hud/HeadsUpDisplay.js +0 -118
  1553. package/engine/ecs/gui/hud/HeadsUpDisplayFlag.js +0 -16
  1554. package/engine/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.js +0 -31
  1555. package/engine/ecs/gui/hud/HeadsUpDisplaySystem.js +0 -210
  1556. package/engine/ecs/gui/menu/radial/AnimateAppearance.js +0 -21
  1557. package/engine/ecs/gui/menu/radial/AnimateDisappearance.js +0 -21
  1558. package/engine/ecs/gui/menu/radial/RadialContextMenu.js +0 -247
  1559. package/engine/ecs/gui/menu/radial/RadialMenuSettings.js +0 -11
  1560. package/engine/ecs/gui/menu/radial/playAnimation.js +0 -20
  1561. package/engine/ecs/gui/menu/radial/updateAnimationState.js +0 -14
  1562. package/engine/ecs/gui/parallax/GuiElementParallax.js +0 -15
  1563. package/engine/ecs/gui/parallax/GuiElementParallaxSystem.js +0 -91
  1564. package/engine/ecs/gui/position/ViewportPosition.js +0 -194
  1565. package/engine/ecs/gui/position/ViewportPositionSystem.js +0 -262
  1566. package/engine/ecs/gui/view/ButtonViewEntity.js +0 -108
  1567. package/engine/ecs/gui/view/LocalizedLabelViewEntity.js +0 -52
  1568. package/engine/ecs/gui/view/ViewEntity.js +0 -32
  1569. package/engine/ecs/parent/ChildEntities.js +0 -41
  1570. package/engine/ecs/parent/EntityNode.js +0 -430
  1571. package/engine/ecs/parent/EntityNodeFlags.js +0 -8
  1572. package/engine/ecs/parent/FaceEditor.js +0 -137
  1573. package/engine/ecs/parent/ParentEntity.js +0 -50
  1574. package/engine/ecs/parent/ParentEntitySystem.js +0 -222
  1575. package/engine/ecs/parent/entity_node_compute_bounding_box.js +0 -41
  1576. package/engine/ecs/parent/testCompositionEntityNode.js +0 -153
  1577. package/engine/ecs/parent/testHuDPerf.js +0 -123
  1578. package/engine/ecs/sockets/AttachmentSocket.js +0 -62
  1579. package/engine/ecs/sockets/AttachmentSocketType.js +0 -8
  1580. package/engine/ecs/sockets/AttachmentSockets.js +0 -132
  1581. package/engine/ecs/sockets/BoneAttachmentSocket.js +0 -60
  1582. package/engine/ecs/sockets/serialization/AttachmentSocketsAssetLoader.js +0 -22
  1583. package/engine/ecs/speaker/SpeechBubbleView.js +0 -11
  1584. package/engine/ecs/speaker/Voice.js +0 -58
  1585. package/engine/ecs/speaker/VoiceEvents.js +0 -10
  1586. package/engine/ecs/speaker/VoiceFlags.js +0 -10
  1587. package/engine/ecs/speaker/VoiceSystem.js +0 -455
  1588. package/engine/ecs/speaker/lines/LineDescription.js +0 -45
  1589. package/engine/ecs/speaker/lines/LineDescriptionTable.js +0 -15
  1590. package/engine/ecs/speaker/lines/sets/LineSetDescription.js +0 -74
  1591. package/engine/ecs/speaker/lines/sets/LineSetDescriptionTable.js +0 -103
  1592. package/engine/ecs/storage/BinaryBufferDeSerializer.js +0 -201
  1593. package/engine/ecs/storage/BinaryBufferSerializer.js +0 -181
  1594. package/engine/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.js +0 -7
  1595. package/engine/ecs/storage/JSONDeSerializer.js +0 -148
  1596. package/engine/ecs/storage/JSONSerializer.js +0 -132
  1597. package/engine/ecs/storage/binary/BinaryClassSerializationAdapter.js +0 -66
  1598. package/engine/ecs/storage/binary/BinaryClassUpgrader.js +0 -90
  1599. package/engine/ecs/storage/binary/BinarySerializationRegistry.js +0 -204
  1600. package/engine/ecs/storage/binary/BinarySerializationRegistry.spec.js +0 -139
  1601. package/engine/ecs/storage/binary/collection/BinaryCollectionDeSerializer.js +0 -341
  1602. package/engine/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.js +0 -12
  1603. package/engine/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.js +0 -259
  1604. package/engine/ecs/storage/binary/collection/BinaryCollectionSerializer.js +0 -274
  1605. package/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.js +0 -130
  1606. package/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.js +0 -59
  1607. package/engine/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.js +0 -21
  1608. package/engine/ecs/system/AbstractContextSystem.js +0 -119
  1609. package/engine/ecs/system/SystemEntityContext.js +0 -50
  1610. package/engine/ecs/systems/AABBColliderSystem.js +0 -61
  1611. package/engine/ecs/systems/AABBSystem.js +0 -89
  1612. package/engine/ecs/systems/AimControllerSystem.js +0 -63
  1613. package/engine/ecs/systems/AlignToVelocitySystem.js +0 -51
  1614. package/engine/ecs/systems/AnimationSystem.js +0 -388
  1615. package/engine/ecs/systems/AreaOfEffectSystem.js +0 -48
  1616. package/engine/ecs/systems/AttackerSystem.js +0 -67
  1617. package/engine/ecs/systems/CharacterControlSystem.js +0 -134
  1618. package/engine/ecs/systems/ClingToHeightMapSystem.js +0 -170
  1619. package/engine/ecs/systems/GeometryBVHSystem.js +0 -36
  1620. package/engine/ecs/systems/MeshColliderSystem.js +0 -47
  1621. package/engine/ecs/systems/MonsterAISystem.js +0 -163
  1622. package/engine/ecs/systems/MortalitySystem.js +0 -46
  1623. package/engine/ecs/systems/MotionSystem.js +0 -28
  1624. package/engine/ecs/systems/PhysicsSystem.js +0 -89
  1625. package/engine/ecs/systems/PropertySetSystem.js +0 -18
  1626. package/engine/ecs/systems/RangedAttackSystem.js +0 -132
  1627. package/engine/ecs/systems/RenderSystem.js +0 -267
  1628. package/engine/ecs/systems/ScriptSystem.js +0 -48
  1629. package/engine/ecs/systems/SerializationMetadataSystem.js +0 -10
  1630. package/engine/ecs/systems/SteeringSystem.js +0 -171
  1631. package/engine/ecs/systems/SynchronizePositionSystem.js +0 -37
  1632. package/engine/ecs/systems/TagSystem.js +0 -36
  1633. package/engine/ecs/systems/TargetAISystem.js +0 -107
  1634. package/engine/ecs/systems/TimerSystem.js +0 -71
  1635. package/engine/ecs/systems/ViewportMeshProjectionSystem.js +0 -68
  1636. package/engine/ecs/team/Team.js +0 -82
  1637. package/engine/ecs/terrain/BufferedGeometryArraysBuilder.js +0 -126
  1638. package/engine/ecs/terrain/TerrainClouds.js +0 -177
  1639. package/engine/ecs/terrain/TerrainGeometryBuilder.js +0 -152
  1640. package/engine/ecs/terrain/TerrainPreview.js +0 -66
  1641. package/engine/ecs/terrain/ecs/BuildLightTexture.js +0 -106
  1642. package/engine/ecs/terrain/ecs/GridTransformKind.js +0 -4
  1643. package/engine/ecs/terrain/ecs/OffsetScaleTransform2D.js +0 -9
  1644. package/engine/ecs/terrain/ecs/PromiseSamplerHeight.js +0 -59
  1645. package/engine/ecs/terrain/ecs/Terrain.js +0 -1060
  1646. package/engine/ecs/terrain/ecs/TerrainClassifier.js +0 -125
  1647. package/engine/ecs/terrain/ecs/TerrainFlags.js +0 -8
  1648. package/engine/ecs/terrain/ecs/TerrainSystem.js +0 -232
  1649. package/engine/ecs/terrain/ecs/cling/ClingToTerrain.js +0 -68
  1650. package/engine/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.js +0 -31
  1651. package/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.js +0 -348
  1652. package/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.js +0 -38
  1653. package/engine/ecs/terrain/ecs/layers/TerrainLayer.js +0 -165
  1654. package/engine/ecs/terrain/ecs/layers/TerrainLayers.js +0 -459
  1655. package/engine/ecs/terrain/ecs/layers/loadLegacyTerrainLayers.js +0 -99
  1656. package/engine/ecs/terrain/ecs/makeTerrainWorkerProxy.js +0 -82
  1657. package/engine/ecs/terrain/ecs/splat/SplatMapMaterialPatch.js +0 -461
  1658. package/engine/ecs/terrain/ecs/splat/SplatMapOptimizer.js +0 -622
  1659. package/engine/ecs/terrain/ecs/splat/SplatMapOptimizerDebugger.js +0 -383
  1660. package/engine/ecs/terrain/ecs/splat/SplatMapping.js +0 -528
  1661. package/engine/ecs/terrain/ecs/splat/loadLegacyTerrainSplats.js +0 -73
  1662. package/engine/ecs/terrain/overlay/TerrainOverlay.js +0 -324
  1663. package/engine/ecs/terrain/serialization/TerrainSerializationAdapter.js +0 -206
  1664. package/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.js +0 -92
  1665. package/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.js +0 -81
  1666. package/engine/ecs/terrain/tiles/FirstRayIntersectionTerrainBVHVisitor.js +0 -74
  1667. package/engine/ecs/terrain/tiles/TerrainTile.js +0 -585
  1668. package/engine/ecs/terrain/tiles/TerrainTileManager.js +0 -692
  1669. package/engine/ecs/terrain/tiles/TileBuildWorker.js +0 -17
  1670. package/engine/ecs/terrain/util/loadVisibleTerrainTiles.js +0 -112
  1671. package/engine/ecs/terrain/util/obtainTerrain.js +0 -23
  1672. package/engine/ecs/terrain/util/paintTerrainOverlayViaLookupTable.js +0 -67
  1673. package/engine/ecs/terrain/util/tensionOptimizeUV.js +0 -76
  1674. package/engine/ecs/tooltip/TooltipComponent.js +0 -45
  1675. package/engine/ecs/tooltip/TooltipComponentSerializationAdapter.js +0 -29
  1676. package/engine/ecs/tooltip/TooltipComponentSystem.js +0 -234
  1677. package/engine/ecs/tooltip/testTooltipComponentSystem.js +0 -119
  1678. package/engine/ecs/transform/Transform.editor.schema.json +0 -16
  1679. package/engine/ecs/transform/Transform.js +0 -357
  1680. package/engine/ecs/transform/TransformFlags.js +0 -11
  1681. package/engine/ecs/transform/TransformSerializationAdapter.js +0 -54
  1682. package/engine/ecs/transform/TransformSerializationUpgrader_0_1.js +0 -69
  1683. package/engine/ecs/transform/copy_three_transform.js +0 -15
  1684. package/engine/ecs/transform-attachment/TransformAttachment.js +0 -101
  1685. package/engine/ecs/transform-attachment/TransformAttachmentSystem.js +0 -226
  1686. package/engine/ecs/util/hideEntityGracefully.js +0 -202
  1687. package/engine/ecs/util/removeComponentsExcept.js +0 -32
  1688. package/engine/google/gapi.js +0 -29
  1689. package/engine/graphics/CanvasBlur.js +0 -599
  1690. package/engine/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.js +0 -10
  1691. package/engine/graphics/FrameRunner.js +0 -88
  1692. package/engine/graphics/FrameThrottle.js +0 -29
  1693. package/engine/graphics/GraphicsEngine.js +0 -684
  1694. package/engine/graphics/StandardFrameBuffers.js +0 -9
  1695. package/engine/graphics/WHITE_PIXEL_DATA_URL.js +0 -1
  1696. package/engine/graphics/camera/CameraShake.js +0 -198
  1697. package/engine/graphics/camera/camera_compute_distance_to_fit_length.js +0 -22
  1698. package/engine/graphics/camera/makeOrbitalCameraController.js +0 -108
  1699. package/engine/graphics/camera/makeScreenScissorFrustum.js +0 -60
  1700. package/engine/graphics/camera/testClippingPlaneComputation.js +0 -434
  1701. package/engine/graphics/clouds/MaterialTransformer.js +0 -0
  1702. package/engine/graphics/clouds/TerrainCloudsPlugin.js +0 -0
  1703. package/engine/graphics/clouds/cs_build_fragment_shader.js +0 -0
  1704. package/engine/graphics/clouds/cs_build_vertex_shader.js +0 -0
  1705. package/engine/graphics/composit/CompositLayer.js +0 -254
  1706. package/engine/graphics/composit/CompositingStages.js +0 -8
  1707. package/engine/graphics/composit/LayerCompositer.js +0 -240
  1708. package/engine/graphics/debug/VisualSymbolLine.js +0 -112
  1709. package/engine/graphics/debug/createDebugLabel.js +0 -36
  1710. package/engine/graphics/ecs/animation/AnimationController.js +0 -152
  1711. package/engine/graphics/ecs/animation/AnimationControllerSystem.js +0 -80
  1712. package/engine/graphics/ecs/animation/animator/AnimationClip.js +0 -227
  1713. package/engine/graphics/ecs/animation/animator/AnimationClipDefinition.js +0 -117
  1714. package/engine/graphics/ecs/animation/animator/AnimationClipFlag.js +0 -10
  1715. package/engine/graphics/ecs/animation/animator/AnimationEventTypes.js +0 -7
  1716. package/engine/graphics/ecs/animation/animator/AnimationGraphSystem.js +0 -322
  1717. package/engine/graphics/ecs/animation/animator/AnimationNotification.js +0 -43
  1718. package/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.js +0 -44
  1719. package/engine/graphics/ecs/animation/animator/blending/BlendSpace.js +0 -15
  1720. package/engine/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.js +0 -9
  1721. package/engine/graphics/ecs/animation/animator/blending/BlendSpacePoint.js +0 -15
  1722. package/engine/graphics/ecs/animation/animator/blending/BlendState.js +0 -9
  1723. package/engine/graphics/ecs/animation/animator/blending/BlendStateDatabase.js +0 -76
  1724. package/engine/graphics/ecs/animation/animator/blending/BlendStateMatrix.js +0 -103
  1725. package/engine/graphics/ecs/animation/animator/graph/AnimationGraph.js +0 -727
  1726. package/engine/graphics/ecs/animation/animator/graph/AnimationGraphFlag.js +0 -8
  1727. package/engine/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.js +0 -62
  1728. package/engine/graphics/ecs/animation/animator/graph/AnimationState.js +0 -210
  1729. package/engine/graphics/ecs/animation/animator/graph/AnimationStateType.js +0 -5
  1730. package/engine/graphics/ecs/animation/animator/graph/AnimationTransition.js +0 -153
  1731. package/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.js +0 -194
  1732. package/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.js +0 -92
  1733. package/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.js +0 -61
  1734. package/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.js +0 -29
  1735. package/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.js +0 -299
  1736. package/engine/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.js +0 -135
  1737. package/engine/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.js +0 -100
  1738. package/engine/graphics/ecs/camera/Camera.js +0 -262
  1739. package/engine/graphics/ecs/camera/CameraClippingPlaneComputer.js +0 -138
  1740. package/engine/graphics/ecs/camera/CameraSystem.js +0 -311
  1741. package/engine/graphics/ecs/camera/FrustumProjector.js +0 -242
  1742. package/engine/graphics/ecs/camera/InvertQuaternionOrientation.js +0 -26
  1743. package/engine/graphics/ecs/camera/ProjectionType.js +0 -9
  1744. package/engine/graphics/ecs/camera/TiltCameraController.js +0 -69
  1745. package/engine/graphics/ecs/camera/auto_set_camera_clipping_planes.js +0 -32
  1746. package/engine/graphics/ecs/camera/build_three_camera_object.js +0 -29
  1747. package/engine/graphics/ecs/camera/compute_perspective_camera_focal_position.js +0 -27
  1748. package/engine/graphics/ecs/camera/frustum_from_camera.js +0 -20
  1749. package/engine/graphics/ecs/camera/is_valid_distance_value.js +0 -11
  1750. package/engine/graphics/ecs/camera/serialization/CameraSerializationAdapter.js +0 -35
  1751. package/engine/graphics/ecs/camera/set_camera_aspect_ratio.js +0 -46
  1752. package/engine/graphics/ecs/camera/topdown/ComputeCameraFacingVector.js +0 -21
  1753. package/engine/graphics/ecs/camera/topdown/TopDownCameraController.js +0 -264
  1754. package/engine/graphics/ecs/camera/topdown/TopDownCameraController.spec.js +0 -94
  1755. package/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.js +0 -53
  1756. package/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.js +0 -30
  1757. package/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.js +0 -104
  1758. package/engine/graphics/ecs/camera/topdown/TopDownCameraLander.js +0 -26
  1759. package/engine/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.js +0 -153
  1760. package/engine/graphics/ecs/camera/unprojectPoint.js +0 -14
  1761. package/engine/graphics/ecs/camera/update_camera_transform.js +0 -17
  1762. package/engine/graphics/ecs/compileAllMaterials.js +0 -139
  1763. package/engine/graphics/ecs/decal/Decal.js +0 -10
  1764. package/engine/graphics/ecs/decal/DecalSystem.js +0 -117
  1765. package/engine/graphics/ecs/decal/threejs/DecalGeometry.js +0 -298
  1766. package/engine/graphics/ecs/decal/v2/Decal.js +0 -50
  1767. package/engine/graphics/ecs/decal/v2/FPDecalSystem.js +0 -226
  1768. package/engine/graphics/ecs/decal/v2/prototypeDecalEditor.js +0 -138
  1769. package/engine/graphics/ecs/decal/v2/prototypeDecalSystem.js +0 -496
  1770. package/engine/graphics/ecs/highlight/Highlight.js +0 -188
  1771. package/engine/graphics/ecs/highlight/HighlightDefinition.js +0 -86
  1772. package/engine/graphics/ecs/highlight/HighlightEditor.js +0 -17
  1773. package/engine/graphics/ecs/highlight/HighlightSerializationAdapter.js +0 -85
  1774. package/engine/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.js +0 -28
  1775. package/engine/graphics/ecs/highlight/plugin/HighlightRenderElementSource.js +0 -12
  1776. package/engine/graphics/ecs/highlight/plugin/OutlineRenderPlugin.js +0 -193
  1777. package/engine/graphics/ecs/highlight/renderer/HighlightDecodeShader.js +0 -67
  1778. package/engine/graphics/ecs/highlight/renderer/HighlightRenderElement.js +0 -47
  1779. package/engine/graphics/ecs/highlight/renderer/HighlightRenderGroup.js +0 -31
  1780. package/engine/graphics/ecs/highlight/renderer/OutlineRenderer.js +0 -634
  1781. package/engine/graphics/ecs/highlight/renderer/makeBlurShader_9.js +0 -49
  1782. package/engine/graphics/ecs/highlight/renderer/makeDilationShader.js +0 -92
  1783. package/engine/graphics/ecs/highlight/renderer/makeGaussianBlurShader.js +0 -61
  1784. package/engine/graphics/ecs/highlight/renderer/traverseThreeObject.js +0 -18
  1785. package/engine/graphics/ecs/highlight/system/MeshHighlightSystem.js +0 -180
  1786. package/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.js +0 -176
  1787. package/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.js +0 -185
  1788. package/engine/graphics/ecs/light/Light.js +0 -167
  1789. package/engine/graphics/ecs/light/LightContext.js +0 -69
  1790. package/engine/graphics/ecs/light/LightSerializationAdapter.js +0 -50
  1791. package/engine/graphics/ecs/light/LightSystem.js +0 -344
  1792. package/engine/graphics/ecs/light/LightType.js +0 -11
  1793. package/engine/graphics/ecs/light/binding/LightBinding.js +0 -118
  1794. package/engine/graphics/ecs/light/binding/fp/FPLightBinding.js +0 -61
  1795. package/engine/graphics/ecs/light/binding/three/ThreeLightBinding.js +0 -348
  1796. package/engine/graphics/ecs/light/binding/three/applyRotation.js +0 -24
  1797. package/engine/graphics/ecs/light/binding/three/threeEnsureLightObject.js +0 -12
  1798. package/engine/graphics/ecs/light/binding/three/threeMakeLight.js +0 -41
  1799. package/engine/graphics/ecs/light/shadow/ShadowManager.js +0 -54
  1800. package/engine/graphics/ecs/light/shadow/ShadowMap.js +0 -11
  1801. package/engine/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.js +0 -43
  1802. package/engine/graphics/ecs/light/three/ThreeLightCache.js +0 -250
  1803. package/engine/graphics/ecs/light/three/light2type.js +0 -20
  1804. package/engine/graphics/ecs/mesh/Mesh.js +0 -448
  1805. package/engine/graphics/ecs/mesh/MeshEditor.js +0 -28
  1806. package/engine/graphics/ecs/mesh/MeshEvents.js +0 -16
  1807. package/engine/graphics/ecs/mesh/MeshSystem.js +0 -467
  1808. package/engine/graphics/ecs/mesh/SkeletonUtils.js +0 -284
  1809. package/engine/graphics/ecs/mesh/applyTransformToThreeObject.js +0 -14
  1810. package/engine/graphics/ecs/mesh/assetTypeByPath.js +0 -28
  1811. package/engine/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.js +0 -37
  1812. package/engine/graphics/ecs/mesh/copyToVector3.js +0 -18
  1813. package/engine/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.js +0 -158
  1814. package/engine/graphics/ecs/mesh/object3DFastMatrixUpdate.js +0 -18
  1815. package/engine/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.js +0 -14
  1816. package/engine/graphics/ecs/mesh/serialization/MeshSerializationAdapter.js +0 -43
  1817. package/engine/graphics/ecs/mesh/setMesh.js +0 -55
  1818. package/engine/graphics/ecs/mesh/setThreeObjectRotation.js +0 -11
  1819. package/engine/graphics/ecs/mesh/skeleton/BoneMapping.js +0 -101
  1820. package/engine/graphics/ecs/mesh/skeleton/HumanoidBoneType.js +0 -29
  1821. package/engine/graphics/ecs/mesh/updateMeshTransform.js +0 -15
  1822. package/engine/graphics/ecs/mesh/updateNodeByTransformAndBBB.js +0 -54
  1823. package/engine/graphics/ecs/mesh-v2/DrawMode.js +0 -10
  1824. package/engine/graphics/ecs/mesh-v2/ShadedGeometry.js +0 -370
  1825. package/engine/graphics/ecs/mesh-v2/ShadedGeometryFlags.js +0 -20
  1826. package/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.js +0 -538
  1827. package/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.js +0 -179
  1828. package/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.js +0 -12
  1829. package/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.js +0 -90
  1830. package/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.js +0 -294
  1831. package/engine/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.js +0 -174
  1832. package/engine/graphics/ecs/mesh-v2/allocate_transform_m4.js +0 -51
  1833. package/engine/graphics/ecs/mesh-v2/allocate_v3.js +0 -37
  1834. package/engine/graphics/ecs/mesh-v2/build_three_object.js +0 -45
  1835. package/engine/graphics/ecs/mesh-v2/render/SGThreeObjectCache.js +0 -38
  1836. package/engine/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.js +0 -171
  1837. package/engine/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.js +0 -131
  1838. package/engine/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.js +0 -43
  1839. package/engine/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.js +0 -151
  1840. package/engine/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.js +0 -126
  1841. package/engine/graphics/ecs/mesh-v2/sample/load_gltf.js +0 -130
  1842. package/engine/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.js +0 -173
  1843. package/engine/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.js +0 -212
  1844. package/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.js +0 -31
  1845. package/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.js +0 -49
  1846. package/engine/graphics/ecs/path/PathDisplay.js +0 -30
  1847. package/engine/graphics/ecs/path/PathDisplayEvents.js +0 -8
  1848. package/engine/graphics/ecs/path/PathDisplaySpec.js +0 -70
  1849. package/engine/graphics/ecs/path/PathDisplaySystem.js +0 -354
  1850. package/engine/graphics/ecs/path/PathDisplayType.js +0 -10
  1851. package/engine/graphics/ecs/path/entity/EntityPath.js +0 -235
  1852. package/engine/graphics/ecs/path/entity/EntityPathMarker.js +0 -29
  1853. package/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.js +0 -65
  1854. package/engine/graphics/ecs/path/entity/EntityPathStyle.js +0 -46
  1855. package/engine/graphics/ecs/path/entity/testEntityPath.js +0 -148
  1856. package/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.js +0 -141
  1857. package/engine/graphics/ecs/path/ribbon/RibbonPathBuilder.js +0 -149
  1858. package/engine/graphics/ecs/path/ribbon/RibbonPathStyle.js +0 -29
  1859. package/engine/graphics/ecs/path/testPathDisplaySystem.js +0 -459
  1860. package/engine/graphics/ecs/path/tube/BasicMaterialDefinition.js +0 -8
  1861. package/engine/graphics/ecs/path/tube/CapType.js +0 -9
  1862. package/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.js +0 -17
  1863. package/engine/graphics/ecs/path/tube/PathNormalType.js +0 -11
  1864. package/engine/graphics/ecs/path/tube/StandardMaterialDefinition.js +0 -15
  1865. package/engine/graphics/ecs/path/tube/TubeMaterialType.js +0 -6
  1866. package/engine/graphics/ecs/path/tube/TubePathStyle.js +0 -235
  1867. package/engine/graphics/ecs/path/tube/TubePathStyle.spec.js +0 -5
  1868. package/engine/graphics/ecs/path/tube/build/StreamGeometryBuilder.js +0 -90
  1869. package/engine/graphics/ecs/path/tube/build/TubePathBuilder.js +0 -203
  1870. package/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.js +0 -75
  1871. package/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.js +0 -32
  1872. package/engine/graphics/ecs/path/tube/build/build_geometry_linear.js +0 -70
  1873. package/engine/graphics/ecs/path/tube/build/computeFrenetFrames.js +0 -191
  1874. package/engine/graphics/ecs/path/tube/build/compute_smooth_profile_normals.js +0 -41
  1875. package/engine/graphics/ecs/path/tube/build/estimatePathLength.js +0 -17
  1876. package/engine/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.js +0 -37
  1877. package/engine/graphics/ecs/path/tube/build/fix_shape_normal_order.js +0 -45
  1878. package/engine/graphics/ecs/path/tube/build/makeTubeGeometry.js +0 -201
  1879. package/engine/graphics/ecs/path/tube/build/make_cap.js +0 -274
  1880. package/engine/graphics/ecs/path/tube/build/make_ring_faces.js +0 -40
  1881. package/engine/graphics/ecs/path/tube/build/make_ring_vertices.js +0 -152
  1882. package/engine/graphics/ecs/path/tube/prototypeAnimatedPathMask.js +0 -392
  1883. package/engine/graphics/ecs/sprite/Sprite.js +0 -11
  1884. package/engine/graphics/ecs/sprite/SpriteSystemPE.js +0 -133
  1885. package/engine/graphics/ecs/sprite/prototypeSpriteSystem.js +0 -1570
  1886. package/engine/graphics/ecs/trail/Trail.js +0 -83
  1887. package/engine/graphics/ecs/trail/TrailMaterial.js +0 -67
  1888. package/engine/graphics/ecs/trail/TrailMaterial2.js +0 -73
  1889. package/engine/graphics/ecs/trail/TrailSystem.js +0 -162
  1890. package/engine/graphics/ecs/trail2d/Trail2D.js +0 -230
  1891. package/engine/graphics/ecs/trail2d/Trail2DSystem.js +0 -287
  1892. package/engine/graphics/ecs/trail2d/makeGradientTrail.js +0 -68
  1893. package/engine/graphics/ecs/water/Water.js +0 -178
  1894. package/engine/graphics/ecs/water/WaterSerializationAdapter.js +0 -65
  1895. package/engine/graphics/ecs/water/WaterSerializationUpgrader_0_1.js +0 -48
  1896. package/engine/graphics/ecs/water/WaterSystem.js +0 -338
  1897. package/engine/graphics/ecs/water2/NodeWaterShader1.js +0 -213
  1898. package/engine/graphics/ecs/water2/shader/AlexWaterShader.js +0 -243
  1899. package/engine/graphics/ecs/water2/shader/JBWaterShader.js +0 -315
  1900. package/engine/graphics/ecs/water2/shader/testWaterShader.js +0 -161
  1901. package/engine/graphics/filter/FlipArrayInPlace.js +0 -30
  1902. package/engine/graphics/filter/FlipArrayViaCanvas.js +0 -13
  1903. package/engine/graphics/filter/ImageFilter.js +0 -84
  1904. package/engine/graphics/geometry/AttributeSpec.js +0 -120
  1905. package/engine/graphics/geometry/BufferGeometryWrap.js +0 -25
  1906. package/engine/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.js +0 -18
  1907. package/engine/graphics/geometry/MikkT/AddTriToGroup.js +0 -10
  1908. package/engine/graphics/geometry/MikkT/AssignRecur.js +0 -84
  1909. package/engine/graphics/geometry/MikkT/AvgTSpace.js +0 -38
  1910. package/engine/graphics/geometry/MikkT/Build4RuleGroups.js +0 -96
  1911. package/engine/graphics/geometry/MikkT/BuildNeighborsFast.js +0 -137
  1912. package/engine/graphics/geometry/MikkT/CalcTexArea.js +0 -31
  1913. package/engine/graphics/geometry/MikkT/CompareSubGroups.js +0 -26
  1914. package/engine/graphics/geometry/MikkT/DegenEpilogue.js +0 -220
  1915. package/engine/graphics/geometry/MikkT/DegenPrologue.js +0 -115
  1916. package/engine/graphics/geometry/MikkT/EvalTspace.js +0 -128
  1917. package/engine/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.js +0 -48
  1918. package/engine/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.js +0 -184
  1919. package/engine/graphics/geometry/MikkT/GenerateTSpaces.js +0 -226
  1920. package/engine/graphics/geometry/MikkT/GetEdge.js +0 -45
  1921. package/engine/graphics/geometry/MikkT/GetNormal.js +0 -16
  1922. package/engine/graphics/geometry/MikkT/GetPosition.js +0 -25
  1923. package/engine/graphics/geometry/MikkT/GetTexCoord.js +0 -18
  1924. package/engine/graphics/geometry/MikkT/InitTriInfo.js +0 -180
  1925. package/engine/graphics/geometry/MikkT/Length.js +0 -10
  1926. package/engine/graphics/geometry/MikkT/MakeIndex.js +0 -18
  1927. package/engine/graphics/geometry/MikkT/MikkTSpace.js +0 -339
  1928. package/engine/graphics/geometry/MikkT/MikkTSpace.spec.js +0 -28
  1929. package/engine/graphics/geometry/MikkT/NormalizeSafe.js +0 -21
  1930. package/engine/graphics/geometry/MikkT/NotZero.js +0 -10
  1931. package/engine/graphics/geometry/MikkT/QuickSort.js +0 -54
  1932. package/engine/graphics/geometry/MikkT/QuickSortEdges.js +0 -71
  1933. package/engine/graphics/geometry/MikkT/SSubGroup.js +0 -15
  1934. package/engine/graphics/geometry/MikkT/STSpace.js +0 -36
  1935. package/engine/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.js +0 -34
  1936. package/engine/graphics/geometry/MikkT/buffer_geometry_generate_tangents.js +0 -28
  1937. package/engine/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.js +0 -1
  1938. package/engine/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.js +0 -1
  1939. package/engine/graphics/geometry/MikkT/constants/MARK_DEGENERATE.js +0 -1
  1940. package/engine/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.js +0 -1
  1941. package/engine/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.js +0 -1
  1942. package/engine/graphics/geometry/MikkT/m_getNormal.js +0 -16
  1943. package/engine/graphics/geometry/MikkT/m_getNumFaces.js +0 -8
  1944. package/engine/graphics/geometry/MikkT/m_getNumVerticesOfFace.js +0 -11
  1945. package/engine/graphics/geometry/MikkT/m_getPosition.js +0 -20
  1946. package/engine/graphics/geometry/MikkT/m_getTexCoord.js +0 -16
  1947. package/engine/graphics/geometry/MikkT/m_setTSpace.js +0 -35
  1948. package/engine/graphics/geometry/MikkT/m_setTSpaceBasic.js +0 -22
  1949. package/engine/graphics/geometry/MikkT/malloc.js +0 -16
  1950. package/engine/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.js +0 -52
  1951. package/engine/graphics/geometry/QuadGeometry.js +0 -13
  1952. package/engine/graphics/geometry/VertexDataSpec.js +0 -220
  1953. package/engine/graphics/geometry/aabb3_to_buffer_geometry.js +0 -30
  1954. package/engine/graphics/geometry/buffered/ComputeNormals.js +0 -101
  1955. package/engine/graphics/geometry/buffered/computeBufferAttributeHash.js +0 -27
  1956. package/engine/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.js +0 -17
  1957. package/engine/graphics/geometry/buffered/computeGeometryEquality.js +0 -56
  1958. package/engine/graphics/geometry/buffered/computeGeometryHash.js +0 -26
  1959. package/engine/graphics/geometry/buffered/compute_buffer_geometry_byte_size.js +0 -16
  1960. package/engine/graphics/geometry/buffered/deinterleaveBufferAttribute.js +0 -40
  1961. package/engine/graphics/geometry/buffered/deinterleaveBufferGeometry.js +0 -50
  1962. package/engine/graphics/geometry/buffered/ensureGeometryBoundingSphere.js +0 -19
  1963. package/engine/graphics/geometry/buffered/makeGeometryIndexed.js +0 -24
  1964. package/engine/graphics/geometry/buffered/query/ClippingPlaneContainmentComputingVisitor.js +0 -195
  1965. package/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.js +0 -219
  1966. package/engine/graphics/geometry/buffered/query/GeometryVisitor.js +0 -87
  1967. package/engine/graphics/geometry/buffered/query/RaycastNearestHitComputingVisitor.js +0 -206
  1968. package/engine/graphics/geometry/bvh/BVHFromGeometry.js +0 -72
  1969. package/engine/graphics/geometry/bvh/buffered/BVHFromBufferGeometry.js +0 -133
  1970. package/engine/graphics/geometry/bvh/buffered/BVHGeometryRaycaster.js +0 -234
  1971. package/engine/graphics/geometry/bvh/buffered/BinaryBVHFromBufferGeometry.js +0 -123
  1972. package/engine/graphics/geometry/bvh/buffered/IndexedTraingleBoundsComputer.js +0 -43
  1973. package/engine/graphics/geometry/clipping/ClippedGeometry.js +0 -144
  1974. package/engine/graphics/geometry/computeBoundingSphereFromVertexData.js +0 -29
  1975. package/engine/graphics/geometry/computeMeshSurfaceArea.js +0 -88
  1976. package/engine/graphics/geometry/compute_geometry_polycount.js +0 -21
  1977. package/engine/graphics/geometry/decimation/SimplifyModifier.js +0 -971
  1978. package/engine/graphics/geometry/instancing/InstancedMeshGroup.js +0 -570
  1979. package/engine/graphics/geometry/instancing/rewriteMaterial.js +0 -53
  1980. package/engine/graphics/geometry/optimization/VertexCacheOptimizer.js +0 -437
  1981. package/engine/graphics/geometry/optimization/merge/merge_geometry_hierarchy.js +0 -327
  1982. package/engine/graphics/geometry/optimization/merge/prototypeGeometryMerge.js +0 -176
  1983. package/engine/graphics/geometry/ribbon/Quad.js +0 -213
  1984. package/engine/graphics/geometry/ribbon/Ribbon.js +0 -256
  1985. package/engine/graphics/geometry/ribbon/copyAttributeV3.js +0 -12
  1986. package/engine/graphics/geometry/ribbon/copyAttributeValue.js +0 -17
  1987. package/engine/graphics/geometry/ribbon/createRibbon.js +0 -66
  1988. package/engine/graphics/geometry/ribbon/equalAttributeV3.js +0 -13
  1989. package/engine/graphics/geometry/ribbon/equalAttributeValue.js +0 -24
  1990. package/engine/graphics/geometry/ribbon/rotateRibbon.js +0 -37
  1991. package/engine/graphics/geometry/ribbon/updateTipPosition.js +0 -52
  1992. package/engine/graphics/geometry/scaleGeometryToBox.js +0 -23
  1993. package/engine/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.js +0 -33
  1994. package/engine/graphics/geometry/skining/computeSkinnedMeshVertices.js +0 -140
  1995. package/engine/graphics/impostors/card_cluster/FacePlaneAssignment.js +0 -30
  1996. package/engine/graphics/impostors/card_cluster/README.md +0 -13
  1997. package/engine/graphics/impostors/octahedral/ImpostorBaker.js +0 -349
  1998. package/engine/graphics/impostors/octahedral/ImpostorCaptureType.js +0 -10
  1999. package/engine/graphics/impostors/octahedral/ImpostorDescription.js +0 -87
  2000. package/engine/graphics/impostors/octahedral/README.md +0 -34
  2001. package/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere.js +0 -45
  2002. package/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.js +0 -37
  2003. package/engine/graphics/impostors/octahedral/bake/prepare_bake_material.js +0 -132
  2004. package/engine/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.js +0 -20
  2005. package/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.js +0 -25
  2006. package/engine/graphics/impostors/octahedral/grid/UvEncoder.js +0 -21
  2007. package/engine/graphics/impostors/octahedral/prototypeBaker.js +0 -225
  2008. package/engine/graphics/impostors/octahedral/shader/BakeShaderStandard.js +0 -196
  2009. package/engine/graphics/impostors/octahedral/shader/ImpostorShaderStandard.js +0 -306
  2010. package/engine/graphics/impostors/octahedral/shader/ImpostorShaderV0.js +0 -365
  2011. package/engine/graphics/impostors/octahedral/shader/ImpostorShaderV1.js +0 -74
  2012. package/engine/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.js +0 -134
  2013. package/engine/graphics/impostors/octahedral/shader/glsl/common.glsl +0 -206
  2014. package/engine/graphics/impostors/octahedral/shader/glsl/v1/common.glsl +0 -209
  2015. package/engine/graphics/impostors/octahedral/shader/glsl/v1/flagment.glsl +0 -80
  2016. package/engine/graphics/impostors/octahedral/shader/glsl/v1/vertex.glsl +0 -350
  2017. package/engine/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.js +0 -128
  2018. package/engine/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.js +0 -32
  2019. package/engine/graphics/impostors/octahedral/util/load_mesh_for_bake.js +0 -31
  2020. package/engine/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.js +0 -107
  2021. package/engine/graphics/loadCubeTexture.js +0 -32
  2022. package/engine/graphics/loader/threejs/GLTFLoader.js +0 -3179
  2023. package/engine/graphics/loader/threejs/LegacyJSONLoader.js +0 -845
  2024. package/engine/graphics/makeModelView.js +0 -47
  2025. package/engine/graphics/material/LoadMaterial.js +0 -199
  2026. package/engine/graphics/material/SplatMaterial.js +0 -170
  2027. package/engine/graphics/material/WaterMaterial.js +0 -73
  2028. package/engine/graphics/material/composeCompile.js +0 -37
  2029. package/engine/graphics/material/getTextureImmediate.js +0 -19
  2030. package/engine/graphics/material/manager/AbstractMaterialTransformer.js +0 -10
  2031. package/engine/graphics/material/manager/ManagedMaterial.js +0 -78
  2032. package/engine/graphics/material/manager/ManagedTexture.js +0 -3
  2033. package/engine/graphics/material/manager/MaterialManager.js +0 -169
  2034. package/engine/graphics/material/manager/TextureManager.js +0 -3
  2035. package/engine/graphics/material/manager/compilers/CoalesceTextures.js +0 -68
  2036. package/engine/graphics/material/optimization/BUFFER_GEOMETRY_UVS.js +0 -10
  2037. package/engine/graphics/material/optimization/MaterialDescriptor.js +0 -46
  2038. package/engine/graphics/material/optimization/MaterialOptimizationContext.js +0 -871
  2039. package/engine/graphics/material/optimization/UvContext.js +0 -18
  2040. package/engine/graphics/material/optimization/is_compliant_mesh.js +0 -71
  2041. package/engine/graphics/material/optimization/prepare_atlas_texture.js +0 -23
  2042. package/engine/graphics/material/optimization/prototypeMaterialOptimizer.js +0 -127
  2043. package/engine/graphics/micron/MICRON_GEOMETRY_FIELD.js +0 -1
  2044. package/engine/graphics/micron/MICRON_URI_FIELD.js +0 -1
  2045. package/engine/graphics/micron/build/MICRON_PATCH_SIZE_MAX.js +0 -5
  2046. package/engine/graphics/micron/build/PatchRepresentation.js +0 -424
  2047. package/engine/graphics/micron/build/buildMicronGeometryFromBufferGeometry.js +0 -311
  2048. package/engine/graphics/micron/build/build_geometry_info.js +0 -21
  2049. package/engine/graphics/micron/build/clustering/assignInitialPatchNeighbours.js +0 -63
  2050. package/engine/graphics/micron/build/clustering/assign_patch_neighbours_from_topology.js +0 -46
  2051. package/engine/graphics/micron/build/clustering/build_clustering_2.js +0 -37
  2052. package/engine/graphics/micron/build/clustering/build_leaf_patches.js +0 -326
  2053. package/engine/graphics/micron/build/clustering/build_leaf_patches_metis.js +0 -76
  2054. package/engine/graphics/micron/build/clustering/computeBorderLengthChange.js +0 -59
  2055. package/engine/graphics/micron/build/clustering/computeFaceCurvatureScore.js +0 -57
  2056. package/engine/graphics/micron/build/clustering/computeOpenFaceFreedom.js +0 -35
  2057. package/engine/graphics/micron/build/clustering/compute_face_connection_weight.js +0 -35
  2058. package/engine/graphics/micron/build/clustering/populateOpenFaceNeighboursForPatch.js +0 -56
  2059. package/engine/graphics/micron/build/clustering/validate_leaf_patch_connectivity.js +0 -44
  2060. package/engine/graphics/micron/build/compute_micron_buffer_array_constructor.js +0 -24
  2061. package/engine/graphics/micron/build/compute_vertex_remap_cost.js +0 -27
  2062. package/engine/graphics/micron/build/debug/build_clustering_info.js +0 -58
  2063. package/engine/graphics/micron/build/debug/build_graph_info.js +0 -59
  2064. package/engine/graphics/micron/build/fill_patch_geometry_data.js +0 -270
  2065. package/engine/graphics/micron/build/hierarchy/buildAbstractPatchHierarchy.js +0 -198
  2066. package/engine/graphics/micron/build/hierarchy/build_intermediate_patch_topology.js +0 -162
  2067. package/engine/graphics/micron/build/hierarchy/build_merge_graph.js +0 -89
  2068. package/engine/graphics/micron/build/hierarchy/computePatchMergeScore.js +0 -146
  2069. package/engine/graphics/micron/build/hierarchy/compute_patches_shared_vertex_count.js +0 -32
  2070. package/engine/graphics/micron/build/hierarchy/compute_patches_shared_vertices.js +0 -34
  2071. package/engine/graphics/micron/build/hierarchy/merge_patches.js +0 -581
  2072. package/engine/graphics/micron/build/hierarchy/metis_cluster_clusters.js +0 -53
  2073. package/engine/graphics/micron/build/hierarchy/optimize_graph_partitioning_balance.js +0 -515
  2074. package/engine/graphics/micron/build/hierarchy/patch_combine.js +0 -178
  2075. package/engine/graphics/micron/build/hierarchy/patch_fill_holes_by_uncollapse.js +0 -60
  2076. package/engine/graphics/micron/build/hierarchy/patch_stitch_parent_border.js +0 -320
  2077. package/engine/graphics/micron/build/hierarchy/qvdr_build_simplified_clusters.js +0 -547
  2078. package/engine/graphics/micron/build/hierarchy/qvdr_build_tree.js +0 -140
  2079. package/engine/graphics/micron/buildPatchwork.js +0 -68
  2080. package/engine/graphics/micron/convert_three_object_to_micron.js +0 -179
  2081. package/engine/graphics/micron/debug/VirtualGeometryStats.js +0 -42
  2082. package/engine/graphics/micron/format/MICRON_GEOMETRY_PROPERTY_NAME.js +0 -1
  2083. package/engine/graphics/micron/format/MicronGeometry.js +0 -334
  2084. package/engine/graphics/micron/format/MicronGeometryPatch.js +0 -205
  2085. package/engine/graphics/micron/format/MicronGeometryPatchOccurance.js +0 -50
  2086. package/engine/graphics/micron/format/ThreeMicronMesh.js +0 -45
  2087. package/engine/graphics/micron/format/VirtualGeometry.js +0 -158
  2088. package/engine/graphics/micron/format/micron_build_proxy_geometry.js +0 -205
  2089. package/engine/graphics/micron/format/serialization/MicronGeometryBinarySerializationAdapter.js +0 -123
  2090. package/engine/graphics/micron/format/serialization/MicronGeometryBinarySerializationAdapter.spec.js +0 -63
  2091. package/engine/graphics/micron/format/serialization/collection/geometry_collection_serialization.js +0 -83
  2092. package/engine/graphics/micron/format/serialization/collection/geometry_collection_serialization.spec.js +0 -51
  2093. package/engine/graphics/micron/format/serialization/deserialize_attribute_spec.js +0 -25
  2094. package/engine/graphics/micron/format/serialization/deserialize_patch.js +0 -104
  2095. package/engine/graphics/micron/format/serialization/serialize_attribute_spec.js +0 -18
  2096. package/engine/graphics/micron/format/serialization/serialize_patch.js +0 -84
  2097. package/engine/graphics/micron/format/validate_patch_bounds.js +0 -69
  2098. package/engine/graphics/micron/plugin/GLTFAssetTransformer.js +0 -265
  2099. package/engine/graphics/micron/plugin/GLTF_MICRON_ID_FIELD.js +0 -5
  2100. package/engine/graphics/micron/plugin/MicronRenderPlugin.js +0 -150
  2101. package/engine/graphics/micron/plugin/serialization/BufferGeometrySerializationAdapter.js +0 -176
  2102. package/engine/graphics/micron/plugin/shaded_geometry/MicronShadedGeometryRenderAdapter.js +0 -216
  2103. package/engine/graphics/micron/prototypeMicronProxyBuild.js +0 -227
  2104. package/engine/graphics/micron/prototypeVirtualGeometry.js +0 -911
  2105. package/engine/graphics/micron/render/PatchCacheKey.js +0 -79
  2106. package/engine/graphics/micron/render/VIRTUAL_MESH_FLAG.js +0 -1
  2107. package/engine/graphics/micron/render/VirtualGeometryBuilder.js +0 -207
  2108. package/engine/graphics/micron/render/approximateTriangleArea.js +0 -25
  2109. package/engine/graphics/micron/render/culling/PatchCullingSystem.js +0 -127
  2110. package/engine/graphics/micron/render/instanced/AttributeDataTexture.js +0 -290
  2111. package/engine/graphics/micron/render/instanced/PatchDataTextures.js +0 -325
  2112. package/engine/graphics/micron/render/instanced/ThreeInstancedAdapter.js +0 -175
  2113. package/engine/graphics/micron/render/instanced/shader/constants.js +0 -3
  2114. package/engine/graphics/micron/render/instanced/shader/gen_micron_vertex_attribute_texture_name.js +0 -8
  2115. package/engine/graphics/micron/render/instanced/shader/shader_rewrite_standard.js +0 -250
  2116. package/engine/graphics/micron/render/makeThreeMeshFromVirtualGeometry.js +0 -37
  2117. package/engine/graphics/micron/render/refinement/ActivePatchFlags.js +0 -8
  2118. package/engine/graphics/micron/render/refinement/ActivePatchList.js +0 -239
  2119. package/engine/graphics/micron/render/refinement/ActivePatchRecord.js +0 -154
  2120. package/engine/graphics/micron/render/refinement/RefinementSpec.js +0 -82
  2121. package/engine/graphics/micron/render/refinement/get_geometry_patch_cut.js +0 -133
  2122. package/engine/graphics/micron/render/refinement/is_patch_facing_back.js +0 -43
  2123. package/engine/graphics/micron/render/refinement/is_patch_visible.js +0 -37
  2124. package/engine/graphics/micron/render/v1/MaterialContext.js +0 -150
  2125. package/engine/graphics/micron/render/v1/MaterialVertexSpec.js +0 -115
  2126. package/engine/graphics/micron/render/v1/MicronRenderContext.js +0 -145
  2127. package/engine/graphics/micron/render/v1/ThreeVirtualGeometryAdapter.js +0 -253
  2128. package/engine/graphics/micron/render/v1/VGThreeRenderer.js +0 -142
  2129. package/engine/graphics/micron/render/v1/getTransformedPositionsCached.js +0 -54
  2130. package/engine/graphics/micron/simplifyGeometry.js +0 -26
  2131. package/engine/graphics/micron/util/patchToBufferGeometry.js +0 -19
  2132. package/engine/graphics/particles/ParticleEmitterLibrary.js +0 -87
  2133. package/engine/graphics/particles/ecs/ParticleEmitterSystem.js +0 -261
  2134. package/engine/graphics/particles/node-based/codegen/CodeContext.js +0 -50
  2135. package/engine/graphics/particles/node-based/codegen/CodeGenerator.js +0 -19
  2136. package/engine/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.js +0 -249
  2137. package/engine/graphics/particles/node-based/codegen/glsl/genAttributeInputName.js +0 -8
  2138. package/engine/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.js +0 -8
  2139. package/engine/graphics/particles/node-based/codegen/glsl/getTypeByteSize.js +0 -21
  2140. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.js +0 -58
  2141. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.js +0 -44
  2142. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.js +0 -28
  2143. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.js +0 -28
  2144. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.js +0 -39
  2145. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.js +0 -124
  2146. package/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.js +0 -30
  2147. package/engine/graphics/particles/node-based/codegen/modules/FunctionModule.js +0 -125
  2148. package/engine/graphics/particles/node-based/codegen/modules/FunctionModuleReference.js +0 -64
  2149. package/engine/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.js +0 -275
  2150. package/engine/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.js +0 -59
  2151. package/engine/graphics/particles/node-based/codegen/modules/FunctionSignature.js +0 -57
  2152. package/engine/graphics/particles/node-based/editor/ParticleSpecificationEditorView.js +0 -176
  2153. package/engine/graphics/particles/node-based/nodes/FloatConstant.js +0 -31
  2154. package/engine/graphics/particles/node-based/nodes/ParticleDataTypes.js +0 -13
  2155. package/engine/graphics/particles/node-based/nodes/ReadFloatUniform.js +0 -26
  2156. package/engine/graphics/particles/node-based/nodes/ReadPosition.js +0 -5
  2157. package/engine/graphics/particles/node-based/nodes/ReadVelocity.js +0 -14
  2158. package/engine/graphics/particles/node-based/nodes/ShaderNode.js +0 -73
  2159. package/engine/graphics/particles/node-based/nodes/Vector3Constant.js +0 -30
  2160. package/engine/graphics/particles/node-based/nodes/Vector3Merge.js +0 -30
  2161. package/engine/graphics/particles/node-based/nodes/Vector3Split.js +0 -32
  2162. package/engine/graphics/particles/node-based/nodes/WriteVelocity.js +0 -15
  2163. package/engine/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.js +0 -27
  2164. package/engine/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.js +0 -25
  2165. package/engine/graphics/particles/node-based/nodes/math/AddFloatNode.js +0 -26
  2166. package/engine/graphics/particles/node-based/nodes/math/Vector3Add.js +0 -25
  2167. package/engine/graphics/particles/node-based/nodes/math/Vector3Divide.js +0 -25
  2168. package/engine/graphics/particles/node-based/nodes/math/Vector3Multiply.js +0 -25
  2169. package/engine/graphics/particles/node-based/nodes/math/Vector3Subtract.js +0 -25
  2170. package/engine/graphics/particles/node-based/nodes/noise/CurlNoiseNode.js +0 -39
  2171. package/engine/graphics/particles/node-based/particle/GeometryAttributes.js +0 -10
  2172. package/engine/graphics/particles/node-based/particle/ParticleAttributeBinding.js +0 -14
  2173. package/engine/graphics/particles/node-based/particle/ParticleAttributeSpecification.js +0 -60
  2174. package/engine/graphics/particles/node-based/particle/ParticleSpecification.js +0 -95
  2175. package/engine/graphics/particles/node-based/populateFunctionModuleRegistry.js +0 -23
  2176. package/engine/graphics/particles/node-based/populateNodeRegistry.js +0 -48
  2177. package/engine/graphics/particles/node-based/rendering/AbstractParticleRenderer.js +0 -37
  2178. package/engine/graphics/particles/node-based/rendering/ParticleRenderCommand.js +0 -37
  2179. package/engine/graphics/particles/node-based/rendering/ParticleRenderSpecification.js +0 -19
  2180. package/engine/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.js +0 -170
  2181. package/engine/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.js +0 -150
  2182. package/engine/graphics/particles/node-based/simulation/EmitterAttributeData.js +0 -107
  2183. package/engine/graphics/particles/node-based/simulation/GLDataBuffer.js +0 -105
  2184. package/engine/graphics/particles/node-based/simulation/GLSLParticleSimulator.js +0 -6
  2185. package/engine/graphics/particles/node-based/simulation/GLSLSimulationShader.js +0 -192
  2186. package/engine/graphics/particles/node-based/simulation/TransformFeedback.js +0 -418
  2187. package/engine/graphics/particles/particular/engine/MovingBoundingBox.js +0 -157
  2188. package/engine/graphics/particles/particular/engine/MovingBoundingBox.spec.js +0 -70
  2189. package/engine/graphics/particles/particular/engine/ParticularEngine.js +0 -267
  2190. package/engine/graphics/particles/particular/engine/TF.js +0 -250
  2191. package/engine/graphics/particles/particular/engine/emitter/EmissionFromType.js +0 -8
  2192. package/engine/graphics/particles/particular/engine/emitter/EmissionShapeType.js +0 -9
  2193. package/engine/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.js +0 -12
  2194. package/engine/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.js +0 -84
  2195. package/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.js +0 -1224
  2196. package/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.js +0 -47
  2197. package/engine/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.js +0 -67
  2198. package/engine/graphics/particles/particular/engine/emitter/ParticleLayer.js +0 -400
  2199. package/engine/graphics/particles/particular/engine/emitter/ParticleLayer.spec.js +0 -75
  2200. package/engine/graphics/particles/particular/engine/emitter/ParticleParameters.js +0 -4
  2201. package/engine/graphics/particles/particular/engine/emitter/ParticlePool.js +0 -604
  2202. package/engine/graphics/particles/particular/engine/emitter/ParticlePool.spec.js +0 -188
  2203. package/engine/graphics/particles/particular/engine/emitter/ParticleRenderProfile.js +0 -18
  2204. package/engine/graphics/particles/particular/engine/emitter/ParticleRendererType.js +0 -10
  2205. package/engine/graphics/particles/particular/engine/emitter/computeEmissionFunction.js +0 -37
  2206. package/engine/graphics/particles/particular/engine/emitter/distance_to_camera.js +0 -25
  2207. package/engine/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.js +0 -103
  2208. package/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.js +0 -163
  2209. package/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.js +0 -107
  2210. package/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.js +0 -452
  2211. package/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.js +0 -215
  2212. package/engine/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.js +0 -6
  2213. package/engine/graphics/particles/particular/engine/parameter/ParameterSet.js +0 -133
  2214. package/engine/graphics/particles/particular/engine/parameter/ParameterSet.spec.js +0 -75
  2215. package/engine/graphics/particles/particular/engine/parameter/ParameterSheet.js +0 -274
  2216. package/engine/graphics/particles/particular/engine/parameter/ParameterTrack.js +0 -77
  2217. package/engine/graphics/particles/particular/engine/parameter/ParameterTrackSet.js +0 -97
  2218. package/engine/graphics/particles/particular/engine/parameter/ParticleParameter.js +0 -232
  2219. package/engine/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.js +0 -11
  2220. package/engine/graphics/particles/particular/engine/renderers/ParticleRenderer.js +0 -28
  2221. package/engine/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.js +0 -24
  2222. package/engine/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.js +0 -496
  2223. package/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.js +0 -27
  2224. package/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.js +0 -80
  2225. package/engine/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.js +0 -164
  2226. package/engine/graphics/particles/particular/engine/shader/MaterialRecord.js +0 -43
  2227. package/engine/graphics/particles/particular/engine/shader/ShaderManager.js +0 -462
  2228. package/engine/graphics/particles/particular/engine/shader/debugAtlas.js +0 -14
  2229. package/engine/graphics/particles/particular/engine/simulator/AbstractSimulationStep.js +0 -61
  2230. package/engine/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.js +0 -56
  2231. package/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.js +0 -84
  2232. package/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.js +0 -79
  2233. package/engine/graphics/particles/particular/engine/simulator/SimulationStepDefinition.js +0 -44
  2234. package/engine/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.js +0 -104
  2235. package/engine/graphics/particles/particular/engine/simulator/SimulationStepType.js +0 -11
  2236. package/engine/graphics/particles/particular/engine/simulator/update_parameters.js +0 -41
  2237. package/engine/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.js +0 -234
  2238. package/engine/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.js +0 -188
  2239. package/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.js +0 -199
  2240. package/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.js +0 -625
  2241. package/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.js +0 -8
  2242. package/engine/graphics/particles/particular/engine/utils/volume/lut_to_sampler.js +0 -27
  2243. package/engine/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.js +0 -1240
  2244. package/engine/graphics/particles/particular/group/Operation.js +0 -18
  2245. package/engine/graphics/particles/particular/group/OperationType.js +0 -9
  2246. package/engine/graphics/particles/particular/group/ParticleAttribute.js +0 -25
  2247. package/engine/graphics/particles/particular/group/ParticleAttributeType.js +0 -11
  2248. package/engine/graphics/particles/particular/group/ParticleDataType.js +0 -10
  2249. package/engine/graphics/particles/particular/group/ParticleGroup.js +0 -637
  2250. package/engine/graphics/particles/particular/group/ParticleGroup.spec.js +0 -270
  2251. package/engine/graphics/particles/particular/group/ParticleSpecification.js +0 -48
  2252. package/engine/graphics/particles/particular/group/itemSizeFromAttributeType.js +0 -20
  2253. package/engine/graphics/particles/particular/group/optimizeCommandQueue.js +0 -162
  2254. package/engine/graphics/particles/particular/group/typedArrayConstructorFromDataType.js +0 -19
  2255. package/engine/graphics/postprocess/Postprocess.js +0 -284
  2256. package/engine/graphics/postprocess/threejs/Mirror.js +0 -330
  2257. package/engine/graphics/postprocess/threejs/WaterShader.js +0 -306
  2258. package/engine/graphics/postprocess/threejs/postprocessing/AdaptiveToneMappingPass.js +0 -338
  2259. package/engine/graphics/postprocess/threejs/postprocessing/BloomPass.js +0 -132
  2260. package/engine/graphics/postprocess/threejs/postprocessing/BokehPass.js +0 -115
  2261. package/engine/graphics/postprocess/threejs/postprocessing/ClearMaskPass.js +0 -23
  2262. package/engine/graphics/postprocess/threejs/postprocessing/DotScreenPass.js +0 -60
  2263. package/engine/graphics/postprocess/threejs/postprocessing/EffectComposer.js +0 -150
  2264. package/engine/graphics/postprocess/threejs/postprocessing/FilmPass.js +0 -61
  2265. package/engine/graphics/postprocess/threejs/postprocessing/GlitchPass.js +0 -117
  2266. package/engine/graphics/postprocess/threejs/postprocessing/MaskPass.js +0 -69
  2267. package/engine/graphics/postprocess/threejs/postprocessing/RenderPass.js +0 -63
  2268. package/engine/graphics/postprocess/threejs/postprocessing/SMAAPass.js +0 -187
  2269. package/engine/graphics/postprocess/threejs/postprocessing/SavePass.js +0 -67
  2270. package/engine/graphics/postprocess/threejs/postprocessing/ShaderPass.js +0 -89
  2271. package/engine/graphics/postprocess/threejs/postprocessing/TexturePass.js +0 -50
  2272. package/engine/graphics/postprocess/threejs/shaders/BokehShader.js +0 -117
  2273. package/engine/graphics/postprocess/threejs/shaders/ConvolutionShader.js +0 -106
  2274. package/engine/graphics/postprocess/threejs/shaders/CopyShader.js +0 -47
  2275. package/engine/graphics/postprocess/threejs/shaders/FXAAShader.js +0 -90
  2276. package/engine/graphics/postprocess/threejs/shaders/GammaCorrectionShader.js +0 -52
  2277. package/engine/graphics/postprocess/threejs/shaders/LuminosityShader.js +0 -51
  2278. package/engine/graphics/postprocess/threejs/shaders/SMAAShader.js +0 -468
  2279. package/engine/graphics/postprocess/threejs/shaders/SSAOShader.js +0 -230
  2280. package/engine/graphics/postprocess/threejs/shaders/ToneMapShader.js +0 -76
  2281. package/engine/graphics/render/Lines.js +0 -122
  2282. package/engine/graphics/render/RenderPassType.js +0 -8
  2283. package/engine/graphics/render/RendererPool.js +0 -48
  2284. package/engine/graphics/render/buffer/FrameBuffer.js +0 -103
  2285. package/engine/graphics/render/buffer/FrameBufferManager.js +0 -228
  2286. package/engine/graphics/render/buffer/RenderGraph.js +0 -177
  2287. package/engine/graphics/render/buffer/RenderGraphUtils.js +0 -32
  2288. package/engine/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.js +0 -62
  2289. package/engine/graphics/render/buffer/buffers/DepthFrameBuffer.js +0 -101
  2290. package/engine/graphics/render/buffer/buffers/NormalFrameBuffer.js +0 -143
  2291. package/engine/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.js +0 -396
  2292. package/engine/graphics/render/buffer/conection/ProgramValueSlotConnection.js +0 -43
  2293. package/engine/graphics/render/buffer/conection/ProgramValueSlotConnectionEndpoint.js +0 -39
  2294. package/engine/graphics/render/buffer/conection/ProgramValueSlotConnectionValidator.js +0 -30
  2295. package/engine/graphics/render/buffer/executor/FrameBufferPool.js +0 -127
  2296. package/engine/graphics/render/buffer/executor/RenderGraphExecutor.js +0 -261
  2297. package/engine/graphics/render/buffer/executor/RenderProgramCommandType.js +0 -5
  2298. package/engine/graphics/render/buffer/node/DeferredRenderProgramDefinition.js +0 -142
  2299. package/engine/graphics/render/buffer/node/RenderProgramDefinition.js +0 -21
  2300. package/engine/graphics/render/buffer/node/RenderProgramInstance.js +0 -30
  2301. package/engine/graphics/render/buffer/node/ScreenSpaceRenderProgramDefinition.js +0 -118
  2302. package/engine/graphics/render/buffer/simple-fx/DepthLimitedBlur.js +0 -191
  2303. package/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffect.js +0 -10
  2304. package/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.js +0 -27
  2305. package/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.js +0 -384
  2306. package/engine/graphics/render/buffer/simple-fx/ao/SAOShader.js +0 -186
  2307. package/engine/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.js +0 -95
  2308. package/engine/graphics/render/buffer/simple-fx/taa/prototypeTAA.js +0 -61
  2309. package/engine/graphics/render/buffer/slot/ProgramSlotValue.js +0 -35
  2310. package/engine/graphics/render/buffer/slot/ProgramValueDirectionKind.js +0 -7
  2311. package/engine/graphics/render/buffer/slot/ProgramValueSlotDefinition.js +0 -33
  2312. package/engine/graphics/render/buffer/slot/ProgramValueType.js +0 -11
  2313. package/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.js +0 -61
  2314. package/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.js +0 -21
  2315. package/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.js +0 -44
  2316. package/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.js +0 -12
  2317. package/engine/graphics/render/buffer/slot/parameter/RenderTargetParameters.js +0 -9
  2318. package/engine/graphics/render/forward_plus/LightManager.js +0 -1157
  2319. package/engine/graphics/render/forward_plus/LightManager.spec.js +0 -94
  2320. package/engine/graphics/render/forward_plus/PointLightData.js +0 -57
  2321. package/engine/graphics/render/forward_plus/SPECIFICATION.md +0 -155
  2322. package/engine/graphics/render/forward_plus/assign_cluster.js +0 -125
  2323. package/engine/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.js +0 -98
  2324. package/engine/graphics/render/forward_plus/cluster/compute_light_data_hash.js +0 -17
  2325. package/engine/graphics/render/forward_plus/cluster/compute_light_data_hash_0.js +0 -17
  2326. package/engine/graphics/render/forward_plus/cluster/read_plane_pair.js +0 -29
  2327. package/engine/graphics/render/forward_plus/cluster/write_cluster_planes.js +0 -43
  2328. package/engine/graphics/render/forward_plus/cluster/write_cluster_planes.spec.js +0 -79
  2329. package/engine/graphics/render/forward_plus/computeFrustumCorners.js +0 -69
  2330. package/engine/graphics/render/forward_plus/data/NumericType.js +0 -9
  2331. package/engine/graphics/render/forward_plus/data/TextureBackedMemoryRegion.js +0 -279
  2332. package/engine/graphics/render/forward_plus/data/channelCountToThreIntegerTextureType.js +0 -16
  2333. package/engine/graphics/render/forward_plus/data/computeDataType.js +0 -36
  2334. package/engine/graphics/render/forward_plus/data/computeThreeTextureFormat.js +0 -18
  2335. package/engine/graphics/render/forward_plus/data/computeThreeTextureInternalFormatFromDataType.js +0 -63
  2336. package/engine/graphics/render/forward_plus/data/computeThreeTextureTypeFromDataType.js +0 -41
  2337. package/engine/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.js +0 -99
  2338. package/engine/graphics/render/forward_plus/debug/buildLightClusterWidget.js +0 -67
  2339. package/engine/graphics/render/forward_plus/debug/createLayerSwitcher.js +0 -46
  2340. package/engine/graphics/render/forward_plus/debug/createScreenGrid.js +0 -327
  2341. package/engine/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.js +0 -1
  2342. package/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.js +0 -40
  2343. package/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.js +0 -70
  2344. package/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.js +0 -55
  2345. package/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.js +0 -11
  2346. package/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.js +0 -34
  2347. package/engine/graphics/render/forward_plus/materials/FPlusDebugMaterial.js +0 -173
  2348. package/engine/graphics/render/forward_plus/materials/FPlusStandardMaterial.js +0 -393
  2349. package/engine/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.js +0 -146
  2350. package/engine/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.js +0 -31
  2351. package/engine/graphics/render/forward_plus/materials/fp_build_fragment_shader.js +0 -60
  2352. package/engine/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.js +0 -38
  2353. package/engine/graphics/render/forward_plus/materials/fp_build_vertex_shader.js +0 -30
  2354. package/engine/graphics/render/forward_plus/model/AbstractLight.js +0 -70
  2355. package/engine/graphics/render/forward_plus/model/Decal.js +0 -117
  2356. package/engine/graphics/render/forward_plus/model/DirectionalLight.js +0 -40
  2357. package/engine/graphics/render/forward_plus/model/PointLight.js +0 -105
  2358. package/engine/graphics/render/forward_plus/model/SpotLight.js +0 -143
  2359. package/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.js +0 -91
  2360. package/engine/graphics/render/forward_plus/plugin/MaterialTransformer.js +0 -130
  2361. package/engine/graphics/render/forward_plus/plugin/isLitMaterial.js +0 -8
  2362. package/engine/graphics/render/forward_plus/plugin/ptototypeFPPlugin.js +0 -1203
  2363. package/engine/graphics/render/forward_plus/prototype/prototypeLightManager.js +0 -1643
  2364. package/engine/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.js +0 -8
  2365. package/engine/graphics/render/forward_plus/query/cube_mapping.js +0 -38
  2366. package/engine/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.js +0 -86
  2367. package/engine/graphics/render/forward_plus/query/point_light_inside_volume.js +0 -74
  2368. package/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_objects.js +0 -133
  2369. package/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.js +0 -166
  2370. package/engine/graphics/render/forward_plus/query/spot_light_inside_volume.js +0 -33
  2371. package/engine/graphics/render/forward_plus/read_frustum_corner.js +0 -14
  2372. package/engine/graphics/render/forward_plus/sort_decal_data.js +0 -102
  2373. package/engine/graphics/render/forward_plus/testClusterEquality.js +0 -22
  2374. package/engine/graphics/render/frame_graph/GraphNode.js +0 -22
  2375. package/engine/graphics/render/frame_graph/IRenderContext.js +0 -8
  2376. package/engine/graphics/render/frame_graph/RenderGraph.js +0 -409
  2377. package/engine/graphics/render/frame_graph/RenderGraphBuilder.js +0 -77
  2378. package/engine/graphics/render/frame_graph/RenderPass.js +0 -50
  2379. package/engine/graphics/render/frame_graph/RenderPassFlags.js +0 -6
  2380. package/engine/graphics/render/frame_graph/RenderPassNode.js +0 -103
  2381. package/engine/graphics/render/frame_graph/RenderPassResources.js +0 -65
  2382. package/engine/graphics/render/frame_graph/ResourceEntry.js +0 -77
  2383. package/engine/graphics/render/frame_graph/ResourceNode.js +0 -23
  2384. package/engine/graphics/render/frame_graph/TextureDescriptor.js +0 -64
  2385. package/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.js +0 -33
  2386. package/engine/graphics/render/frame_graph/sample/deferred/LightingPass.js +0 -24
  2387. package/engine/graphics/render/frame_graph/sample/deferred/run.js +0 -31
  2388. package/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.js +0 -38
  2389. package/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.js +0 -9
  2390. package/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.js +0 -5
  2391. package/engine/graphics/render/frame_graph/sample/meep-v1/render.js +0 -7
  2392. package/engine/graphics/render/frame_graph/webgl/WebGLRenderContext.js +0 -5
  2393. package/engine/graphics/render/gizmo/Gizmo.js +0 -3
  2394. package/engine/graphics/render/gizmo/GizmoRenderingPlugin.js +0 -25
  2395. package/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.js +0 -176
  2396. package/engine/graphics/render/gizmo/prototypeGizmo.js +0 -29
  2397. package/engine/graphics/render/layers/RenderLayer.js +0 -160
  2398. package/engine/graphics/render/layers/RenderLayerManager.js +0 -162
  2399. package/engine/graphics/render/layers/RenderLayerManagerState.js +0 -52
  2400. package/engine/graphics/render/layers/RenderLayerState.js +0 -29
  2401. package/engine/graphics/render/layers/RenderLayerUtils.js +0 -105
  2402. package/engine/graphics/render/staged/PostProcessingEffect.js +0 -32
  2403. package/engine/graphics/render/staged/PostProcessingEffectInputCoupling.js +0 -41
  2404. package/engine/graphics/render/staged/PostProcessingStack.js +0 -29
  2405. package/engine/graphics/render/staged/StagedRenderer.js +0 -161
  2406. package/engine/graphics/render/staged/StandardRenderOutputs.js +0 -20
  2407. package/engine/graphics/render/utils/ThreeBypassRenderer.js +0 -136
  2408. package/engine/graphics/render/utils/renderScreenSpace.js +0 -32
  2409. package/engine/graphics/render/utils/renderTextureToScreenQuad.js +0 -29
  2410. package/engine/graphics/render/view/CameraView.js +0 -196
  2411. package/engine/graphics/render/view/CameraViewFlags.js +0 -9
  2412. package/engine/graphics/render/view/CameraViewManager.js +0 -116
  2413. package/engine/graphics/render/visibility/IncrementalDeltaSet.js +0 -305
  2414. package/engine/graphics/render/visibility/IncrementalDeltaSet.spec.js +0 -101
  2415. package/engine/graphics/render/visibility/VisibilityComputer.js +0 -118
  2416. package/engine/graphics/render/visibility/VisibilityFilter.js +0 -36
  2417. package/engine/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.js +0 -202
  2418. package/engine/graphics/render/visibility/hiz/buffer/ReductionShader.js +0 -51
  2419. package/engine/graphics/render/visibility/hiz/buildCanvasViewFromTexture.js +0 -258
  2420. package/engine/graphics/render/visibility/hiz/prototypeHiZ.js +0 -444
  2421. package/engine/graphics/render/visibility/hiz/query/BatchOcclusionQuery.js +0 -174
  2422. package/engine/graphics/render/visibility/hiz/query/QueryShader.js +0 -173
  2423. package/engine/graphics/render/webgpu/sample/MeshInstance.js +0 -108
  2424. package/engine/graphics/render/webgpu/sample/fragmentDeferredRendering.wgsl +0 -71
  2425. package/engine/graphics/render/webgpu/sample/fragmentGBuffersDebugView.wgsl +0 -39
  2426. package/engine/graphics/render/webgpu/sample/fragmentWriteGBuffers.wgsl +0 -21
  2427. package/engine/graphics/render/webgpu/sample/lightUpdate.wgsl +0 -41
  2428. package/engine/graphics/render/webgpu/sample/main.js +0 -604
  2429. package/engine/graphics/render/webgpu/sample/vertexTextureQuad.wgsl +0 -9
  2430. package/engine/graphics/render/webgpu/sample/vertexWriteGBuffers.wgsl +0 -30
  2431. package/engine/graphics/sh3/LightProbeVolume.js +0 -588
  2432. package/engine/graphics/sh3/README.md +0 -7
  2433. package/engine/graphics/sh3/SH3VisualisationMaterial.js +0 -80
  2434. package/engine/graphics/sh3/path_tracer/GeometryBVHBatched.js +0 -265
  2435. package/engine/graphics/sh3/path_tracer/PathTracedMesh.js +0 -89
  2436. package/engine/graphics/sh3/path_tracer/PathTracer.js +0 -576
  2437. package/engine/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.js +0 -22
  2438. package/engine/graphics/sh3/path_tracer/compute_triangle_group_aabb3.js +0 -36
  2439. package/engine/graphics/sh3/path_tracer/getBiasedNormalSample.js +0 -55
  2440. package/engine/graphics/sh3/path_tracer/make_one_vector3.js +0 -7
  2441. package/engine/graphics/sh3/path_tracer/make_sky_hosek.js +0 -44
  2442. package/engine/graphics/sh3/path_tracer/make_sky_rtiw.js +0 -17
  2443. package/engine/graphics/sh3/path_tracer/make_zero_vector3.js +0 -7
  2444. package/engine/graphics/sh3/path_tracer/prototypePathTracer.js +0 -669
  2445. package/engine/graphics/sh3/path_tracer/random_in_hemisphere.js +0 -39
  2446. package/engine/graphics/sh3/path_tracer/ray_hit_apply_transform.js +0 -57
  2447. package/engine/graphics/sh3/path_tracer/ray_reflect.js +0 -27
  2448. package/engine/graphics/sh3/path_tracer/sample_triangle_attribute.js +0 -35
  2449. package/engine/graphics/sh3/path_tracer/vec3_uint8_to_float.js +0 -12
  2450. package/engine/graphics/sh3/prototypeSH3Probe.js +0 -432
  2451. package/engine/graphics/sh3/sky/hosek/README.md +0 -4
  2452. package/engine/graphics/sh3/sky/hosek/prototype_hosek.js +0 -71
  2453. package/engine/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.js +0 -4171
  2454. package/engine/graphics/sh3/visualise_probe.js +0 -40
  2455. package/engine/graphics/shaders/AlphaBlendShader.js +0 -44
  2456. package/engine/graphics/shaders/AmbientOcclusionShader.js +0 -131
  2457. package/engine/graphics/shaders/ClearShader.js +0 -30
  2458. package/engine/graphics/shaders/CopyShader.js +0 -50
  2459. package/engine/graphics/shaders/DenoiseShader.js +0 -119
  2460. package/engine/graphics/shaders/GaussianBlurShader.js +0 -79
  2461. package/engine/graphics/shaders/GaussianGlowShader.js +0 -83
  2462. package/engine/graphics/shaders/NormalMapShader.js +0 -62
  2463. package/engine/graphics/shaders/NormalMapShader2.js +0 -93
  2464. package/engine/graphics/shaders/ScreenSpaceQuadShader.js +0 -38
  2465. package/engine/graphics/shaders/ScreenSpaceShader.js +0 -102
  2466. package/engine/graphics/shaders/SoftOutlineShader.js +0 -113
  2467. package/engine/graphics/shaders/TerrainShader.js +0 -397
  2468. package/engine/graphics/shaders/WaterShader.js +0 -152
  2469. package/engine/graphics/shaders/glsl_gen_swizzled_read.js +0 -39
  2470. package/engine/graphics/shaders/lib/ShaderChunks.js +0 -66
  2471. package/engine/graphics/shadows/README.md +0 -6
  2472. package/engine/graphics/shadows/ShadowMapRenderer.js +0 -220
  2473. package/engine/graphics/shadows/testShadowMapRendering.js +0 -190
  2474. package/engine/graphics/shadows/vsm.glsl.js +0 -41
  2475. package/engine/graphics/texture/Canvas2Sampler2D.js +0 -40
  2476. package/engine/graphics/texture/CanvasClone.js +0 -24
  2477. package/engine/graphics/texture/CheckersTexture.js +0 -28
  2478. package/engine/graphics/texture/CheckersTextureURI.js +0 -5
  2479. package/engine/graphics/texture/ExportCanvasAsPNG.js +0 -7
  2480. package/engine/graphics/texture/ImageLoader.js +0 -33
  2481. package/engine/graphics/texture/atlas/AbstractTextureAtlas.js +0 -31
  2482. package/engine/graphics/texture/atlas/AtlasLookupTexture.js +0 -86
  2483. package/engine/graphics/texture/atlas/AtlasPatch.js +0 -157
  2484. package/engine/graphics/texture/atlas/AtlasPatchFlag.js +0 -7
  2485. package/engine/graphics/texture/atlas/CachingTextureAtlas.js +0 -303
  2486. package/engine/graphics/texture/atlas/ManagedTextureAtlas.js +0 -222
  2487. package/engine/graphics/texture/atlas/ReferencedTextureAtlas.js +0 -83
  2488. package/engine/graphics/texture/atlas/TextureAtlas.js +0 -562
  2489. package/engine/graphics/texture/atlas/TextureAtlas.spec.js +0 -273
  2490. package/engine/graphics/texture/atlas/TextureAtlasDebugger.js +0 -129
  2491. package/engine/graphics/texture/atlas/gpu/WebGLTextureAtlas.js +0 -181
  2492. package/engine/graphics/texture/channelCountToThreeTextureFormat.js +0 -21
  2493. package/engine/graphics/texture/cubemap/buildCubeURLs.js +0 -13
  2494. package/engine/graphics/texture/cubemap/load_environment_map.js +0 -163
  2495. package/engine/graphics/texture/formatToChannelCount.js +0 -21
  2496. package/engine/graphics/texture/noise_octaves.js +0 -33
  2497. package/engine/graphics/texture/normalized_internal_format.js +0 -48
  2498. package/engine/graphics/texture/sampler/BlendingType.js +0 -12
  2499. package/engine/graphics/texture/sampler/HarmonicDiffusionGrid.js +0 -145
  2500. package/engine/graphics/texture/sampler/HarmonicDiffusionGrid.spec.js +0 -99
  2501. package/engine/graphics/texture/sampler/SampleTraverser.js +0 -165
  2502. package/engine/graphics/texture/sampler/Sampler2D.js +0 -1683
  2503. package/engine/graphics/texture/sampler/Sampler2D.spec.js +0 -292
  2504. package/engine/graphics/texture/sampler/Sampler2D2Canvas.js +0 -93
  2505. package/engine/graphics/texture/sampler/Sampler2D2Texture.js +0 -53
  2506. package/engine/graphics/texture/sampler/TextureBinaryBufferSerializer.js +0 -168
  2507. package/engine/graphics/texture/sampler/TextureBinaryBufferSerializer.spec.js +0 -38
  2508. package/engine/graphics/texture/sampler/bicubic.js +0 -59
  2509. package/engine/graphics/texture/sampler/blendingType2Three.js +0 -28
  2510. package/engine/graphics/texture/sampler/convertSampler2D2DataURL.js +0 -24
  2511. package/engine/graphics/texture/sampler/convertTexture2Sampler2D.js +0 -84
  2512. package/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.js +0 -73
  2513. package/engine/graphics/texture/sampler/differenceSampler.js +0 -31
  2514. package/engine/graphics/texture/sampler/distanceField.js +0 -411
  2515. package/engine/graphics/texture/sampler/distanceField.spec.js +0 -184
  2516. package/engine/graphics/texture/sampler/downloadSamplerAsPNG.js +0 -15
  2517. package/engine/graphics/texture/sampler/downsampleSample2D.spec.js +0 -17
  2518. package/engine/graphics/texture/sampler/filter/box.js +0 -16
  2519. package/engine/graphics/texture/sampler/filter/cubic2.js +0 -32
  2520. package/engine/graphics/texture/sampler/filter/gaussian.js +0 -16
  2521. package/engine/graphics/texture/sampler/filter/kaiser_1.js +0 -19
  2522. package/engine/graphics/texture/sampler/filter/kaiser_bessel_window.js +0 -19
  2523. package/engine/graphics/texture/sampler/filter/mitchell.js +0 -55
  2524. package/engine/graphics/texture/sampler/filter/sampler2d_scale_down_generic.js +0 -109
  2525. package/engine/graphics/texture/sampler/filter/triangle.js +0 -19
  2526. package/engine/graphics/texture/sampler/genericResampleSampler2D.js +0 -65
  2527. package/engine/graphics/texture/sampler/loadSampler2D.js +0 -36
  2528. package/engine/graphics/texture/sampler/mergeSampler2D.js +0 -96
  2529. package/engine/graphics/texture/sampler/prototypeSamplerFiltering.js +0 -353
  2530. package/engine/graphics/texture/sampler/resize/sampler2d_downsample_mipmap.js +0 -66
  2531. package/engine/graphics/texture/sampler/rgbaData2valueSampler2D.js +0 -38
  2532. package/engine/graphics/texture/sampler/sample2d_write_to_canvas_raw.js +0 -38
  2533. package/engine/graphics/texture/sampler/sampler2DToFloat32Texture.js +0 -37
  2534. package/engine/graphics/texture/sampler/sampler2D_scale_down_linear.js +0 -84
  2535. package/engine/graphics/texture/sampler/sampler2_d_scale_down_lanczos.js +0 -192
  2536. package/engine/graphics/texture/sampler/sampler2d_channel_linear_transform.js +0 -68
  2537. package/engine/graphics/texture/sampler/sampler2d_combine.js +0 -67
  2538. package/engine/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.js +0 -47
  2539. package/engine/graphics/texture/sampler/sampler2d_copy_channel_data.js +0 -25
  2540. package/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.js +0 -97
  2541. package/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.js +0 -52
  2542. package/engine/graphics/texture/sampler/saturated_value_by_constructor.js +0 -28
  2543. package/engine/graphics/texture/sampler/scaleSampler2D.js +0 -44
  2544. package/engine/graphics/texture/sampler/search/make_edge_condition_channel_threshold.js +0 -34
  2545. package/engine/graphics/texture/sampler/search/sampler2d_find_pixels.js +0 -24
  2546. package/engine/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.js +0 -67
  2547. package/engine/graphics/texture/sampler/typedArrayConstructorByInstance.js +0 -25
  2548. package/engine/graphics/texture/sampler/upsampleSampler2D.js +0 -47
  2549. package/engine/graphics/texture/sampler/util/bitSet2Sampler2D.js +0 -41
  2550. package/engine/graphics/texture/sampler/util/drawSamplerHTML.js +0 -43
  2551. package/engine/graphics/texture/sampler/writeSampler2DDataToDataTexture.js +0 -39
  2552. package/engine/graphics/texture/sprite/prototypeSpriteCutoutGeometry.js +0 -212
  2553. package/engine/graphics/texture/texture_array_2d_copy.js +0 -45
  2554. package/engine/graphics/texture/virtual/TileOperation.js +0 -13
  2555. package/engine/graphics/texture/virtual/TileTree.js +0 -150
  2556. package/engine/graphics/texture/virtual/TileTree.spec.js +0 -58
  2557. package/engine/graphics/texture/virtual/TileUsage.js +0 -137
  2558. package/engine/graphics/texture/virtual/VirtualTexture.js +0 -229
  2559. package/engine/graphics/texture/virtual/VirtualTexture.spec.js +0 -38
  2560. package/engine/graphics/texture/virtual/page/TilePage.js +0 -148
  2561. package/engine/graphics/texture/virtual/page/TilePageSlot.js +0 -36
  2562. package/engine/graphics/texture/virtual/tile/Tile.js +0 -44
  2563. package/engine/graphics/texture/virtual/tile/Tile.spec.js +0 -11
  2564. package/engine/graphics/texture/virtual/tile/TileAddress.js +0 -63
  2565. package/engine/graphics/texture/virtual/tile/TileAddress.spec.js +0 -30
  2566. package/engine/graphics/texture/virtual/tile/TileLoader.js +0 -173
  2567. package/engine/graphics/texture/virtual/tile/TileRequest.js +0 -40
  2568. package/engine/graphics/texture/virtual/tile/TileStatus.js +0 -10
  2569. package/engine/graphics/texture/virtual/v2/ShaderUsage.js +0 -48
  2570. package/engine/graphics/texture/virtual/v2/prototype.js +0 -101
  2571. package/engine/graphics/three/DDSLoader.js +0 -286
  2572. package/engine/graphics/three/OrbitControls.js +0 -1045
  2573. package/engine/graphics/three/Reflector.js +0 -281
  2574. package/engine/graphics/three/Refractor.js +0 -352
  2575. package/engine/graphics/three/ThreeFactory.js +0 -75
  2576. package/engine/graphics/three/TransfromControls.js +0 -1496
  2577. package/engine/graphics/three/Water2.js +0 -343
  2578. package/engine/graphics/three/cloneObject3D.js +0 -70
  2579. package/engine/graphics/three/compare_three_objects.js +0 -8
  2580. package/engine/graphics/trail/CodeflowTrailMaterial.js +0 -134
  2581. package/engine/graphics/trail/TemporalPath.js +0 -160
  2582. package/engine/graphics/trail/x/RibbonMaterialX.js +0 -131
  2583. package/engine/graphics/trail/x/RibbonX.js +0 -549
  2584. package/engine/graphics/trail/x/RibbonXMaterialSpec.js +0 -23
  2585. package/engine/graphics/trail/x/RibbonXPlugin.js +0 -128
  2586. package/engine/graphics/trail/x/ribbon_attributes_spec.js +0 -52
  2587. package/engine/graphics/trail/x/simulator/RibbonState.js +0 -10
  2588. package/engine/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.js +0 -35
  2589. package/engine/graphics/util/ScaleObject3ToBox.js +0 -38
  2590. package/engine/graphics/util/composeMatrix4.js +0 -13
  2591. package/engine/graphics/util/composeMatrix4RotationScale.js +0 -14
  2592. package/engine/graphics/util/ensureGeometryBoundingBox.js +0 -15
  2593. package/engine/graphics/util/launchElementIntoFullscreen.js +0 -16
  2594. package/engine/graphics/util/makeMeshPreviewScene.js +0 -100
  2595. package/engine/graphics/util/modelHitTest.js +0 -63
  2596. package/engine/graphics/util/projectSphere.js +0 -103
  2597. package/engine/graphics/util/promiseMaterialLoaded.js +0 -28
  2598. package/engine/graphics/util/promiseTextureLoaded.js +0 -31
  2599. package/engine/graphics/util/renderObjectToSampler2D.js +0 -83
  2600. package/engine/graphics/util/threeUpdateMatrix.js +0 -14
  2601. package/engine/graphics/util/threeUpdateTransform.js +0 -16
  2602. package/engine/grid/Grid.js +0 -131
  2603. package/engine/grid/area/AreaTrigger.js +0 -21
  2604. package/engine/grid/area/TriggerAction.js +0 -8
  2605. package/engine/grid/area/TriggerActionType.js +0 -5
  2606. package/engine/grid/components/GridObstacle.js +0 -246
  2607. package/engine/grid/components/GridObstacle.spec.js +0 -46
  2608. package/engine/grid/components/GridObstacleSerializationAdapter.js +0 -46
  2609. package/engine/grid/components/GridPosition.js +0 -51
  2610. package/engine/grid/components/GridPosition2Transform.js +0 -232
  2611. package/engine/grid/components/GridPosition2TransformFlags.js +0 -10
  2612. package/engine/grid/components/GridPositionSerializationAdapter.js +0 -58
  2613. package/engine/grid/components/GridPositionSerializationUpdater_0_1.js +0 -37
  2614. package/engine/grid/components/ViewportGridProjection.js +0 -20
  2615. package/engine/grid/systems/GridObstacleSystem.js +0 -58
  2616. package/engine/grid/systems/GridPosition2TransformSystem.js +0 -118
  2617. package/engine/grid/systems/GridPositionSystem.js +0 -108
  2618. package/engine/grid/systems/ViewportGridProjectionSystem.js +0 -105
  2619. package/engine/grid/transform2grid/Transform2GridPosition.js +0 -73
  2620. package/engine/grid/transform2grid/Transform2GridPositionFlags.js +0 -2
  2621. package/engine/grid/transform2grid/Transform2GridPositionMode.js +0 -10
  2622. package/engine/grid/transform2grid/Transform2GridPositionSystem.js +0 -133
  2623. package/engine/input/devices/InputDeviceButton.js +0 -22
  2624. package/engine/input/devices/KeyCodes.js +0 -107
  2625. package/engine/input/devices/KeyValues.js +0 -36
  2626. package/engine/input/devices/KeyboardDevice.js +0 -134
  2627. package/engine/input/devices/PointerDevice.js +0 -588
  2628. package/engine/input/devices/events/DragEvents.js +0 -38
  2629. package/engine/input/devices/events/KeyboardEvents.js +0 -4
  2630. package/engine/input/devices/events/MouseEvents.js +0 -18
  2631. package/engine/input/devices/events/TouchEvents.js +0 -12
  2632. package/engine/input/ecs/InputBinding.js +0 -30
  2633. package/engine/input/ecs/components/Input.js +0 -80
  2634. package/engine/input/ecs/components/InputController.js +0 -54
  2635. package/engine/input/ecs/controllers/KeyboardCameraController.js +0 -125
  2636. package/engine/input/ecs/ism/InputBinding.js +0 -47
  2637. package/engine/input/ecs/systems/InputControllerSystem.js +0 -256
  2638. package/engine/input/ecs/systems/InputSystem.js +0 -156
  2639. package/engine/input/ecs/util/TerrainCameraTargetSampler.js +0 -26
  2640. package/engine/input/ecs/util/TopDownCameraControllerHelper.js +0 -84
  2641. package/engine/intelligence/behavior/Behavior.js +0 -47
  2642. package/engine/intelligence/behavior/BehaviorStatus.js +0 -12
  2643. package/engine/intelligence/behavior/SelectorBehavior.js +0 -87
  2644. package/engine/intelligence/behavior/behavior_to_dot.js +0 -251
  2645. package/engine/intelligence/behavior/behavior_to_dot.prototype.js +0 -55
  2646. package/engine/intelligence/behavior/composite/CompositeBehavior.js +0 -62
  2647. package/engine/intelligence/behavior/composite/ParallelBehavior.js +0 -240
  2648. package/engine/intelligence/behavior/composite/ParallelBehavior.spec.js +0 -165
  2649. package/engine/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.js +0 -63
  2650. package/engine/intelligence/behavior/composite/SequenceBehavior.js +0 -122
  2651. package/engine/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.js +0 -52
  2652. package/engine/intelligence/behavior/decorator/AbstractDecoratorBehavior.js +0 -46
  2653. package/engine/intelligence/behavior/decorator/IgnoreFailureBehavior.js +0 -27
  2654. package/engine/intelligence/behavior/decorator/InverterBehavior.js +0 -75
  2655. package/engine/intelligence/behavior/decorator/RepeatBehavior.js +0 -86
  2656. package/engine/intelligence/behavior/decorator/RepeatBehavior.spec.js +0 -32
  2657. package/engine/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.js +0 -37
  2658. package/engine/intelligence/behavior/decorator/RepeatUntilFailureBehavior.js +0 -70
  2659. package/engine/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.js +0 -72
  2660. package/engine/intelligence/behavior/ecs/BehaviorComponent.js +0 -158
  2661. package/engine/intelligence/behavior/ecs/BehaviorComponentFlag.js +0 -7
  2662. package/engine/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.js +0 -83
  2663. package/engine/intelligence/behavior/ecs/BehaviorSystem.js +0 -139
  2664. package/engine/intelligence/behavior/ecs/BehaviorSystem.spec.js +0 -75
  2665. package/engine/intelligence/behavior/ecs/ClockChannelType.js +0 -15
  2666. package/engine/intelligence/behavior/ecs/DieBehavior.js +0 -26
  2667. package/engine/intelligence/behavior/ecs/EntityBehavior.js +0 -36
  2668. package/engine/intelligence/behavior/ecs/WaitForEventBehavior.js +0 -90
  2669. package/engine/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.js +0 -29
  2670. package/engine/intelligence/behavior/primitive/ActionBehavior.js +0 -35
  2671. package/engine/intelligence/behavior/primitive/FailingBehavior.js +0 -24
  2672. package/engine/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.js +0 -29
  2673. package/engine/intelligence/behavior/primitive/PromiseBehavior.js +0 -43
  2674. package/engine/intelligence/behavior/primitive/SucceedingBehavior.js +0 -38
  2675. package/engine/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.js +0 -29
  2676. package/engine/intelligence/behavior/selector/WeightedElement.js +0 -76
  2677. package/engine/intelligence/behavior/selector/WeightedRandomBehavior.js +0 -110
  2678. package/engine/intelligence/behavior/util/ConditionBehavior.js +0 -27
  2679. package/engine/intelligence/behavior/util/ConditionBehavior.spec.js +0 -24
  2680. package/engine/intelligence/behavior/util/ConditionalBehavior.js +0 -73
  2681. package/engine/intelligence/behavior/util/DelayBehavior.js +0 -67
  2682. package/engine/intelligence/behavior/util/FilterBehavior.js +0 -43
  2683. package/engine/intelligence/behavior/util/LogMessageBehavior.js +0 -29
  2684. package/engine/intelligence/behavior/util/RotationBehavior.js +0 -69
  2685. package/engine/intelligence/behavior/util/SelectorBehavior.js +0 -83
  2686. package/engine/intelligence/blackboard/AbstractBlackboard.js +0 -93
  2687. package/engine/intelligence/blackboard/Blackboard.js +0 -221
  2688. package/engine/intelligence/blackboard/Blackboard.spec.js +0 -62
  2689. package/engine/intelligence/blackboard/BlackboardDynamicStorageAdapter.js +0 -249
  2690. package/engine/intelligence/blackboard/BlackboardSerializationAdapter.js +0 -94
  2691. package/engine/intelligence/blackboard/BlackboardSerializationAdapter.spec.js +0 -28
  2692. package/engine/intelligence/blackboard/BlackboardStack.js +0 -127
  2693. package/engine/intelligence/blackboard/BlackboardValue.js +0 -50
  2694. package/engine/intelligence/blackboard/make_blackboard_proxy.js +0 -47
  2695. package/engine/intelligence/blackboard/make_blackboard_proxy.spec.js +0 -23
  2696. package/engine/intelligence/controller/graph/StateGraph.js +0 -19
  2697. package/engine/intelligence/controller/graph/StateGraphDescription.js +0 -32
  2698. package/engine/intelligence/controller/graph/StateGraphSystem.js +0 -19
  2699. package/engine/intelligence/mcts/MonteCarlo.js +0 -292
  2700. package/engine/intelligence/mcts/MonteCarlo.spec.js +0 -242
  2701. package/engine/intelligence/mcts/MoveEdge.js +0 -43
  2702. package/engine/intelligence/mcts/README.md +0 -7
  2703. package/engine/intelligence/mcts/StateNode.js +0 -340
  2704. package/engine/intelligence/mcts/StateNode.spec.js +0 -49
  2705. package/engine/intelligence/optimization/OptimizationTask.js +0 -49
  2706. package/engine/intelligence/optimization/RandomOptimizer.js +0 -147
  2707. package/engine/intelligence/optimization/RandomOptimizer.spec.js +0 -57
  2708. package/engine/intelligence/resource/ActionSequence.js +0 -46
  2709. package/engine/intelligence/resource/Resource.js +0 -57
  2710. package/engine/intelligence/resource/ResourceAllocation.js +0 -13
  2711. package/engine/intelligence/resource/ResourceAllocationBid.js +0 -44
  2712. package/engine/intelligence/resource/ResourceAllocationSolver.js +0 -164
  2713. package/engine/intelligence/resource/ResourceAllocationSolver.spec.js +0 -104
  2714. package/engine/intelligence/resource/StrategicResourceAllocator.js +0 -129
  2715. package/engine/intelligence/resource/StrategicResourceAllocator.spec.js +0 -46
  2716. package/engine/intelligence/resource/TacticalModule.js +0 -21
  2717. package/engine/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.js +0 -1
  2718. package/engine/knowledge/database/StaticKnowledgeDataTable.js +0 -497
  2719. package/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.js +0 -50
  2720. package/engine/knowledge/database/StaticKnowledgeDatabase.js +0 -298
  2721. package/engine/logging/ConsoleLoggerBackend.js +0 -37
  2722. package/engine/logging/GlobalLogger.js +0 -3
  2723. package/engine/logging/LogLevel.js +0 -11
  2724. package/engine/logging/Logger.js +0 -80
  2725. package/engine/logging/LoggerBackend.js +0 -38
  2726. package/engine/logging/elastic/ElasticSearchLogger.js +0 -153
  2727. package/engine/metrics/GlobalMetrics.js +0 -7
  2728. package/engine/metrics/GoogleAnalyticsMetrics.js +0 -63
  2729. package/engine/metrics/MetricsCategory.js +0 -12
  2730. package/engine/metrics/MetricsGateway.js +0 -14
  2731. package/engine/metrics/NullMetricsGateway.js +0 -9
  2732. package/engine/metrics/ProxyMetricsGateway.js +0 -34
  2733. package/engine/navigation/PathFinder.js +0 -172
  2734. package/engine/navigation/PathWorker.js +0 -78
  2735. package/engine/navigation/ecs/components/InterpolationType.js +0 -10
  2736. package/engine/navigation/ecs/components/Path.js +0 -726
  2737. package/engine/navigation/ecs/components/Path.spec.js +0 -181
  2738. package/engine/navigation/ecs/components/PathEvents.js +0 -10
  2739. package/engine/navigation/ecs/components/PathFinder.js +0 -11
  2740. package/engine/navigation/ecs/components/PathSerializationAdapter.js +0 -64
  2741. package/engine/navigation/ecs/components/PathSerializationUpgrader_0_1.js +0 -31
  2742. package/engine/navigation/ecs/components/PathSerializationUpgrader_1_2.js +0 -33
  2743. package/engine/navigation/ecs/components/computeCatmullRomSpline.js +0 -75
  2744. package/engine/navigation/ecs/components/computeCatmullRomSplineUniformDistance.js +0 -126
  2745. package/engine/navigation/ecs/components/computeNonuniformCatmullRomSplineSample.js +0 -242
  2746. package/engine/navigation/ecs/path_following/PathFollower.js +0 -219
  2747. package/engine/navigation/ecs/path_following/PathFollowerEventType.js +0 -7
  2748. package/engine/navigation/ecs/path_following/PathFollowerFlags.js +0 -27
  2749. package/engine/navigation/ecs/path_following/PathFollowerSerializationAdapter.js +0 -39
  2750. package/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.js +0 -27
  2751. package/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.js +0 -22
  2752. package/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.js +0 -24
  2753. package/engine/navigation/ecs/path_following/PathFollowingSystem.js +0 -185
  2754. package/engine/navigation/ecs/systems/PathFinderSystem.js +0 -63
  2755. package/engine/navigation/ecs/systems/PathSystem.js +0 -19
  2756. package/engine/navigation/funnel/Funnel.js +0 -196
  2757. package/engine/navigation/grid/AStar.js +0 -223
  2758. package/engine/navigation/grid/GridField.js +0 -328
  2759. package/engine/network/DataChannel.js +0 -1208
  2760. package/engine/network/PriorityFetch.js +0 -192
  2761. package/engine/network/RemoteController.js +0 -138
  2762. package/engine/network/convertPathToURL.js +0 -90
  2763. package/engine/network/remoteEditor.js +0 -36
  2764. package/engine/network/xhr.js +0 -26
  2765. package/engine/notify/Notification.js +0 -39
  2766. package/engine/notify/NotificationLog.js +0 -59
  2767. package/engine/notify/NotificationLog.spec.js +0 -17
  2768. package/engine/options/Option.js +0 -74
  2769. package/engine/options/OptionAbstract.js +0 -38
  2770. package/engine/options/OptionGroup.js +0 -185
  2771. package/engine/options/OptionsView.js +0 -233
  2772. package/engine/physics/ammo/Body.js +0 -106
  2773. package/engine/physics/ammo/PhysicsWorker.js +0 -439
  2774. package/engine/physics/ammo/World.js +0 -337
  2775. package/engine/physics/ammo/shapes/BoxShape.js +0 -14
  2776. package/engine/physics/ammo/shapes/CapsuleShape.js +0 -13
  2777. package/engine/physics/ammo/shapes/MeshShape.js +0 -12
  2778. package/engine/physics/ammo/shapes/PlaneShape.js +0 -17
  2779. package/engine/physics/ammo/shapes/Shape.js +0 -11
  2780. package/engine/physics/ammo/shapes/SphereShape.js +0 -12
  2781. package/engine/physics/cannon/CannonJSPhysicsSystem.js +0 -199
  2782. package/engine/physics/cannon/cannon.min.js +0 -27
  2783. package/engine/physics/fluid/FluidField.js +0 -9
  2784. package/engine/physics/fluid/effector/AbstractFluidEffector.js +0 -6
  2785. package/engine/physics/fluid/effector/GlobalFluidEffector.js +0 -12
  2786. package/engine/physics/fluid/effector/WakeFluidEffector.js +0 -8
  2787. package/engine/physics/mls-mpm/MLS_MPM.js +0 -652
  2788. package/engine/physics/mls-mpm/testMLS_MPM.js +0 -65
  2789. package/engine/physics/spring/Spring.js +0 -9
  2790. package/engine/platform/EnginePlatform.js +0 -42
  2791. package/engine/platform/GetURLHash.js +0 -27
  2792. package/engine/platform/WebEnginePlatform.js +0 -99
  2793. package/engine/plugin/EnginePlugin.js +0 -83
  2794. package/engine/plugin/EnginePluginManager.js +0 -323
  2795. package/engine/plugin/PluginReferenceContext.js +0 -271
  2796. package/engine/plugin/isSubclassOf.js +0 -19
  2797. package/engine/reference/v1/ReferenceManager.js +0 -121
  2798. package/engine/reference/v2/Reference.js +0 -91
  2799. package/engine/save/GameStateLoader.js +0 -175
  2800. package/engine/save/Storage.js +0 -128
  2801. package/engine/save/StorageBackedList.js +0 -145
  2802. package/engine/save/storage/GooglePlayStorage.js +0 -47
  2803. package/engine/save/storage/InMemoryLocalStorage.js +0 -13
  2804. package/engine/save/storage/IndexedDBStorage.js +0 -149
  2805. package/engine/save/storage/IndexedDBTransactionMode.js +0 -8
  2806. package/engine/save/storage/JsonStringCodec.js +0 -24
  2807. package/engine/save/storage/LocalStorage.js +0 -147
  2808. package/engine/save/storage/MsgPackCodec.js +0 -22
  2809. package/engine/scene/Scene.js +0 -100
  2810. package/engine/scene/SceneManager.js +0 -314
  2811. package/engine/scene/SerializedScene.js +0 -82
  2812. package/engine/scene/transitionToScene.js +0 -130
  2813. package/engine/simulation/DormandPrince.js +0 -242
  2814. package/engine/simulation/Ticker.js +0 -147
  2815. package/engine/sound/SoundEngine.js +0 -96
  2816. package/engine/sound/asset/SoundAssetPlaybackSpec.js +0 -136
  2817. package/engine/sound/asset/SoundAssetPlaybackSpecFlags.js +0 -10
  2818. package/engine/sound/ecs/SoundController.js +0 -173
  2819. package/engine/sound/ecs/SoundControllerSystem.js +0 -109
  2820. package/engine/sound/ecs/SoundListener.js +0 -67
  2821. package/engine/sound/ecs/SoundListenerSystem.js +0 -260
  2822. package/engine/sound/ecs/emitter/SoundAttenuationFunction.js +0 -9
  2823. package/engine/sound/ecs/emitter/SoundEmitter.js +0 -564
  2824. package/engine/sound/ecs/emitter/SoundEmitter.spec.js +0 -49
  2825. package/engine/sound/ecs/emitter/SoundEmitterChannel.js +0 -32
  2826. package/engine/sound/ecs/emitter/SoundEmitterComponentContext.js +0 -239
  2827. package/engine/sound/ecs/emitter/SoundEmitterFlags.js +0 -8
  2828. package/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.js +0 -84
  2829. package/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.js +0 -73
  2830. package/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.js +0 -30
  2831. package/engine/sound/ecs/emitter/SoundEmitterSystem.js +0 -442
  2832. package/engine/sound/ecs/emitter/SoundPanningModelType.js +0 -15
  2833. package/engine/sound/ecs/emitter/SoundTrack.js +0 -353
  2834. package/engine/sound/ecs/emitter/SoundTrackFlags.js +0 -13
  2835. package/engine/sound/ecs/emitter/SoundTrackNodes.js +0 -20
  2836. package/engine/sound/ecs/emitter/loadSoundTrackAsset.js +0 -42
  2837. package/engine/sound/material/AbstractSoundMaterialDefinition.js +0 -15
  2838. package/engine/sound/material/SoundMaterialInteractionType.js +0 -7
  2839. package/engine/sound/material/concrete/RandomSoundMaterial.js +0 -35
  2840. package/engine/sound/material/concrete/SilentSoundMaterial.js +0 -20
  2841. package/engine/sound/material/concrete/SingleSoundMaterial.js +0 -37
  2842. package/engine/sound/material/concrete/SoundMaterialComposition.js +0 -111
  2843. package/engine/sound/material/concrete/json/deserializeSoundMaterialFromJSON.js +0 -31
  2844. package/engine/sound/material/concrete/json/serializeSoundMaterialToJSON.js +0 -6
  2845. package/engine/sound/material/detector/SoundMaterialSurfaceDetector.js +0 -19
  2846. package/engine/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.js +0 -121
  2847. package/engine/sound/sopra/AbstractAudioClip.js +0 -29
  2848. package/engine/sound/sopra/ContainerAudioClip.js +0 -13
  2849. package/engine/sound/sopra/README.md +0 -1
  2850. package/engine/sound/sopra/RandomContainerAudioClip.js +0 -15
  2851. package/engine/sound/sopra/SequenceContainerAudioClip.js +0 -8
  2852. package/engine/sound/sopra/SilenceAudioClip.js +0 -15
  2853. package/engine/ui/DraggableAspect.js +0 -83
  2854. package/engine/ui/GUIEngine.js +0 -573
  2855. package/engine/ui/bindings/DomElementBinding.js +0 -32
  2856. package/engine/ui/bindings/DomElementBindingDescription.js +0 -37
  2857. package/engine/ui/bindings/DomElementProcessor.js +0 -29
  2858. package/engine/ui/bindings/DomElementProcessorManager.js +0 -311
  2859. package/engine/ui/bindings/processors/DomElementProcessorTilt3D.js +0 -99
  2860. package/engine/ui/cursor/CursorCoalescence.js +0 -50
  2861. package/engine/ui/cursor/CursorType.js +0 -10
  2862. package/engine/ui/modal/ModalStack.js +0 -116
  2863. package/engine/ui/notification/AnimatedObjectEmitter.js +0 -272
  2864. package/engine/ui/notification/NotificationManager.js +0 -268
  2865. package/engine/ui/notification/ViewEmitter.js +0 -92
  2866. package/engine/ui/notification/notificationGenerator.js +0 -56
  2867. package/engine/ui/scene/SceneGUIContext.js +0 -76
  2868. package/engine/ui/scene/initializeNotifications.js +0 -144
  2869. package/engine/ui/tiles2d/TileGrid.js +0 -171
  2870. package/engine/ui/tiles2d/TileGrid.spec.js +0 -20
  2871. package/engine/ui/tiles2d/TileMoveInstruction.js +0 -71
  2872. package/engine/ui/tiles2d/TileMoveProgram.js +0 -69
  2873. package/engine/ui/tiles2d/computeTileGridMove.js +0 -164
  2874. package/engine/ui/tiles2d/computeTileGridMove.spec.js +0 -54
  2875. package/extractName.js +0 -8
  2876. package/generation/GraphGenerationRule.js +0 -17
  2877. package/generation/GridGeneratorConfig.js +0 -25
  2878. package/generation/GridGeneratorConfigurator.js +0 -0
  2879. package/generation/GridTags.js +0 -15
  2880. package/generation/GridTaskGroup.js +0 -111
  2881. package/generation/ZoneNode.js +0 -9
  2882. package/generation/automata/CaveGeneratorCellularAutomata.js +0 -56
  2883. package/generation/automata/CellularAutomata.js +0 -18
  2884. package/generation/example/SampleGenerator0.js +0 -565
  2885. package/generation/example/filters/SampleGroundMoistureFilter.js +0 -73
  2886. package/generation/example/filters/SampleNoise20_0.js +0 -3
  2887. package/generation/example/generators/interactive/mir_generator_place_buff_objects.js +0 -334
  2888. package/generation/example/generators/mir_generator_place_bases.js +0 -150
  2889. package/generation/example/generators/mir_generator_place_road_decorators.js +0 -59
  2890. package/generation/example/generators/mir_generator_place_starting_point.js +0 -52
  2891. package/generation/example/grid/MirGridLayers.js +0 -18
  2892. package/generation/example/grid/configureMirGrid.js +0 -19
  2893. package/generation/example/main.js +0 -216
  2894. package/generation/example/rules/matcher_not_play_area.js +0 -4
  2895. package/generation/example/rules/matcher_play_area.js +0 -5
  2896. package/generation/example/rules/matcher_tag_not_traversable.js +0 -4
  2897. package/generation/example/rules/matcher_tag_occupied.js +0 -5
  2898. package/generation/example/rules/matcher_tag_traversable.js +0 -5
  2899. package/generation/example/rules/matcher_tag_traversable_unoccupied.js +0 -5
  2900. package/generation/example/rules/matcher_tag_unoccupied.js +0 -4
  2901. package/generation/example/rules/mir_matcher_attack_corridor.js +0 -67
  2902. package/generation/example/themes/SampleTheme0.js +0 -1574
  2903. package/generation/example/themes/SampleTheme1.js +0 -19
  2904. package/generation/example/themes/SampleTheme2.js +0 -21
  2905. package/generation/filtering/CellFilter.js +0 -80
  2906. package/generation/filtering/CellFilterCellMatcher.js +0 -45
  2907. package/generation/filtering/boolean/CellFilterLiteralBoolean.js +0 -29
  2908. package/generation/filtering/boolean/logic/CellFilterAnd.js +0 -33
  2909. package/generation/filtering/core/CellFilterBinaryOperation.js +0 -53
  2910. package/generation/filtering/core/CellFilterOperationTertiary.js +0 -63
  2911. package/generation/filtering/core/CellFilterUnaryOperation.js +0 -33
  2912. package/generation/filtering/numeric/CellFilterCache.js +0 -79
  2913. package/generation/filtering/numeric/CellFilterLiteralFloat.js +0 -44
  2914. package/generation/filtering/numeric/complex/CellFilterAngleToNormal.js +0 -78
  2915. package/generation/filtering/numeric/complex/CellFilterCurvature.js +0 -123
  2916. package/generation/filtering/numeric/complex/CellFilterDilate.js +0 -36
  2917. package/generation/filtering/numeric/complex/CellFilterFXAA.js +0 -125
  2918. package/generation/filtering/numeric/complex/CellFilterGaussianBlur.js +0 -178
  2919. package/generation/filtering/numeric/complex/CellFilterLookupTable.js +0 -45
  2920. package/generation/filtering/numeric/complex/CellFilterSimplexNoise.js +0 -119
  2921. package/generation/filtering/numeric/complex/CellFilterSobel.js +0 -66
  2922. package/generation/filtering/numeric/math/CellFilterAbsolute.js +0 -27
  2923. package/generation/filtering/numeric/math/CellFilterClamp.js +0 -31
  2924. package/generation/filtering/numeric/math/CellFilterInverseLerp.js +0 -37
  2925. package/generation/filtering/numeric/math/CellFilterLerp.js +0 -39
  2926. package/generation/filtering/numeric/math/CellFilterMax2.js +0 -32
  2927. package/generation/filtering/numeric/math/CellFilterMembershipGeneralizedBell.js +0 -55
  2928. package/generation/filtering/numeric/math/CellFilterMin2.js +0 -29
  2929. package/generation/filtering/numeric/math/CellFilterOneMinus.js +0 -24
  2930. package/generation/filtering/numeric/math/CellFilterPower.js +0 -31
  2931. package/generation/filtering/numeric/math/CellFilterSaturate.js +0 -24
  2932. package/generation/filtering/numeric/math/CellFilterSmoothStep.js +0 -34
  2933. package/generation/filtering/numeric/math/CellFilterStep.js +0 -37
  2934. package/generation/filtering/numeric/math/algebra/CellFilterAdd.js +0 -37
  2935. package/generation/filtering/numeric/math/algebra/CellFilterDivide.js +0 -38
  2936. package/generation/filtering/numeric/math/algebra/CellFilterMultiply.js +0 -37
  2937. package/generation/filtering/numeric/math/algebra/CellFilterNegate.js +0 -30
  2938. package/generation/filtering/numeric/math/algebra/CellFilterSubtract.js +0 -37
  2939. package/generation/filtering/numeric/math/poly/CellFilterCubicFunction.js +0 -50
  2940. package/generation/filtering/numeric/process/computeCellFilterGradient.js +0 -48
  2941. package/generation/filtering/numeric/process/computeCellFilterGradient.spec.js +0 -288
  2942. package/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.js +0 -42
  2943. package/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.js +0 -36
  2944. package/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.js +0 -41
  2945. package/generation/filtering/numeric/util/CellFilterDisplaced.js +0 -45
  2946. package/generation/filtering/numeric/util/CellFilterLogToConsole.js +0 -28
  2947. package/generation/filtering/numeric/util/populateSampler2DFromCellFilter.js +0 -31
  2948. package/generation/grid/GridData.js +0 -273
  2949. package/generation/grid/GridTaskGenerator.js +0 -66
  2950. package/generation/grid/MarkerMatchCounter.js +0 -25
  2951. package/generation/grid/actions/ContinuousGridCellAction.js +0 -54
  2952. package/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.js +0 -98
  2953. package/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.js +0 -53
  2954. package/generation/grid/actions/ContinuousGridCellActionWriteObstacle.js +0 -123
  2955. package/generation/grid/generation/GridTaskApplyActionToCells.js +0 -86
  2956. package/generation/grid/generation/GridTaskDensityMarkerDistribution.js +0 -382
  2957. package/generation/grid/generation/GridTaskExecuteRuleTimes.js +0 -118
  2958. package/generation/grid/generation/GridTaskSequence.js +0 -54
  2959. package/generation/grid/generation/NoopGridTaskGenerator.js +0 -8
  2960. package/generation/grid/generation/discrete/GridTaskCellActionRuleSet.js +0 -46
  2961. package/generation/grid/generation/discrete/GridTaskCellularAutomata.js +0 -129
  2962. package/generation/grid/generation/discrete/GridTaskConnectRooms.js +0 -521
  2963. package/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.js +0 -212
  2964. package/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.js +0 -68
  2965. package/generation/grid/generation/grid/GridTaskAddNodesFixed.js +0 -42
  2966. package/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.js +0 -17
  2967. package/generation/grid/generation/grid/select/CellSupplier.js +0 -28
  2968. package/generation/grid/generation/grid/select/CellSupplierBestN.js +0 -188
  2969. package/generation/grid/generation/grid/select/CellSupplierPathUpHill.js +0 -187
  2970. package/generation/grid/generation/road/GridTaskGenerateRoads.js +0 -630
  2971. package/generation/grid/generation/road/PathEndPoint.js +0 -73
  2972. package/generation/grid/generation/road/PathEndPointKind.js +0 -10
  2973. package/generation/grid/generation/road/RoadConnection.js +0 -111
  2974. package/generation/grid/generation/road/RoadConnectionNetwork.js +0 -156
  2975. package/generation/grid/generation/road/readMarkerNodeGroupId.js +0 -13
  2976. package/generation/grid/generation/util/buildDistanceMapToObjective.js +0 -112
  2977. package/generation/grid/generation/util/buildPathFromDistanceMap.js +0 -82
  2978. package/generation/grid/generation/util/buildUnsignedDistanceField.js +0 -37
  2979. package/generation/grid/layers/GridDataLayer.js +0 -85
  2980. package/generation/markers/GridActionRuleSet.js +0 -213
  2981. package/generation/markers/GridCellActionPlaceMarker.js +0 -225
  2982. package/generation/markers/GridCellActionPlaceMarkerGroup.js +0 -76
  2983. package/generation/markers/MarkerNode.js +0 -127
  2984. package/generation/markers/MarkerRelation.js +0 -13
  2985. package/generation/markers/RuleSelectionPolicyType.js +0 -8
  2986. package/generation/markers/actions/MarkerNodeAction.js +0 -28
  2987. package/generation/markers/actions/MarkerNodeActionEntityPlacement.js +0 -100
  2988. package/generation/markers/actions/MarkerNodeActionImaginary.js +0 -86
  2989. package/generation/markers/actions/MarkerNodeActionSequence.js +0 -61
  2990. package/generation/markers/actions/MarkerNodeProcessingRuleSet.js +0 -151
  2991. package/generation/markers/actions/MarkerProcessingRule.js +0 -86
  2992. package/generation/markers/actions/placement/MarkerNodeEntityProcessor.js +0 -27
  2993. package/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.js +0 -57
  2994. package/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.js +0 -30
  2995. package/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.js +0 -64
  2996. package/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.js +0 -106
  2997. package/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.js +0 -116
  2998. package/generation/markers/actions/probability/MarkerNodeActionWeightedElement.js +0 -51
  2999. package/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.js +0 -265
  3000. package/generation/markers/actions/util/GridCellActionDebugBreak.js +0 -28
  3001. package/generation/markers/actions/util/GridCellActionLogToConsole.js +0 -21
  3002. package/generation/markers/debug/visualizeMarkers.js +0 -196
  3003. package/generation/markers/emitter/MarkerNodeConsumer.js +0 -10
  3004. package/generation/markers/emitter/MarkerNodeConsumerBuffer.js +0 -87
  3005. package/generation/markers/emitter/MarkerNodeEmitter.js +0 -28
  3006. package/generation/markers/emitter/MarkerNodeEmitterFromAction.js +0 -64
  3007. package/generation/markers/emitter/MarkerNodeEmitterGridCellAction.js +0 -47
  3008. package/generation/markers/emitter/MarkerNodeEmitterGroup.js +0 -51
  3009. package/generation/markers/emitter/MarkerNodeEmitterPredicated.js +0 -75
  3010. package/generation/markers/matcher/MarkerNodeMatcher.js +0 -16
  3011. package/generation/markers/matcher/MarkerNodeMatcherAnd.js +0 -31
  3012. package/generation/markers/matcher/MarkerNodeMatcherAny.js +0 -13
  3013. package/generation/markers/matcher/MarkerNodeMatcherBinary.js +0 -19
  3014. package/generation/markers/matcher/MarkerNodeMatcherByType.js +0 -36
  3015. package/generation/markers/matcher/MarkerNodeMatcherContainsTag.js +0 -28
  3016. package/generation/markers/matcher/MarkerNodeMatcherNone.js +0 -13
  3017. package/generation/markers/matcher/MarkerNodeMatcherNot.js +0 -33
  3018. package/generation/markers/matcher/MarkerNodeMatcherOr.js +0 -28
  3019. package/generation/markers/predicate/GridDataNodePredicate.js +0 -26
  3020. package/generation/markers/predicate/GridDataNodePredicateAnd.js +0 -32
  3021. package/generation/markers/predicate/GridDataNodePredicateAny.js +0 -13
  3022. package/generation/markers/predicate/GridDataNodePredicateBinary.js +0 -42
  3023. package/generation/markers/predicate/GridDataNodePredicateNot.js +0 -37
  3024. package/generation/markers/predicate/GridDataNodePredicateOverlaps.js +0 -33
  3025. package/generation/markers/prototypeGridCellActionPlaceMarker.js +0 -209
  3026. package/generation/markers/transform/MarkerNodeTransformRotateRandom.js +0 -33
  3027. package/generation/markers/transform/MarkerNodeTransformer.js +0 -26
  3028. package/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.js +0 -64
  3029. package/generation/markers/transform/MarkerNodeTransformerOffsetPosition.js +0 -45
  3030. package/generation/markers/transform/MarkerNodeTransformerRecordProperty.js +0 -57
  3031. package/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.js +0 -57
  3032. package/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.js +0 -77
  3033. package/generation/markers/transform/MarkerNodeTransformerRemoveTag.js +0 -40
  3034. package/generation/markers/transform/MarkerNodeTransformerSequence.js +0 -47
  3035. package/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.js +0 -72
  3036. package/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.js +0 -87
  3037. package/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.js +0 -106
  3038. package/generation/placement/GridCellActionTransformNearbyMarkers.js +0 -118
  3039. package/generation/placement/GridCellPlacementRule.js +0 -122
  3040. package/generation/placement/action/GridCellAction.js +0 -32
  3041. package/generation/placement/action/GridCellActionPlaceTags.js +0 -123
  3042. package/generation/placement/action/GridCellActionPlaceTags.spec.js +0 -21
  3043. package/generation/placement/action/GridCellActionWriteFilterToLayer.js +0 -91
  3044. package/generation/placement/action/random/CellActionSelectRandom.js +0 -69
  3045. package/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.js +0 -123
  3046. package/generation/placement/action/random/weighted/WeightedGridCellAction.js +0 -54
  3047. package/generation/placement/action/util/CellMatcherWithinAABB.js +0 -33
  3048. package/generation/placement/action/util/GridCellActionSequence.js +0 -58
  3049. package/generation/placement/action/util/GridCellDisplacedAction.js +0 -55
  3050. package/generation/rules/CellMatcher.js +0 -29
  3051. package/generation/rules/CellMatcherAny.js +0 -13
  3052. package/generation/rules/CellMatcherContainsTag.spec.js +0 -22
  3053. package/generation/rules/CellMatcherFromFilter.js +0 -38
  3054. package/generation/rules/CellMatcherLayerBitMaskTest.js +0 -67
  3055. package/generation/rules/GridLayerCellMatcher.js +0 -31
  3056. package/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.js +0 -41
  3057. package/generation/rules/cell/CellMatcherGridPattern.js +0 -124
  3058. package/generation/rules/cell/GridPatternMatcher.spec.js +0 -285
  3059. package/generation/rules/cell/GridPatternMatcherCell.js +0 -33
  3060. package/generation/rules/logic/CellMatcherAnd.js +0 -34
  3061. package/generation/rules/logic/CellMatcherBinary.js +0 -24
  3062. package/generation/rules/logic/CellMatcherDecorator.js +0 -17
  3063. package/generation/rules/logic/CellMatcherNot.js +0 -25
  3064. package/generation/rules/logic/CellMatcherOr.js +0 -33
  3065. package/generation/theme/AreaMask.js +0 -61
  3066. package/generation/theme/AreaTheme.js +0 -13
  3067. package/generation/theme/TerrainLayerDescription.js +0 -68
  3068. package/generation/theme/TerrainLayerRule.js +0 -38
  3069. package/generation/theme/TerrainLayerRuleAggregator.js +0 -55
  3070. package/generation/theme/TerrainTheme.js +0 -35
  3071. package/generation/theme/Theme.js +0 -45
  3072. package/generation/theme/ThemeEngine.js +0 -620
  3073. package/generation/theme/cell/CellProcessingRule.js +0 -52
  3074. package/generation/theme/cell/CellProcessingRuleSet.js +0 -33
  3075. package/misc/makeMatcapSelectionOption.js +0 -52
  3076. package/misc/makeMaterialIcon.js +0 -34
  3077. package/misc/makeMaterialIconCached.js +0 -50
  3078. package/view/DOM.js +0 -174
  3079. package/view/SVG.js +0 -122
  3080. package/view/View.js +0 -794
  3081. package/view/ViewGroup.js +0 -92
  3082. package/view/asset/AssetLoaderStatusView.js +0 -74
  3083. package/view/asset/PreloaderView.js +0 -60
  3084. package/view/common/LabelView.js +0 -240
  3085. package/view/common/ListView.js +0 -287
  3086. package/view/common/LocalizedLabelView.js +0 -155
  3087. package/view/common/MeshView.js +0 -99
  3088. package/view/common/TabbedView.js +0 -126
  3089. package/view/common/VirtualListView.js +0 -288
  3090. package/view/common/dnd/DragAndDropContext.js +0 -125
  3091. package/view/common/dnd/Draggable.js +0 -184
  3092. package/view/common/dnd/DropTarget.js +0 -283
  3093. package/view/controller/GuiController.js +0 -73
  3094. package/view/controller/controls/BooleanVector3Control.js +0 -77
  3095. package/view/controller/controls/GuiControl.js +0 -45
  3096. package/view/controller/controls/ListController.js +0 -113
  3097. package/view/controller/controls/NativeListController.js +0 -87
  3098. package/view/controller/controls/NumericIntervalControl.js +0 -90
  3099. package/view/controller/controls/Vector1Control.js +0 -102
  3100. package/view/controller/controls/Vector2Control.js +0 -87
  3101. package/view/controller/controls/Vector3Control.js +0 -93
  3102. package/view/controller/controls_v2/AbstractPropertyBinding.ts +0 -10
  3103. package/view/controller/controls_v2/Controller.ts +0 -32
  3104. package/view/controller/controls_v2/IPropertyBinding.ts +0 -6
  3105. package/view/controller/controls_v2/PrimitivePropertyBinding.ts +0 -12
  3106. package/view/controller/controls_v2/SliderController.ts +0 -10
  3107. package/view/controller/dat/DatGuiUtils.js +0 -451
  3108. package/view/currency/CompositeCurrencyLabelView.js +0 -57
  3109. package/view/currency/CurrencyDenominationLabelView.js +0 -23
  3110. package/view/currency/CurrencyDenominationSpec.js +0 -14
  3111. package/view/currency/CurrencyDisplaySpec.js +0 -30
  3112. package/view/currency/FantasyCurrencySpec.js +0 -7
  3113. package/view/currency/SingleCoinCurrency.js +0 -5
  3114. package/view/elements/BottomLeftResizeHandleView.js +0 -52
  3115. package/view/elements/CanvasView.js +0 -36
  3116. package/view/elements/CheckboxView.js +0 -43
  3117. package/view/elements/ColorPickerView.js +0 -296
  3118. package/view/elements/CompassArrowView.js +0 -64
  3119. package/view/elements/ConfirmationDialogView.js +0 -80
  3120. package/view/elements/DropDownSelectionView.js +0 -164
  3121. package/view/elements/EmptyView.js +0 -60
  3122. package/view/elements/Group.js +0 -37
  3123. package/view/elements/MeshPreview.js +0 -283
  3124. package/view/elements/SimpleWindow.js +0 -120
  3125. package/view/elements/button/ButtonView.js +0 -118
  3126. package/view/elements/button/ButtonView.stories.js +0 -14
  3127. package/view/elements/image/HTMLElementCacheKey.js +0 -214
  3128. package/view/elements/image/ImageView.js +0 -147
  3129. package/view/elements/image/SvgImageView.js +0 -84
  3130. package/view/elements/label/LabeledValueView.js +0 -68
  3131. package/view/elements/navigation/NavigationMenu.js +0 -27
  3132. package/view/elements/navigation/ViewStack.js +0 -144
  3133. package/view/elements/notify/NotificationView.js +0 -69
  3134. package/view/elements/notify/ToastLogView.js +0 -99
  3135. package/view/elements/progress/RectangularPieProgressView.js +0 -115
  3136. package/view/elements/progress/SmoothProgressBar.js +0 -199
  3137. package/view/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.js +0 -182
  3138. package/view/elements/progress/segmented/SegmentDefinition.js +0 -29
  3139. package/view/elements/progress/segmented/SegmentedResourceBarView.js +0 -300
  3140. package/view/elements/radial/RadialMenu.js +0 -394
  3141. package/view/elements/radial/RadialMenuElement.js +0 -209
  3142. package/view/elements/radial/RadialMenuElementDefinition.js +0 -219
  3143. package/view/elements/radial/RadialProgressView.js +0 -94
  3144. package/view/elements/radial/RadialText.js +0 -259
  3145. package/view/elements/radial/makeDonut.js +0 -26
  3146. package/view/elements/tiles2d/Tile.js +0 -84
  3147. package/view/elements/tiles2d/TileGrid.js +0 -456
  3148. package/view/elements/video/VideoView.js +0 -165
  3149. package/view/elements/windrose/WindRoseDiagram.js +0 -369
  3150. package/view/elements/windrose/prototype.js +0 -37
  3151. package/view/game/achievements/AchievementNotificationView.js +0 -56
  3152. package/view/interaction/CommandButtonView.js +0 -159
  3153. package/view/interaction/InteractionCommand.js +0 -61
  3154. package/view/interaction/InteractionCommandSet.js +0 -34
  3155. package/view/interaction/InterfaceCommand.js +0 -146
  3156. package/view/m3_cm_compose_transform.js +0 -66
  3157. package/view/m3_rm_compose_transform.js +0 -45
  3158. package/view/math/FunctionGraphView.js +0 -85
  3159. package/view/minimap/Minimap.js +0 -246
  3160. package/view/minimap/dom/MinimapCameraView.js +0 -211
  3161. package/view/minimap/dom/MinimapMarkerView.js +0 -80
  3162. package/view/minimap/dom/MinimapTerrainView.js +0 -146
  3163. package/view/minimap/gl/MarkerGL.js +0 -114
  3164. package/view/minimap/gl/MarkerGLAttributes.js +0 -10
  3165. package/view/minimap/gl/MinimapFogOfWar.js +0 -187
  3166. package/view/minimap/gl/MinimapMarkersGL.js +0 -319
  3167. package/view/minimap/gl/MinimapTerrainGL.js +0 -184
  3168. package/view/minimap/gl/MinimapWorldGL.js +0 -193
  3169. package/view/minimap/gl/MinimapWorldLayer.js +0 -33
  3170. package/view/minimap/gl/buildMaterial.js +0 -94
  3171. package/view/multiplyMatrices3.js +0 -49
  3172. package/view/renderModel.js +0 -102
  3173. package/view/string_tag_to_css_class_name.js +0 -12
  3174. package/view/task/TaskLoadingScreen.js +0 -172
  3175. package/view/task/TaskProgressView.js +0 -150
  3176. package/view/tooltip/DomTooltipManager.js +0 -193
  3177. package/view/tooltip/DomTooltipObserver.js +0 -166
  3178. package/view/tooltip/TooltipManager.js +0 -251
  3179. package/view/tooltip/TooltipView.js +0 -364
  3180. package/view/tooltip/VisualTip.js +0 -50
  3181. package/view/tooltip/gml/GMLEngine.js +0 -543
  3182. package/view/tooltip/gml/TooltipParser.js +0 -54
  3183. package/view/tooltip/gml/TooltipParser.spec.js +0 -142
  3184. package/view/tooltip/gml/compiler/GMLReferenceCompiler.js +0 -36
  3185. package/view/tooltip/gml/parser/TooltipReferenceValue.js +0 -19
  3186. package/view/tooltip/gml/parser/TooltipTokenType.js +0 -11
  3187. package/view/tooltip/gml/parser/parseTooltipString.js +0 -78
  3188. package/view/tooltip/gml/parser/readReferenceToken.js +0 -102
  3189. package/view/tooltip/gml/parser/readReferenceValueToken.js +0 -56
  3190. package/view/tooltip/gml/parser/readStyleToken.js +0 -63
  3191. package/view/util/DomSizeObserver.js +0 -196
@@ -1,1570 +0,0 @@
1
- import { EngineHarness } from "../../../EngineHarness.js";
2
- import { SpriteSystemPE } from "./SpriteSystemPE.js";
3
- import { ParticleEmitterSystem } from "../../particles/ecs/ParticleEmitterSystem.js";
4
- import EntityBuilder from "../../../ecs/EntityBuilder.js";
5
- import { Transform } from "../../../ecs/transform/Transform.js";
6
- import { Sprite } from "./Sprite.js";
7
- import { GizmoRenderingPlugin } from "../../render/gizmo/GizmoRenderingPlugin.js";
8
- import Vector2 from "../../../../core/geom/Vector2.js";
9
- import { enableEditor } from "../../../../editor/enableEditor.js";
10
- import { initializeEditor } from "../../../../../model/game/initializeEditor.js";
11
- import { seededRandom } from "../../../../core/math/random/seededRandom.js";
12
- import { randomIntegerBetween } from "../../../../core/math/random/randomIntegerBetween.js";
13
- import LabelView from "../../../../view/common/LabelView.js";
14
- import { obtainTerrain } from "../../../ecs/terrain/util/obtainTerrain.js";
15
- import { TextureAssetLoader } from "../../../asset/loaders/texture/TextureAssetLoader.js";
16
- import { GameAssetType } from "../../../asset/GameAssetType.js";
17
- import '../../../../../../../css/game.scss';
18
- import '../../../../../../../css/editor/EntityEditorView.scss';
19
- import '../../../../../../../css/editor/EditorView.scss';
20
- // import '../../../../../../../css/editor/EditorView.scss';
21
-
22
- const paths = `
23
- data/textures/icons/Sci-Fi Ability Icons 1/x64/200.png
24
- data/textures/icons/Sci-Fi Ability Icons 1/x64/96.png
25
- data/textures/icons/Sci-Fi Ability Icons 1/x64/97.png
26
- data/textures/icons/Sci-Fi Ability Icons 1/x64/98.png
27
- data/textures/icons/Sci-Fi Ability Icons 1/x64/99.png
28
- data/textures/icons/Sci-Fi Ability Icons 1/x64/100.png
29
- data/textures/icons/Sci-Fi Ability Icons 1/x64/101.png
30
- data/textures/icons/Sci-Fi Ability Icons 1/x64/102.png
31
- data/textures/icons/Sci-Fi Ability Icons 1/x64/103.png
32
- data/textures/icons/Sci-Fi Ability Icons 1/x64/104.png
33
- data/textures/icons/Sci-Fi Ability Icons 1/x64/105.png
34
- data/textures/icons/Sci-Fi Ability Icons 1/x64/106.png
35
- data/textures/icons/Sci-Fi Ability Icons 1/x64/107.png
36
- data/textures/icons/Sci-Fi Ability Icons 1/x64/108.png
37
- data/textures/icons/Sci-Fi Ability Icons 1/x64/109.png
38
- data/textures/icons/Sci-Fi Ability Icons 1/x64/110.png
39
- data/textures/icons/Sci-Fi Ability Icons 1/x64/111.png
40
- data/textures/icons/Sci-Fi Ability Icons 1/x64/112.png
41
- data/textures/icons/Sci-Fi Ability Icons 1/x64/113.png
42
- data/textures/icons/Sci-Fi Ability Icons 1/x64/114.png
43
- data/textures/icons/Sci-Fi Ability Icons 1/x64/115.png
44
- data/textures/icons/Sci-Fi Ability Icons 1/x64/116.png
45
- data/textures/icons/Sci-Fi Ability Icons 1/x64/117.png
46
- data/textures/icons/Sci-Fi Ability Icons 1/x64/118.png
47
- data/textures/icons/Sci-Fi Ability Icons 1/x64/119.png
48
- data/textures/icons/Sci-Fi Ability Icons 1/x64/120.png
49
- data/textures/icons/Sci-Fi Ability Icons 1/x64/121.png
50
- data/textures/icons/Sci-Fi Ability Icons 1/x64/122.png
51
- data/textures/icons/Sci-Fi Ability Icons 1/x64/123.png
52
- data/textures/icons/Sci-Fi Ability Icons 1/x64/124.png
53
- data/textures/icons/Sci-Fi Ability Icons 1/x64/125.png
54
- data/textures/icons/Sci-Fi Ability Icons 1/x64/126.png
55
- data/textures/icons/Sci-Fi Ability Icons 1/x64/127.png
56
- data/textures/icons/Sci-Fi Ability Icons 1/x64/128.png
57
- data/textures/icons/Sci-Fi Ability Icons 1/x64/129.png
58
- data/textures/icons/Sci-Fi Ability Icons 1/x64/130.png
59
- data/textures/icons/Sci-Fi Ability Icons 1/x64/131.png
60
- data/textures/icons/Sci-Fi Ability Icons 1/x64/132.png
61
- data/textures/icons/Sci-Fi Ability Icons 1/x64/133.png
62
- data/textures/icons/Sci-Fi Ability Icons 1/x64/134.png
63
- data/textures/icons/Sci-Fi Ability Icons 1/x64/135.png
64
- data/textures/icons/Sci-Fi Ability Icons 1/x64/136.png
65
- data/textures/icons/Sci-Fi Ability Icons 1/x64/137.png
66
- data/textures/icons/Sci-Fi Ability Icons 1/x64/138.png
67
- data/textures/icons/Sci-Fi Ability Icons 1/x64/139.png
68
- data/textures/icons/Sci-Fi Ability Icons 1/x64/140.png
69
- data/textures/icons/Sci-Fi Ability Icons 1/x64/141.png
70
- data/textures/icons/Sci-Fi Ability Icons 1/x64/142.png
71
- data/textures/icons/Sci-Fi Ability Icons 1/x64/143.png
72
- data/textures/icons/Sci-Fi Ability Icons 1/x64/144.png
73
- data/textures/icons/Sci-Fi Ability Icons 1/x64/145.png
74
- data/textures/icons/Sci-Fi Ability Icons 1/x64/146.png
75
- data/textures/icons/Sci-Fi Ability Icons 1/x64/147.png
76
- data/textures/icons/Sci-Fi Ability Icons 1/x64/148.png
77
- data/textures/icons/Sci-Fi Ability Icons 1/x64/149.png
78
- data/textures/icons/Sci-Fi Ability Icons 1/x64/150.png
79
- data/textures/icons/Sci-Fi Ability Icons 1/x64/151.png
80
- data/textures/icons/Sci-Fi Ability Icons 1/x64/152.png
81
- data/textures/icons/Sci-Fi Ability Icons 1/x64/153.png
82
- data/textures/icons/Sci-Fi Ability Icons 1/x64/154.png
83
- data/textures/icons/Sci-Fi Ability Icons 1/x64/155.png
84
- data/textures/icons/Sci-Fi Ability Icons 1/x64/156.png
85
- data/textures/icons/Sci-Fi Ability Icons 1/x64/157.png
86
- data/textures/icons/Sci-Fi Ability Icons 1/x64/158.png
87
- data/textures/icons/Sci-Fi Ability Icons 1/x64/159.png
88
- data/textures/icons/Sci-Fi Ability Icons 1/x64/160.png
89
- data/textures/icons/Sci-Fi Ability Icons 1/x64/161.png
90
- data/textures/icons/Sci-Fi Ability Icons 1/x64/162.png
91
- data/textures/icons/Sci-Fi Ability Icons 1/x64/163.png
92
- data/textures/icons/Sci-Fi Ability Icons 1/x64/164.png
93
- data/textures/icons/Sci-Fi Ability Icons 1/x64/165.png
94
- data/textures/icons/Sci-Fi Ability Icons 1/x64/166.png
95
- data/textures/icons/Sci-Fi Ability Icons 1/x64/167.png
96
- data/textures/icons/Sci-Fi Ability Icons 1/x64/168.png
97
- data/textures/icons/Sci-Fi Ability Icons 1/x64/169.png
98
- data/textures/icons/Sci-Fi Ability Icons 1/x64/170.png
99
- data/textures/icons/Sci-Fi Ability Icons 1/x64/171.png
100
- data/textures/icons/Sci-Fi Ability Icons 1/x64/172.png
101
- data/textures/icons/Sci-Fi Ability Icons 1/x64/173.png
102
- data/textures/icons/Sci-Fi Ability Icons 1/x64/174.png
103
- data/textures/icons/Sci-Fi Ability Icons 1/x64/175.png
104
- data/textures/icons/Sci-Fi Ability Icons 1/x64/176.png
105
- data/textures/icons/Sci-Fi Ability Icons 1/x64/177.png
106
- data/textures/icons/Sci-Fi Ability Icons 1/x64/178.png
107
- data/textures/icons/Sci-Fi Ability Icons 1/x64/179.png
108
- data/textures/icons/Sci-Fi Ability Icons 1/x64/180.png
109
- data/textures/icons/Sci-Fi Ability Icons 1/x64/181.png
110
- data/textures/icons/Sci-Fi Ability Icons 1/x64/182.png
111
- data/textures/icons/Sci-Fi Ability Icons 1/x64/183.png
112
- data/textures/icons/Sci-Fi Ability Icons 1/x64/184.png
113
- data/textures/icons/Sci-Fi Ability Icons 1/x64/185.png
114
- data/textures/icons/Sci-Fi Ability Icons 1/x64/186.png
115
- data/textures/icons/Sci-Fi Ability Icons 1/x64/187.png
116
- data/textures/icons/Sci-Fi Ability Icons 1/x64/188.png
117
- data/textures/icons/Sci-Fi Ability Icons 1/x64/189.png
118
- data/textures/icons/Sci-Fi Ability Icons 1/x64/190.png
119
- data/textures/icons/Sci-Fi Ability Icons 1/x64/191.png
120
- data/textures/icons/Sci-Fi Ability Icons 1/x64/192.png
121
- data/textures/icons/Sci-Fi Ability Icons 1/x64/193.png
122
- data/textures/icons/Sci-Fi Ability Icons 1/x64/194.png
123
- data/textures/icons/Sci-Fi Ability Icons 1/x64/195.png
124
- data/textures/icons/Sci-Fi Ability Icons 1/x64/196.png
125
- data/textures/icons/Sci-Fi Ability Icons 1/x64/197.png
126
- data/textures/icons/Sci-Fi Ability Icons 1/x64/198.png
127
- data/textures/icons/Sci-Fi Ability Icons 1/x64/199.png
128
-
129
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_100.png
130
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_01.png
131
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_02.png
132
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_03.png
133
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_04.png
134
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_05.png
135
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_06.png
136
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_07.png
137
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_08.png
138
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_09.png
139
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_10.png
140
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_11.png
141
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_12.png
142
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_13.png
143
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_14.png
144
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_15.png
145
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_16.png
146
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_17.png
147
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_18.png
148
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_19.png
149
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_20.png
150
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_21.png
151
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_22.png
152
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_23.png
153
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_24.png
154
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_25.png
155
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_26.png
156
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_27.png
157
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_28.png
158
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_29.png
159
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_30.png
160
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_31.png
161
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_32.png
162
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_33.png
163
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_34.png
164
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_035.png
165
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_036.png
166
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_037.png
167
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_038.png
168
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_039.png
169
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_040.png
170
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_041.png
171
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_042.png
172
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_043.png
173
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_044.png
174
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_045.png
175
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_046.png
176
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_047.png
177
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_048.png
178
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_049.png
179
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_050.png
180
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_051.png
181
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_052.png
182
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_053.png
183
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_054.png
184
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_055.png
185
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_056.png
186
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_057.png
187
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_058.png
188
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_059.png
189
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_060.png
190
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_061.png
191
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_062.png
192
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_063.png
193
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_064.png
194
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_065.png
195
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_066.png
196
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_067.png
197
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_068.png
198
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_069.png
199
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_070.png
200
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_071.png
201
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_072.png
202
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_073.png
203
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_074.png
204
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_075.png
205
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_076.png
206
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_077.png
207
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_078.png
208
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_079.png
209
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_080.png
210
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_081.png
211
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_082.png
212
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_083.png
213
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_084.png
214
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_085.png
215
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_086.png
216
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_087.png
217
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_088.png
218
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_089.png
219
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_090.png
220
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_091.png
221
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_092.png
222
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_093.png
223
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_094.png
224
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_095.png
225
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_096.png
226
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_097.png
227
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_098.png
228
- data/textures/icons/Sci-Fi Ability Icons 2/x64/sf_s_099.png
229
-
230
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_100.png
231
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_001.png
232
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_002.png
233
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_003.png
234
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_004.png
235
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_005.png
236
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_006.png
237
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_007.png
238
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_008.png
239
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_009.png
240
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_010.png
241
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_011.png
242
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_012.png
243
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_013.png
244
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_014.png
245
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_015.png
246
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_016.png
247
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_017.png
248
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_018.png
249
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_019.png
250
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_020.png
251
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_021.png
252
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_022.png
253
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_023.png
254
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_024.png
255
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_025.png
256
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_026.png
257
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_027.png
258
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_028.png
259
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_029.png
260
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_030.png
261
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_031.png
262
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_032.png
263
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_033.png
264
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_034.png
265
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_035.png
266
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_036.png
267
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_037.png
268
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_038.png
269
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_039.png
270
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_040.png
271
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_041.png
272
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_042.png
273
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_043.png
274
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_044.png
275
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_045.png
276
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_046.png
277
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_047.png
278
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_048.png
279
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_049.png
280
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_050.png
281
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_051.png
282
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_052.png
283
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_053.png
284
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_054.png
285
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_055.png
286
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_056.png
287
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_057.png
288
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_058.png
289
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_059.png
290
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_060.png
291
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_061.png
292
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_062.png
293
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_063.png
294
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_064.png
295
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_065.png
296
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_066.png
297
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_067.png
298
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_068.png
299
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_069.png
300
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_070.png
301
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_071.png
302
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_072.png
303
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_073.png
304
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_074.png
305
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_075.png
306
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_076.png
307
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_077.png
308
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_078.png
309
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_079.png
310
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_080.png
311
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_081.png
312
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_082.png
313
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_083.png
314
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_084.png
315
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_085.png
316
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_086.png
317
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_087.png
318
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_088.png
319
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_089.png
320
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_090.png
321
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_091.png
322
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_092.png
323
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_093.png
324
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_094.png
325
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_095.png
326
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_096.png
327
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_097.png
328
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_098.png
329
- data/textures/icons/Sci-Fi Ability Icons 3/x64/ssf_099.png
330
-
331
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_179.png
332
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_01.png
333
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_02.png
334
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_03.png
335
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_04.png
336
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_05.png
337
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_06.png
338
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_07.png
339
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_08.png
340
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_09.png
341
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_10.png
342
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_11.png
343
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_12.png
344
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_13.png
345
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_14.png
346
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_15.png
347
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_16.png
348
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_17.png
349
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_18.png
350
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_19.png
351
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_20.png
352
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_21.png
353
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_22.png
354
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_23.png
355
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_24.png
356
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_25.png
357
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_26.png
358
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_27.png
359
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_28.png
360
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_29.png
361
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_30.png
362
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_31.png
363
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_32.png
364
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_33.png
365
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_34.png
366
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_35.png
367
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_36.png
368
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_37.png
369
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_38.png
370
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_39.png
371
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_40.png
372
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_41.png
373
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_42.png
374
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_43.png
375
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_44.png
376
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_45.png
377
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_46.png
378
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_47.png
379
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_48.png
380
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_49.png
381
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_50.png
382
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_51.png
383
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_52.png
384
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_53.png
385
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_54.png
386
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_55.png
387
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_56.png
388
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_57.png
389
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_58.png
390
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_59.png
391
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_60.png
392
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_68.png
393
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_71.png
394
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_72.png
395
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_73.png
396
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_74.png
397
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_75.png
398
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_76.png
399
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_77.png
400
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_78.png
401
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_87.png
402
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_88.png
403
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_89.png
404
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_90.png
405
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_91.png
406
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_92.png
407
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_93.png
408
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_94.png
409
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_95.png
410
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_96.png
411
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_97.png
412
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_98.png
413
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_99.png
414
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_100.png
415
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_101.png
416
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_102.png
417
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_103.png
418
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_104.png
419
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_105.png
420
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_106.png
421
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_107.png
422
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Arcane_108.png
423
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_01.png
424
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_02.png
425
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_03.png
426
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_04.png
427
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_05.png
428
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_06.png
429
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_07.png
430
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_08.png
431
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_09.png
432
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_10.png
433
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_11.png
434
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_12.png
435
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_13.png
436
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_14.png
437
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_15.png
438
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_16.png
439
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_17.png
440
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_18.png
441
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_19.png
442
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_20.png
443
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_21.png
444
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_22.png
445
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_23.png
446
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_24.png
447
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_25.png
448
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_26.png
449
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_27.png
450
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_28.png
451
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_29.png
452
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_30.png
453
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_31.png
454
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_32.png
455
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_33.png
456
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_34.png
457
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_35.png
458
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_36.png
459
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_37.png
460
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_38.png
461
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_39.png
462
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_40.png
463
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_41.png
464
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_42.png
465
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_43.png
466
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_44.png
467
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_45.png
468
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_46.png
469
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_47.png
470
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_48.png
471
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_49.png
472
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_70.png
473
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_71.png
474
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_72.png
475
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_73.png
476
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_74.png
477
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_75.png
478
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_76.png
479
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_77.png
480
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_78.png
481
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_79.png
482
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_80.png
483
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_81.png
484
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_82.png
485
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_83.png
486
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_84.png
487
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_85.png
488
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_86.png
489
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_87.png
490
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_88.png
491
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_89.png
492
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_90.png
493
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_91.png
494
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_92.png
495
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_93.png
496
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_94.png
497
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_95.png
498
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_96.png
499
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_97.png
500
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_98.png
501
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_99.png
502
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_100.png
503
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_101.png
504
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_102.png
505
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_103.png
506
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_104.png
507
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_105.png
508
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_106.png
509
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_107.png
510
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_118.png
511
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_BloodCombat_119.png
512
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_01.png
513
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_02.png
514
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_03.png
515
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_04.png
516
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_05.png
517
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_06.png
518
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_07.png
519
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_08.png
520
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_09.png
521
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_10.png
522
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_11.png
523
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_12.png
524
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_13.png
525
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_14.png
526
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_15.png
527
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_16.png
528
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_17.png
529
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_18.png
530
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_19.png
531
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_20.png
532
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_21.png
533
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_22.png
534
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_23.png
535
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_24.png
536
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_25.png
537
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_26.png
538
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_27.png
539
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_28.png
540
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_29.png
541
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_30.png
542
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_31.png
543
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_32.png
544
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_33.png
545
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_34.png
546
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_35.png
547
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_36.png
548
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_37.png
549
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_38.png
550
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_39.png
551
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_40.png
552
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_41.png
553
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Elements_42.png
554
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_01.png
555
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_02.png
556
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_03.png
557
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_04.png
558
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_05.png
559
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_06.png
560
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_07.png
561
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_08.png
562
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_09.png
563
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_10.png
564
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_11.png
565
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_12.png
566
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_13.png
567
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_14.png
568
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_15.png
569
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_16.png
570
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_17.png
571
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_18.png
572
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_19.png
573
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_20.png
574
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_21.png
575
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_22.png
576
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_23.png
577
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_24.png
578
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_25.png
579
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_26.png
580
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_27.png
581
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_28.png
582
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_29.png
583
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_30.png
584
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_31.png
585
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_32.png
586
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_33.png
587
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_34.png
588
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_35.png
589
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_36.png
590
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_37.png
591
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_38.png
592
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_39.png
593
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_40.png
594
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_41.png
595
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_42.png
596
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_43.png
597
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_44.png
598
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_45.png
599
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_46.png
600
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_47.png
601
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_48.png
602
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_49.png
603
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_50.png
604
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_51.png
605
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_52.png
606
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_53.png
607
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_54.png
608
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_55.png
609
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_56.png
610
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_57.png
611
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_58.png
612
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_59.png
613
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_60.png
614
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_61.png
615
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_62.png
616
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_63.png
617
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_64.png
618
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_65.png
619
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_66.png
620
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_67.png
621
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_68.png
622
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_69.png
623
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_70.png
624
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_71.png
625
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_72.png
626
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_73.png
627
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_74.png
628
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_75.png
629
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_76.png
630
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_77.png
631
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_78.png
632
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_79.png
633
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_80.png
634
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_81.png
635
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_82.png
636
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_83.png
637
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_85.png
638
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_89.png
639
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_90.png
640
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_91.png
641
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_92.png
642
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Energy_93.png
643
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_01.png
644
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_02.png
645
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_03.png
646
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_04.png
647
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_05.png
648
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_06.png
649
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_07.png
650
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_08.png
651
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_09.png
652
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_10.png
653
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_11.png
654
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_12.png
655
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_13.png
656
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_14.png
657
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_15.png
658
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_16.png
659
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_17.png
660
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_18.png
661
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_19.png
662
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_20.png
663
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_21.png
664
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_22.png
665
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_23.png
666
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_24.png
667
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_25.png
668
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_26.png
669
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_27.png
670
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_28.png
671
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_29.png
672
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_30.png
673
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_31.png
674
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_32.png
675
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_33.png
676
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_34.png
677
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_35.png
678
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_36.png
679
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_37.png
680
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_38.png
681
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_39.png
682
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_40.png
683
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_41.png
684
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_42.png
685
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_43.png
686
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_44.png
687
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_45.png
688
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_46.png
689
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_47.png
690
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_48.png
691
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_49.png
692
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_50.png
693
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_51.png
694
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_52.png
695
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_53.png
696
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_54.png
697
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_55.png
698
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_56.png
699
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_57.png
700
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_58.png
701
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_59.png
702
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_60.png
703
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_61.png
704
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_62.png
705
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_63.png
706
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_64.png
707
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_65.png
708
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_71.png
709
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_72.png
710
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_73.png
711
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_74.png
712
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_75.png
713
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_76.png
714
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_77.png
715
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_78.png
716
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_79.png
717
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_80.png
718
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_81.png
719
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_85.png
720
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_86.png
721
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_87.png
722
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_88.png
723
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_89.png
724
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_90.png
725
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_91.png
726
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_92.png
727
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_93.png
728
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_94.png
729
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_95.png
730
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_96.png
731
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_97.png
732
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_98.png
733
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_99.png
734
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_100.png
735
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_101.png
736
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_102.png
737
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_103.png
738
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_104.png
739
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_105.png
740
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_106.png
741
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_107.png
742
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_108.png
743
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_109.png
744
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_110.png
745
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_111.png
746
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_112.png
747
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_115.png
748
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_116.png
749
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_117.png
750
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_118.png
751
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_119.png
752
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_120.png
753
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_121.png
754
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_122.png
755
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_123.png
756
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_124.png
757
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_125.png
758
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_126.png
759
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_127.png
760
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_128.png
761
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_129.png
762
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Fire_130.png
763
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_01.png
764
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_02.png
765
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_03.png
766
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_04.png
767
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_05.png
768
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_06.png
769
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_07.png
770
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_08.png
771
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_09.png
772
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_10.png
773
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_11.png
774
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_12.png
775
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_13.png
776
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_14.png
777
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_15.png
778
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_16.png
779
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_17.png
780
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_18.png
781
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_19.png
782
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_20.png
783
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_21.png
784
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_22.png
785
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_23.png
786
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_24.png
787
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_25.png
788
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_26.png
789
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_27.png
790
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_28.png
791
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_29.png
792
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_30.png
793
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_31.png
794
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_32.png
795
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_33.png
796
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_34.png
797
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_35.png
798
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_36.png
799
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_37.png
800
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_38.png
801
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_39.png
802
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_40.png
803
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_41.png
804
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_42.png
805
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_43.png
806
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_44.png
807
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_45.png
808
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_46.png
809
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_47.png
810
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_48.png
811
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_49.png
812
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_50.png
813
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_51.png
814
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_52.png
815
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_53.png
816
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_54.png
817
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_55.png
818
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_56.png
819
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_57.png
820
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_58.png
821
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_59.png
822
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_60.png
823
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_61.png
824
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_62.png
825
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_63.png
826
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_64.png
827
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_65.png
828
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_66.png
829
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_67.png
830
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_68.png
831
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_69.png
832
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_70.png
833
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_71.png
834
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_72.png
835
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_73.png
836
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_74.png
837
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_75.png
838
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_76.png
839
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_77.png
840
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_78.png
841
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_79.png
842
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_80.png
843
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_81.png
844
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_82.png
845
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_83.png
846
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_84.png
847
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_85.png
848
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_86.png
849
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_87.png
850
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_88.png
851
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_89.png
852
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_90.png
853
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_91.png
854
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_92.png
855
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_93.png
856
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_94.png
857
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_95.png
858
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_96.png
859
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_97.png
860
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_98.png
861
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Frost_99.png
862
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_01.png
863
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_02.png
864
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_03.png
865
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_04.png
866
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_05.png
867
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_06.png
868
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_07.png
869
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_08.png
870
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_09.png
871
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_10.png
872
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_11.png
873
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_12.png
874
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_13.png
875
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_14.png
876
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_15.png
877
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_16.png
878
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_17.png
879
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_18.png
880
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_19.png
881
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_20.png
882
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_21.png
883
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_22.png
884
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_23.png
885
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_24.png
886
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_25.png
887
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_26.png
888
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_27.png
889
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_28.png
890
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_29.png
891
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_30.png
892
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_31.png
893
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_32.png
894
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_33.png
895
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_34.png
896
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_35.png
897
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_36.png
898
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_37.png
899
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_38.png
900
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_39.png
901
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_40.png
902
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_41.png
903
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_42.png
904
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_43.png
905
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_44.png
906
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_45.png
907
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_46.png
908
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_47.png
909
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_48.png
910
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_49.png
911
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_50.png
912
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_51.png
913
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_52.png
914
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_53.png
915
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_54.png
916
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_55.png
917
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_56.png
918
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_57.png
919
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_58.png
920
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_59.png
921
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_60.png
922
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_61.png
923
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_72.png
924
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_73.png
925
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_74.png
926
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_75.png
927
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_76.png
928
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_77.png
929
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_78.png
930
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_79.png
931
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_80.png
932
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_81.png
933
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_82.png
934
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_83.png
935
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_84.png
936
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_85.png
937
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_86.png
938
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_87.png
939
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_88.png
940
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_89.png
941
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_90.png
942
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_91.png
943
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_92.png
944
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_93.png
945
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_95.png
946
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_96.png
947
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_97.png
948
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_98.png
949
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_99.png
950
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_100.png
951
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_101.png
952
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_102.png
953
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_103.png
954
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_104.png
955
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_105.png
956
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_106.png
957
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_107.png
958
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_108.png
959
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_109.png
960
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_110.png
961
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_111.png
962
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_112.png
963
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_113.png
964
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_114.png
965
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_115.png
966
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Gold_116.png
967
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_01.png
968
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_02.png
969
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_03.png
970
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_04.png
971
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_05.png
972
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_06.png
973
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_07.png
974
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_08.png
975
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_09.png
976
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_10.png
977
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_11.png
978
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_12.png
979
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_13.png
980
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_14.png
981
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_15.png
982
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_16.png
983
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_17.png
984
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_18.png
985
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_19.png
986
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_20.png
987
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_21.png
988
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_22.png
989
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_23.png
990
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_24.png
991
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_25.png
992
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_26.png
993
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_27.png
994
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_28.png
995
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_29.png
996
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_30.png
997
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_31.png
998
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_32.png
999
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_33.png
1000
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_34.png
1001
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_35.png
1002
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_36.png
1003
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_37.png
1004
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_38.png
1005
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_39.png
1006
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_40.png
1007
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_41.png
1008
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_42.png
1009
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_43.png
1010
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_44.png
1011
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_45.png
1012
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_46.png
1013
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_47.png
1014
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_48.png
1015
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_49.png
1016
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_69.png
1017
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_70.png
1018
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_71.png
1019
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_72.png
1020
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_73.png
1021
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_74.png
1022
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_75.png
1023
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_76.png
1024
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_77.png
1025
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_99.png
1026
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_100.png
1027
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_101.png
1028
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_102.png
1029
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_103.png
1030
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_111.png
1031
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_118.png
1032
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_119.png
1033
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_120.png
1034
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_121.png
1035
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_122.png
1036
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_123.png
1037
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_124.png
1038
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_125.png
1039
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_126.png
1040
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_127.png
1041
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_128.png
1042
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_129.png
1043
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_130.png
1044
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_131.png
1045
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_132.png
1046
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_133.png
1047
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_134.png
1048
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_135.png
1049
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_136.png
1050
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_137.png
1051
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_138.png
1052
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_139.png
1053
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_140.png
1054
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_141.png
1055
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_142.png
1056
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_143.png
1057
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_144.png
1058
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_145.png
1059
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_146.png
1060
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_147.png
1061
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_148.png
1062
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_149.png
1063
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_150.png
1064
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_151.png
1065
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_152.png
1066
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_153.png
1067
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_154.png
1068
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_155.png
1069
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_156.png
1070
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_157.png
1071
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_158.png
1072
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_159.png
1073
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_160.png
1074
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_161.png
1075
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_162.png
1076
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_163.png
1077
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_164.png
1078
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_165.png
1079
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_166.png
1080
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_167.png
1081
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_168.png
1082
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_169.png
1083
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_170.png
1084
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_171.png
1085
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_172.png
1086
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_173.png
1087
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_174.png
1088
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_175.png
1089
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_176.png
1090
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_177.png
1091
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_178.png
1092
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Nature_179.png
1093
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_01.png
1094
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_02.png
1095
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_03.png
1096
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_04.png
1097
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_05.png
1098
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_06.png
1099
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_07.png
1100
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_08.png
1101
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_09.png
1102
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_10.png
1103
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_11.png
1104
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_12.png
1105
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_13.png
1106
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_14.png
1107
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_15.png
1108
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_16.png
1109
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_17.png
1110
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_18.png
1111
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_19.png
1112
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_20.png
1113
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_21.png
1114
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_22.png
1115
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_23.png
1116
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_24.png
1117
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_25.png
1118
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_26.png
1119
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_27.png
1120
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_28.png
1121
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_29.png
1122
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_30.png
1123
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_31.png
1124
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_32.png
1125
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_33.png
1126
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_34.png
1127
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_35.png
1128
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_36.png
1129
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_37.png
1130
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_38.png
1131
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_39.png
1132
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_40.png
1133
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_41.png
1134
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_42.png
1135
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_43.png
1136
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_44.png
1137
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_45.png
1138
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_46.png
1139
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_47.png
1140
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_48.png
1141
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_49.png
1142
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_50.png
1143
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_51.png
1144
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_52.png
1145
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_53.png
1146
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_54.png
1147
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_55.png
1148
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_56.png
1149
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_57.png
1150
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_58.png
1151
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_59.png
1152
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_60.png
1153
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_61.png
1154
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_64.png
1155
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_65.png
1156
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_66.png
1157
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_67.png
1158
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_68.png
1159
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_71.png
1160
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_72.png
1161
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_73.png
1162
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_74.png
1163
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_75.png
1164
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_76.png
1165
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_77.png
1166
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_78.png
1167
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_80.png
1168
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_81.png
1169
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_82.png
1170
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_86.png
1171
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_87.png
1172
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_88.png
1173
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_89.png
1174
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_90.png
1175
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_91.png
1176
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_92.png
1177
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_93.png
1178
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_94.png
1179
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_95.png
1180
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_96.png
1181
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_97.png
1182
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_98.png
1183
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_99.png
1184
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_100.png
1185
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_101.png
1186
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_102.png
1187
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_103.png
1188
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_104.png
1189
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_105.png
1190
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_106.png
1191
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_107.png
1192
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_108.png
1193
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_109.png
1194
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_110.png
1195
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_111.png
1196
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Shadow_112.png
1197
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_01.png
1198
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_02.png
1199
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_03.png
1200
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_04.png
1201
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_05.png
1202
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_06.png
1203
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_07.png
1204
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_08.png
1205
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_09.png
1206
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_10.png
1207
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_11.png
1208
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_12.png
1209
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_13.png
1210
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_14.png
1211
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_15.png
1212
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_16.png
1213
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_17.png
1214
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_18.png
1215
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_19.png
1216
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_20.png
1217
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_21.png
1218
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_22.png
1219
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_23.png
1220
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_24.png
1221
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_25.png
1222
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_26.png
1223
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_27.png
1224
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_28.png
1225
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_29.png
1226
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_30.png
1227
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_31.png
1228
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Tech_32.png
1229
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_01.png
1230
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_02.png
1231
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_03.png
1232
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_04.png
1233
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_05.png
1234
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_06.png
1235
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_07.png
1236
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_08.png
1237
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_09.png
1238
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_10.png
1239
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_11.png
1240
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_12.png
1241
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_13.png
1242
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_14.png
1243
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_15.png
1244
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_16.png
1245
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_17.png
1246
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_18.png
1247
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_19.png
1248
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_20.png
1249
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_21.png
1250
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_22.png
1251
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_23.png
1252
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_24.png
1253
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_25.png
1254
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_26.png
1255
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_27.png
1256
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_28.png
1257
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_29.png
1258
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_30.png
1259
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_31.png
1260
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_32.png
1261
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_33.png
1262
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_34.png
1263
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_35.png
1264
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_36.png
1265
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_37.png
1266
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_38.png
1267
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_39.png
1268
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_40.png
1269
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_41.png
1270
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_42.png
1271
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_43.png
1272
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_44.png
1273
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_45.png
1274
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_46.png
1275
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_47.png
1276
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_48.png
1277
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_49.png
1278
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_50.png
1279
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_51.png
1280
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_52.png
1281
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_53.png
1282
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_54.png
1283
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_55.png
1284
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_56.png
1285
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_57.png
1286
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_58.png
1287
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_59.png
1288
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_60.png
1289
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_61.png
1290
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_62.png
1291
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_63.png
1292
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_64.png
1293
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_65.png
1294
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_66.png
1295
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_67.png
1296
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_68.png
1297
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_69.png
1298
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_70.png
1299
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_71.png
1300
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_74.png
1301
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_75.png
1302
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_76.png
1303
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_77.png
1304
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_78.png
1305
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_79.png
1306
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_80.png
1307
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_81.png
1308
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_82.png
1309
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_83.png
1310
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_84.png
1311
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_93.png
1312
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_94.png
1313
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_95.png
1314
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_96.png
1315
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_97.png
1316
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_115.png
1317
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_116.png
1318
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_117.png
1319
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_118.png
1320
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_119.png
1321
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_120.png
1322
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_121.png
1323
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_122.png
1324
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_123.png
1325
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_124.png
1326
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_125.png
1327
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_126.png
1328
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_127.png
1329
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_128.png
1330
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_129.png
1331
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_130.png
1332
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_131.png
1333
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_132.png
1334
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_133.png
1335
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_134.png
1336
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_135.png
1337
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_136.png
1338
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_137.png
1339
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_138.png
1340
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_139.png
1341
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_140.png
1342
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_141.png
1343
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_142.png
1344
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_143.png
1345
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_144.png
1346
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_145.png
1347
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_146.png
1348
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_147.png
1349
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_148.png
1350
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_149.png
1351
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_150.png
1352
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_151.png
1353
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_152.png
1354
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_153.png
1355
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_154.png
1356
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_155.png
1357
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_156.png
1358
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_157.png
1359
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_158.png
1360
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_159.png
1361
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_160.png
1362
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_161.png
1363
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_162.png
1364
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_163.png
1365
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_164.png
1366
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_165.png
1367
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_166.png
1368
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_167.png
1369
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_168.png
1370
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_169.png
1371
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_170.png
1372
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_171.png
1373
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_172.png
1374
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_173.png
1375
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_174.png
1376
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_175.png
1377
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_176.png
1378
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_177.png
1379
- data/textures/icons/NhanceSpellIconsBundle/x64/T_Icon_Unholy_178.png
1380
- `.trim().split('\n');
1381
-
1382
- const big_icons = `
1383
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_114_t.png
1384
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_01_t.png
1385
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_02_t.png
1386
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_03_t.png
1387
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_04_t.png
1388
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_05_t.png
1389
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_06_t.png
1390
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_07_t.PNG
1391
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_08_t.PNG
1392
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_09_t.PNG
1393
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_10_t.PNG
1394
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_11_t.PNG
1395
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_12_t.PNG
1396
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_13_t.PNG
1397
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_14_t.PNG
1398
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_15_t.PNG
1399
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_16_t.PNG
1400
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_17_t.PNG
1401
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_18_t.PNG
1402
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_19_t.PNG
1403
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_20_t.PNG
1404
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_21_t.PNG
1405
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_22_t.PNG
1406
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_23_t.PNG
1407
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_24_t.PNG
1408
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_25_t.PNG
1409
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_26_t.PNG
1410
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_27_t.PNG
1411
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_28_t.PNG
1412
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_29_t.PNG
1413
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_30_t.PNG
1414
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_31_t.PNG
1415
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_32_t.PNG
1416
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_33_t.PNG
1417
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_34_t.PNG
1418
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_35_t.PNG
1419
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_36_t.PNG
1420
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_37_t.PNG
1421
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_38_t.PNG
1422
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_39_t.PNG
1423
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_40_t.PNG
1424
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_41_t.PNG
1425
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_42_t.PNG
1426
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_43_t.PNG
1427
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_44_t.PNG
1428
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_45_t.PNG
1429
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_46_t.PNG
1430
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_47_t.PNG
1431
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_48_t.PNG
1432
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_49_t.PNG
1433
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_50_t.PNG
1434
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_51_t.PNG
1435
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_52_t.png
1436
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_53_t.PNG
1437
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_54_t.png
1438
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_55_t.PNG
1439
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_56_t.png
1440
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_57_t.png
1441
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_58_t.PNG
1442
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_59_t.png
1443
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_60_t.png
1444
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_61_t.png
1445
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_62_t.png
1446
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_63_t.png
1447
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_64_t.png
1448
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_65_t.PNG
1449
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_66_t.PNG
1450
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_67_t.PNG
1451
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_68_t.PNG
1452
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_69_t.PNG
1453
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_70_t.PNG
1454
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_71_t.PNG
1455
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_72_t.png
1456
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_73_t.PNG
1457
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_74_t.png
1458
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_75_t.png
1459
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_76_t.png
1460
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_77_t.png
1461
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_78_t.png
1462
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_79_t.png
1463
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_80_t.png
1464
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_81_t.png
1465
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_82_t.png
1466
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_83_t.png
1467
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_84_t.png
1468
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_85_t.png
1469
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_86_t.png
1470
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_87_t.png
1471
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_88_t.png
1472
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_89_t.png
1473
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_90_t.png
1474
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_91_t.png
1475
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_92_t.png
1476
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_93_t.png
1477
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_94_t.png
1478
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_95_t.png
1479
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_96_t.png
1480
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_97_t.png
1481
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_98_t.png
1482
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_99_t.png
1483
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_100_t.png
1484
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_101_t.PNG
1485
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_102_t.PNG
1486
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_103_t.png
1487
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_104_t.PNG
1488
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_105_t.PNG
1489
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_106_t.PNG
1490
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_107_t.png
1491
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_108_t.png
1492
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_109_t.png
1493
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_110_t.png
1494
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_111_t.png
1495
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_112_t.png
1496
- data/textures/icons/foresticons/ForestIcons_transparent/ForestIcons_113_t.png
1497
- `.trim().split('\n');
1498
-
1499
- new EngineHarness()
1500
- .initialize({
1501
- configuration(config, engine) {
1502
- config.addSystem(new ParticleEmitterSystem(engine));
1503
- config.addSystem(new SpriteSystemPE());
1504
-
1505
- config.addPlugin(GizmoRenderingPlugin);
1506
-
1507
- config.addLoader(GameAssetType.Texture, new TextureAssetLoader());
1508
- }
1509
- }).then(main);
1510
-
1511
- async function main(engine) {
1512
- await EngineHarness.buildBasics({
1513
- engine,
1514
- terrainResolution: 1,
1515
- terrainSize: new Vector2(100, 100),
1516
- enableWater: false
1517
- });
1518
-
1519
- const terrain = obtainTerrain(engine.entityManager.dataset);
1520
-
1521
- terrain.samplerHeight.resize(256, 256);
1522
- terrain.updateHeightTexture();
1523
- terrain.updateWorkerHeights();
1524
-
1525
- await enableEditor(engine, initializeEditor);
1526
-
1527
- const random = seededRandom(7);
1528
-
1529
- const sprites_used = new Set();
1530
-
1531
- const GRID_SIZE = 40;
1532
- for (let i = 0; i < GRID_SIZE; i++) {
1533
- for (let j = 0; j < GRID_SIZE; j++) {
1534
-
1535
- const index = randomIntegerBetween(random, 0, paths.length + big_icons.length);
1536
- const sprite = new Sprite();
1537
-
1538
- if (index > paths.length) {
1539
- sprite.url = big_icons[index - paths.length];
1540
- sprite.size = 2;
1541
- } else {
1542
- sprite.url = paths[index];
1543
- sprite.size = 0.5;
1544
- }
1545
-
1546
- sprites_used.add(sprite.url);
1547
-
1548
- new EntityBuilder()
1549
- .add(Transform.fromJSON({
1550
- position: { x: 5 + 2 * i, y: 2, z: 5 + 2 * j }
1551
- }))
1552
- .add(sprite)
1553
- .build(engine.entityManager.dataset);
1554
- }
1555
- }
1556
-
1557
- const labelView = new LabelView(`Unique sprites used: ${sprites_used.size}`);
1558
- labelView.link();
1559
- labelView.css({
1560
- position: 'absolute',
1561
- bottom: "16px",
1562
- right: "16px",
1563
- zIndex: 10000,
1564
- background: "rgba(0,0,0,0.9)",
1565
- color: "white",
1566
- padding: "4px"
1567
- });
1568
-
1569
- document.body.appendChild(labelView.el);
1570
- }