@woosh/meep-engine 2.85.6 → 2.85.8
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.
- package/package.json +1 -2
- package/{build/types → src}/engine/EngineHarness.d.ts +44 -23
- package/src/engine/EngineHarness.d.ts.map +1 -0
- package/src/engine/EngineHarness.js +25 -21
- package/src/misc/makeMatcapSelectionOption.d.ts +1 -1
- package/build/bundle-worker-image-decoder.js +0 -1
- package/build/bundle-worker-terrain.js +0 -1
- package/build/meep.cjs +0 -116667
- package/build/meep.min.js +0 -1
- package/build/meep.module.js +0 -116630
- package/build/types/core/UUID.d.ts +0 -11
- package/build/types/core/binary/type/BinaryDataType.d.ts +0 -15
- package/build/types/core/bvh2/bvh3/BVH.d.ts +0 -291
- package/build/types/core/bvh2/bvh3/BvhClient.d.ts +0 -31
- package/build/types/core/cache/Cache.d.ts +0 -206
- package/build/types/core/cache/LoadingCache.d.ts +0 -67
- package/build/types/core/collection/array/arrayPickBestElement.d.ts +0 -10
- package/build/types/core/collection/array/array_copy.d.ts +0 -12
- package/build/types/core/collection/array/computeHashArray.d.ts +0 -8
- package/build/types/core/collection/array/computeHashIntegerArray.d.ts +0 -7
- package/build/types/core/collection/array/isArrayEqualStrict.d.ts +0 -8
- package/build/types/core/collection/array/isArraysEqualWithComparator.d.ts +0 -9
- package/build/types/core/collection/list/List.d.ts +0 -298
- package/build/types/core/collection/list/ListForwarder.d.ts +0 -65
- package/build/types/core/collection/map/HashMap.d.ts +0 -122
- package/build/types/core/collection/queue/Deque.d.ts +0 -111
- package/build/types/core/collection/set/HashSet.d.ts +0 -66
- package/build/types/core/collection/set/Set.d.ts +0 -81
- package/build/types/core/color/Color.d.ts +0 -272
- package/build/types/core/events/signal/Signal.d.ts +0 -209
- package/build/types/core/fsm/simple/SimpleStateMachine.d.ts +0 -83
- package/build/types/core/fsm/simple/SimpleStateMachineDescription.d.ts +0 -62
- package/build/types/core/geom/2d/aabb/AABB2.d.ts +0 -241
- package/build/types/core/geom/3d/SurfacePoint3.d.ts +0 -67
- package/build/types/core/geom/3d/aabb/AABB3.d.ts +0 -390
- package/build/types/core/geom/3d/aabb/aabb3_build_corners.d.ts +0 -13
- package/build/types/core/geom/3d/frustum/read_three_planes_to_array.d.ts +0 -7
- package/build/types/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts +0 -2
- package/build/types/core/geom/3d/shape/AbstractShape3D.d.ts +0 -63
- package/build/types/core/geom/3d/shape/TransformedShape3D.d.ts +0 -73
- package/build/types/core/geom/3d/shape/UnionShape3D.d.ts +0 -49
- package/build/types/core/geom/3d/shape/UnitCubeShape3D.d.ts +0 -15
- package/build/types/core/geom/3d/shape/UnitSphereShape3D.d.ts +0 -19
- package/build/types/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts +0 -16
- package/build/types/core/geom/Quaternion.d.ts +0 -471
- package/build/types/core/geom/Vector1.d.ts +0 -160
- package/build/types/core/geom/Vector2.d.ts +0 -405
- package/build/types/core/geom/Vector3.d.ts +0 -503
- package/build/types/core/geom/Vector4.d.ts +0 -210
- package/build/types/core/geom/packing/computeBoundingSphereOfSpheres.d.ts +0 -12
- package/build/types/core/geom/packing/miniball/Miniball.d.ts +0 -156
- package/build/types/core/geom/packing/miniball/PointSet.d.ts +0 -31
- package/build/types/core/geom/vec3/v3_distance_above_plane.d.ts +0 -13
- package/build/types/core/geom/vec3/v3_distance_sqr.d.ts +0 -12
- package/build/types/core/geom/vec3/v3_length.d.ts +0 -9
- package/build/types/core/json/resolvePathByArray.d.ts +0 -10
- package/build/types/core/math/clamp.d.ts +0 -9
- package/build/types/core/math/epsilonEquals.d.ts +0 -9
- package/build/types/core/math/noise/create_simplex_noise_2d.d.ts +0 -16
- package/build/types/core/math/random/seededRandom.d.ts +0 -3
- package/build/types/core/math/remap.d.ts +0 -12
- package/build/types/core/math/sign.d.ts +0 -7
- package/build/types/core/model/BooleanVector3.d.ts +0 -85
- package/build/types/core/model/ModuleRegistry.d.ts +0 -38
- package/build/types/core/model/ObservedBoolean.d.ts +0 -77
- package/build/types/core/model/ObservedEnum.d.ts +0 -70
- package/build/types/core/model/ObservedString.d.ts +0 -64
- package/build/types/core/model/node-graph/Connection.d.ts +0 -53
- package/build/types/core/model/node-graph/DataType.d.ts +0 -48
- package/build/types/core/model/node-graph/node/NodeDescription.d.ts +0 -151
- package/build/types/core/model/node-graph/node/NodeInstance.d.ts +0 -154
- package/build/types/core/model/node-graph/node/NodeInstancePortReference.d.ts +0 -75
- package/build/types/core/model/node-graph/node/Port.d.ts +0 -65
- package/build/types/core/model/node-graph/node/PortDirection.d.ts +0 -7
- package/build/types/core/model/object/invokeObjectEquals.d.ts +0 -9
- package/build/types/core/model/object/invokeObjectHash.d.ts +0 -7
- package/build/types/core/model/object/objectDeepEquals.d.ts +0 -8
- package/build/types/core/model/object/objectKeyByValue.d.ts +0 -9
- package/build/types/core/model/object/read_property.d.ts +0 -11
- package/build/types/core/model/object/write_property.d.ts +0 -10
- package/build/types/core/model/reactive/model/ReactiveExpression.d.ts +0 -58
- package/build/types/core/model/reactive/model/logic/ReactiveAnd.d.ts +0 -42
- package/build/types/core/model/reactive/model/terminal/ReactiveReference.d.ts +0 -58
- package/build/types/core/model/stat/LinearModifier.d.ts +0 -79
- package/build/types/core/model/stat/Stat.d.ts +0 -148
- package/build/types/core/parser/simple/DataType.d.ts +0 -13
- package/build/types/core/parser/simple/Token.d.ts +0 -52
- package/build/types/core/primitives/strings/computeStringHash.d.ts +0 -7
- package/build/types/core/process/BaseProcess.d.ts +0 -19
- package/build/types/core/process/executor/ConcurrentExecutor.d.ts +0 -103
- package/build/types/core/process/task/Task.d.ts +0 -134
- package/build/types/core/process/task/TaskGroup.d.ts +0 -90
- package/build/types/core/process/task/TaskSignal.d.ts +0 -8
- package/build/types/core/process/undo/Action.d.ts +0 -32
- package/build/types/core/process/undo/ActionGroup.d.ts +0 -20
- package/build/types/core/process/undo/ActionProcessor.d.ts +0 -160
- package/build/types/engine/EngineConfiguration.d.ts +0 -68
- package/build/types/engine/EngineHarness.d.ts.map +0 -1
- package/build/types/engine/achievements/AchievementGateway.d.ts +0 -17
- package/build/types/engine/asset/Asset.d.ts +0 -41
- package/build/types/engine/asset/AssetManager.d.ts +0 -177
- package/build/types/engine/asset/AssetRequestScope.d.ts +0 -21
- package/build/types/engine/asset/AssetTransformer.d.ts +0 -16
- package/build/types/engine/asset/CORS/CrossOriginConfig.d.ts +0 -9
- package/build/types/engine/asset/CORS/CrossOriginKind.d.ts +0 -5
- package/build/types/engine/asset/loaders/AssetLoader.d.ts +0 -36
- package/build/types/engine/asset/loaders/GLTFAssetLoader.d.ts +0 -58
- package/build/types/engine/asset/loaders/material/StaticMaterialCache.d.ts +0 -30
- package/build/types/engine/asset/loaders/material/computeMaterialEquality.d.ts +0 -8
- package/build/types/engine/asset/loaders/material/computeMaterialHash.d.ts +0 -7
- package/build/types/engine/asset/loaders/material/traverseMaterialTextures.d.ts +0 -8
- package/build/types/engine/asset/loaders/texture/TextureAssetLoader.d.ts +0 -6
- package/build/types/engine/ecs/Entity.d.ts +0 -160
- package/build/types/engine/ecs/EntityBlueprint.d.ts +0 -43
- package/build/types/engine/ecs/EntityComponentDataset.d.ts +0 -469
- package/build/types/engine/ecs/EntityManager.d.ts +0 -173
- package/build/types/engine/ecs/EntityObserver.d.ts +0 -64
- package/build/types/engine/ecs/System.d.ts +0 -76
- package/build/types/engine/ecs/components/Tag.d.ts +0 -108
- package/build/types/engine/ecs/gui/GUIElement.d.ts +0 -112
- package/build/types/engine/ecs/gui/GUIElementSystem.d.ts +0 -59
- package/build/types/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +0 -42
- package/build/types/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts +0 -23
- package/build/types/engine/ecs/parent/ChildEntities.d.ts +0 -23
- package/build/types/engine/ecs/parent/EntityNode.d.ts +0 -148
- package/build/types/engine/ecs/parent/ParentEntity.d.ts +0 -28
- package/build/types/engine/ecs/parent/ParentEntitySystem.d.ts +0 -44
- package/build/types/engine/ecs/renderable/RenderSystem.d.ts +0 -65
- package/build/types/engine/ecs/renderable/Renderable.d.ts +0 -95
- package/build/types/engine/ecs/systems/AnimationSystem.d.ts +0 -36
- package/build/types/engine/ecs/systems/ScriptSystem.d.ts +0 -10
- package/build/types/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +0 -7
- package/build/types/engine/ecs/terrain/ecs/Terrain.d.ts +0 -377
- package/build/types/engine/ecs/terrain/ecs/TerrainSystem.d.ts +0 -65
- package/build/types/engine/ecs/transform/Transform.d.ts +0 -165
- package/build/types/engine/ecs/transform-attachment/TransformAttachment.d.ts +0 -91
- package/build/types/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts +0 -58
- package/build/types/engine/graphics/GraphicsEngine.d.ts +0 -193
- package/build/types/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts +0 -8
- package/build/types/engine/graphics/camera/makeScreenScissorFrustum.d.ts +0 -8
- package/build/types/engine/graphics/ecs/camera/Camera.d.ts +0 -114
- package/build/types/engine/graphics/ecs/camera/CameraSystem.d.ts +0 -67
- package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +0 -86
- package/build/types/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +0 -34
- package/build/types/engine/graphics/ecs/decal/v2/Decal.d.ts +0 -52
- package/build/types/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts +0 -70
- package/build/types/engine/graphics/ecs/highlight/Highlight.d.ts +0 -61
- package/build/types/engine/graphics/ecs/highlight/HighlightDefinition.d.ts +0 -48
- package/build/types/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +0 -71
- package/build/types/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +0 -76
- package/build/types/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +0 -82
- package/build/types/engine/graphics/ecs/light/Light.d.ts +0 -72
- package/build/types/engine/graphics/ecs/light/LightSystem.d.ts +0 -88
- package/build/types/engine/graphics/ecs/light/LightType.d.ts +0 -8
- package/build/types/engine/graphics/ecs/mesh/Mesh.d.ts +0 -176
- package/build/types/engine/graphics/ecs/mesh/MeshEvents.d.ts +0 -6
- package/build/types/engine/graphics/ecs/mesh/MeshSystem.d.ts +0 -99
- package/build/types/engine/graphics/ecs/mesh-v2/DrawMode.d.ts +0 -8
- package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +0 -153
- package/build/types/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +0 -146
- package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +0 -146
- package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +0 -5
- package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +0 -36
- package/build/types/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +0 -69
- package/build/types/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +0 -9
- package/build/types/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +0 -8
- package/build/types/engine/graphics/ecs/path/PathDisplay.d.ts +0 -21
- package/build/types/engine/graphics/ecs/path/PathDisplayEvents.d.ts +0 -6
- package/build/types/engine/graphics/ecs/path/PathDisplaySpec.d.ts +0 -28
- package/build/types/engine/graphics/ecs/path/PathDisplaySystem.d.ts +0 -55
- package/build/types/engine/graphics/ecs/path/PathDisplayType.d.ts +0 -8
- package/build/types/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +0 -39
- package/build/types/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts +0 -38
- package/build/types/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +0 -31
- package/build/types/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +0 -24
- package/build/types/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +0 -4
- package/build/types/engine/graphics/ecs/path/tube/CapType.d.ts +0 -7
- package/build/types/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +0 -11
- package/build/types/engine/graphics/ecs/path/tube/PathNormalType.d.ts +0 -6
- package/build/types/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +0 -9
- package/build/types/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts +0 -7
- package/build/types/engine/graphics/ecs/path/tube/TubePathStyle.d.ts +0 -110
- package/build/types/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts +0 -85
- package/build/types/engine/graphics/geometry/AttributeSpec.d.ts +0 -69
- package/build/types/engine/graphics/geometry/VertexDataSpec.d.ts +0 -72
- package/build/types/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +0 -73
- package/build/types/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts +0 -5
- package/build/types/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts +0 -17
- package/build/types/engine/graphics/material/manager/MaterialManager.d.ts +0 -64
- package/build/types/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts +0 -55
- package/build/types/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +0 -239
- package/build/types/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +0 -123
- package/build/types/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +0 -76
- package/build/types/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +0 -113
- package/build/types/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +0 -6
- package/build/types/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +0 -90
- package/build/types/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +0 -27
- package/build/types/engine/graphics/render/gizmo/Gizmo.d.ts +0 -3
- package/build/types/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +0 -7
- package/build/types/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +0 -72
- package/build/types/engine/graphics/render/layers/RenderLayer.d.ts +0 -62
- package/build/types/engine/graphics/render/layers/RenderLayerManager.d.ts +0 -72
- package/build/types/engine/graphics/render/layers/RenderLayerState.d.ts +0 -18
- package/build/types/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts +0 -144
- package/build/types/engine/graphics/texture/cubemap/load_environment_map.d.ts +0 -13
- package/build/types/engine/graphics/texture/sampler/Sampler2D.d.ts +0 -353
- package/build/types/engine/graphics/three/cloneObject3D.d.ts +0 -7
- package/build/types/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts +0 -13
- package/build/types/engine/graphics/util/promiseMaterialLoaded.d.ts +0 -7
- package/build/types/engine/input/devices/InputDeviceSwitch.d.ts +0 -22
- package/build/types/engine/input/devices/KeyCodes.d.ts +0 -106
- package/build/types/engine/input/devices/KeyboardDevice.d.ts +0 -30
- package/build/types/engine/input/devices/PointerDevice.d.ts +0 -105
- package/build/types/engine/input/devices/events/KeyboardEvents.d.ts +0 -5
- package/build/types/engine/input/devices/events/MouseEvents.d.ts +0 -18
- package/build/types/engine/input/devices/events/TouchEvents.d.ts +0 -12
- package/build/types/engine/input/ecs/components/Input.d.ts +0 -49
- package/build/types/engine/input/ecs/components/InputController.d.ts +0 -25
- package/build/types/engine/input/ecs/ism/InputBinding.d.ts +0 -40
- package/build/types/engine/input/ecs/systems/InputControllerSystem.d.ts +0 -28
- package/build/types/engine/input/ecs/systems/InputSystem.d.ts +0 -59
- package/build/types/engine/intelligence/behavior/Behavior.d.ts +0 -57
- package/build/types/engine/intelligence/behavior/BehaviorStatus.d.ts +0 -10
- package/build/types/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts +0 -81
- package/build/types/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts +0 -33
- package/build/types/engine/intelligence/blackboard/AbstractBlackboard.d.ts +0 -57
- package/build/types/engine/intelligence/blackboard/Blackboard.d.ts +0 -78
- package/build/types/engine/knowledge/database/StaticKnowledgeDataTable.d.ts +0 -140
- package/build/types/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +0 -26
- package/build/types/engine/navigation/ecs/components/InterpolationType.d.ts +0 -8
- package/build/types/engine/navigation/ecs/components/Path.d.ts +0 -230
- package/build/types/engine/navigation/ecs/components/PathEvents.d.ts +0 -8
- package/build/types/engine/navigation/ecs/path_following/PathFollower.d.ts +0 -85
- package/build/types/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts +0 -5
- package/build/types/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts +0 -14
- package/build/types/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts +0 -26
- package/build/types/engine/platform/EnginePlatform.d.ts +0 -24
- package/build/types/engine/platform/WebEnginePlatform.d.ts +0 -21
- package/build/types/engine/plugin/EnginePlugin.d.ts +0 -42
- package/build/types/engine/plugin/EnginePluginManager.d.ts +0 -86
- package/build/types/engine/reference/v2/Reference.d.ts +0 -32
- package/build/types/engine/save/Storage.d.ts +0 -75
- package/build/types/engine/scene/Scene.d.ts +0 -65
- package/build/types/engine/scene/SceneManager.d.ts +0 -125
- package/build/types/engine/simulation/Ticker.d.ts +0 -46
- package/build/types/engine/sound/SoundEngine.d.ts +0 -26
- package/build/types/generation/grid/GridData.d.ts +0 -73
- package/build/types/misc/makeMatcapSelectionOption.d.ts +0 -11
- package/build/types/src/core/UUID.d.ts +0 -3
- package/build/types/src/core/binary/type/BinaryDataType.d.ts +0 -15
- package/build/types/src/core/bvh2/bvh3/BVH.d.ts +0 -51
- package/build/types/src/core/bvh2/bvh3/BvhClient.d.ts +0 -11
- package/build/types/src/core/cache/Cache.d.ts +0 -49
- package/build/types/src/core/cache/LoadingCache.d.ts +0 -23
- package/build/types/src/core/collection/array/arrayPickBestElement.d.ts +0 -1
- package/build/types/src/core/collection/array/array_copy.d.ts +0 -7
- package/build/types/src/core/collection/array/computeHashArray.d.ts +0 -1
- package/build/types/src/core/collection/array/computeHashIntegerArray.d.ts +0 -1
- package/build/types/src/core/collection/array/isArrayEqualStrict.d.ts +0 -1
- package/build/types/src/core/collection/array/isArraysEqualWithComparator.d.ts +0 -1
- package/build/types/src/core/collection/list/List.d.ts +0 -44
- package/build/types/src/core/collection/list/ListForwarder.d.ts +0 -18
- package/build/types/src/core/collection/map/HashMap.d.ts +0 -40
- package/build/types/src/core/collection/queue/Deque.d.ts +0 -33
- package/build/types/src/core/collection/set/HashSet.d.ts +0 -33
- package/build/types/src/core/collection/set/Set.d.ts +0 -26
- package/build/types/src/core/color/Color.d.ts +0 -46
- package/build/types/src/core/events/signal/Signal.d.ts +0 -52
- package/build/types/src/core/fsm/simple/SimpleStateMachine.d.ts +0 -27
- package/build/types/src/core/fsm/simple/SimpleStateMachineDescription.d.ts +0 -21
- package/build/types/src/core/geom/2d/aabb/AABB2.d.ts +0 -42
- package/build/types/src/core/geom/3d/SurfacePoint3.d.ts +0 -23
- package/build/types/src/core/geom/3d/aabb/AABB3.d.ts +0 -50
- package/build/types/src/core/geom/3d/aabb/aabb3_build_corners.d.ts +0 -1
- package/build/types/src/core/geom/3d/frustum/read_three_planes_to_array.d.ts +0 -3
- package/build/types/src/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts +0 -6
- package/build/types/src/core/geom/3d/shape/AbstractShape3D.d.ts +0 -3
- package/build/types/src/core/geom/3d/shape/TransformedShape3D.d.ts +0 -10
- package/build/types/src/core/geom/3d/shape/UnionShape3D.d.ts +0 -5
- package/build/types/src/core/geom/3d/shape/UnitCubeShape3D.d.ts +0 -5
- package/build/types/src/core/geom/3d/shape/UnitSphereShape3D.d.ts +0 -5
- package/build/types/src/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts +0 -6
- package/build/types/src/core/geom/Quaternion.d.ts +0 -83
- package/build/types/src/core/geom/Vector1.d.ts +0 -35
- package/build/types/src/core/geom/Vector2.d.ts +0 -60
- package/build/types/src/core/geom/Vector3.d.ts +0 -120
- package/build/types/src/core/geom/Vector4.d.ts +0 -40
- package/build/types/src/core/geom/packing/computeBoundingSphereOfSpheres.d.ts +0 -1
- package/build/types/src/core/geom/packing/miniball/Miniball.d.ts +0 -11
- package/build/types/src/core/geom/packing/miniball/PointSet.d.ts +0 -3
- package/build/types/src/core/geom/vec3/v3_distance_above_plane.d.ts +0 -4
- package/build/types/src/core/geom/vec3/v3_distance_sqr.d.ts +0 -1
- package/build/types/src/core/geom/vec3/v3_length.d.ts +0 -1
- package/build/types/src/core/json/resolvePathByArray.d.ts +0 -1
- package/build/types/src/core/math/clamp.d.ts +0 -1
- package/build/types/src/core/math/epsilonEquals.d.ts +0 -1
- package/build/types/src/core/math/noise/create_simplex_noise_2d.d.ts +0 -1
- package/build/types/src/core/math/random/seededRandom.d.ts +0 -1
- package/build/types/src/core/math/remap.d.ts +0 -5
- package/build/types/src/core/math/sign.d.ts +0 -1
- package/build/types/src/core/model/BooleanVector3.d.ts +0 -28
- package/build/types/src/core/model/ModuleRegistry.d.ts +0 -3
- package/build/types/src/core/model/ObservedBoolean.d.ts +0 -11
- package/build/types/src/core/model/ObservedEnum.d.ts +0 -7
- package/build/types/src/core/model/ObservedString.d.ts +0 -17
- package/build/types/src/core/model/node-graph/Connection.d.ts +0 -12
- package/build/types/src/core/model/node-graph/DataType.d.ts +0 -4
- package/build/types/src/core/model/node-graph/node/NodeDescription.d.ts +0 -13
- package/build/types/src/core/model/node-graph/node/NodeInstance.d.ts +0 -18
- package/build/types/src/core/model/node-graph/node/NodeInstancePortReference.d.ts +0 -3
- package/build/types/src/core/model/node-graph/node/Port.d.ts +0 -3
- package/build/types/src/core/model/node-graph/node/PortDirection.d.ts +0 -5
- package/build/types/src/core/model/object/invokeObjectEquals.d.ts +0 -5
- package/build/types/src/core/model/object/invokeObjectHash.d.ts +0 -5
- package/build/types/src/core/model/object/objectDeepEquals.d.ts +0 -1
- package/build/types/src/core/model/object/objectKeyByValue.d.ts +0 -1
- package/build/types/src/core/model/object/read_property.d.ts +0 -1
- package/build/types/src/core/model/object/write_property.d.ts +0 -1
- package/build/types/src/core/model/reactive/model/ReactiveExpression.d.ts +0 -10
- package/build/types/src/core/model/reactive/model/logic/ReactiveAnd.d.ts +0 -5
- package/build/types/src/core/model/reactive/model/terminal/ReactiveReference.d.ts +0 -11
- package/build/types/src/core/model/stat/LinearModifier.d.ts +0 -24
- package/build/types/src/core/model/stat/Stat.d.ts +0 -29
- package/build/types/src/core/parser/simple/DataType.d.ts +0 -5
- package/build/types/src/core/parser/simple/Token.d.ts +0 -13
- package/build/types/src/core/primitives/strings/computeStringHash.d.ts +0 -1
- package/build/types/src/core/process/BaseProcess.d.ts +0 -5
- package/build/types/src/core/process/executor/ConcurrentExecutor.d.ts +0 -16
- package/build/types/src/core/process/task/ITask.d.ts +0 -18
- package/build/types/src/core/process/task/Task.d.ts +0 -15
- package/build/types/src/core/process/task/TaskGroup.d.ts +0 -5
- package/build/types/src/core/process/task/TaskSignal.d.ts +0 -6
- package/build/types/src/core/process/undo/Action.d.ts +0 -9
- package/build/types/src/core/process/undo/ActionGroup.d.ts +0 -5
- package/build/types/src/core/process/undo/ActionProcessor.d.ts +0 -27
- package/build/types/src/engine/Engine.d.ts +0 -39
- package/build/types/src/engine/EngineConfiguration.d.ts +0 -20
- package/build/types/src/engine/achievements/AchievementGateway.d.ts +0 -5
- package/build/types/src/engine/asset/Asset.d.ts +0 -7
- package/build/types/src/engine/asset/AssetManager.d.ts +0 -52
- package/build/types/src/engine/asset/AssetRequestScope.d.ts +0 -3
- package/build/types/src/engine/asset/AssetTransformer.d.ts +0 -5
- package/build/types/src/engine/asset/CORS/CrossOriginConfig.d.ts +0 -5
- package/build/types/src/engine/asset/CORS/CrossOriginKind.d.ts +0 -4
- package/build/types/src/engine/asset/loaders/AssetLoader.d.ts +0 -12
- package/build/types/src/engine/asset/loaders/GLTFAssetLoader.d.ts +0 -6
- package/build/types/src/engine/asset/loaders/material/StaticMaterialCache.d.ts +0 -7
- package/build/types/src/engine/asset/loaders/material/computeMaterialEquality.d.ts +0 -3
- package/build/types/src/engine/asset/loaders/material/computeMaterialHash.d.ts +0 -3
- package/build/types/src/engine/asset/loaders/material/traverseMaterialTextures.d.ts +0 -3
- package/build/types/src/engine/asset/loaders/texture/TextureAssetLoader.d.ts +0 -6
- package/build/types/src/engine/ecs/Entity.d.ts +0 -41
- package/build/types/src/engine/ecs/EntityBlueprint.d.ts +0 -17
- package/build/types/src/engine/ecs/EntityComponentDataset.d.ts +0 -45
- package/build/types/src/engine/ecs/EntityManager.d.ts +0 -35
- package/build/types/src/engine/ecs/EntityObserver.d.ts +0 -13
- package/build/types/src/engine/ecs/System.d.ts +0 -32
- package/build/types/src/engine/ecs/components/Tag.d.ts +0 -29
- package/build/types/src/engine/ecs/gui/GUIElement.d.ts +0 -5
- package/build/types/src/engine/ecs/gui/GUIElementSystem.d.ts +0 -8
- package/build/types/src/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts +0 -6
- package/build/types/src/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts +0 -22
- package/build/types/src/engine/ecs/parent/ChildEntities.d.ts +0 -3
- package/build/types/src/engine/ecs/parent/EntityNode.d.ts +0 -24
- package/build/types/src/engine/ecs/parent/ParentEntity.d.ts +0 -11
- package/build/types/src/engine/ecs/parent/ParentEntitySystem.d.ts +0 -11
- package/build/types/src/engine/ecs/renderable/RenderSystem.d.ts +0 -7
- package/build/types/src/engine/ecs/renderable/Renderable.d.ts +0 -25
- package/build/types/src/engine/ecs/systems/AnimationSystem.d.ts +0 -6
- package/build/types/src/engine/ecs/systems/ScriptSystem.d.ts +0 -5
- package/build/types/src/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts +0 -6
- package/build/types/src/engine/ecs/terrain/ecs/Terrain.d.ts +0 -17
- package/build/types/src/engine/ecs/terrain/ecs/TerrainSystem.d.ts +0 -8
- package/build/types/src/engine/ecs/transform/Transform.d.ts +0 -54
- package/build/types/src/engine/ecs/transform-attachment/TransformAttachment.d.ts +0 -19
- package/build/types/src/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts +0 -6
- package/build/types/src/engine/graphics/GraphicsEngine.d.ts +0 -41
- package/build/types/src/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts +0 -1
- package/build/types/src/engine/graphics/camera/makeScreenScissorFrustum.d.ts +0 -4
- package/build/types/src/engine/graphics/ecs/camera/Camera.d.ts +0 -18
- package/build/types/src/engine/graphics/ecs/camera/CameraSystem.d.ts +0 -10
- package/build/types/src/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts +0 -33
- package/build/types/src/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts +0 -5
- package/build/types/src/engine/graphics/ecs/decal/v2/Decal.d.ts +0 -15
- package/build/types/src/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts +0 -24
- package/build/types/src/engine/graphics/ecs/highlight/Highlight.d.ts +0 -16
- package/build/types/src/engine/graphics/ecs/highlight/HighlightDefinition.d.ts +0 -16
- package/build/types/src/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts +0 -8
- package/build/types/src/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts +0 -8
- package/build/types/src/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts +0 -8
- package/build/types/src/engine/graphics/ecs/light/Light.d.ts +0 -19
- package/build/types/src/engine/graphics/ecs/light/LightSystem.d.ts +0 -11
- package/build/types/src/engine/graphics/ecs/light/LightType.d.ts +0 -6
- package/build/types/src/engine/graphics/ecs/mesh/Mesh.d.ts +0 -30
- package/build/types/src/engine/graphics/ecs/mesh/MeshEvents.d.ts +0 -12
- package/build/types/src/engine/graphics/ecs/mesh/MeshSystem.d.ts +0 -7
- package/build/types/src/engine/graphics/ecs/mesh-v2/DrawMode.d.ts +0 -6
- package/build/types/src/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts +0 -23
- package/build/types/src/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts +0 -32
- package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts +0 -25
- package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts +0 -12
- package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts +0 -7
- package/build/types/src/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts +0 -8
- package/build/types/src/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts +0 -4
- package/build/types/src/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts +0 -4
- package/build/types/src/engine/graphics/ecs/path/PathDisplay.d.ts +0 -9
- package/build/types/src/engine/graphics/ecs/path/PathDisplayEvents.d.ts +0 -3
- package/build/types/src/engine/graphics/ecs/path/PathDisplaySpec.d.ts +0 -11
- package/build/types/src/engine/graphics/ecs/path/PathDisplaySystem.d.ts +0 -10
- package/build/types/src/engine/graphics/ecs/path/PathDisplayType.d.ts +0 -6
- package/build/types/src/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts +0 -8
- package/build/types/src/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts +0 -12
- package/build/types/src/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts +0 -7
- package/build/types/src/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts +0 -7
- package/build/types/src/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts +0 -3
- package/build/types/src/engine/graphics/ecs/path/tube/CapType.d.ts +0 -5
- package/build/types/src/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts +0 -3
- package/build/types/src/engine/graphics/ecs/path/tube/PathNormalType.d.ts +0 -4
- package/build/types/src/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts +0 -4
- package/build/types/src/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts +0 -6
- package/build/types/src/engine/graphics/ecs/path/tube/TubePathStyle.d.ts +0 -35
- package/build/types/src/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts +0 -6
- package/build/types/src/engine/graphics/geometry/AttributeSpec.d.ts +0 -8
- package/build/types/src/engine/graphics/geometry/VertexDataSpec.d.ts +0 -25
- package/build/types/src/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts +0 -25
- package/build/types/src/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts +0 -4
- package/build/types/src/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts +0 -7
- package/build/types/src/engine/graphics/material/manager/MaterialManager.d.ts +0 -6
- package/build/types/src/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts +0 -7
- package/build/types/src/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts +0 -2
- package/build/types/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts +0 -15
- package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts +0 -16
- package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts +0 -29
- package/build/types/src/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts +0 -4
- package/build/types/src/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts +0 -8
- package/build/types/src/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts +0 -5
- package/build/types/src/engine/graphics/render/gizmo/Gizmo.d.ts +0 -3
- package/build/types/src/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts +0 -5
- package/build/types/src/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts +0 -13
- package/build/types/src/engine/graphics/render/layers/RenderLayer.d.ts +0 -20
- package/build/types/src/engine/graphics/render/layers/RenderLayerManager.d.ts +0 -17
- package/build/types/src/engine/graphics/render/layers/RenderLayerState.d.ts +0 -3
- package/build/types/src/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts +0 -24
- package/build/types/src/engine/graphics/texture/cubemap/load_environment_map.d.ts +0 -8
- package/build/types/src/engine/graphics/texture/sampler/Sampler2D.d.ts +0 -28
- package/build/types/src/engine/graphics/three/cloneObject3D.d.ts +0 -3
- package/build/types/src/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts +0 -3
- package/build/types/src/engine/graphics/util/promiseMaterialLoaded.d.ts +0 -3
- package/build/types/src/engine/input/devices/InputDeviceSwitch.d.ts +0 -7
- package/build/types/src/engine/input/devices/KeyCodes.d.ts +0 -1
- package/build/types/src/engine/input/devices/KeyboardDevice.d.ts +0 -14
- package/build/types/src/engine/input/devices/PointerDevice.d.ts +0 -34
- package/build/types/src/engine/input/devices/events/KeyboardEvents.d.ts +0 -4
- package/build/types/src/engine/input/devices/events/MouseEvents.d.ts +0 -12
- package/build/types/src/engine/input/devices/events/TouchEvents.d.ts +0 -6
- package/build/types/src/engine/input/ecs/components/Input.d.ts +0 -6
- package/build/types/src/engine/input/ecs/components/InputController.d.ts +0 -3
- package/build/types/src/engine/input/ecs/ism/InputBinding.d.ts +0 -4
- package/build/types/src/engine/input/ecs/systems/InputControllerSystem.d.ts +0 -6
- package/build/types/src/engine/input/ecs/systems/InputSystem.d.ts +0 -6
- package/build/types/src/engine/intelligence/behavior/Behavior.d.ts +0 -16
- package/build/types/src/engine/intelligence/behavior/BehaviorStatus.d.ts +0 -8
- package/build/types/src/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts +0 -3
- package/build/types/src/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts +0 -7
- package/build/types/src/engine/intelligence/blackboard/AbstractBlackboard.d.ts +0 -15
- package/build/types/src/engine/intelligence/blackboard/Blackboard.d.ts +0 -11
- package/build/types/src/engine/knowledge/database/StaticKnowledgeDataTable.d.ts +0 -9
- package/build/types/src/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts +0 -7
- package/build/types/src/engine/navigation/ecs/components/InterpolationType.d.ts +0 -4
- package/build/types/src/engine/navigation/ecs/components/Path.d.ts +0 -47
- package/build/types/src/engine/navigation/ecs/components/PathEvents.d.ts +0 -6
- package/build/types/src/engine/navigation/ecs/path_following/PathFollower.d.ts +0 -45
- package/build/types/src/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts +0 -3
- package/build/types/src/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts +0 -20
- package/build/types/src/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts +0 -6
- package/build/types/src/engine/platform/EnginePlatform.d.ts +0 -14
- package/build/types/src/engine/platform/WebEnginePlatform.d.ts +0 -5
- package/build/types/src/engine/plugin/EnginePlugin.d.ts +0 -3
- package/build/types/src/engine/plugin/EnginePluginManager.d.ts +0 -16
- package/build/types/src/engine/reference/v2/Reference.d.ts +0 -13
- package/build/types/src/engine/save/Storage.d.ts +0 -15
- package/build/types/src/engine/scene/Scene.d.ts +0 -7
- package/build/types/src/engine/scene/SceneManager.d.ts +0 -25
- package/build/types/src/engine/simulation/Ticker.d.ts +0 -15
- package/build/types/src/engine/sound/SoundEngine.d.ts +0 -3
- package/build/types/src/generation/grid/GridData.d.ts +0 -7
- package/build/types/src/misc/makeMatcapSelectionOption.d.ts +0 -13
- package/build/types/src/view/View.d.ts +0 -30
- package/build/types/src/view/elements/radial/RadialMenuElementDefinition.d.ts +0 -39
- package/build/types/view/View.d.ts +0 -297
- package/build/types/view/elements/radial/RadialMenuElementDefinition.d.ts +0 -125
- package/editor/ecs/component/editors/ImagePathEditor.d.ts +0 -7
- package/editor/ecs/component/editors/ImagePathEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/LargeStringEditor.d.ts +0 -16
- package/editor/ecs/component/editors/LargeStringEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/common/EnumEditor.d.ts +0 -8
- package/editor/ecs/component/editors/common/EnumEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/GridObstacleEditor.d.ts +0 -7
- package/editor/ecs/component/editors/ecs/GridObstacleEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/MinimapMarkerEditor.d.ts +0 -14
- package/editor/ecs/component/editors/ecs/MinimapMarkerEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/ParameterLookupTableEditor.d.ts +0 -67
- package/editor/ecs/component/editors/ecs/ParameterLookupTableEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/ParameterTrackEditor.d.ts +0 -12
- package/editor/ecs/component/editors/ecs/ParameterTrackEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/ParticleEmitterEditor.d.ts +0 -52
- package/editor/ecs/component/editors/ecs/ParticleEmitterEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/ParticleEmitterLayerEditor.d.ts +0 -48
- package/editor/ecs/component/editors/ecs/ParticleEmitterLayerEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/SimulationStepDefinitionEditor.d.ts +0 -16
- package/editor/ecs/component/editors/ecs/SimulationStepDefinitionEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/Trail2DEditor.d.ts +0 -30
- package/editor/ecs/component/editors/ecs/Trail2DEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/TransformEditor.d.ts +0 -20
- package/editor/ecs/component/editors/ecs/TransformEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/terrain/SplatMappingEditor.d.ts +0 -19
- package/editor/ecs/component/editors/ecs/terrain/SplatMappingEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/terrain/TerrainEditor.d.ts +0 -39
- package/editor/ecs/component/editors/ecs/terrain/TerrainEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayerEditor.d.ts +0 -16
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayerEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayersEditor.d.ts +0 -19
- package/editor/ecs/component/editors/ecs/terrain/TerrainLayersEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/ecs/terrain/TerrainOverlayEditor.d.ts +0 -18
- package/editor/ecs/component/editors/ecs/terrain/TerrainOverlayEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/three/BufferGeometryEditor.d.ts +0 -7
- package/editor/ecs/component/editors/three/BufferGeometryEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/three/MaterialEditor.d.ts +0 -7
- package/editor/ecs/component/editors/three/MaterialEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/three/MeshEditor.d.ts +0 -7
- package/editor/ecs/component/editors/three/MeshEditor.d.ts.map +0 -1
- package/editor/ecs/component/editors/three/TextureEditor.d.ts +0 -7
- package/editor/ecs/component/editors/three/TextureEditor.d.ts.map +0 -1
- package/editor/process/DisableGameUIProcess.d.ts +0 -8
- package/editor/process/DisableGameUIProcess.d.ts.map +0 -1
- package/editor/process/ObstacleGridDisplayProcess.d.ts +0 -13
- package/editor/process/ObstacleGridDisplayProcess.d.ts.map +0 -1
- package/editor/process/SymbolicDisplayProcess.d.ts +0 -19
- package/editor/process/SymbolicDisplayProcess.d.ts.map +0 -1
- package/editor/process/symbolic/ComponentSymbolicDisplay.d.ts +0 -11
- package/editor/process/symbolic/ComponentSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/SymbolicDisplayInternalAPI.d.ts +0 -65
- package/editor/process/symbolic/SymbolicDisplayInternalAPI.d.ts.map +0 -1
- package/editor/process/symbolic/buildThreeJSHelperEntity.d.ts +0 -9
- package/editor/process/symbolic/buildThreeJSHelperEntity.d.ts.map +0 -1
- package/editor/process/symbolic/make3DSymbolicDisplay.d.ts +0 -10
- package/editor/process/symbolic/make3DSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makeCameraSymbolicDisplay.d.ts +0 -7
- package/editor/process/symbolic/makeCameraSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makeGridPositionSymbolDisplay.d.ts +0 -6
- package/editor/process/symbolic/makeGridPositionSymbolDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makeLightSymbolicDisplay.d.ts +0 -7
- package/editor/process/symbolic/makeLightSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makeParticleEmitterSymbolicDisplay.d.ts +0 -6
- package/editor/process/symbolic/makeParticleEmitterSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makePathSymbolicDisplay.d.ts +0 -7
- package/editor/process/symbolic/makePathSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makePositionedIconDisplaySymbol.d.ts +0 -9
- package/editor/process/symbolic/makePositionedIconDisplaySymbol.d.ts.map +0 -1
- package/editor/process/symbolic/makeSocketsSymbolicDisplay.d.ts +0 -7
- package/editor/process/symbolic/makeSocketsSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/makeSoundEmitterSymbolicDisplay.d.ts +0 -6
- package/editor/process/symbolic/makeSoundEmitterSymbolicDisplay.d.ts.map +0 -1
- package/editor/process/symbolic/synchronizeTransform.d.ts +0 -12
- package/editor/process/symbolic/synchronizeTransform.d.ts.map +0 -1
- package/editor/view/ecs/components/GridObstacleController.d.ts +0 -14
- package/editor/view/ecs/components/GridObstacleController.d.ts.map +0 -1
- /package/{build/types → src}/__module.d.ts +0 -0
- /package/{build/types → src}/__module.d.ts.map +0 -0
- /package/{build/types → src}/core/IdPool.d.ts +0 -0
- /package/{build/types → src}/core/IdPool.d.ts.map +0 -0
- /package/{build/types → src}/core/IdPool.spec.d.ts +0 -0
- /package/{build/types → src}/core/IdPool.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/UUID.d.ts.map +0 -0
- /package/{build/types → src}/core/UUID.spec.d.ts +0 -0
- /package/{build/types → src}/core/UUID.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/__module.d.ts +0 -0
- /package/{build/types → src}/core/__module.d.ts.map +0 -0
- /package/{build/types → src}/core/assert.d.ts +0 -0
- /package/{build/types → src}/core/assert.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/32BitEncoder.d.ts +0 -0
- /package/{build/types → src}/core/binary/32BitEncoder.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/32BitEncoder.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/32BitEncoder.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/Base64.d.ts +0 -0
- /package/{build/types → src}/core/binary/Base64.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/Base64.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/Base64.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/BinaryBuffer.d.ts +0 -0
- /package/{build/types → src}/core/binary/BinaryBuffer.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/BinaryBuffer.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/BinaryBuffer.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/BitSet.d.ts +0 -0
- /package/{build/types → src}/core/binary/BitSet.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/BitSet.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/BitSet.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/EncodingBinaryBuffer.d.ts +0 -0
- /package/{build/types → src}/core/binary/EncodingBinaryBuffer.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/EncodingBinaryBuffer.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/EncodingBinaryBuffer.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/EndianType.d.ts +0 -0
- /package/{build/types → src}/core/binary/EndianType.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/UINT16_MAX.d.ts +0 -0
- /package/{build/types → src}/core/binary/UINT16_MAX.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/UINT32_MAX.d.ts +0 -0
- /package/{build/types → src}/core/binary/UINT32_MAX.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/byteArrayToString.d.ts +0 -0
- /package/{build/types → src}/core/binary/byteArrayToString.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/ctz32.d.ts +0 -0
- /package/{build/types → src}/core/binary/ctz32.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/dec2hex.d.ts +0 -0
- /package/{build/types → src}/core/binary/dec2hex.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/dec2hex.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/dec2hex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/downloadAsFile.d.ts +0 -0
- /package/{build/types → src}/core/binary/downloadAsFile.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/downloadUrlAsFile.d.ts +0 -0
- /package/{build/types → src}/core/binary/downloadUrlAsFile.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/float2uint8.d.ts +0 -0
- /package/{build/types → src}/core/binary/float2uint8.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/hex2dec.d.ts +0 -0
- /package/{build/types → src}/core/binary/hex2dec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/int32_to_binary_string.d.ts +0 -0
- /package/{build/types → src}/core/binary/int32_to_binary_string.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/int32_to_binary_string.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/int32_to_binary_string.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/is_data_url.d.ts +0 -0
- /package/{build/types → src}/core/binary/is_data_url.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/bitCount.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/bitCount.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/bitCount.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/bitCount.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/bitwiseAnd.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/bitwiseAnd.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/bitwiseOr.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/bitwiseOr.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/ceilPowerOfTwo.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/ceilPowerOfTwo.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/operations/ceilPowerOfTwo.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/operations/ceilPowerOfTwo.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/to_half_float_uint16.d.ts +0 -0
- /package/{build/types → src}/core/binary/to_half_float_uint16.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/BinaryDataType.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/DataType2TypedArrayConstructorMapping.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/DataType2TypedArrayConstructorMapping.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/DataTypeByteSizes.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/DataTypeByteSizes.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/DataTypeIndices.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/DataTypeIndices.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/Field.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/Field.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/MultiplicityType.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/MultiplicityType.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/PrimitiveTypes.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/PrimitiveTypes.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/Type.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/Type.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/TypeBuilder.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/TypeBuilder.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/TypeRegistry.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/TypeRegistry.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/computeBinaryDataTypeByPrecision.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/computeBinaryDataTypeByPrecision.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/computeDataTypeByIndex.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/computeDataTypeByIndex.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/type/dataTypeFromTypedArray.d.ts +0 -0
- /package/{build/types → src}/core/binary/type/dataTypeFromTypedArray.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/uint82float.d.ts +0 -0
- /package/{build/types → src}/core/binary/uint82float.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/uint82float.spec.d.ts +0 -0
- /package/{build/types → src}/core/binary/uint82float.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/binary/url_to_data_url.d.ts +0 -0
- /package/{build/types → src}/core/binary/url_to_data_url.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/BinaryUint32BVH.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/BinaryUint32BVH.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/BinaryUint32BVH.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/BinaryUint32BVH.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/bvh32_query_user_data_overlaps_clipping_volume.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/bvh32_query_user_data_overlaps_clipping_volume.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/bvh32_query_user_data_ray.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/binary/2/bvh32_query_user_data_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BVH.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BVH.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BVH.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BvhClient.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BvhClient.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/BvhClient.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/build_triangle_morton_codes.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/build_triangle_morton_codes.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_incremental.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_incremental.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_morton.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_morton.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_morton.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_for_geometry_morton.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_hierarchy.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_build_hierarchy.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/ebvh_sort_for_traversal_depth_first.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQuery.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQuery.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryAny.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryAny.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsFrustum.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsFrustum.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsRay.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsRay.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsSphere.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/BVHQueryIntersectsSphere.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_collect_user_data.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_collect_user_data.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_generic.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_generic.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_generic.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_generic.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_ray.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_ray.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_leaves_ray.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_generic.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_generic.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_generic.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_generic.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_nearest_to_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/bvh_query_user_data_overlaps_frustum.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/bvh3/query/compute_tight_near_far_clipping_planes.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/traversal/__process_point_if_within_planes.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/traversal/__process_point_if_within_planes.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/traversal/aabb3_detailed_volume_intersection_callback_based.d.ts.map +0 -0
- /package/{build/types → src}/core/bvh2/visual/BVHGeometry.d.ts +0 -0
- /package/{build/types → src}/core/bvh2/visual/BVHGeometry.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/Cache.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/Cache.spec.d.ts +0 -0
- /package/{build/types → src}/core/cache/Cache.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/CacheElement.d.ts +0 -0
- /package/{build/types → src}/core/cache/CacheElement.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/CacheV2.d.ts +0 -0
- /package/{build/types → src}/core/cache/CacheV2.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/FrequencySketch.d.ts +0 -0
- /package/{build/types → src}/core/cache/FrequencySketch.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/FrequencySketch.spec.d.ts +0 -0
- /package/{build/types → src}/core/cache/FrequencySketch.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/LoadingCache.d.ts.map +0 -0
- /package/{build/types → src}/core/cache/LoadingCache.spec.d.ts +0 -0
- /package/{build/types → src}/core/cache/LoadingCache.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/codegen/LineBuilder.d.ts +0 -0
- /package/{build/types → src}/core/codegen/LineBuilder.d.ts.map +0 -0
- /package/{build/types → src}/core/codegen/LineBuilder.spec.d.ts +0 -0
- /package/{build/types → src}/core/codegen/LineBuilder.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/CuckooFilter.d.ts +0 -0
- /package/{build/types → src}/core/collection/CuckooFilter.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/CuckooFilter.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/CuckooFilter.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/KeyValuePair.d.ts +0 -0
- /package/{build/types → src}/core/collection/KeyValuePair.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/RingBuffer.d.ts +0 -0
- /package/{build/types → src}/core/collection/RingBuffer.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/RingBuffer.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/RingBuffer.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/SCRATCH_UINT32_TRAVERSAL_STACK.d.ts +0 -0
- /package/{build/types → src}/core/collection/SCRATCH_UINT32_TRAVERSAL_STACK.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/Stack.d.ts +0 -0
- /package/{build/types → src}/core/collection/Stack.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/Stack.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/Stack.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/AbstractArrayIterator.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/AbstractArrayIterator.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/ArrayIteratorRandom.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/ArrayIteratorRandom.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/ArrayIteratorSequential.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/ArrayIteratorSequential.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayIndexByEquality.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arrayIndexByEquality.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickBestElement.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickBestElement.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickBestElement.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickBestElements.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickBestElements.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickMinElement.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arrayPickMinElement.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arrayQuickSort.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arrayQuickSort.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arraySetDiff.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arraySetDiff.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arraySetSortingDiff.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arraySetSortingDiff.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arraySetSortingDiff.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arraySetSortingDiff.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/arraySwapElements.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/arraySwapElements.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_compute_min_max.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_compute_min_max.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_contains_duplicates.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_contains_duplicates.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_contains_duplicates.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_contains_duplicates.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_copy.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_copy_entire.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_copy_entire.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_copy_unique.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_copy_unique.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_filter_by_multiple.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_filter_by_multiple.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_get_index_in_range.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_get_index_in_range.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_get_index_in_range.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_get_index_in_range.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_push_if_unique.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_push_if_unique.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_range_equal_strict.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_range_equal_strict.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_element.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_element.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_first.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_first.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_first.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_remove_first.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_replace_all.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_replace_all.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_shrink_to_size.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_shrink_to_size.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/array_swap.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/array_swap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchHighIndex.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchHighIndex.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchHighIndex.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchHighIndex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchLowIndex.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/binarySearchLowIndex.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/computeArrayMax.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/computeArrayMax.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/computeArrayMin.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/computeArrayMin.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/computeHashArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/computeHashIntegerArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/fastArrayEquals.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/fastArrayEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/groupArrayBy.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/groupArrayBy.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/isArrayEqual.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/isArrayEqual.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/isArrayEqualStrict.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/isArraysEqualWithComparator.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/randomMultipleFromArray.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/randomMultipleFromArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/randomizeArrayElementOrder.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/randomizeArrayElementOrder.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/randomizeArrayElementOrder.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/randomizeArrayElementOrder.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/isTypedArray.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/isTypedArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/is_typed_array_equals.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/is_typed_array_equals.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/is_typed_array_equals.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/is_typed_array_equals.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/typedArrayToDataType.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/typedArrayToDataType.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/typed_array_copy.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/typed_array_copy.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/typed_array_is_integer.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/typed_array_is_integer.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/typed/uint_array_for_count.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/typed/uint_array_for_count.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/weightedRandomFromArray.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/weightedRandomFromArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/array/weightedRandomFromArray.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/array/weightedRandomFromArray.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/collectIteratorValueToArray.d.ts +0 -0
- /package/{build/types → src}/core/collection/collectIteratorValueToArray.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/heap/FastBinaryHeap.d.ts +0 -0
- /package/{build/types → src}/core/collection/heap/FastBinaryHeap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/heap/FastBinaryHeap.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/heap/FastBinaryHeap.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/heap/Uin32Heap.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/heap/Uin32Heap.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/heap/Uint32Heap.d.ts +0 -0
- /package/{build/types → src}/core/collection/heap/Uint32Heap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/FilteredListProjection.d.ts +0 -0
- /package/{build/types → src}/core/collection/list/FilteredListProjection.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/List.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/List.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/list/List.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/ListForwarder.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/ListForwarder.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/list/ListForwarder.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/list/SortedListProjection.d.ts +0 -0
- /package/{build/types → src}/core/collection/list/SortedListProjection.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/AbstractAsyncMap.d.ts +0 -0
- /package/{build/types → src}/core/collection/map/AbstractAsyncMap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/AsyncMapWrapper.d.ts +0 -0
- /package/{build/types → src}/core/collection/map/AsyncMapWrapper.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/BiMap.d.ts +0 -0
- /package/{build/types → src}/core/collection/map/BiMap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/HashMap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/HashMap.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/map/HashMap.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/map/ObservedMap.d.ts +0 -0
- /package/{build/types → src}/core/collection/map/ObservedMap.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/queue/Deque.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/queue/Deque.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/queue/Deque.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/HashSet.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/HashSet.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/set/HashSet.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/Set.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/compute_set_difference.d.ts +0 -0
- /package/{build/types → src}/core/collection/set/compute_set_difference.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/compute_set_intersection.d.ts +0 -0
- /package/{build/types → src}/core/collection/set/compute_set_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/set/set_remove.d.ts +0 -0
- /package/{build/types → src}/core/collection/set/set_remove.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTable.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTable.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTable.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTable.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTableSpec.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTableSpec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTableSpec.spec.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/RowFirstTableSpec.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/deserializeRowFirstTable.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/deserializeRowFirstTable.d.ts.map +0 -0
- /package/{build/types → src}/core/collection/table/serializeRowFirstTable.d.ts +0 -0
- /package/{build/types → src}/core/collection/table/serializeRowFirstTable.d.ts.map +0 -0
- /package/{build/types → src}/core/color/Color.d.ts.map +0 -0
- /package/{build/types → src}/core/color/Color.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/Color.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/YCbCr/YCbCr.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/YCbCr/YCbCr.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/YCbCr/YCbCr_to_rgb_uint24.d.ts +0 -0
- /package/{build/types → src}/core/color/YCbCr/YCbCr_to_rgb_uint24.d.ts.map +0 -0
- /package/{build/types → src}/core/color/YCbCr/rgb_to_YCbCr_uint24.d.ts +0 -0
- /package/{build/types → src}/core/color/YCbCr/rgb_to_YCbCr_uint24.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hex/hex2rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/hex/hex2rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hex/hex2rgb.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/hex/hex2rgb.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hex/rgb2hex.d.ts +0 -0
- /package/{build/types → src}/core/color/hex/rgb2hex.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hex/rgb2hex.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/hex/rgb2hex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hsluv/HSLuv.d.ts +0 -0
- /package/{build/types → src}/core/color/hsluv/HSLuv.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hsv/hsv2rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/hsv/hsv2rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hsv/hsv2rgb.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/hsv/hsv2rgb.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/hsv/rgb2hsv.d.ts +0 -0
- /package/{build/types → src}/core/color/hsv/rgb2hsv.d.ts.map +0 -0
- /package/{build/types → src}/core/color/int2rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/int2rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/color/kelvin/kelvin_to_rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/kelvin/kelvin_to_rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/color/kelvin/kelvin_to_rgb.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/kelvin/kelvin_to_rgb.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/kelvin/prototype_kelvin_to_rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/kelvin/prototype_kelvin_to_rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/color/kelvin/rgb_to_kelvin.d.ts +0 -0
- /package/{build/types → src}/core/color/kelvin/rgb_to_kelvin.d.ts.map +0 -0
- /package/{build/types → src}/core/color/kelvin/rgb_to_kelvin.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/kelvin/rgb_to_kelvin.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/parse_color.d.ts +0 -0
- /package/{build/types → src}/core/color/parse_color.d.ts.map +0 -0
- /package/{build/types → src}/core/color/parse_color.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/parse_color.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/rgb2uint24.d.ts +0 -0
- /package/{build/types → src}/core/color/rgb2uint24.d.ts.map +0 -0
- /package/{build/types → src}/core/color/sRGB/linear_to_sRGB.d.ts +0 -0
- /package/{build/types → src}/core/color/sRGB/linear_to_sRGB.d.ts.map +0 -0
- /package/{build/types → src}/core/color/sRGB/sRGB.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/sRGB/sRGB.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/sRGB/sRGB_to_linear.d.ts +0 -0
- /package/{build/types → src}/core/color/sRGB/sRGB_to_linear.d.ts.map +0 -0
- /package/{build/types → src}/core/color/xyz/XYZ.spec.d.ts +0 -0
- /package/{build/types → src}/core/color/xyz/XYZ.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/color/xyz/rgb_to_xyz.d.ts +0 -0
- /package/{build/types → src}/core/color/xyz/rgb_to_xyz.d.ts.map +0 -0
- /package/{build/types → src}/core/color/xyz/xyz_to_rgb.d.ts +0 -0
- /package/{build/types → src}/core/color/xyz/xyz_to_rgb.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/BaseDescription.d.ts +0 -0
- /package/{build/types → src}/core/debug/BaseDescription.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/BaseMatcher.d.ts +0 -0
- /package/{build/types → src}/core/debug/BaseMatcher.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/Description.d.ts +0 -0
- /package/{build/types → src}/core/debug/Description.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/InMemoryDescriptor.d.ts +0 -0
- /package/{build/types → src}/core/debug/InMemoryDescriptor.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/Matcher.d.ts +0 -0
- /package/{build/types → src}/core/debug/Matcher.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/NullDescription.d.ts +0 -0
- /package/{build/types → src}/core/debug/NullDescription.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/SelfDescribing.d.ts +0 -0
- /package/{build/types → src}/core/debug/SelfDescribing.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/SelfDescribingValue.d.ts +0 -0
- /package/{build/types → src}/core/debug/SelfDescribingValue.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/SelfDescribingValueIterator.d.ts +0 -0
- /package/{build/types → src}/core/debug/SelfDescribingValueIterator.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/AllOf.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/AllOf.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/AnyOf.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/AnyOf.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/CombinableMatcher.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/CombinableMatcher.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/DescribeAs.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/DescribeAs.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsAnything.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsAnything.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsEqual.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsEqual.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsIn.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsIn.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsIterableContaining.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsIterableContaining.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsNot.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsNot.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsNull.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsNull.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/IsUndefined.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/IsUndefined.d.ts.map +0 -0
- /package/{build/types → src}/core/debug/matchers/matchers.d.ts +0 -0
- /package/{build/types → src}/core/debug/matchers/matchers.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/Signal.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/Signal.spec.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/Signal.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/SignalBinding.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/SignalBinding.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/SignalBinding.spec.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/SignalBinding.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/SignalFlags.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/SignalFlags.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/SignalHandler.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/SignalHandler.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/signal_aggregate_by_time_window.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/signal_aggregate_by_time_window.d.ts.map +0 -0
- /package/{build/types → src}/core/events/signal/signal_filter.d.ts +0 -0
- /package/{build/types → src}/core/events/signal/signal_filter.d.ts.map +0 -0
- /package/{build/types → src}/core/font/FontAsset.d.ts +0 -0
- /package/{build/types → src}/core/font/FontAsset.d.ts.map +0 -0
- /package/{build/types → src}/core/font/FontAssetLoader.d.ts +0 -0
- /package/{build/types → src}/core/font/FontAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/core/fsm/exceptions/IllegalStateException.d.ts +0 -0
- /package/{build/types → src}/core/fsm/exceptions/IllegalStateException.d.ts.map +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachine.d.ts.map +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachine.spec.d.ts +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachine.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachineDescription.d.ts.map +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachineDescription.spec.d.ts +0 -0
- /package/{build/types → src}/core/fsm/simple/SimpleStateMachineDescription.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/function/FunctionCompiler.d.ts +0 -0
- /package/{build/types → src}/core/function/FunctionCompiler.d.ts.map +0 -0
- /package/{build/types → src}/core/function/chain.d.ts +0 -0
- /package/{build/types → src}/core/function/chain.d.ts.map +0 -0
- /package/{build/types → src}/core/function/extractFunctionBody.d.ts +0 -0
- /package/{build/types → src}/core/function/extractFunctionBody.d.ts.map +0 -0
- /package/{build/types → src}/core/function/extractFunctionBody.spec.d.ts +0 -0
- /package/{build/types → src}/core/function/extractFunctionBody.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/function/makeReturnValue.d.ts +0 -0
- /package/{build/types → src}/core/function/makeReturnValue.d.ts.map +0 -0
- /package/{build/types → src}/core/function/noop.d.ts +0 -0
- /package/{build/types → src}/core/function/noop.d.ts.map +0 -0
- /package/{build/types → src}/core/function/objectsEqual.d.ts +0 -0
- /package/{build/types → src}/core/function/objectsEqual.d.ts.map +0 -0
- /package/{build/types → src}/core/function/passThrough.d.ts +0 -0
- /package/{build/types → src}/core/function/passThrough.d.ts.map +0 -0
- /package/{build/types → src}/core/function/returnEmptyArray.d.ts +0 -0
- /package/{build/types → src}/core/function/returnEmptyArray.d.ts.map +0 -0
- /package/{build/types → src}/core/function/returnFalse.d.ts +0 -0
- /package/{build/types → src}/core/function/returnFalse.d.ts.map +0 -0
- /package/{build/types → src}/core/function/returnOne.d.ts +0 -0
- /package/{build/types → src}/core/function/returnOne.d.ts.map +0 -0
- /package/{build/types → src}/core/function/returnTrue.d.ts +0 -0
- /package/{build/types → src}/core/function/returnTrue.d.ts.map +0 -0
- /package/{build/types → src}/core/function/returnZero.d.ts +0 -0
- /package/{build/types → src}/core/function/returnZero.d.ts.map +0 -0
- /package/{build/types → src}/core/function/strictEquals.d.ts +0 -0
- /package/{build/types → src}/core/function/strictEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/Geometry2D.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/Geometry2D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/Rectangle.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/Rectangle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/Rectangle.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/Rectangle.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/UvUtils.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/UvUtils.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/UvUtils.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/UvUtils.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/AABB2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/AABB2.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/AABB2.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_center_from_multiple.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_center_from_multiple.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_center_from_multiple.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_center_from_multiple.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_overlap.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_overlap.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_overlap.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_compute_overlap.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_contains.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_contains.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_contains.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_contains.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_sqr_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_sqr_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_to_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_distance_to_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_overlap_exists.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_overlap_exists.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_sqr_to_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/aabb/aabb2_signed_distance_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/circle/Circle.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/circle/Circle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/circle/circleIntersectsCircle.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/circle/circleIntersectsCircle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/circle/circleIntersectsPoint.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/circle/circleIntersectsPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/circle/computeCircleCirclePenetrationDistance.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/circle/computeCircleCirclePenetrationDistance.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/compute_polygon_area_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/compute_polygon_area_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/compute_polygon_area_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/compute_polygon_area_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/compute_triangle_area_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/compute_triangle_area_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/compute_triangle_area_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/compute_triangle_area_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_jarvis_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_jarvis_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_jarvis_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_monotone_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_monotone_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_monotone_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/convex_hull_monotone_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/fixed_convex_hull_humus.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/fixed_convex_hull_humus.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/fixed_convex_hull_relaxation.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/fixed_convex_hull_relaxation.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3_v2.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/convex-hull/orientation3_v2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/intersect_ray_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/intersect_ray_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_array_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_array_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_array_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_compute_line_segment_intersection_vectors_array_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_line_segment_intersection_exists_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/line/line_segment_line_segment_intersection_exists_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeDatum.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeDatum.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeNode.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeNode.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeNode.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/QuadTreeNode.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_collect_by_circle.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_collect_by_circle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_match_data_by_circle.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_match_data_by_circle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_query_data_nearest_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/quad-tree/qt_query_data_nearest_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/shape/AbstractShape.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/shape/AbstractShape.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/shape/CircleShape.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/shape/CircleShape.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/shape/PointShape.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/shape/PointShape.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/shape/Shape2DType.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/shape/Shape2DType.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/spline_bezier2_2d.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/spline_bezier2_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/2d/spline_bezier2_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/2d/spline_bezier2_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/SurfacePoint3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/SurfacePoint3.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/SurfacePoint3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/AABB3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/AABB3.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/AABB3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_combine.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_combine.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_compute_from_sphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_compute_from_sphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_clipping_volume_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_clipping_volume_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_frustum_degree.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_frustum_degree.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_ray.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_ray_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_ray_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_sphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_sphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_sphere_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_intersects_sphere_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_set.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_array_set.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_box_surface_area_2.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_box_surface_area_2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_build_corners.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_build_corners.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_build_corners.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_build_frustum.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_build_frustum.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_combined_surface_area.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_combined_surface_area.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_distance_above_plane_max.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_half_surface_area.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_half_surface_area.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_plane_side.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_plane_side.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_plane_side.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_plane_side.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_projected_area.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_projected_area.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_surface_area.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_compute_surface_area.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_corner_edge_mapping.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_corner_edge_mapping.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_corner_edge_mapping.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_corner_edge_mapping.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_detailed_volume_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_detailed_volume_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_corner_mapping.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_corner_mapping.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_corner_mapping.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_corner_mapping.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_plane_mapping.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_edge_plane_mapping.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_estimate_projected_area2.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_estimate_projected_area2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_expand_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_expand_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_expand_array.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_expand_array.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_min_max.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_min_max.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_threejs_geometry.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_threejs_geometry.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array_transformed.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_from_v3_array_transformed.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_aabb3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_aabb3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_aabb3.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_aabb3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_clipping_volume_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_clipping_volume_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_frustum_degree.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_frustum_degree.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_line_segment.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_line_segment.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_ray.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_ray.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_intersects_ray.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project_by_corners.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_matrix4_project_by_corners.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_nearest_point_on_surface.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_nearest_point_on_surface.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_raycast.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_raycast.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_raycast.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_raycast.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH_delta.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_score_boxes_SAH_delta.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_signed_distance_sqr_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_signed_distance_sqr_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_signed_distance_to_aabb3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_signed_distance_to_aabb3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_transformed_compute_plane_side.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_transformed_compute_plane_side.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_unsigned_distance_sqr_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/aabb3_unsigned_distance_sqr_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/compute_aabb_from_points.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/compute_aabb_from_points.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3Encoded_v0.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3Encoded_v0.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3Quantized16Uint.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/deserializeAABB3Quantized16Uint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3Encoded_v0.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3Encoded_v0.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3Quantized16Uint.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/aabb/serializeAABB3Quantized16Uint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/apply_mat4_transform_to_direction_v3_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/apply_mat4_transform_to_direction_v3_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/apply_mat4_transform_to_v3_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/apply_mat4_transform_to_v3_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/compose_matrix4_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/compose_matrix4_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/compute_bounding_sphere_of_2_spheres.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/compute_bounding_sphere_of_2_spheres.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/compute_circle_bounding_box.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/compute_circle_bounding_box.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/compute_triangle_normal.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/compute_triangle_normal.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConeBoundingBox.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConeBoundingBox.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConePlaneSide.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConePlaneSide.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConePlaneSide.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/cone/computeConePlaneSide.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/cone/compute_bounding_cone_of_2_cones.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/cone/compute_bounding_cone_of_2_cones.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/cone/compute_bounding_cone_of_2_cones.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/decompose_matrix_4_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/decompose_matrix_4_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/eulerAnglesFromMatrix.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/eulerAnglesFromMatrix.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/frustum3_computeNearestPointToPoint.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/frustum3_computeNearestPointToPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/frustum_from_projection_matrix_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/frustum_from_projection_matrix_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/read_cluster_frustum_corners.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/read_cluster_frustum_corners.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/read_three_planes_to_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/slice_frustum_linear_to_points.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/frustum/slice_frustum_linear_to_points.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/line/line3_computeSegmentPointDistance_sqr.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/line/line3_computeSegmentPointDistance_sqr.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/line/line3_compute_nearest_point_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/line/line3_compute_nearest_point_to_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/line/line3_compute_nearest_point_to_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/MATRIX_4_IDENTITY.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/MATRIX_4_IDENTITY.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/MATRIX_4_IDENTITY.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/MATRIX_4_IDENTITY.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/allocate_transform_m4.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/allocate_transform_m4.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_make_translation.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_make_translation.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply_alphatensor.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply_alphatensor.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply_alphatensor.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/mat4/m4_multiply_alphatensor.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/Morton.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/Morton.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/mortonEncode_LUT.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/mortonEncode_LUT.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/mortonEncode_magicbits.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/mortonEncode_magicbits.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/reinterpret_float32_as_int32.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/reinterpret_float32_as_int32.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/split_by_2.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/split_by_2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/split_by_3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/split_by_3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_bounded.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_bounded.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_transformed.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_transformed.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_transformed.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/morton/v3_morton_encode_transformed.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/decode_hemioct_to_unit.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/decode_hemioct_to_unit.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/encode_unit3_hemioct.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/encode_unit3_hemioct.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/unit_hemioct.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/hemioct/unit_hemioct.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/lamber_azimuth/transform.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/lamber_azimuth/transform.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/decode_octahedron_to_unit.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/decode_octahedron_to_unit.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/encode_unit_to_octahedron.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/encode_unit_to_octahedron.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/encoding.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/octahedron/encoding.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/normal/spherical/sphere_map_transform.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/normal/spherical/sphere_map_transform.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/is_point_within_planes.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/is_point_within_planes.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/orient3d_fast.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/orient3d_fast.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/orient3d_robust.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/orient3d_robust.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_convex_3_plane_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_convex_3_plane_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_line_segment_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_line_segment_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_plane_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_plane_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_ray_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_compute_ray_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_intersect_plane.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_intersect_plane.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_lerp.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_lerp.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_lerp_v0.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_lerp_v0.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_projectPoint.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_projectPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_projectPoint.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_projectPoint.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_slerp.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_slerp.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_slerp.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_slerp.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_three_compute_convex_3_plane_intersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/plane/plane3_three_compute_convex_3_plane_intersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat3_createFromAxisAngle.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat3_createFromAxisAngle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat_decode_from_uint32.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat_decode_from_uint32.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat_encode_to_uint32.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/quaternion/quat_encode_to_uint32.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_apply_matrix4.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_apply_matrix4.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_compose.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_compose.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_compose.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray3_array_compose.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray_computeNearestPointToPoint.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray_computeNearestPointToPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray_distance_to_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/ray/ray_distance_to_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/AbstractShape3D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/TransformedShape3D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/TransformedShape3D.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/TransformedShape3D.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/UnionShape3D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/UnitCubeShape3D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/UnitCubeShape3D.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/UnitCubeShape3D.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/UnitSphereShape3D.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_from_json.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_from_json.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_to_json.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_to_json.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_to_type.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/shape_to_type.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/type_adapters.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/json/type_adapters.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/util/compute_signed_distance_gradient_by_sampling.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/shape/util/shape_to_visual_entity.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/shape/util/shape_to_visual_entity.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_add.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_add.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_basis_at.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_basis_at.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_dering_optimize_positive.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_sample_by_direction.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/harmonics/sh3_sample_irradiance_by_direction.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/in_sphere3d_fast.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/in_sphere3d_fast.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/in_sphere3d_robust.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/in_sphere3d_robust.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_array_intersects_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_array_intersects_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_array_intersects_ray.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_array_intersects_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_ray.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_ray.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_ray.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_intersects_ray.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/sphere/sphere_radius_sqr_from_v3_array_transformed.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/TetrahedralMesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/TetrahedralMesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/TetrahedralMesh.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/TetrahedralMesh.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/build_tetrahedral_mesh_buffer_geometry.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_bounding_simplex_3d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_circumsphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/compute_circumsphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/Cavity.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/Cavity.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/compute_delaunay_tetrahedral_mesh.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/debug_validate_mesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/debug_validate_mesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/push_boundary_with_validation.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/push_boundary_with_validation.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/validate_cavity_boundary.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/debug/validate_cavity_boundary.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/fill_in_a_cavity.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_cavity.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_compute_sub_determinant.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/delaunay/tetrahedral_mesh_walk_towards_containing_tetrahedron.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/prototypeTetrahedraBuilder.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/prototypeTetrahedraBuilder.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_compute_signed_volume.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_contains_point.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_contains_point.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_contains_point.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/tetrahedron_contains_point.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/validate_tetrahedral_mesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/tetrahedra/validate_tetrahedral_mesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTopoMeshBoundingSphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTopoMeshBoundiningBox.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/bounds/computeTriangleClusterNormalBoundingCone.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/build_face_graph_from_mesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/build_face_graph_from_mesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareEdges.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareEdges.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareFaces.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareFaces.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareVertices.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/compareVertices.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/computeTopoMeshVertexDuplicates.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/computeTopoMeshVertexDuplicates.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/debugValidateMesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/debugValidateMesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/expandConnectivityByLocality.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/expandConnectivityByLocality.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/isEdgeConnectedToOutline.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/isEdgeConnectedToOutline.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/isVertexConnectedToOutline.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/isVertexConnectedToOutline.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_boundary.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_boundary.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_manifold.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_manifold.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_manifold_or_boundary.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_manifold_or_boundary.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_wire.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_is_wire.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_other_vertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_other_vertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_share_vert.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_edge_share_vert.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_get_other_edges.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_get_other_edges.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_next_vertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_next_vertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_prev_vertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_face_prev_vertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertex_in_edge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertex_in_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertex_pair_share_face.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertex_pair_share_face.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertices_in_edge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/query/query_vertices_in_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/samples/sampleFloodFill.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/samples/sampleFloodFill.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/EdgeCollapseCandidate.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/EdgeCollapseCandidate.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/build_edge_collapse_candidates.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/build_edge_collapse_candidates.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapseEdge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapseEdge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapseEdge.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapseEdge.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapse_all_degenerate_edges.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapse_all_degenerate_edges.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapse_degenerate_edge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/collapse_degenerate_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/computeEdgeCollapseCost.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/computeEdgeCollapseCost.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/compute_face_normal_change_dot_product.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/compute_face_normal_change_dot_product.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/decimate_edge_collapse_snap.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/decimate_edge_collapse_snap.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/edge_collapse_quadratic.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/edge_collapse_quadratic.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/prototypeMeshSimplification.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/prototypeMeshSimplification.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/Quadratic3.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/Quadratic3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/build_vertex_quadratics.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/quadratic/compute_edge_collapse_cost_quadratic.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/simplifyTopoMesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/simplifyTopoMesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/simplifyTopoMesh2.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/simplifyTopoMesh2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/simplify/tm_edge_collapse_is_degenerate_flip.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoEdge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoEdge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoEdge.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoEdge.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoMesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoMesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoTriangle.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoTriangle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoVertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoVertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoVertex.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/TopoVertex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryElementPool.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryElementPool.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryElementPool.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryElementPool.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryTopology.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryTopology.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryTopology.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/BinaryTopology.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/OrderedEdge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/OrderedEdge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_index_geometry_to_topology.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/bt_mesh_calc_edges.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/create_edge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/create_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/get_or_create_edge_map.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/io/get_or_create_edge_map.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_has_vertex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/binary/query/bt_mesh_edge_other_vertex.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/prototypeBinaryTopology.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/struct/prototypeBinaryTopology.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/three_buffer_geometry_to_topo_mesh.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/three_buffer_geometry_to_topo_mesh.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_edge_kill.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_edge_kill.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_edge_splice.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_edge_splice.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_area.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_area.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_kill.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_kill.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_normal.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_face_normal.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_edge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_face.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_face.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_vert.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_kill_only_vert.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vert_kill.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vert_kill.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vert_splice.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vert_splice.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vertex_compute_normal.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/tm_vertex_compute_normal.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/topo_mesh_to_three_buffer_geometry.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/topo_mesh_to_three_buffer_geometry.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/topology_find_broken_links.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/topology_find_broken_links.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/update_topo_face_normals.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/update_topo_face_normals.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/util/compute_face_connection_weight.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/util/compute_face_connection_weight.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/util/mesh_flood_fill.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/util/mesh_flood_fill.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/topology/weld_duplicate_vertices.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/topology/weld_duplicate_vertices.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTrianglePlaneSide.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTrianglePlaneSide.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersection.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersection.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentric.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentricEdge.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleRayIntersectionBarycentricEdge.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleSurfaceArea.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/computeTriangleSurfaceArea.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/rayTriangleIntersection.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/rayTriangleIntersection.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/triangle_intersects_clipping_volume.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/triangle/triangle_intersects_clipping_volume.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/util/make_justified_point_grid.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/util/make_justified_point_grid.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/v3_compute_triangle_normal.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/v3_compute_triangle_normal.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/3d/v3_compute_triangle_normal.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/3d/v3_compute_triangle_normal.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/ConicRay.d.ts +0 -0
- /package/{build/types → src}/core/geom/ConicRay.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/ConicRay.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/ConicRay.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Quaternion.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Quaternion.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/Quaternion.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector1.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector1.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/Vector1.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector2.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector2.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/Vector2.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector3.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector3.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/Vector3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector4.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/Vector4.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/Vector4.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_add.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_add.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_determinant.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_determinant.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply_scalar.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply_scalar.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply_transposed.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_multiply_transposed.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_sub_transposed.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat2/m2_sub_transposed.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_compose_transform.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_compose_transform.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_extract_rotation.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_extract_rotation.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_from_translation.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_cm_from_translation.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_determinant.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_determinant.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_multiply.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_multiply.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_rm_compose_transform.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_rm_compose_transform.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_rm_extract_scale.d.ts +0 -0
- /package/{build/types → src}/core/geom/mat3/m3_rm_extract_scale.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/normalize_angle_rad.d.ts +0 -0
- /package/{build/types → src}/core/geom/normalize_angle_rad.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/normalize_angle_rad.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/normalize_angle_rad.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/computeBoundingSphereOfSpheres.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/computeBoundingSphereOfSpheres.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/computeBoundingSphereOfSpheres.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/MaxRectanglesPacker.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/MaxRectanglesPacker.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/MaxRectanglesPacker.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/MaxRectanglesPacker.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cost/costByBestShortSide.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cost/costByBestShortSide.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cost/costByRemainingArea.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cost/costByRemainingArea.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cutArea.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/cutArea.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/findBestContainer.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/findBestContainer.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/packMaxRectangles.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/packMaxRectangles.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/packOneBox.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/packOneBox.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/removeRedundantBoxes.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/removeRedundantBoxes.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/removeRedundantBoxesArray.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/max-rect/removeRedundantBoxesArray.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Miniball.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Miniball.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Miniball.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/PointSet.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Quality.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Quality.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Subspan.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Subspan.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Subspan.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/Subspan.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/miniball_compute_quality.d.ts +0 -0
- /package/{build/types → src}/core/geom/packing/miniball/miniball_compute_quality.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInBox.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInBox.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInCircle.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInCircle.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInPoint.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInSphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointInSphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnBox.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnBox.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnBox.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnBox.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnSphere.d.ts +0 -0
- /package/{build/types → src}/core/geom/random/randomPointOnSphere.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_allocate.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_allocate.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_atan2_between.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_atan2_between.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_between.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_between.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_cos_between.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_angle_cos_between.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_binary_equality_decode.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_binary_equality_decode.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_binary_equality_encode.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_binary_equality_encode.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_displace_in_direction.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_displace_in_direction.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance_above_plane.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance_above_plane.spec.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance_above_plane.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_distance_sqr.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_dot.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_dot.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_dot_array_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_dot_array_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_length.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_length_sqr.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_length_sqr.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_lerp.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_lerp.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_normalize_array.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_normalize_array.d.ts.map +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_slerp.d.ts +0 -0
- /package/{build/types → src}/core/geom/vec3/v3_slerp.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/Edge.d.ts +0 -0
- /package/{build/types → src}/core/graph/Edge.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/Edge.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/Edge.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/MultiNode.d.ts +0 -0
- /package/{build/types → src}/core/graph/MultiNode.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/SquareMatrix.d.ts +0 -0
- /package/{build/types → src}/core/graph/SquareMatrix.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/SquareMatrix.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/SquareMatrix.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/WeightedEdge.d.ts +0 -0
- /package/{build/types → src}/core/graph/WeightedEdge.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/cluster_mesh_metis.d.ts +0 -0
- /package/{build/types → src}/core/graph/cluster_mesh_metis.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coarsen_graph.d.ts +0 -0
- /package/{build/types → src}/core/graph/coarsen_graph.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coarsen_graph.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/coarsen_graph.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraph.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraph.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedy.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedy.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedy.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedy.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedyWeight.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphGreedyWeight.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphMCS.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/colorizeGraphMCS.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/coloring/validateGraphColoring.d.ts +0 -0
- /package/{build/types → src}/core/graph/coloring/validateGraphColoring.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/convert_graph_to_dot_string.d.ts +0 -0
- /package/{build/types → src}/core/graph/convert_graph_to_dot_string.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/convert_graph_to_dot_string.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/convert_graph_to_dot_string.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/eigen/eigen_values_find_spectral_gap.d.ts +0 -0
- /package/{build/types → src}/core/graph/eigen/eigen_values_find_spectral_gap.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_eigenvalues_in_place.d.ts +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_eigenvalues_in_place.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_eigenvalues_in_place.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_eigenvalues_in_place.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_householder_in_place.d.ts +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_householder_in_place.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_qr_in_place.d.ts +0 -0
- /package/{build/types → src}/core/graph/eigen/matrix_qr_in_place.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_adjacency_matrix.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_adjacency_matrix.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_compute_disconnected_clusters.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_compute_disconnected_clusters.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_degree_matrix.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_degree_matrix.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_k_means_cluster.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_k_means_cluster.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_k_means_cluster.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_k_means_cluster.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/graph_laplacian_matrix.d.ts +0 -0
- /package/{build/types → src}/core/graph/graph_laplacian_matrix.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/CircleLayout.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/CircleLayout.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/Connection.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/Connection.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/BoxLayouter.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/BoxLayouter.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/applyCentralGravityAABB2.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/applyCentralGravityAABB2.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/forceIntoBox.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/forceIntoBox.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/pullBoxTowardsPoint.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/pullBoxTowardsPoint.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/resolveAABB2Overlap.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/resolveAABB2Overlap.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/box/resolveBoxOverlapUsingForce.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/box/resolveBoxOverlapUsingForce.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/layout/computeDisconnectedSubGraphs.d.ts +0 -0
- /package/{build/types → src}/core/graph/layout/computeDisconnectedSubGraphs.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/metis/metis.d.ts +0 -0
- /package/{build/types → src}/core/graph/metis/metis.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/metis/metis_options.d.ts +0 -0
- /package/{build/types → src}/core/graph/metis/metis_options.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/mn_graph_collapse_weighted_edge.d.ts +0 -0
- /package/{build/types → src}/core/graph/mn_graph_collapse_weighted_edge.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/v2/Graph.d.ts +0 -0
- /package/{build/types → src}/core/graph/v2/Graph.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/v2/Graph.spec.d.ts +0 -0
- /package/{build/types → src}/core/graph/v2/Graph.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/graph/v2/NodeContainer.d.ts +0 -0
- /package/{build/types → src}/core/graph/v2/NodeContainer.d.ts.map +0 -0
- /package/{build/types → src}/core/json/JsonUtils.d.ts +0 -0
- /package/{build/types → src}/core/json/JsonUtils.d.ts.map +0 -0
- /package/{build/types → src}/core/json/abstractJSONDeserializer.d.ts +0 -0
- /package/{build/types → src}/core/json/abstractJSONDeserializer.d.ts.map +0 -0
- /package/{build/types → src}/core/json/abstractJSONSerializer.d.ts +0 -0
- /package/{build/types → src}/core/json/abstractJSONSerializer.d.ts.map +0 -0
- /package/{build/types → src}/core/json/objectHasProperty.d.ts +0 -0
- /package/{build/types → src}/core/json/objectHasProperty.d.ts.map +0 -0
- /package/{build/types → src}/core/json/resolvePath.d.ts +0 -0
- /package/{build/types → src}/core/json/resolvePath.d.ts.map +0 -0
- /package/{build/types → src}/core/json/resolvePath.spec.d.ts +0 -0
- /package/{build/types → src}/core/json/resolvePath.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/json/resolvePathByArray.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/AbstractCachingParser.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/AbstractCachingParser.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/ReactiveOperatorType.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/ReactiveOperatorType.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/compileReactiveExpression.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/compileReactiveExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/compileReactiveExpression.spec.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/compileReactiveExpression.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/ReactivePegCompiler.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/ReactivePegCompiler.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/ReactivePegParser.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/ReactivePegParser.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/parser.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/pegjs/parser.d.ts.map +0 -0
- /package/{build/types → src}/core/lang/reactive/validateReactiveExpression.d.ts +0 -0
- /package/{build/types → src}/core/lang/reactive/validateReactiveExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/localization/LanguageMetadata.d.ts +0 -0
- /package/{build/types → src}/core/localization/LanguageMetadata.d.ts.map +0 -0
- /package/{build/types → src}/core/localization/LocaleDataset.d.ts +0 -0
- /package/{build/types → src}/core/localization/LocaleDataset.d.ts.map +0 -0
- /package/{build/types → src}/core/localization/Localization.d.ts +0 -0
- /package/{build/types → src}/core/localization/Localization.d.ts.map +0 -0
- /package/{build/types → src}/core/localization/LocalizationEngine.d.ts +0 -0
- /package/{build/types → src}/core/localization/LocalizationEngine.d.ts.map +0 -0
- /package/{build/types → src}/core/math/DEG_TO_RAD.d.ts +0 -0
- /package/{build/types → src}/core/math/DEG_TO_RAD.d.ts.map +0 -0
- /package/{build/types → src}/core/math/EPSILON.d.ts +0 -0
- /package/{build/types → src}/core/math/EPSILON.d.ts.map +0 -0
- /package/{build/types → src}/core/math/FLT_EPSILON_32.d.ts +0 -0
- /package/{build/types → src}/core/math/FLT_EPSILON_32.d.ts.map +0 -0
- /package/{build/types → src}/core/math/GOLDEN_RATIO.d.ts +0 -0
- /package/{build/types → src}/core/math/GOLDEN_RATIO.d.ts.map +0 -0
- /package/{build/types → src}/core/math/NumericType.d.ts +0 -0
- /package/{build/types → src}/core/math/NumericType.d.ts.map +0 -0
- /package/{build/types → src}/core/math/PI2.d.ts +0 -0
- /package/{build/types → src}/core/math/PI2.d.ts.map +0 -0
- /package/{build/types → src}/core/math/PI_HALF.d.ts +0 -0
- /package/{build/types → src}/core/math/PI_HALF.d.ts.map +0 -0
- /package/{build/types → src}/core/math/RAD_TO_DEG.d.ts +0 -0
- /package/{build/types → src}/core/math/RAD_TO_DEG.d.ts.map +0 -0
- /package/{build/types → src}/core/math/bell_membership_function.d.ts +0 -0
- /package/{build/types → src}/core/math/bell_membership_function.d.ts.map +0 -0
- /package/{build/types → src}/core/math/bessel_3.d.ts +0 -0
- /package/{build/types → src}/core/math/bessel_3.d.ts.map +0 -0
- /package/{build/types → src}/core/math/bessel_j0.d.ts +0 -0
- /package/{build/types → src}/core/math/bessel_j0.d.ts.map +0 -0
- /package/{build/types → src}/core/math/bessel_j0.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/bessel_j0.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/clamp.d.ts.map +0 -0
- /package/{build/types → src}/core/math/clamp.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/clamp.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/clamp01.d.ts +0 -0
- /package/{build/types → src}/core/math/clamp01.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeGreatestCommonDivisor.d.ts +0 -0
- /package/{build/types → src}/core/math/computeGreatestCommonDivisor.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeGreatestCommonDivisor.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/computeGreatestCommonDivisor.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeIsoscelesTriangleApexAngle.d.ts +0 -0
- /package/{build/types → src}/core/math/computeIsoscelesTriangleApexAngle.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeIsoscelesTriangleApexAngle.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/computeIsoscelesTriangleApexAngle.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeWholeDivisorLow.d.ts +0 -0
- /package/{build/types → src}/core/math/computeWholeDivisorLow.d.ts.map +0 -0
- /package/{build/types → src}/core/math/computeWholeDivisorLow.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/computeWholeDivisorLow.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/copysign.d.ts +0 -0
- /package/{build/types → src}/core/math/copysign.d.ts.map +0 -0
- /package/{build/types → src}/core/math/copysign.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/copysign.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/epsilonEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/math/exp2.d.ts +0 -0
- /package/{build/types → src}/core/math/exp2.d.ts.map +0 -0
- /package/{build/types → src}/core/math/fabsf.d.ts +0 -0
- /package/{build/types → src}/core/math/fabsf.d.ts.map +0 -0
- /package/{build/types → src}/core/math/fract.d.ts +0 -0
- /package/{build/types → src}/core/math/fract.d.ts.map +0 -0
- /package/{build/types → src}/core/math/fract.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/fract.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/gaussian.d.ts +0 -0
- /package/{build/types → src}/core/math/gaussian.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/computeHashFloatArray.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/computeHashFloatArray.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/computeHashFloatArray.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/computeHashFloatArray.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/computeObjectHash.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/computeObjectHash.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/computeObjectHash.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/computeObjectHash.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/murmur3_32.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/murmur3_32.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/murmur3_32.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/murmur3_32.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/squirrel3.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/squirrel3.d.ts.map +0 -0
- /package/{build/types → src}/core/math/hash/squirrel3.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/hash/squirrel3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/NumericInterval.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/NumericInterval.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/NumericInterval.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/NumericInterval.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/intersects1D.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/intersects1D.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetween.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetween.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetween.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetween.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetweenInclusive.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetweenInclusive.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetweenInclusive.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/isValueBetweenInclusive.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/overlap1D.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/overlap1D.d.ts.map +0 -0
- /package/{build/types → src}/core/math/interval/overlap1D.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/interval/overlap1D.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/inverseLerp.d.ts +0 -0
- /package/{build/types → src}/core/math/inverseLerp.d.ts.map +0 -0
- /package/{build/types → src}/core/math/inverseLerp.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/inverseLerp.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/isPowerOfTwo.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/isPowerOfTwo.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/isPowerOrTwo.d.ts +0 -0
- /package/{build/types → src}/core/math/isPowerOrTwo.d.ts.map +0 -0
- /package/{build/types → src}/core/math/isqrt.d.ts +0 -0
- /package/{build/types → src}/core/math/isqrt.d.ts.map +0 -0
- /package/{build/types → src}/core/math/isqrt.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/isqrt.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/lerp.d.ts +0 -0
- /package/{build/types → src}/core/math/lerp.d.ts.map +0 -0
- /package/{build/types → src}/core/math/lerp.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/lerp.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/makeSequenceLoop.d.ts +0 -0
- /package/{build/types → src}/core/math/makeSequenceLoop.d.ts.map +0 -0
- /package/{build/types → src}/core/math/max.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/max.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/max2.d.ts +0 -0
- /package/{build/types → src}/core/math/max2.d.ts.map +0 -0
- /package/{build/types → src}/core/math/max2.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/max2.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/max3.d.ts +0 -0
- /package/{build/types → src}/core/math/max3.d.ts.map +0 -0
- /package/{build/types → src}/core/math/max3.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/max3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/min2.d.ts +0 -0
- /package/{build/types → src}/core/math/min2.d.ts.map +0 -0
- /package/{build/types → src}/core/math/min2.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/min2.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/min3.d.ts +0 -0
- /package/{build/types → src}/core/math/min3.d.ts.map +0 -0
- /package/{build/types → src}/core/math/min3.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/min3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/mix.d.ts +0 -0
- /package/{build/types → src}/core/math/mix.d.ts.map +0 -0
- /package/{build/types → src}/core/math/modified_bessel_i0.d.ts +0 -0
- /package/{build/types → src}/core/math/modified_bessel_i0.d.ts.map +0 -0
- /package/{build/types → src}/core/math/newton_solver_1d.d.ts +0 -0
- /package/{build/types → src}/core/math/newton_solver_1d.d.ts.map +0 -0
- /package/{build/types → src}/core/math/newton_solver_1d.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/newton_solver_1d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/create_simplex_noise_2d.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/create_simplex_noise_2d.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/create_simplex_noise_2d.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/curl_noise_3d.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/curl_noise_3d.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/curl_noise_3dt.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/curl_noise_3dt.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/noise_octaves.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/noise_octaves.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/sdnoise.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/sdnoise.d.ts.map +0 -0
- /package/{build/types → src}/core/math/noise/sdnoise.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/noise/sdnoise.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/brdf/D_GGX.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/brdf/D_GGX.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/brdf/brdf_burley.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/brdf/brdf_burley.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/bsdf/bsdf_schlick.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/bsdf/bsdf_schlick.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_linear.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_linear.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_linear.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_linear.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_lograrithmic.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_smith.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_smith.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_smith.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/irradiance/interpolate_irradiance_smith.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/physics/spring/computeHookeForce.d.ts +0 -0
- /package/{build/types → src}/core/math/physics/spring/computeHookeForce.d.ts.map +0 -0
- /package/{build/types → src}/core/math/pingpong.d.ts +0 -0
- /package/{build/types → src}/core/math/pingpong.d.ts.map +0 -0
- /package/{build/types → src}/core/math/pingpong.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/pingpong.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/MersenneTwister.d.ts +0 -0
- /package/{build/types → src}/core/math/random/MersenneTwister.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/MersenneTwister.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/MersenneTwister.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/generate_halton_jitter.d.ts +0 -0
- /package/{build/types → src}/core/math/random/generate_halton_jitter.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomBytes.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomBytes.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomFloatBetween.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomFloatBetween.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomFloatBetween.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomFloatBetween.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomFromArray.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomFromArray.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomGaussian.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomGaussian.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomGaussian.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomGaussian.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomIntegerBetween.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomIntegerBetween.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomIntegerBetween.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomIntegerBetween.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/randomUint8.d.ts +0 -0
- /package/{build/types → src}/core/math/random/randomUint8.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/roundFair.d.ts +0 -0
- /package/{build/types → src}/core/math/random/roundFair.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/roundFair.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/roundFair.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandom.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandomMersenneTwister.d.ts +0 -0
- /package/{build/types → src}/core/math/random/seededRandomMersenneTwister.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandomMersenneTwister.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/seededRandomMersenneTwister.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_Mulberry32.d.ts +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_Mulberry32.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_Mulberry32.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_Mulberry32.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_sine.d.ts +0 -0
- /package/{build/types → src}/core/math/random/seededRandom_sine.d.ts.map +0 -0
- /package/{build/types → src}/core/math/remap.d.ts.map +0 -0
- /package/{build/types → src}/core/math/remap.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/remap.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/separation1D.d.ts +0 -0
- /package/{build/types → src}/core/math/separation1D.d.ts.map +0 -0
- /package/{build/types → src}/core/math/sign.d.ts.map +0 -0
- /package/{build/types → src}/core/math/sign.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/sign.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/sign_not_zero.d.ts +0 -0
- /package/{build/types → src}/core/math/sign_not_zero.d.ts.map +0 -0
- /package/{build/types → src}/core/math/smoothStep.d.ts +0 -0
- /package/{build/types → src}/core/math/smoothStep.d.ts.map +0 -0
- /package/{build/types → src}/core/math/smoothStep.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/smoothStep.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/solveQuadratic.d.ts +0 -0
- /package/{build/types → src}/core/math/solveQuadratic.d.ts.map +0 -0
- /package/{build/types → src}/core/math/solveQuadratic.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/solveQuadratic.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/catmull_rom_compute_T.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/catmull_rom_compute_T.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/computeCatmullRomSpline.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/computeCatmullRomSpline.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/computeCatmullRomSplineUniformDistance.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/computeCatmullRomSplineUniformDistance.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/computeNonuniformCatmullRomSplineSample.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/computeNonuniformCatmullRomSplineSample.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/cubicCurve.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/cubicCurve.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/cubicCurve.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/cubicCurve.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/interpolate_bicubic.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/interpolate_bicubic.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/makeCubicCurve.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/makeCubicCurve.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/makeCubicCurve.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/makeCubicCurve.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier2.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier2.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier2.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier2.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3_bounds.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3_bounds.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3_bounds.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/spline_bezier3_bounds.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/spline/v3_computeCatmullRomSplineUniformDistance.d.ts +0 -0
- /package/{build/types → src}/core/math/spline/v3_computeCatmullRomSplineUniformDistance.d.ts.map +0 -0
- /package/{build/types → src}/core/math/sqr.d.ts +0 -0
- /package/{build/types → src}/core/math/sqr.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeSampleSize_Cochran.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeSampleSize_Cochran.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeSampleSize_Cochran.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeSampleSize_Cochran.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMean.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMean.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMean.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMean.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMedian.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalMedian.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPartialMedian.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPartialMedian.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPartialMedian.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPartialMedian.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPercentile.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPercentile.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPercentile.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalPercentile.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalStandardDeviation.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalStandardDeviation.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalVariance.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalVariance.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalVariance.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/computeStatisticalVariance.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/halton_sequence.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/halton_sequence.d.ts.map +0 -0
- /package/{build/types → src}/core/math/statistics/halton_sequence.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/statistics/halton_sequence.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/math/vector_nd_dot.d.ts +0 -0
- /package/{build/types → src}/core/math/vector_nd_dot.d.ts.map +0 -0
- /package/{build/types → src}/core/math/vector_nd_normalize.d.ts +0 -0
- /package/{build/types → src}/core/math/vector_nd_normalize.d.ts.map +0 -0
- /package/{build/types → src}/core/math/vector_nd_normalize.spec.d.ts +0 -0
- /package/{build/types → src}/core/math/vector_nd_normalize.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/BooleanVector3.d.ts.map +0 -0
- /package/{build/types → src}/core/model/BooleanVector3.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/BooleanVector3.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/BoundedValue.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/BoundedValue.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/DebouncedObservedBoolean.d.ts +0 -0
- /package/{build/types → src}/core/model/DebouncedObservedBoolean.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ModuleRegistry.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ModuleRegistry.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/ModuleRegistry.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedBoolean.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedBoolean.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/ObservedBoolean.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedEnum.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedInteger.d.ts +0 -0
- /package/{build/types → src}/core/model/ObservedInteger.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedInteger.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/ObservedInteger.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedString.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ObservedValue.d.ts +0 -0
- /package/{build/types → src}/core/model/ObservedValue.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ResourceAccessKind.d.ts +0 -0
- /package/{build/types → src}/core/model/ResourceAccessKind.d.ts.map +0 -0
- /package/{build/types → src}/core/model/ResourceAccessSpecification.d.ts +0 -0
- /package/{build/types → src}/core/model/ResourceAccessSpecification.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/Connection.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/Connection.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/Connection.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/DataType.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/DataType.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/DataType.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/NodeGraph.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/NodeGraph.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/NodeGraph.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/NodeGraph.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/json/deserializeNodeGraphFromJSON.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/json/deserializeNodeGraphFromJSON.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/json/serializeNodeGraphToJSON.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/json/serializeNodeGraphToJSON.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeDescription.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeDescription.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeDescription.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeInstance.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeInstancePortReference.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeInstancePortReference.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeInstancePortReference.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeRegistry.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeRegistry.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeRegistry.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/NodeRegistry.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/Port.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/Port.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/Port.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/PortDirection.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/parameter/NodeParameterDataType.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/parameter/NodeParameterDataType.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/node/parameter/NodeParameterDescription.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/node/parameter/NodeParameterDescription.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/util/graph_clone_by_node_subset.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/util/graph_clone_by_node_subset.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/util/graph_collect_connections_amongst_nodes.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/util/graph_collect_connections_amongst_nodes.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeDescriptionVisualRegistry.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeDescriptionVisualRegistry.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeGraphVisualData.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeGraphVisualData.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeVisualData.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/NodeVisualData.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/PortVisualData.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/PortVisualData.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/PortVisualData.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/PortVisualData.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/BoxLayoutSpec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/BoxLayoutSpec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectedBoxLayouter.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectedBoxLayouter.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectionEndpointLayoutSpec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectionLayoutSpec.d.ts +0 -0
- /package/{build/types → src}/core/model/node-graph/visual/layout/ConnectionLayoutSpec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/ImmutableObjectPool.d.ts +0 -0
- /package/{build/types → src}/core/model/object/ImmutableObjectPool.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/ObjectPoolFactory.d.ts +0 -0
- /package/{build/types → src}/core/model/object/ObjectPoolFactory.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/ObjectPoolFactory.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/object/ObjectPoolFactory.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/SimpleObjectPoolFactory.d.ts +0 -0
- /package/{build/types → src}/core/model/object/SimpleObjectPoolFactory.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/compareObjectsByNumericId.d.ts +0 -0
- /package/{build/types → src}/core/model/object/compareObjectsByNumericId.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/compareValues.d.ts +0 -0
- /package/{build/types → src}/core/model/object/compareValues.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectClone.d.ts +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectClone.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectCompare.d.ts +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectCompare.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectHash.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectToJSON.d.ts +0 -0
- /package/{build/types → src}/core/model/object/invokeObjectToJSON.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/objectDeepEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/objectDeepEquals.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/object/objectDeepEquals.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/objectKeyByValue.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/objectShallowCopyByOwnKeys.d.ts +0 -0
- /package/{build/types → src}/core/model/object/objectShallowCopyByOwnKeys.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/read_property.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/validatedObjectValueByKey.d.ts +0 -0
- /package/{build/types → src}/core/model/object/validatedObjectValueByKey.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/write_property.d.ts.map +0 -0
- /package/{build/types → src}/core/model/object/write_property.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/object/write_property.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/evaluation/MultiPredicateEvaluator.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/evaluation/MultiPredicateEvaluator.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/evaluation/MultiPredicateEvaluator.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/evaluation/MultiPredicateEvaluator.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/js/compileReactiveToJS.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/js/compileReactiveToJS.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/js/compileReactiveToJS.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/js/compileReactiveToJS.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/ReactiveBinaryExpression.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/ReactiveBinaryExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/ReactiveExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/ReactiveUnaryExpression.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/ReactiveUnaryExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveAdd.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveAdd.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveDivide.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveDivide.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveMultiply.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveMultiply.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveNegate.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveNegate.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveSubtract.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/arithmetic/ReactiveSubtract.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveEquals.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveGreaterThan.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveGreaterThan.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveGreaterThanOrEqual.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveLessThan.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveLessThan.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveLessThanOrEqual.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveLessThanOrEqual.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveNotEquals.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/comparative/ReactiveNotEquals.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveAnd.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveAnd.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveAnd.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveNot.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveNot.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveOr.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveOr.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveOr.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/logic/ReactiveOr.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralBoolean.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralBoolean.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralNumber.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralNumber.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralString.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveLiteralString.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveReference.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveReference.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/terminal/ReactiveReference.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/model/util/createRandomReactiveExpression.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/model/util/createRandomReactiveExpression.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/transform/ReactiveTypeInferrence.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/transform/ReactiveTypeInferrence.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/BlackboardTrigger.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/BlackboardTrigger.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/BlackboardTrigger.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/BlackboardTrigger.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/ReactiveTrigger.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/ReactiveTrigger.d.ts.map +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/ReactiveTrigger.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/reactive/trigger/ReactiveTrigger.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/scheme/Schema.d.ts +0 -0
- /package/{build/types → src}/core/model/scheme/Schema.d.ts.map +0 -0
- /package/{build/types → src}/core/model/scheme/SchemeRegistry.d.ts +0 -0
- /package/{build/types → src}/core/model/scheme/SchemeRegistry.d.ts.map +0 -0
- /package/{build/types → src}/core/model/stat/LinearModifier.d.ts.map +0 -0
- /package/{build/types → src}/core/model/stat/LinearModifier.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/stat/LinearModifier.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/model/stat/Stat.d.ts.map +0 -0
- /package/{build/types → src}/core/model/stat/Stat.spec.d.ts +0 -0
- /package/{build/types → src}/core/model/stat/Stat.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/STRING_TEMPLATE_VARIABLE_REGEX.d.ts +0 -0
- /package/{build/types → src}/core/parser/STRING_TEMPLATE_VARIABLE_REGEX.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/seedVariablesIntoTemplateString.d.ts +0 -0
- /package/{build/types → src}/core/parser/seedVariablesIntoTemplateString.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/DataType.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/ParserError.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/ParserError.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/Token.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/TokenType.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/TokenType.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/computeDataTypeFromValue.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/computeDataTypeFromValue.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readBooleanToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readBooleanToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readHexToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readHexToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readHexToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readHexToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readIdentifierToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readIdentifierToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readIdentifierToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readIdentifierToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readLiteralToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readLiteralToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readNumberToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readNumberToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readNumberToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readNumberToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readReferenceToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readReferenceToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readReferenceToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readReferenceToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readStringToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readStringToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readStringToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readStringToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readUnsignedIntegerToken.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readUnsignedIntegerToken.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/readUnsignedIntegerToken.spec.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/readUnsignedIntegerToken.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/parser/simple/skipWhitespace.d.ts +0 -0
- /package/{build/types → src}/core/parser/simple/skipWhitespace.d.ts.map +0 -0
- /package/{build/types → src}/core/path/PATH_SEPARATOR.d.ts +0 -0
- /package/{build/types → src}/core/path/PATH_SEPARATOR.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computeFileExtension.d.ts +0 -0
- /package/{build/types → src}/core/path/computeFileExtension.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computeFileExtension.spec.d.ts +0 -0
- /package/{build/types → src}/core/path/computeFileExtension.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computePathBase.d.ts +0 -0
- /package/{build/types → src}/core/path/computePathBase.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computePathBase.spec.d.ts +0 -0
- /package/{build/types → src}/core/path/computePathBase.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computePathDirectory.d.ts +0 -0
- /package/{build/types → src}/core/path/computePathDirectory.d.ts.map +0 -0
- /package/{build/types → src}/core/path/computePathDirectory.spec.d.ts +0 -0
- /package/{build/types → src}/core/path/computePathDirectory.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/array/compareArrays.d.ts +0 -0
- /package/{build/types → src}/core/primitives/array/compareArrays.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/array/computeIntegerArrayHash.d.ts +0 -0
- /package/{build/types → src}/core/primitives/array/computeIntegerArrayHash.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/array/computeStridedIntegerArrayHash.d.ts +0 -0
- /package/{build/types → src}/core/primitives/array/computeStridedIntegerArrayHash.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/array/computeStridedIntegerArrayHash.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/array/computeStridedIntegerArrayHash.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/boolean/compareBooleans.d.ts +0 -0
- /package/{build/types → src}/core/primitives/boolean/compareBooleans.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/computeHashFloat.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/computeHashFloat.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/computeHashFloat.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/computeHashFloat.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_ascending.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_ascending.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_ascending.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_ascending.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_descending.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_descending.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_descending.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_compare_descending.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_count_decimals.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_count_decimals.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_format_by_thousands.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_format_by_thousands.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_format_by_thousands.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_format_by_thousands.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_pretty_print.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_pretty_print.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_pretty_print.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/numbers/number_pretty_print.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/compareStrings.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/compareStrings.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/compareStrings.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/compareStrings.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/computeStringHash.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/computeStringHash.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/computeStringHash.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_after.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_after.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_after_or_replace.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_after_or_replace.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_before.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_before.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_before_or_replace.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/insert_before_or_replace.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_capitalize.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_capitalize.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_capitalize.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_capitalize.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_byte_size.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_byte_size.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_common_prefix.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_common_prefix.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_common_prefix.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_compute_common_prefix.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_camel_to_kebab.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_camel_to_kebab.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_camel_to_kebab.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_camel_to_kebab.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_kebab_to_underscore.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_format_kebab_to_underscore.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_strip_trailing.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_strip_trailing.d.ts.map +0 -0
- /package/{build/types → src}/core/primitives/strings/string_strip_trailing.spec.d.ts +0 -0
- /package/{build/types → src}/core/primitives/strings/string_strip_trailing.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/BaseProcess.d.ts.map +0 -0
- /package/{build/types → src}/core/process/CompositeProcess.d.ts +0 -0
- /package/{build/types → src}/core/process/CompositeProcess.d.ts.map +0 -0
- /package/{build/types → src}/core/process/Future.d.ts +0 -0
- /package/{build/types → src}/core/process/Future.d.ts.map +0 -0
- /package/{build/types → src}/core/process/ProcessState.d.ts +0 -0
- /package/{build/types → src}/core/process/ProcessState.d.ts.map +0 -0
- /package/{build/types → src}/core/process/PromiseWatcher.d.ts +0 -0
- /package/{build/types → src}/core/process/PromiseWatcher.d.ts.map +0 -0
- /package/{build/types → src}/core/process/PromiseWatcher.spec.d.ts +0 -0
- /package/{build/types → src}/core/process/PromiseWatcher.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/SimpleLifecycle.d.ts +0 -0
- /package/{build/types → src}/core/process/SimpleLifecycle.d.ts.map +0 -0
- /package/{build/types → src}/core/process/WatchDog.d.ts +0 -0
- /package/{build/types → src}/core/process/WatchDog.d.ts.map +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousAction.d.ts +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousAction.d.ts.map +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousActionSequence.d.ts +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousActionSequence.d.ts.map +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousDelayAction.d.ts +0 -0
- /package/{build/types → src}/core/process/action/AsynchronousDelayAction.d.ts.map +0 -0
- /package/{build/types → src}/core/process/action/PromiseAsynchronousAction.d.ts +0 -0
- /package/{build/types → src}/core/process/action/PromiseAsynchronousAction.d.ts.map +0 -0
- /package/{build/types → src}/core/process/action/SynchronousAction.d.ts +0 -0
- /package/{build/types → src}/core/process/action/SynchronousAction.d.ts.map +0 -0
- /package/{build/types → src}/core/process/buildPromiseChain.d.ts +0 -0
- /package/{build/types → src}/core/process/buildPromiseChain.d.ts.map +0 -0
- /package/{build/types → src}/core/process/delay.d.ts +0 -0
- /package/{build/types → src}/core/process/delay.d.ts.map +0 -0
- /package/{build/types → src}/core/process/executor/ConcurrentExecutor.d.ts.map +0 -0
- /package/{build/types → src}/core/process/executor/ConcurrentExecutor.spec.d.ts +0 -0
- /package/{build/types → src}/core/process/executor/ConcurrentExecutor.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/executor/profile/ConcurrentExecutorProfiler.d.ts +0 -0
- /package/{build/types → src}/core/process/executor/profile/ConcurrentExecutorProfiler.d.ts.map +0 -0
- /package/{build/types → src}/core/process/executor/profile/Profile.d.ts +0 -0
- /package/{build/types → src}/core/process/executor/profile/Profile.d.ts.map +0 -0
- /package/{build/types → src}/core/process/executor/profile/TraceEvent.d.ts +0 -0
- /package/{build/types → src}/core/process/executor/profile/TraceEvent.d.ts.map +0 -0
- /package/{build/types → src}/core/process/filter/CollectionParticipationKind.d.ts +0 -0
- /package/{build/types → src}/core/process/filter/CollectionParticipationKind.d.ts.map +0 -0
- /package/{build/types → src}/core/process/filter/MutableFilter.d.ts +0 -0
- /package/{build/types → src}/core/process/filter/MutableFilter.d.ts.map +0 -0
- /package/{build/types → src}/core/process/filter/MutableFilterCollection.d.ts +0 -0
- /package/{build/types → src}/core/process/filter/MutableFilterCollection.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/and.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/and.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isDefined.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isDefined.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isEqualTo.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isEqualTo.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isGreaterThan.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isGreaterThan.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isGreaterThanOrEqualTo.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isGreaterThanOrEqualTo.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isInstanceOf.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isInstanceOf.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isLessThan.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isLessThan.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isLessThanOrEqualTo.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isLessThanOrEqualTo.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isNull.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isNull.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/isTypeOf.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/isTypeOf.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/not.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/not.d.ts.map +0 -0
- /package/{build/types → src}/core/process/matcher/or.d.ts +0 -0
- /package/{build/types → src}/core/process/matcher/or.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/RemainingTimeEstimator.d.ts +0 -0
- /package/{build/types → src}/core/process/task/RemainingTimeEstimator.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/Task.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/TaskGroup.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/TaskSignal.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/TaskState.d.ts +0 -0
- /package/{build/types → src}/core/process/task/TaskState.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/actionTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/actionTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/actionTask.spec.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/actionTask.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/countTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/countTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/countTask.spec.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/countTask.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/delayTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/delayTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/emptyTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/emptyTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/failingTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/failingTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/futureTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/futureTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/iteratorTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/iteratorTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/promiseTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/promiseTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/randomCountTask.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/randomCountTask.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/task_tree_compute_leaf_tasks.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/task_tree_compute_leaf_tasks.d.ts.map +0 -0
- /package/{build/types → src}/core/process/task/util/wrapTaskIgnoreFailure.d.ts +0 -0
- /package/{build/types → src}/core/process/task/util/wrapTaskIgnoreFailure.d.ts.map +0 -0
- /package/{build/types → src}/core/process/undo/Action.d.ts.map +0 -0
- /package/{build/types → src}/core/process/undo/ActionGroup.d.ts.map +0 -0
- /package/{build/types → src}/core/process/undo/ActionProcessor.d.ts.map +0 -0
- /package/{build/types → src}/core/process/undo/ActionProcessor.spec.d.ts +0 -0
- /package/{build/types → src}/core/process/undo/ActionProcessor.spec.d.ts.map +0 -0
- /package/{build/types → src}/core/process/undo/Mark.d.ts +0 -0
- /package/{build/types → src}/core/process/undo/Mark.d.ts.map +0 -0
- /package/{build/types → src}/core/process/worker/OnDemandWorkerManager.d.ts +0 -0
- /package/{build/types → src}/core/process/worker/OnDemandWorkerManager.d.ts.map +0 -0
- /package/{build/types → src}/core/process/worker/WorkerBuilder.d.ts +0 -0
- /package/{build/types → src}/core/process/worker/WorkerBuilder.d.ts.map +0 -0
- /package/{build/types → src}/core/process/worker/WorkerProxy.d.ts +0 -0
- /package/{build/types → src}/core/process/worker/WorkerProxy.d.ts.map +0 -0
- /package/{build/types → src}/core/process/worker/extractTransferables.d.ts +0 -0
- /package/{build/types → src}/core/process/worker/extractTransferables.d.ts.map +0 -0
- /package/{build/types → src}/core/time/current_time_in_seconds.d.ts +0 -0
- /package/{build/types → src}/core/time/current_time_in_seconds.d.ts.map +0 -0
- /package/{build/types → src}/engine/Clock.d.ts +0 -0
- /package/{build/types → src}/engine/Clock.d.ts.map +0 -0
- /package/{build/types → src}/engine/Clock.spec.d.ts +0 -0
- /package/{build/types → src}/engine/Clock.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/Engine.spec.d.ts +0 -0
- /package/{build/types → src}/engine/Engine.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/EngineBootstrapper.d.ts +0 -0
- /package/{build/types → src}/engine/EngineBootstrapper.d.ts.map +0 -0
- /package/{build/types → src}/engine/EngineConfiguration.d.ts.map +0 -0
- /package/{build/types → src}/engine/EntityCreator.d.ts +0 -0
- /package/{build/types → src}/engine/EntityCreator.d.ts.map +0 -0
- /package/{build/types → src}/engine/__module.d.ts +0 -0
- /package/{build/types → src}/engine/__module.d.ts.map +0 -0
- /package/{build/types → src}/engine/achievements/Achievement.d.ts +0 -0
- /package/{build/types → src}/engine/achievements/Achievement.d.ts.map +0 -0
- /package/{build/types → src}/engine/achievements/Achievement.spec.d.ts +0 -0
- /package/{build/types → src}/engine/achievements/Achievement.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/achievements/AchievementGateway.d.ts.map +0 -0
- /package/{build/types → src}/engine/achievements/AchievementManager.d.ts +0 -0
- /package/{build/types → src}/engine/achievements/AchievementManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/achievements/gateway/StorageAchievementGateway.d.ts +0 -0
- /package/{build/types → src}/engine/achievements/gateway/StorageAchievementGateway.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/AnimatedActions.d.ts +0 -0
- /package/{build/types → src}/engine/animation/AnimatedActions.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/AnimationUtils.d.ts +0 -0
- /package/{build/types → src}/engine/animation/AnimationUtils.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/Animations.d.ts +0 -0
- /package/{build/types → src}/engine/animation/Animations.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/TransitionFunctions.d.ts +0 -0
- /package/{build/types → src}/engine/animation/TransitionFunctions.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/behavior/animateProperty.d.ts +0 -0
- /package/{build/types → src}/engine/animation/behavior/animateProperty.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/AnimationCurve.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/AnimationCurve.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/AnimationCurve.spec.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/AnimationCurve.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/Keyframe.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/Keyframe.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array_curve_by_error.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array_curve_by_error.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array_curve_by_error.spec.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/downsample_float_array_curve_by_error.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/prototypeCurveCompression.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/prototypeCurveCompression.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/sample_animation_curve_to_float_array.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/sample_animation_curve_to_float_array.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/sample_animation_curve_to_float_array.spec.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compression/sample_animation_curve_to_float_array.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/compute_curve_aabb.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/compute_curve_aabb.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_curve_editor.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_curve_editor.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_plot_entity_from_array.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_plot_entity_from_array.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_tangent_editor.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/draw/build_tangent_editor.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/ecd_bind_animation_curve.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/ecd_bind_animation_curve.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_IN.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_IN.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_IN_OUT.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_IN_OUT.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_OUT.d.ts +0 -0
- /package/{build/types → src}/engine/animation/curve/preset/CURVE_EASE_OUT.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrack.d.ts +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrack.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrackPlayback.d.ts +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrackPlayback.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrackPlayback.spec.d.ts +0 -0
- /package/{build/types → src}/engine/animation/keyed2/AnimationTrackPlayback.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/keyed2/behavior/AnimationBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/animation/keyed2/behavior/AnimationBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/playAnimationTrack.d.ts +0 -0
- /package/{build/types → src}/engine/animation/playAnimationTrack.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/playTrackRealTime.d.ts +0 -0
- /package/{build/types → src}/engine/animation/playTrackRealTime.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/removeEntityGenericEffect.d.ts +0 -0
- /package/{build/types → src}/engine/animation/removeEntityGenericEffect.d.ts.map +0 -0
- /package/{build/types → src}/engine/animation/removeEntityWithMeshParticlesEffect.d.ts +0 -0
- /package/{build/types → src}/engine/animation/removeEntityWithMeshParticlesEffect.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/Asset.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetDescription.d.ts +0 -0
- /package/{build/types → src}/engine/asset/AssetDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetDescription.spec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/AssetDescription.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetLoadState.d.ts +0 -0
- /package/{build/types → src}/engine/asset/AssetLoadState.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetManager.spec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/AssetManager.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetRequest.d.ts +0 -0
- /package/{build/types → src}/engine/asset/AssetRequest.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetRequestScope.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/AssetTransformer.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/CORS/CrossOriginConfig.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/CORS/CrossOriginKind.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/GameAssetType.d.ts +0 -0
- /package/{build/types → src}/engine/asset/GameAssetType.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/PendingAsset.d.ts +0 -0
- /package/{build/types → src}/engine/asset/PendingAsset.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/guessAssetType.d.ts +0 -0
- /package/{build/types → src}/engine/asset/guessAssetType.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loadAssetAliasList.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loadAssetAliasList.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/ArrayBufferLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/ArrayBufferLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/AssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/GLTFAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/JavascriptAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/JavascriptAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/JsonAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/JsonAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/LegacyThreeJSONAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/LegacyThreeJSONAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/SVGAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/SVGAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/SoundAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/SoundAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/TextAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/TextAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/async_traverse_three_object.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/async_traverse_three_object.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/GLTFAssetTransformMikkTSpaceTangents.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/computeObjectBoundingSphere.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/computeObjectBoundingSphere.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/extensions/MSFT_texture_dds.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/extensions/MSFT_texture_dds.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/isMesh.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/gltf/isMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageDecoderWorker.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageDecoderWorker.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageRGBADataAsset.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageRGBADataAsset.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageRGBADataLoader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/ImageRGBADataLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/Codec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/Codec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/CodecWithFallback.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/CodecWithFallback.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/NativeImageDecoder.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/NativeImageDecoder.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/ThreadedImageDecoder.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/codec/ThreadedImageDecoder.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG.spec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNGReader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNGReader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNGReader.spec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNGReader.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG_HEADER_BYTES.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/PNG_HEADER_BYTES.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/crc.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/crc.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/crc.spec.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/crc.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/prototypePNG.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/image/png/prototypePNG.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/StaticMaterialCache.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/TextureAttachmensByMaterialType.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/TextureAttachmensByMaterialType.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/TextureAttachment.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/TextureAttachment.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/bitmap2sampler_gl.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/bitmap2sampler_gl.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeHashColor.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeHashColor.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeImageBitmapEquality.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeImageBitmapEquality.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeImageBitmapHash.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeImageBitmapHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeMaterialEquality.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeMaterialHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureEquality.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureEquality.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureEqualityById.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureEqualityById.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureHash.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/computeTextureHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/planeHash.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/planeHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/planesEqual.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/planesEqual.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/textureHashById.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/textureHashById.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/material/traverseMaterialTextures.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/TextureAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/cloneTexture.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/cloneTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/loadDDSTexture.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/loadDDSTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/loadStandardImageTexture.d.ts +0 -0
- /package/{build/types → src}/engine/asset/loaders/texture/loadStandardImageTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/preloader/AssetLevel.d.ts +0 -0
- /package/{build/types → src}/engine/asset/preloader/AssetLevel.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/preloader/Preloader.d.ts +0 -0
- /package/{build/types → src}/engine/asset/preloader/Preloader.d.ts.map +0 -0
- /package/{build/types → src}/engine/asset/preloader/extractAssetListFromManager.d.ts +0 -0
- /package/{build/types → src}/engine/asset/preloader/extractAssetListFromManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/browserInfo.d.ts +0 -0
- /package/{build/types → src}/engine/browserInfo.d.ts.map +0 -0
- /package/{build/types → src}/engine/compression/CompressionService.d.ts +0 -0
- /package/{build/types → src}/engine/compression/CompressionService.d.ts.map +0 -0
- /package/{build/types → src}/engine/control/ControlContext.d.ts +0 -0
- /package/{build/types → src}/engine/control/ControlContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/control/ControlContext.spec.d.ts +0 -0
- /package/{build/types → src}/engine/control/ControlContext.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/control/ControlContextState.d.ts +0 -0
- /package/{build/types → src}/engine/control/ControlContextState.d.ts.map +0 -0
- /package/{build/types → src}/engine/control/StatefulController.d.ts +0 -0
- /package/{build/types → src}/engine/control/StatefulController.d.ts.map +0 -0
- /package/{build/types → src}/engine/development/performance/AbstractMetric.d.ts +0 -0
- /package/{build/types → src}/engine/development/performance/AbstractMetric.d.ts.map +0 -0
- /package/{build/types → src}/engine/development/performance/MetricCollection.d.ts +0 -0
- /package/{build/types → src}/engine/development/performance/MetricCollection.d.ts.map +0 -0
- /package/{build/types → src}/engine/development/performance/MetricStatistics.d.ts +0 -0
- /package/{build/types → src}/engine/development/performance/MetricStatistics.d.ts.map +0 -0
- /package/{build/types → src}/engine/development/performance/RingBufferMetric.d.ts +0 -0
- /package/{build/types → src}/engine/development/performance/RingBufferMetric.d.ts.map +0 -0
- /package/{build/types → src}/engine/development/performance/monitor/PeriodicConsolePrinter.d.ts +0 -0
- /package/{build/types → src}/engine/development/performance/monitor/PeriodicConsolePrinter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/Entity.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/Entity.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/Entity.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityBlueprint.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityBlueprint.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityBlueprint.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityBuilderUtils.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityBuilderUtils.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityComponentDataset.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityComponentDataset.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityComponentDataset.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityEventBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityEventBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityManager.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityManager.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityObserver.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityObserver.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityObserver.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/EntityReference.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/EntityReference.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/System.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/Animation.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/Animation.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/Animation.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/Animation.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClip.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClip.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClip.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClipFlag.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationClipFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationOptimizer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationOptimizer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/animation/AnimationSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/attachment/Attachment.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/attachment/Attachment.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/attachment/AttachmentBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/attachment/AttachmentBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/attachment/AttachmentSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/attachment/AttachmentSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/attachment/BoneAttachmentBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/attachment/BoneAttachmentBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/attachment/TransformAttachmentBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/attachment/TransformAttachmentBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/binding/ComponentPropertyBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/binding/ComponentPropertyBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/binding/ComponentPropertyPath.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/binding/ComponentPropertyPath.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/binding/EntityProxyScope.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/binding/EntityProxyScope.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/Motion.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/Motion.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/MotionSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/MotionSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/PropertySet.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/PropertySet.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/PropertySetSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/PropertySetSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/Script.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/Script.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/SerializationMetadata.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/SerializationMetadata.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/SerializationMetadataSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/SerializationMetadataSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/Tag.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/Tag.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/Tag.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/TagEditor.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/TagEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/TagSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/TagSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/TagSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/TagSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/components/Timer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/components/Timer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/DynamicActor.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/DynamicActor.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/DynamicActorSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/DynamicActorSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/RuleExecution.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/RuleExecution.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/AbstractActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/AbstractActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/ActionSequenceDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/DelayActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/DelayActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/NoopActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/NoopActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/SendRequestActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/SpeakLineActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/WeightedRandomActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/WriteToBlackboardActionDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/WriteToBlackboardActionDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/actions/definition/deserializeActionFromJSON.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleCooldownDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/DynamicRuleDescriptionTable.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/dynamic_actions/rules/computeContextualDynamicRuleDebugString.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessBinary.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessBinary.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessConstant.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessConstant.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessFunction.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/PointFitnessFunction.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/arithmetic/PointFitnessAdd.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/arithmetic/PointFitnessAdd.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/arithmetic/PointFitnessMultiply.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/arithmetic/PointFitnessMultiply.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/complex/PointFitnessGaussianBlur.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/complex/PointFitnessGaussianBlur.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/json/deserializeFromJSON_PointFitnessFunction.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/json/serializeToJSON_PointFitnessFunction.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/evaluation/world/ReadTerrainLayerWeightPointFitness.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWar.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWar.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWar.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWar.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarEditor.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarRevealer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarRevealer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarRevealerSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarRevealerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarVisibilityPredicate.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/FogOfWarVisibilityPredicate.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarRevealerSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarRevealerSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/serialization/FogOfWarSerializationUpdater_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/shader/FogOfWarRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/shader/FogOfWarRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/fow/shader/screenSpaceFogOfWarShader.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/fow/shader/screenSpaceFogOfWarShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/grid/HeightMap2NormalMap.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/grid/HeightMap2NormalMap.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/grid/HeightSampler2NormalSamplerSoft.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/grid/HeightSampler2NormalSamplerSoft.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/grid/NormalMap2AOMap.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/grid/NormalMap2AOMap.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/grid/pick.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/grid/pick.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElement.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElementEvent.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElementEvent.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElementSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElementSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/GUIElementSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplay.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplay.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplayFlag.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplayFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplaySerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/hud/HeadsUpDisplaySystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/AnimateAppearance.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/AnimateAppearance.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/AnimateDisappearance.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/AnimateDisappearance.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/RadialContextMenu.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/RadialMenuSettings.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/RadialMenuSettings.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/playAnimation.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/playAnimation.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/updateAnimationState.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/menu/radial/updateAnimationState.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/parallax/GuiElementParallax.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/parallax/GuiElementParallax.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/parallax/GuiElementParallaxSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/parallax/GuiElementParallaxSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPosition.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPositionSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPositionSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPositionSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/position/ViewportPositionSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/ButtonViewEntity.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/ButtonViewEntity.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/LocalizedLabelViewEntity.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/LocalizedLabelViewEntity.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/ViewEntity.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/gui/view/ViewEntity.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUID.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUID.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUID.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUID.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUIDSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUIDSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUIDSerializationAdapter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/guid/GUIDSerializationAdapter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKConstraint.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKConstraint.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKProblem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKProblem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKSolver.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/IKSolver.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematics.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematics.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematicsSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematicsSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematicsSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/InverseKinematicsSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/OneBoneSurfaceAlignmentSolver.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/OneBoneSurfaceAlignmentSolver.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/ik/TwoBoneInverseKinematicsSolver.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/ik/TwoBoneInverseKinematicsSolver.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/ChildEntities.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/EntityNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/EntityNode.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/EntityNode.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/EntityNodeFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/EntityNodeFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/FaceEditor.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/FaceEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/ParentEntity.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/ParentEntitySystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/entity_node_compute_bounding_box.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/entity_node_compute_bounding_box.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/testCompositionEntityNode.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/testCompositionEntityNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/parent/testHuDPerf.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/parent/testHuDPerf.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/renderable/RenderSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/renderable/Renderable.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/renderable/Renderable.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/renderable/Renderable.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/renderable/RenderableFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/renderable/RenderableFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSocket.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSocket.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSocketType.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSocketType.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSockets.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/sockets/AttachmentSockets.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/sockets/BoneAttachmentSocket.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/sockets/BoneAttachmentSocket.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/sockets/serialization/AttachmentSocketsAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/sockets/serialization/AttachmentSocketsAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/SpeechBubbleView.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/SpeechBubbleView.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/Voice.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/Voice.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceEvents.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/VoiceSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/LineDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/LineDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/LineDescriptionTable.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/LineDescriptionTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/sets/LineSetDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/sets/LineSetDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/sets/LineSetDescriptionTable.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/speaker/lines/sets/LineSetDescriptionTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/BinaryBufferDeSerializer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/BinaryBufferDeSerializer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/BinaryBufferSerializer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/BinaryBufferSerializer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/COMPONENT_SERIALIZATION_TRANSIENT_FIELD.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinaryClassSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinaryClassSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinaryClassUpgrader.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinaryClassUpgrader.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinarySerializationRegistry.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinarySerializationRegistry.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinarySerializationRegistry.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/BinarySerializationRegistry.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionDeSerializer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionDeSerializer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionHeaderCodec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionSerialization.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionSerializer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/collection/BinaryCollectionSerializer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/executeBinaryClassUpgraderChain.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/executeBinaryClassUpgraderChain.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/BinaryObjectSerializationAdapter2.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/storage/binary/object/ObjectBasedClassSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/system/AbstractContextSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/system/AbstractContextSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/system/SystemEntityContext.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/system/SystemEntityContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/system/computeSystemComponentDependencyGraph.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/system/computeSystemComponentDependencyGraph.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/systems/AnimationSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/systems/MotionSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/systems/MotionSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/systems/ScriptSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/systems/TimerSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/systems/TimerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tag/find_entities_with_tag.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tag/find_entities_with_tag.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/team/Team.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/team/Team.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/team/TeamSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/team/TeamSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/BufferedGeometryArraysBuilder.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/BufferedGeometryArraysBuilder.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/TerrainClouds.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/TerrainClouds.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/TerrainPreview.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/TerrainPreview.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/BuildLightTexture.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/BuildLightTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/GridTransformKind.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/GridTransformKind.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/OffsetScaleTransform2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/Terrain.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/Terrain.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/Terrain.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/TerrainFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/TerrainFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/TerrainSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrain.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrain.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/cling/ClingToTerrainSystem.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/layers/TerrainLayer.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/layers/TerrainLayer.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/layers/TerrainLayers.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/layers/TerrainLayers.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/makeTerrainWorkerProxy.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/makeTerrainWorkerProxy.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/splat/SplatMapping.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/ecs/splat/SplatMapping.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/overlay/TerrainOverlay.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/overlay/TerrainOverlay.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/overlay/TerrainOverlay.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/overlay/TerrainOverlay.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/serialization/TerrainSerializationUpgrader_1_2.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTile.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTile.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTile.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTile.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTileManager.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TerrainTileManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TileBuildWorker.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/tiles/TileBuildWorker.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/loadVisibleTerrainTiles.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/loadVisibleTerrainTiles.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/obtainTerrain.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/obtainTerrain.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/paintTerrainOverlayViaLookupTable.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/paintTerrainOverlayViaLookupTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/tensionOptimizeUV.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/terrain/util/tensionOptimizeUV.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponent.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponent.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponent.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponent.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponentSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponentSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponentSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/TooltipComponentSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/testTooltipComponentSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/tooltip/testTooltipComponentSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/Transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/Transform.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/Transform.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformFlags.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationAdapter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationAdapter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/TransformSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform/copy_three_transform.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform/copy_three_transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform-attachment/TransformAttachment.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform-attachment/TransformAttachment.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/transform-attachment/TransformAttachment.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/transform-attachment/TransformAttachmentSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/util/hideEntityGracefully.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/util/hideEntityGracefully.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/util/removeComponentsExcept.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/util/removeComponentsExcept.d.ts.map +0 -0
- /package/{build/types → src}/engine/ecs/validateSystem.d.ts +0 -0
- /package/{build/types → src}/engine/ecs/validateSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/google/gapi.d.ts +0 -0
- /package/{build/types → src}/engine/google/gapi.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/FULL_SCREEN_QUAD_VERTEX_SHADER.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/FrameRunner.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/FrameRunner.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/FrameThrottle.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/FrameThrottle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/GraphicsEngine.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/StandardFrameBuffers.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/StandardFrameBuffers.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/WHITE_PIXEL_DATA_URL.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/WHITE_PIXEL_DATA_URL.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShake.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShake.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShakeBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShakeBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShakeTraumaBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/camera/CameraShakeTraumaBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/camera_compute_distance_to_fit_length.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/makeOrbitalCameraController.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/camera/makeOrbitalCameraController.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/makeScreenScissorFrustum.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/camera/testClippingPlaneComputation.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/camera/testClippingPlaneComputation.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_grid.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_grid.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_label.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_label.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_linear_scale.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_linear_scale.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_path.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_draw_path.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_plot_data_line.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_plot_data_line.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_plot_line_array.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/canvas/canvas2d_plot_line_array.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/composit/CompositLayer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/composit/CompositLayer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/composit/CompositingStages.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/composit/CompositingStages.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/composit/LayerCompositer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/composit/LayerCompositer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/copy_transform_to_threejs_object.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/copy_transform_to_threejs_object.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/debug/VisualSymbolLine.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/debug/VisualSymbolLine.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/debug/createDebugLabel.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/debug/createDebugLabel.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationController.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationController.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationControllerSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationControllerSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationControllerSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationControllerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationRule.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/AnimationRule.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClip.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClipDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClipDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClipFlag.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationClipFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationEventTypes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationEventTypes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationGraphSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationGraphSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationNotification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationNotification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpaceDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpacePoint.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendSpacePoint.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendState.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendState.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendStateDatabase.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendStateDatabase.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendStateMatrix.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/blending/BlendStateMatrix.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraph.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraph.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraph.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraph.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraphFlag.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraphFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationGraphSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationState.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationState.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationStateType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationStateType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationTransition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/AnimationTransition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionAssetLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/AnimationGraphDefinitionSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/readAnimationGraphDefinitionFromJSON.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/animation/animator/graph/definition/serialization/writeAnimationGraphDefinitionToJSON.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/Camera.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/CameraSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/FrustumProjector.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/FrustumProjector.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/InvertQuaternionOrientation.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/InvertQuaternionOrientation.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/ProjectionType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/ProjectionType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/auto_set_camera_clipping_planes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/auto_set_camera_clipping_planes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/build_three_camera_object.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/build_three_camera_object.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/compute_perspective_camera_focal_position.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/compute_perspective_camera_focal_position.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/filter/setup_filtered_camera_controller.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/filter/setup_filtered_camera_controller.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/frustum_from_camera.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/frustum_from_camera.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/pp/PerfectPanner.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/pp/PerfectPanner.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/serialization/CameraSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/serialization/CameraSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/set_camera_aspect_ratio.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/set_camera_aspect_ratio.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/ComputeCameraFacingVector.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/ComputeCameraFacingVector.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraController.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraController.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraController.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraControllerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraLander.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraLander.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/topdown/TopDownCameraLanderSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/unprojectPoint.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/unprojectPoint.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/update_camera_transform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/camera/update_camera_transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/compileAllMaterials.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/compileAllMaterials.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/Decal.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/Decal.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/Decal.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/DecalSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/DecalSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/FPDecalSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/prototypeDecalEditor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/prototypeDecalEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/prototypeDecalSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/decal/v2/prototypeDecalSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/Highlight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightEditor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/HighlightSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/plugin/HighlightRenderElementSource.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/plugin/HighlightRenderElementSource.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/plugin/OutlineRenderPlugin.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/plugin/OutlineRenderPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightDecodeShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightDecodeShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightRenderElement.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightRenderElement.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightRenderGroup.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/HighlightRenderGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/OutlineRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/OutlineRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeBlurShader_9.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeBlurShader_9.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeDilationShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeDilationShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeGaussianBlurShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/makeGaussianBlurShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/traverseThreeObject.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/renderer/traverseThreeObject.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/system/MeshHighlightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/system/RenderableHighlightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/highlight/system/ShadedGeometryHighlightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/Light.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/LightType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/LightBinding.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/LightBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/fp/FPLightBinding.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/fp/FPLightBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/ThreeLightBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/applyRotation.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/applyRotation.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/threeEnsureLightObject.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/threeEnsureLightObject.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/threeMakeLight.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/binding/three/threeMakeLight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/LightShadow.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/LightShadow.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/ShadowManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/ShadowManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/ShadowMap.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/ShadowMap.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/shadow/setShadowCameraDimensionsDiscrete.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/three/ThreeLightCache.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/three/ThreeLightCache.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/three/light2type.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/light/three/light2type.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/Mesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/MeshEditor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/MeshEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/MeshEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/MeshSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/SkeletonUtils.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/SkeletonUtils.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/applyTransformToThreeObject.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/applyTransformToThreeObject.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/assetTypeByPath.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/assetTypeByPath.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/commonObject3DFastMatrixUpdate.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/copyToVector3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/copyToVector3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/createTaskWaitForMeshesToLoad.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/object3DFastMatrixUpdate.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/object3DFastMatrixUpdate.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/rootObject3DFastMatrixUpdate.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/serialization/MeshSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/serialization/MeshSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/setMesh.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/setMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/skeleton/BoneMapping.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/skeleton/BoneMapping.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/skeleton/HumanoidBoneType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/skeleton/HumanoidBoneType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/updateMeshTransform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/updateMeshTransform.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/updateNodeByTransformAndBBB.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh/updateNodeByTransformAndBBB.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/DrawMode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometry.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometry.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometryFlags.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometryFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/ShadedGeometrySystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMesh.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMeshEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMeshHighlightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/SGMeshSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/aggregate/prototypeSGMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/build_three_object.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/build_three_object.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/SGThreeObjectCache.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/SGThreeObjectCache.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/ShadedGeometryRendererContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/AbstractRenderAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/GenericRendererAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/InstancedRendererAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/adapters/SGCacheKey.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/render/optimization/RuntimeDrawMethodOptimizer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/load_gltf.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/load_gltf.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/prototypeShadedGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sample/prototype_sg_raycast.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/sg_hierarchy_compute_bounding_box_via_parent_entity.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/mesh-v2/three_object_to_entity_composition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/PathDisplay.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/PathDisplayEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/PathDisplaySpec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/PathDisplaySystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/PathDisplayType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPath.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPath.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPathMarker.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPathMarker.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPathMarkerDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/EntityPathStyle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/testEntityPath.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/entity/testEntityPath.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/highlight/PathDisplayHighlightSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/ribbon/RibbonPathBuilder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/ribbon/RibbonPathBuilder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/ribbon/RibbonPathStyle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/testPathDisplaySystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/testPathDisplaySystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/BasicMaterialDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/CapType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/MatcapMaterialDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/PathNormalType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/StandardMaterialDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/TubeMaterialType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/TubePathStyle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/TubePathStyle.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/TubePathStyle.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/StreamGeometryBuilder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/StreamGeometryBuilder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/TubePathBuilder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/TubePathBuilder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_catmullrom.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_linear.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/build_geometry_linear.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/computeFrenetFrames.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/computeFrenetFrames.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/compute_smooth_profile_normals.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/compute_smooth_profile_normals.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/estimatePathLength.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/estimatePathLength.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/estimatePathViaIterativeIntegral.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/fix_shape_normal_order.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/fix_shape_normal_order.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/makeTubeGeometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/makeTubeGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_cap.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_cap.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_ring_faces.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_ring_faces.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_ring_vertices.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/build/make_ring_vertices.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/prototypeAnimatedPathMask.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/path/tube/prototypeAnimatedPathMask.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/Sprite.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/Sprite.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/SpriteSystemPE.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/SpriteSystemPE.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/prototypeSpriteSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/sprite/prototypeSpriteSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/trail2d/Trail2D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/trail2d/Trail2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/trail2d/Trail2DSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/trail2d/makeGradientTrail.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/trail2d/makeGradientTrail.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WATER_SIZE.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WATER_SIZE.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/Water.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/Water.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSystem.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water/WaterSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water2/shader/AlexWaterShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water2/shader/AlexWaterShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water2/shader/testWaterShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/ecs/water2/shader/testWaterShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/filter/FlipArrayInPlace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/filter/FlipArrayInPlace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/filter/FlipArrayViaCanvas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/filter/FlipArrayViaCanvas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/filter/ImageFilter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/filter/ImageFilter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/AttributeSpec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/FULL_SCREEN_TRIANGLE_GEOMETRY.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AddTriToGroup.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AddTriToGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AssignRecur.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AssignRecur.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AvgTSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/AvgTSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/Build4RuleGroups.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/Build4RuleGroups.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/BuildNeighborsFast.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/BuildNeighborsFast.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/CalcTexArea.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/CalcTexArea.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/CompareSubGroups.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/CompareSubGroups.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/DegenEpilogue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/DegenEpilogue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/DegenPrologue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/DegenPrologue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/EvalTspace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/EvalTspace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateInitialVerticesIndexList.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateSharedVerticesIndexList.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateTSpaces.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GenerateTSpaces.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetEdge.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetEdge.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetNormal.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetNormal.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetPosition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetTexCoord.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/GetTexCoord.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/InitTriInfo.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/InitTriInfo.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MakeIndex.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MakeIndex.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MikkTSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MikkTSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MikkTSpace.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/MikkTSpace.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/NormalizeSafe.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/NormalizeSafe.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/NotZero.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/NotZero.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/QuickSort.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/QuickSort.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/QuickSortEdges.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/QuickSortEdges.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/SSubGroup.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/SSubGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/STSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/STSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/buffer_geometry_ensure_tangents.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/buffer_geometry_generate_tangents.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/buffer_geometry_generate_tangents.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/GROUP_WITH_ANY.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/INTERNAL_RND_SORT_SEED.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/MARK_DEGENERATE.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/MARK_DEGENERATE.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/ORIENT_PRESERVING.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/constants/QUAD_ONE_DEGEN_TRI.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNormal.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNormal.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNumFaces.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNumFaces.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNumVerticesOfFace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getNumVerticesOfFace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getPosition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getTexCoord.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_getTexCoord.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_setTSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_setTSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_setTSpaceBasic.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/m_setTSpaceBasic.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/malloc.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/malloc.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/MikkT/v3_scale_dot_sub_normalize.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/VertexDataSpec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/aabb3_to_buffer_geometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/aabb3_to_buffer_geometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/ComputeNormals.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/ComputeNormals.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryBoundingSphereMiniball.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryEquality.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryEquality.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryHash.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/computeGeometryHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/compute_buffer_geometry_byte_size.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/compute_buffer_geometry_byte_size.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/deinterleaveBufferAttribute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/deinterleaveBufferAttribute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/deinterleaveBufferGeometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/deinterleaveBufferGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/ensureGeometryBoundingSphere.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/ensureGeometryBoundingSphere.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/makeGeometryIndexed.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/makeGeometryIndexed.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/query/GeometrySpatialQueryAccelerator.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/query/bvh32_geometry_overlap_clipping_volume.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/query/bvh32_geometry_overlap_clipping_volume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/query/bvh32_geometry_raycast.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/buffered/query/bvh32_geometry_raycast.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_from_indexed_geometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_from_indexed_geometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_from_unindexed_geometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_from_unindexed_geometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_set_leaf_from_triangle.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/bvh/buffered/bvh32_set_leaf_from_triangle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/clipping/ClippedGeometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/clipping/ClippedGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/computeBoundingSphereFromVertexData.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/computeBoundingSphereFromVertexData.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/computeMeshSurfaceArea.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/computeMeshSurfaceArea.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/compute_geometry_polycount.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/compute_geometry_polycount.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/decimation/SimplifyModifier.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/decimation/SimplifyModifier.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/instancing/InstancedMeshGroup.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/instancing/InstancedMeshGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/instancing/rewriteMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/instancing/rewriteMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/VertexCacheOptimizer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/VertexCacheOptimizer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/merge/merge_geometry_hierarchy.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/merge/merge_geometry_hierarchy.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/merge/prototypeGeometryMerge.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/optimization/merge/prototypeGeometryMerge.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/Quad.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/Quad.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/Ribbon.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/Ribbon.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/copyAttributeV3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/copyAttributeV3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/copyAttributeValue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/copyAttributeValue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/createRibbon.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/createRibbon.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/equalAttributeV3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/equalAttributeV3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/equalAttributeValue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/equalAttributeValue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/rotateRibbon.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/rotateRibbon.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/updateTipPosition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/ribbon/updateTipPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/scaleGeometryToBox.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/scaleGeometryToBox.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/skining/computeSkinnedMeshBoundingVolumes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/geometry/skining/computeSkinnedMeshVertices.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/geometry/skining/computeSkinnedMeshVertices.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/card_cluster/FacePlaneAssignment.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/card_cluster/FacePlaneAssignment.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorBaker.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorBaker.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorCaptureType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorCaptureType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorDescription.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/ImpostorDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/compute_bounding_sphere_radius_only.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/prepare_bake_material.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/bake/prepare_bake_material.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/grid/HemiOctahedralUvEncoder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/grid/OctahedralUvEncoder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/grid/UvEncoder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/prototypeBaker.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/prototypeBaker.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/BakeShaderStandard.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/BakeShaderStandard.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderStandard.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderStandard.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderV0.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderV0.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderV1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderV1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/shader/ImpostorShaderWireframeV0.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/build_cutout_from_atlas_by_alpha.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/build_geometry_from_cutout_shape.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/load_mesh_for_bake.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/load_mesh_for_bake.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/impostors/octahedral/util/makeImpostorAtlasPreview.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/loadCubeTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/loadCubeTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/load_and_set_cubemap_v0.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/load_and_set_cubemap_v0.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/loader/threejs/LegacyJSONLoader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/loader/threejs/LegacyJSONLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/makeModelView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/makeModelView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/make_ray_from_viewport_position.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/make_ray_from_viewport_position.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/SplatMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/SplatMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/WaterMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/WaterMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/composeCompile.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/composeCompile.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/AbstractMaterialTransformer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/AbstractMaterialTransformer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/ManagedMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/ManagedMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/ManagedTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/ManagedTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/MaterialManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/TextureManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/TextureManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/compilers/CoalesceTextures.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/manager/compilers/CoalesceTextures.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/BUFFER_GEOMETRY_UVS.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/BUFFER_GEOMETRY_UVS.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/MaterialDescriptor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/MaterialDescriptor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/MaterialOptimizationContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/MaterialOptimizationContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/UvContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/UvContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/is_compliant_mesh.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/is_compliant_mesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/prepare_atlas_texture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/prepare_atlas_texture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/prototypeMaterialOptimizer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/material/optimization/prototypeMaterialOptimizer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/ecs/ParticleEmitterSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/CodeContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/CodeContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/CodeGenerator.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/CodeGenerator.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/GLSLCodeGenerator.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/genAttributeInputName.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/genAttributeInputName.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/genAttributeOutputName.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/getTypeByteSize.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/getTypeByteSize.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_curlNoise.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/curl/glslm_snoiseVector3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_mod289_v4.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_permute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_snoise.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/glsl/modules/noise/simplex/3d/glslm_tylorInvSqrt.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModule.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModule.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModuleReference.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModuleReference.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionModuleRegistry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionParameterSpecification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionSignature.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/codegen/modules/FunctionSignature.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/editor/ParticleSpecificationEditorView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/editor/ParticleSpecificationEditorView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/FloatConstant.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/FloatConstant.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ParticleDataTypes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ParticleDataTypes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadFloatUniform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadFloatUniform.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadPosition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadVelocity.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ReadVelocity.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ShaderNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/ShaderNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Constant.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Constant.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Merge.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Merge.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Split.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/Vector3Split.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/WriteVelocity.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/WriteVelocity.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/attribute/ReadVector3Attribute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/attribute/WriteVector3Attribute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/AddFloatNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/AddFloatNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Add.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Add.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Divide.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Divide.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Multiply.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Multiply.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Subtract.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/math/Vector3Subtract.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/noise/CurlNoiseNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/nodes/noise/CurlNoiseNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/GeometryAttributes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/GeometryAttributes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleAttributeBinding.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleAttributeBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleAttributeSpecification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleAttributeSpecification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleSpecification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/particle/ParticleSpecification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/populateFunctionModuleRegistry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/populateFunctionModuleRegistry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/populateNodeRegistry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/populateNodeRegistry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/AbstractParticleRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/AbstractParticleRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/ParticleRenderCommand.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/ParticleRenderCommand.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/ParticleRenderSpecification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/ParticleRenderSpecification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/billboard/BillboardParticleRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/rendering/billboard/ParticleBillboardShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/EmitterAttributeData.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/EmitterAttributeData.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLDataBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLDataBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLSLParticleSimulator.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLSLParticleSimulator.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLSLSimulationShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/GLSLSimulationShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/TransformFeedback.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/node-based/simulation/TransformFeedback.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/MovingBoundingBox.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/MovingBoundingBox.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/MovingBoundingBox.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/MovingBoundingBox.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/ParticularEngine.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/ParticularEngine.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/TF.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/TF.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/EmissionFromType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/EmissionFromType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/EmissionShapeType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/EmissionShapeType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/PARTICLE_ATTRIBUTES.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/PARTICULAR_PARTICLE_SPECIFICATION.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleEmitterFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleLayer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleLayer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleLayer.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleLayer.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleParameters.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleParameters.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticlePool.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticlePool.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticlePool.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticlePool.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleRenderProfile.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleRenderProfile.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleRendererType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/ParticleRendererType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/computeEmissionFunction.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/computeEmissionFunction.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/distance_to_camera.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/distance_to_camera.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParameterLookupTableSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/serde/ParticleEmitterSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/write_particle_patch_uv.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/emitter/write_particle_patch_uv.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterLookupTableFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSet.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSet.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSet.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSet.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSheet.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterSheet.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterTrackSet.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParameterTrackSet.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/parameter/sample/RGBA_LUT_HEATMAP_IR.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/ParticleRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/ParticleRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/BILLBOARD_PARTICLE_SPECIFICATION.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/ParticleBillboardMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticlePool.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/SoftBillboardParticleRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/renderers/billboard/prototypeBillboardRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/MaterialRecord.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/MaterialRecord.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/ShaderManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/ShaderManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/debugAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/shader/debugAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/AbstractSimulationStep.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/AbstractSimulationStep.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepApplyForce.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseAcceleration.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepCurlNoiseVelocity.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepFixedPhysics.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/SimulationStepType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/update_parameters.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/simulator/update_parameters.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/distributeParticlesOnObject3D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/distrubuteParticlesOnMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/AttributeValue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/ParticleVolume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/SamplingFunctionKind.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/lut_to_sampler.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/lut_to_sampler.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/engine/utils/volume/prototypeParticleVolume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/Operation.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/Operation.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/OperationType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/OperationType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleAttribute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleAttribute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleAttributeType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleAttributeType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleDataType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleDataType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleGroup.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleGroup.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleGroup.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleSpecification.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/ParticleSpecification.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/itemSizeFromAttributeType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/itemSizeFromAttributeType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/optimizeCommandQueue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/optimizeCommandQueue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/typedArrayConstructorFromDataType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/particles/particular/group/typedArrayConstructorFromDataType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/ClearMaskPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/ClearMaskPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/DotScreenPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/DotScreenPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/FilmPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/FilmPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/GlitchPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/GlitchPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/SavePass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/postprocessing/SavePass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/BokehShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/BokehShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/ConvolutionShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/ConvolutionShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/CopyShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/CopyShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/FXAAShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/FXAAShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/GammaCorrectionShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/GammaCorrectionShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/LuminosityShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/LuminosityShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/SMAAShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/SMAAShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/SSAOShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/SSAOShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/ToneMapShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/postprocess/threejs/shaders/ToneMapShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/Lines.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/Lines.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/RenderPassType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/RenderPassType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/RendererPool.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/RendererPool.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/FrameBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/FrameBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/FrameBufferManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/FrameBufferManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/ColorAndDepthFrameBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/NormalFrameBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/NormalFrameBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/buffers/prototypeNormalFrameBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/DepthLimitedBlur.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/DepthLimitedBlur.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffect.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffect.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/SimplePostProcessEffectsManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/ao/AmbientOcclusionPostProcessEffect.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/ao/SAOShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/ao/SAOShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/taa/TemporalSupersamplingRenderPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/taa/prototypeTAA.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/simple-fx/taa/prototypeTAA.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramSlotValue.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramSlotValue.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueDirectionKind.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueDirectionKind.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueSlotDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueSlotDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/ProgramValueType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterSet.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameterType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/RenderTargetParameters.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/buffer/slot/parameter/RenderTargetParameters.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightManager.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightManager.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightRenderMetadata.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/LightRenderMetadata.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/assign_cluster.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/assign_cluster.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_cluster_planes_from_points.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_light_data_hash.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_light_data_hash.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_light_data_hash_0.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/compute_light_data_hash_0.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/read_plane_pair.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/read_plane_pair.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/write_cluster_planes.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/write_cluster_planes.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/write_cluster_planes.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/cluster/write_cluster_planes.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/computeFrustumCorners.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/computeFrustumCorners.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/LightClusterVolumeMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/buildLightClusterWidget.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/buildLightClusterWidget.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/createLayerSwitcher.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/createLayerSwitcher.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/createScreenGrid.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/debug/createScreenGrid.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_INJECTION_POINT_ACCUMULATION.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_ACCUMULATION.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_APPLY_DECALS.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_DECODE_PARS.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_LOAD_METADATA.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FP_SHADER_CHUNK_PREAMBLE.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FPlusDebugMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FPlusDebugMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FPlusStandardMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/FPlusStandardMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/ForwardPlusThreeMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/ForwardPlusThreeShaderMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_fragment_shader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_fragment_shader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_vertex_lighting_shared.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_vertex_shader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/materials/fp_build_vertex_shader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/AbstractLight.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/AbstractLight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/Decal.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/Decal.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/DirectionalLight.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/DirectionalLight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/PointLight.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/PointLight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/SpotLight.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/model/SpotLight.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/ForwardPlusRenderingPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/MaterialTransformer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/MaterialTransformer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/isLitMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/isLitMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/ptototypeFPPlugin.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/plugin/ptototypeFPPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/prototype/prototypeLightManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/prototype/prototypeLightManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/analytical_triplanar_corner_mapping.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/cube_mapping.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/cube_mapping.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/detailed_sphere_frustum_intersection_test.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/point_light_inside_volume.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/point_light_inside_volume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/query_bvh_frustum_from_texture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/spot_light_inside_volume.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/query/spot_light_inside_volume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/read_frustum_corner.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/read_frustum_corner.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/sort_decal_data.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/sort_decal_data.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/testClusterEquality.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/forward_plus/testClusterEquality.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/GraphNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/GraphNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/IRenderContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/IRenderContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderGraph.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderGraph.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderGraphBuilder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderGraphBuilder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassFlags.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassResources.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderPassResources.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderTarget.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderTarget.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderTextureManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/RenderTextureManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/ResourceEntry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/ResourceEntry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/ResourceNode.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/ResourceNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/TextureDescriptor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/TextureDescriptor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/TextureInitialState.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/TextureInitialState.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/CopyPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/CopyPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/GBufferDrawPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/LightingPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/LightingPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/run.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/deferred/run.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/ColorDepthPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/OutlinePass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/SSAOPass.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/render.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/sample/meep-v1/render.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/webgl/WebGLRenderContext.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/frame_graph/webgl/WebGLRenderContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/gizmo/Gizmo.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/gizmo/GizmoRenderingPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/gizmo/GizmoShapeRenderingInterface.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/gizmo/prototypeGizmo.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/gizmo/prototypeGizmo.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerManagerState.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerManagerState.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerState.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerUtils.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/layers/RenderLayerUtils.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/make_bvh_visibility_builder.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/make_bvh_visibility_builder.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/ThreeBypassRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/ThreeBypassRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/renderScreenSpace.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/renderScreenSpace.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/renderTextureToScreenQuad.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/utils/renderTextureToScreenQuad.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraViewFlags.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraViewFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraViewManager.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/view/CameraViewManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/IncrementalDeltaSet.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/IncrementalDeltaSet.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/IncrementalDeltaSet.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/VisibilityComputer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/VisibilityComputer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/VisibilityFilter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/VisibilityFilter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buffer/HierarchicalZBuffer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buffer/ReductionShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buffer/ReductionShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buildCanvasViewFromTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/buildCanvasViewFromTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/prototypeHiZ.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/prototypeHiZ.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/query/BatchOcclusionQuery.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/query/BatchOcclusionQuery.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/query/QueryShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/render/visibility/hiz/query/QueryShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/LightProbeVolume.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/LightProbeVolume.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/SH3VisualisationMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/SH3VisualisationMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/gi/prototypeSHGI.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/gi/prototypeSHGI.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/GeometryBVHBatched.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/GeometryBVHBatched.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/PathTracedMesh.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/PathTracedMesh.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/PathTracer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/PathTracer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/apply_texture_clamping_to_coordinate.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/compute_triangle_group_aabb3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/compute_triangle_group_aabb3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/getBiasedNormalSample.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/getBiasedNormalSample.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_one_vector3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_one_vector3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_sky_hosek.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_sky_hosek.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_sky_rtiw.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_sky_rtiw.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_zero_vector3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/make_zero_vector3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/prototypePathTracer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/prototypePathTracer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/random_in_hemisphere.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/random_in_hemisphere.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/ray_hit_apply_transform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/ray_hit_apply_transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/ray_reflect.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/ray_reflect.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/sample_triangle_attribute.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/sample_triangle_attribute.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/vec3_uint8_to_float.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/path_tracer/vec3_uint8_to_float.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/prototypeSH3Probe.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/prototypeSH3Probe.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/data.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/data.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/prototype_hosek.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/prototype_hosek.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/sky/hosek/sky_hosek_compute_irradiance_by_direction.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/sh3/visualise_probe.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/sh3/visualise_probe.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/AlphaBlendShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/AlphaBlendShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/AmbientOcclusionShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/AmbientOcclusionShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ClearShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ClearShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/CopyShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/CopyShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/DenoiseShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/DenoiseShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/GaussianBlurShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/GaussianBlurShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/GaussianGlowShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/GaussianGlowShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/NormalMapShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/NormalMapShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/NormalMapShader2.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/NormalMapShader2.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ScreenSpaceQuadShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ScreenSpaceQuadShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ScreenSpaceShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/ScreenSpaceShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/SoftOutlineShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/SoftOutlineShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/TerrainShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/TerrainShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/WaterShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/WaterShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/glsl_gen_swizzled_read.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/glsl_gen_swizzled_read.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shaders/lib/ShaderChunks.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shaders/lib/ShaderChunks.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shadows/ShadowMapRenderer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shadows/ShadowMapRenderer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shadows/testShadowMapRendering.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shadows/testShadowMapRendering.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/shadows/vsm.glsl.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/shadows/vsm.glsl.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/SingleChannelSampler3D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/SingleChannelSampler3D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/scs3d_read_2d_slice.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/scs3d_read_2d_slice.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/scs3d_sample_linear.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/3d/scs3d_sample_linear.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/AttributeDataTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/AttributeDataTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/Canvas2Sampler2D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/Canvas2Sampler2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/CheckersTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/CheckersTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/CheckersTextureURI.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/CheckersTextureURI.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/TextureBackedMemoryRegion.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/TextureBackedMemoryRegion.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AbstractTextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AbstractTextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasLookupTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasLookupTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasPatch.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasPatch.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasPatchFlag.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/AtlasPatchFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/CachingTextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/CachingTextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/CachingTextureAtlas.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/CachingTextureAtlas.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/ManagedTextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/ManagedTextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/ReferencedTextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/ReferencedTextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlas.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlas.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlasDebugger.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/TextureAtlasDebugger.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/gpu/WebGLTextureAtlas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/atlas/gpu/WebGLTextureAtlas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/channelCountToThreIntegerTextureType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/channelCountToThreIntegerTextureType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/channelCountToThreeTextureFormat.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/channelCountToThreeTextureFormat.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureFormat.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureFormat.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureInternalFormatFromDataType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureInternalFormatFromDataType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureTypeFromDataType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/computeThreeTextureTypeFromDataType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/cubemap/buildCubeURLs.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/cubemap/buildCubeURLs.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/cubemap/load_environment_map.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/formatToChannelCount.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/formatToChannelCount.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/makeOnePixelTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/makeOnePixelTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/normalized_internal_format.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/normalized_internal_format.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/BlendingType.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/BlendingType.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/HarmonicDiffusionGrid.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/HarmonicDiffusionGrid.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/HarmonicDiffusionGrid.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/HarmonicDiffusionGrid.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D2Canvas.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D2Canvas.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D2Texture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/Sampler2D2Texture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/blendingType2Three.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/blendingType2Three.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertSampler2D2DataURL.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertSampler2D2DataURL.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertSampler2D2DataURL.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertSampler2D2DataURL.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertTexture2Sampler2D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/convertTexture2Sampler2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/copy_Sampler2D_channel_data.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_Chamfer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_Chamfer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeSignedDistanceField_NaiveFlood.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField_Chamfer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/distance/computeUnsignedDistanceField_Chamfer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/downloadSamplerAsPNG.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/downloadSamplerAsPNG.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/box.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/box.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/cubic2.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/cubic2.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/filter_lanczos3.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/filter_lanczos3.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/gaussian.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/gaussian.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/kaiser_1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/kaiser_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/kaiser_bessel_window.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/kaiser_bessel_window.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/mitchell.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/mitchell.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/mitchell_v1.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/mitchell_v1.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/sampler2d_scale_down_generic.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/sampler2d_scale_down_generic.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/triangle.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/filter/triangle.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/prototypeSamplerFiltering.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/prototypeSamplerFiltering.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_lanczos.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_linear.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_down_mipmap.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_generic.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_generic.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/resize/sampler2d_scale_up_linear.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2DToFloat32Texture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2DToFloat32Texture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_max.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_max.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_max.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_max.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_compute_min_indices.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_linear_transform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_channel_linear_transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_combine.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_combine.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_compute_texel_value_conversion_scale_to_uint8.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_channel_data.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_channel_data.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_with_margins.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_with_margins.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_with_margins.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_copy_with_margins.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_ensure_uint8_RGBA.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_ensure_uint8_RGBA.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_paint.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_paint.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_sub_copy_same_item_size.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_sub_copy_same_item_size.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_to_uint8_RGBA.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_write_to_canvas_raw.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/sampler2d_write_to_canvas_raw.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/saturated_value_by_constructor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/saturated_value_by_constructor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/search/make_edge_condition_channel_threshold.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/search/make_edge_condition_channel_threshold.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/search/sampler2d_find_pixels.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/search/sampler2d_find_pixels.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/Sampler2DSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/serialization/TextureBinaryBufferSerializer.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/typedArrayConstructorByInstance.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/typedArrayConstructorByInstance.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/util/bitSet2Sampler2D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/util/bitSet2Sampler2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/util/drawSamplerHTML.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/util/drawSamplerHTML.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/writeSampler2DDataToDataTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sampler/writeSampler2DDataToDataTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/sprite/prototypeSpriteCutoutGeometry.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/sprite/prototypeSpriteCutoutGeometry.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/texture_array_2d_copy.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/texture_array_2d_copy.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureMemoryMapping.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureMemoryMapping.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTexturePage.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTexturePage.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureTileLoader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureTileLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsage.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsage.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsageShader.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsageShader.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsageUpdater.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/VirtualTextureUsageUpdater.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/ResidencyDebugView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/ResidencyDebugView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/UsageDebugView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/UsageDebugView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/UsagePyramidDebugView.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/debug/UsagePyramidDebugView.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/prototype.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/prototype.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/VirtualTextureTile.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/VirtualTextureTile.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/compose_finger_print.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/compose_finger_print.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/compose_tile_address.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/compose_tile_address.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/decompose_finger_print.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/decompose_finger_print.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/finger_print_to_tile_address.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/finger_print_to_tile_address.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/tile_address_to_finger_print.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/virtual/tile/tile_address_to_finger_print.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/texture/whitePixelTexture.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/texture/whitePixelTexture.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/OrbitControls.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/OrbitControls.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/Reflector.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/Reflector.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/Refractor.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/Refractor.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/ThreeFactory.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/ThreeFactory.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/cloneObject3D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/compare_three_objects.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/compare_three_objects.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/expand_aabb_by_transformed_three_object.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/expand_aabb_by_transformed_three_object.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/expand_aabb_by_transformed_three_object.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/expand_aabb_by_transformed_three_object.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/three/three_computeObjectBoundingBox.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/three/three_computeObjectBoundingBox.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/CodeflowTrailMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/CodeflowTrailMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/TemporalPath.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/TemporalPath.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/TemporalPath.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/TemporalPath.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonMaterialX.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonMaterialX.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonX.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonX.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonX.spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonX.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonXMaterialSpec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonXPlugin.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/RibbonXPlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/ribbon_attributes_spec.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/ribbon_attributes_spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/trail/x/simulator/RibbonXFixedPhysicsSimulator.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/ScaleObject3ToBox.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/ScaleObject3ToBox.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/composeMatrix4.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/composeMatrix4.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/composeMatrix4RotationScale.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/composeMatrix4RotationScale.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/ensureGeometryBoundingBox.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/ensureGeometryBoundingBox.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/launchElementIntoFullscreen.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/launchElementIntoFullscreen.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/makeMeshPreviewScene.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/makeMeshPreviewScene.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/modelHitTest.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/modelHitTest.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/projectSphere.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/projectSphere.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/promiseMaterialLoaded.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/promiseTextureLoaded.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/promiseTextureLoaded.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/renderObjectToSampler2D.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/renderObjectToSampler2D.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/threeUpdateMatrix.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/threeUpdateMatrix.d.ts.map +0 -0
- /package/{build/types → src}/engine/graphics/util/threeUpdateTransform.d.ts +0 -0
- /package/{build/types → src}/engine/graphics/util/threeUpdateTransform.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/ORTHOGONAL_NEIGHBOURHOOD_MASK.d.ts +0 -0
- /package/{build/types → src}/engine/grid/ORTHOGONAL_NEIGHBOURHOOD_MASK.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/area/AreaTrigger.d.ts +0 -0
- /package/{build/types → src}/engine/grid/area/AreaTrigger.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/area/TriggerAction.d.ts +0 -0
- /package/{build/types → src}/engine/grid/area/TriggerAction.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/area/TriggerActionType.d.ts +0 -0
- /package/{build/types → src}/engine/grid/area/TriggerActionType.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2Transform.d.ts +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2Transform.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformFlags.d.ts +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSystem.d.ts +0 -0
- /package/{build/types → src}/engine/grid/grid2transform/GridPosition2TransformSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacle.d.ts +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacle.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacle.spec.d.ts +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacle.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacleSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/grid/obstacle/GridObstacleSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/position/GridPosition.d.ts +0 -0
- /package/{build/types → src}/engine/grid/position/GridPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSerializationUpdater_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSerializationUpdater_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSystem.d.ts +0 -0
- /package/{build/types → src}/engine/grid/position/GridPositionSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPosition.d.ts +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPosition.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionFlags.d.ts +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionMode.d.ts +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionMode.d.ts.map +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionSystem.d.ts +0 -0
- /package/{build/types → src}/engine/grid/transform2grid/Transform2GridPositionSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/InputDeviceSwitch.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/InputDeviceSwitch.spec.d.ts +0 -0
- /package/{build/types → src}/engine/input/devices/InputDeviceSwitch.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/KeyCodes.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/KeyValues.d.ts +0 -0
- /package/{build/types → src}/engine/input/devices/KeyValues.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/KeyboardDevice.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/KeyboardDevice.spec.d.ts +0 -0
- /package/{build/types → src}/engine/input/devices/KeyboardDevice.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/PointerDevice.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/PointerDevice.spec.d.ts +0 -0
- /package/{build/types → src}/engine/input/devices/PointerDevice.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/events/DragEvents.d.ts +0 -0
- /package/{build/types → src}/engine/input/devices/events/DragEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/events/KeyboardEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/events/MouseEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/devices/events/TouchEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/components/Input.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/components/InputBinding.d.ts +0 -0
- /package/{build/types → src}/engine/input/ecs/components/InputBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/components/InputController.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/controllers/KeyboardCameraController.d.ts +0 -0
- /package/{build/types → src}/engine/input/ecs/controllers/KeyboardCameraController.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/ism/InputBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/systems/InputControllerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/systems/InputSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/util/TerrainCameraTargetSampler.d.ts +0 -0
- /package/{build/types → src}/engine/input/ecs/util/TerrainCameraTargetSampler.d.ts.map +0 -0
- /package/{build/types → src}/engine/input/ecs/util/TopDownCameraControllerHelper.d.ts +0 -0
- /package/{build/types → src}/engine/input/ecs/util/TopDownCameraControllerHelper.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/__module.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/__module.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/Behavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/Behavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/Behavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/BehaviorStatus.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/SelectorBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/SelectorBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/SelectorBehavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/SelectorBehavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.prototype.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.prototype.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/behavior_to_dot.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/CompositeBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/CompositeBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/ParallelBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/composite/SequenceBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/AbstractDecoratorBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/AbstractDecoratorBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/IgnoreFailureBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/IgnoreFailureBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/InvertStatusBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/InvertStatusBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/InvertStatusBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/InvertStatusBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatUntilFailureBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatUntilFailureBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/decorator/RepeatUntilSuccessBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorComponent.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorComponentFlag.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorComponentFlag.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorComponentSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorSystem.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/BehaviorSystem.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/ClockChannelType.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/ClockChannelType.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/DieBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/DieBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/EntityBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/EntityBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/SendEventBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/SendEventBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/WaitForEventBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/WaitForEventBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/ecs/WaitForEventBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/ActionBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/ActionBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/FailingBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/FailingBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/FailingBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/PromiseBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/PromiseBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/SucceedingBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/SucceedingBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/primitive/SucceedingBehaviorSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/selector/WeightedElement.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/selector/WeightedElement.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/selector/WeightedRandomBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/selector/WeightedRandomBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/BranchBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/BranchBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionBehavior.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionBehavior.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionalBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/ConditionalBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/DelayBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/DelayBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/FilterBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/FilterBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/LogMessageBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/LogMessageBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/RotationBehavior.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/RotationBehavior.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/behavior_traverse_tree.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/behavior_traverse_tree.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/syncExecuteBehaviorToCompletion.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/behavior/util/syncExecuteBehaviorToCompletion.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/AbstractBlackboard.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/Blackboard.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/Blackboard.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/Blackboard.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardDynamicStorageAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardDynamicStorageAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardSerializationAdapter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardSerializationAdapter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardStack.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardStack.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardValue.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/BlackboardValue.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/make_blackboard_proxy.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/make_blackboard_proxy.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/make_blackboard_proxy.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/blackboard/make_blackboard_proxy.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraph.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraph.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraphDescription.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraphDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraphSystem.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/controller/graph/StateGraphSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MonteCarlo.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MonteCarlo.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MonteCarlo.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MonteCarlo.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MoveEdge.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/MoveEdge.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/StateNode.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/StateNode.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/StateNode.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/mcts/StateNode.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/OptimizationTask.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/OptimizationTask.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/RandomOptimizer.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/RandomOptimizer.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/RandomOptimizer.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/optimization/RandomOptimizer.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ActionSequence.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ActionSequence.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/Resource.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/Resource.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocation.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocation.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationBid.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationBid.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationSolver.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationSolver.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationSolver.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/ResourceAllocationSolver.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/StrategicResourceAllocator.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/StrategicResourceAllocator.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/StrategicResourceAllocator.spec.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/StrategicResourceAllocator.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/intelligence/resource/TacticalModule.d.ts +0 -0
- /package/{build/types → src}/engine/intelligence/resource/TacticalModule.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.d.ts +0 -0
- /package/{build/types → src}/engine/knowledge/database/DATABASE_SERIALIZATION_IGNORE_PROPERTY.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDataTable.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDataTable.spec.d.ts +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDataTable.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDataTableDescriptor.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDatabase.d.ts +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDatabase.d.ts.map +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDatabase.spec.d.ts +0 -0
- /package/{build/types → src}/engine/knowledge/database/StaticKnowledgeDatabase.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/ConsoleLoggerBackend.d.ts +0 -0
- /package/{build/types → src}/engine/logging/ConsoleLoggerBackend.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/GlobalLogger.d.ts +0 -0
- /package/{build/types → src}/engine/logging/GlobalLogger.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/LogLevel.d.ts +0 -0
- /package/{build/types → src}/engine/logging/LogLevel.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/Logger.d.ts +0 -0
- /package/{build/types → src}/engine/logging/Logger.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/LoggerBackend.d.ts +0 -0
- /package/{build/types → src}/engine/logging/LoggerBackend.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/VoidLoggerBackend.d.ts +0 -0
- /package/{build/types → src}/engine/logging/VoidLoggerBackend.d.ts.map +0 -0
- /package/{build/types → src}/engine/logging/elastic/ElasticSearchLogger.d.ts +0 -0
- /package/{build/types → src}/engine/logging/elastic/ElasticSearchLogger.d.ts.map +0 -0
- /package/{build/types → src}/engine/makeSimpleTaskProgressView.d.ts +0 -0
- /package/{build/types → src}/engine/makeSimpleTaskProgressView.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/GlobalMetrics.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/GlobalMetrics.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/GoogleAnalyticsMetrics.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/GoogleAnalyticsMetrics.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/MetricsCategory.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/MetricsCategory.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/MetricsGateway.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/MetricsGateway.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/NullMetricsGateway.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/NullMetricsGateway.d.ts.map +0 -0
- /package/{build/types → src}/engine/metrics/ProxyMetricsGateway.d.ts +0 -0
- /package/{build/types → src}/engine/metrics/ProxyMetricsGateway.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/__module.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/__module.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/InterpolationType.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/Path.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/Path.spec.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/Path.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathEvents.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathFinder.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathFinder.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationUpgrader_1_2.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/components/PathSerializationUpgrader_1_2.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollower.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollower.spec.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollower.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerEventType.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_1_2.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowerSerializationUpgrader_2_3.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/ecs/path_following/PathFollowingSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/grid/find_path_on_grid_astar.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/grid/find_path_on_grid_astar.d.ts.map +0 -0
- /package/{build/types → src}/engine/navigation/grid/find_path_on_grid_astar.spec.d.ts +0 -0
- /package/{build/types → src}/engine/navigation/grid/find_path_on_grid_astar.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/network/PriorityFetch.d.ts +0 -0
- /package/{build/types → src}/engine/network/PriorityFetch.d.ts.map +0 -0
- /package/{build/types → src}/engine/network/RemoteController.d.ts +0 -0
- /package/{build/types → src}/engine/network/RemoteController.d.ts.map +0 -0
- /package/{build/types → src}/engine/network/convertPathToURL.d.ts +0 -0
- /package/{build/types → src}/engine/network/convertPathToURL.d.ts.map +0 -0
- /package/{build/types → src}/engine/network/remoteEditor.d.ts +0 -0
- /package/{build/types → src}/engine/network/remoteEditor.d.ts.map +0 -0
- /package/{build/types → src}/engine/network/xhr.d.ts +0 -0
- /package/{build/types → src}/engine/network/xhr.d.ts.map +0 -0
- /package/{build/types → src}/engine/notify/Notification.d.ts +0 -0
- /package/{build/types → src}/engine/notify/Notification.d.ts.map +0 -0
- /package/{build/types → src}/engine/notify/NotificationLog.d.ts +0 -0
- /package/{build/types → src}/engine/notify/NotificationLog.d.ts.map +0 -0
- /package/{build/types → src}/engine/notify/NotificationLog.spec.d.ts +0 -0
- /package/{build/types → src}/engine/notify/NotificationLog.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/Option.d.ts +0 -0
- /package/{build/types → src}/engine/options/Option.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/Option.spec.d.ts +0 -0
- /package/{build/types → src}/engine/options/Option.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/OptionAbstract.d.ts +0 -0
- /package/{build/types → src}/engine/options/OptionAbstract.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/OptionGroup.d.ts +0 -0
- /package/{build/types → src}/engine/options/OptionGroup.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/OptionGroup.spec.d.ts +0 -0
- /package/{build/types → src}/engine/options/OptionGroup.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/options/OptionsView.d.ts +0 -0
- /package/{build/types → src}/engine/options/OptionsView.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/ammo/PhysicsWorker.d.ts +0 -0
- /package/{build/types → src}/engine/physics/ammo/PhysicsWorker.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/cannon/CannonJSPhysicsSystem.d.ts +0 -0
- /package/{build/types → src}/engine/physics/cannon/CannonJSPhysicsSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/computeInterceptPoint.d.ts +0 -0
- /package/{build/types → src}/engine/physics/computeInterceptPoint.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/Fluid.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/Fluid.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/FluidField.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/FluidField.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/FluidSimulator.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/FluidSimulator.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/SliceVisualiser.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/SliceVisualiser.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/AbstractFluidEffector.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/AbstractFluidEffector.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/GlobalFluidEffector.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/GlobalFluidEffector.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/WakeFluidEffector.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/effector/WakeFluidEffector.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/prototype.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/prototype.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_advection_forward.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_advection_forward.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_advection_reverse.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_advection_reverse.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_diffusion.d.ts +0 -0
- /package/{build/types → src}/engine/physics/fluid/solver/v3_grid_apply_diffusion.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/mls-mpm/MLS_MPM.d.ts +0 -0
- /package/{build/types → src}/engine/physics/mls-mpm/MLS_MPM.d.ts.map +0 -0
- /package/{build/types → src}/engine/physics/mls-mpm/testMLS_MPM.d.ts +0 -0
- /package/{build/types → src}/engine/physics/mls-mpm/testMLS_MPM.d.ts.map +0 -0
- /package/{build/types → src}/engine/platform/EnginePlatform.d.ts.map +0 -0
- /package/{build/types → src}/engine/platform/GetURLHash.d.ts +0 -0
- /package/{build/types → src}/engine/platform/GetURLHash.d.ts.map +0 -0
- /package/{build/types → src}/engine/platform/InMemoryEnginePlatform.d.ts +0 -0
- /package/{build/types → src}/engine/platform/InMemoryEnginePlatform.d.ts.map +0 -0
- /package/{build/types → src}/engine/platform/WebEnginePlatform.d.ts.map +0 -0
- /package/{build/types → src}/engine/plugin/EnginePlugin.d.ts.map +0 -0
- /package/{build/types → src}/engine/plugin/EnginePlugin.spec.d.ts +0 -0
- /package/{build/types → src}/engine/plugin/EnginePlugin.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/plugin/EnginePluginManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/plugin/PluginReferenceContext.d.ts +0 -0
- /package/{build/types → src}/engine/plugin/PluginReferenceContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/plugin/isSubclassOf.d.ts +0 -0
- /package/{build/types → src}/engine/plugin/isSubclassOf.d.ts.map +0 -0
- /package/{build/types → src}/engine/reference/v2/Reference.d.ts.map +0 -0
- /package/{build/types → src}/engine/reference/v2/Reference.spec.d.ts +0 -0
- /package/{build/types → src}/engine/reference/v2/Reference.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/GameStateLoader.d.ts +0 -0
- /package/{build/types → src}/engine/save/GameStateLoader.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/Storage.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/StorageBackedList.d.ts +0 -0
- /package/{build/types → src}/engine/save/StorageBackedList.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/storage/InMemoryLocalStorage.d.ts +0 -0
- /package/{build/types → src}/engine/save/storage/InMemoryLocalStorage.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/storage/InMemoryStorage.d.ts +0 -0
- /package/{build/types → src}/engine/save/storage/InMemoryStorage.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/storage/IndexedDBStorage.d.ts +0 -0
- /package/{build/types → src}/engine/save/storage/IndexedDBStorage.d.ts.map +0 -0
- /package/{build/types → src}/engine/save/storage/IndexedDBTransactionMode.d.ts +0 -0
- /package/{build/types → src}/engine/save/storage/IndexedDBTransactionMode.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/Scene.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/Scene.spec.d.ts +0 -0
- /package/{build/types → src}/engine/scene/Scene.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/SceneManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/SceneManager.spec.d.ts +0 -0
- /package/{build/types → src}/engine/scene/SceneManager.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/SerializedScene.d.ts +0 -0
- /package/{build/types → src}/engine/scene/SerializedScene.d.ts.map +0 -0
- /package/{build/types → src}/engine/scene/transitionToScene.d.ts +0 -0
- /package/{build/types → src}/engine/scene/transitionToScene.d.ts.map +0 -0
- /package/{build/types → src}/engine/simulation/DormandPrince.d.ts +0 -0
- /package/{build/types → src}/engine/simulation/DormandPrince.d.ts.map +0 -0
- /package/{build/types → src}/engine/simulation/Ticker.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/SoundEngine.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/asset/SoundAssetPlaybackSpec.d.ts +0 -0
- /package/{build/types → src}/engine/sound/asset/SoundAssetPlaybackSpec.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/asset/SoundAssetPlaybackSpecFlags.d.ts +0 -0
- /package/{build/types → src}/engine/sound/asset/SoundAssetPlaybackSpecFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/dB2Volume.d.ts +0 -0
- /package/{build/types → src}/engine/sound/dB2Volume.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundController.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundController.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundControllerSystem.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundControllerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundListener.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundListener.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundListenerSystem.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/SoundListenerSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundAttenuationFunction.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundAttenuationFunction.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitter.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitter.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterChannel.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterChannel.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterComponentContext.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterComponentContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterFlags.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.spec.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationAdapter.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_0_1.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSerializationUpgrader_1_2.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSystem.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundEmitterSystem.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundPanningModelType.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundPanningModelType.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrack.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrack.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrackFlags.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrackFlags.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrackNodes.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/SoundTrackNodes.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/loadSoundTrackAsset.d.ts +0 -0
- /package/{build/types → src}/engine/sound/ecs/emitter/loadSoundTrackAsset.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/AbstractSoundMaterialDefinition.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/AbstractSoundMaterialDefinition.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/SoundMaterialInteractionType.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/SoundMaterialInteractionType.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/RandomSoundMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/RandomSoundMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SilentSoundMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SilentSoundMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SingleSoundMaterial.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SingleSoundMaterial.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SoundMaterialComposition.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/SoundMaterialComposition.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/json/deserializeSoundMaterialFromJSON.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/json/deserializeSoundMaterialFromJSON.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/json/serializeSoundMaterialToJSON.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/concrete/json/serializeSoundMaterialToJSON.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/detector/SoundMaterialSurfaceDetector.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/detector/SoundMaterialSurfaceDetector.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.d.ts +0 -0
- /package/{build/types → src}/engine/sound/material/detector/terrain/TerrainSoundMaterialSurfaceDetector.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/sopra/AbstractAudioClip.d.ts +0 -0
- /package/{build/types → src}/engine/sound/sopra/AbstractAudioClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/sopra/ContainerAudioClip.d.ts +0 -0
- /package/{build/types → src}/engine/sound/sopra/ContainerAudioClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/sopra/RandomContainerAudioClip.d.ts +0 -0
- /package/{build/types → src}/engine/sound/sopra/RandomContainerAudioClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/sopra/SequenceContainerAudioClip.d.ts +0 -0
- /package/{build/types → src}/engine/sound/sopra/SequenceContainerAudioClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/sopra/SilenceAudioClip.d.ts +0 -0
- /package/{build/types → src}/engine/sound/sopra/SilenceAudioClip.d.ts.map +0 -0
- /package/{build/types → src}/engine/sound/volume2dB.d.ts +0 -0
- /package/{build/types → src}/engine/sound/volume2dB.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/DraggableAspect.d.ts +0 -0
- /package/{build/types → src}/engine/ui/DraggableAspect.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/GUIEngine.d.ts +0 -0
- /package/{build/types → src}/engine/ui/GUIEngine.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementBinding.d.ts +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementBinding.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementBindingDescription.d.ts +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementBindingDescription.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementProcessor.d.ts +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementProcessor.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementProcessorManager.d.ts +0 -0
- /package/{build/types → src}/engine/ui/bindings/DomElementProcessorManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/bindings/processors/DomElementProcessorTilt3D.d.ts +0 -0
- /package/{build/types → src}/engine/ui/bindings/processors/DomElementProcessorTilt3D.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/cursor/CursorCoalescence.d.ts +0 -0
- /package/{build/types → src}/engine/ui/cursor/CursorCoalescence.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/cursor/CursorType.d.ts +0 -0
- /package/{build/types → src}/engine/ui/cursor/CursorType.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/modal/ModalStack.d.ts +0 -0
- /package/{build/types → src}/engine/ui/modal/ModalStack.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/notification/AnimatedObjectEmitter.d.ts +0 -0
- /package/{build/types → src}/engine/ui/notification/AnimatedObjectEmitter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/notification/NotificationAreaKind.d.ts +0 -0
- /package/{build/types → src}/engine/ui/notification/NotificationAreaKind.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/notification/NotificationManager.d.ts +0 -0
- /package/{build/types → src}/engine/ui/notification/NotificationManager.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/notification/ViewEmitter.d.ts +0 -0
- /package/{build/types → src}/engine/ui/notification/ViewEmitter.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/notification/notificationGenerator.d.ts +0 -0
- /package/{build/types → src}/engine/ui/notification/notificationGenerator.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/scene/SceneGUIContext.d.ts +0 -0
- /package/{build/types → src}/engine/ui/scene/SceneGUIContext.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/scene/initializeNotifications.d.ts +0 -0
- /package/{build/types → src}/engine/ui/scene/initializeNotifications.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileGrid.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileGrid.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileGrid.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileGrid.spec.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileMoveInstruction.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileMoveInstruction.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileMoveProgram.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/TileMoveProgram.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/computeTileGridMove.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/computeTileGridMove.d.ts.map +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/computeTileGridMove.spec.d.ts +0 -0
- /package/{build/types → src}/engine/ui/tiles2d/computeTileGridMove.spec.d.ts.map +0 -0
- /package/{build/types → src}/extractName.d.ts +0 -0
- /package/{build/types → src}/extractName.d.ts.map +0 -0
- /package/{build/types → src}/generation/GraphGenerationRule.d.ts +0 -0
- /package/{build/types → src}/generation/GraphGenerationRule.d.ts.map +0 -0
- /package/{build/types → src}/generation/GridGeneratorConfig.d.ts +0 -0
- /package/{build/types → src}/generation/GridGeneratorConfig.d.ts.map +0 -0
- /package/{build/types → src}/generation/GridTaskGroup.d.ts +0 -0
- /package/{build/types → src}/generation/GridTaskGroup.d.ts.map +0 -0
- /package/{build/types → src}/generation/automata/CaveGeneratorCellularAutomata.d.ts +0 -0
- /package/{build/types → src}/generation/automata/CaveGeneratorCellularAutomata.d.ts.map +0 -0
- /package/{build/types → src}/generation/automata/CaveGeneratorCellularAutomata.spec.d.ts +0 -0
- /package/{build/types → src}/generation/automata/CaveGeneratorCellularAutomata.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/automata/CellularAutomata.d.ts +0 -0
- /package/{build/types → src}/generation/automata/CellularAutomata.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/CellFilter.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/CellFilter.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/CellFilterCellMatcher.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/CellFilterCellMatcher.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/boolean/CellFilterLiteralBoolean.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/boolean/CellFilterLiteralBoolean.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/boolean/logic/CellFilterAnd.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/boolean/logic/CellFilterAnd.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterBinaryOperation.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterBinaryOperation.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterOperationTertiary.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterOperationTertiary.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterUnaryOperation.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/core/CellFilterUnaryOperation.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/CellFilterCache.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/CellFilterCache.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/CellFilterLiteralFloat.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/CellFilterLiteralFloat.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterAngleToNormal.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterAngleToNormal.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterAngleToNormal.spec.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterAngleToNormal.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterCurvature.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterCurvature.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterDilate.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterDilate.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterFXAA.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterFXAA.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterGaussianBlur.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterGaussianBlur.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterGaussianBlur.spec.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterGaussianBlur.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterLookupTable.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterLookupTable.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterSimplexNoise.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterSimplexNoise.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterSobel.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/complex/CellFilterSobel.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterAbsolute.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterAbsolute.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterClamp.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterClamp.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterInverseLerp.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterInverseLerp.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterLerp.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterLerp.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMax2.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMax2.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMembershipGeneralizedBell.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMembershipGeneralizedBell.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMin2.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterMin2.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterOneMinus.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterOneMinus.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterPower.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterPower.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterSaturate.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterSaturate.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterSmoothStep.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterSmoothStep.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterStep.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/CellFilterStep.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterAdd.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterAdd.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterDivide.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterDivide.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterMultiply.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterMultiply.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterNegate.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterNegate.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterSubtract.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/algebra/CellFilterSubtract.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/poly/CellFilterCubicFunction.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/math/poly/CellFilterCubicFunction.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/process/computeCellFilterGradient.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/process/computeCellFilterGradient.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/process/computeCellFilterGradient.spec.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/process/computeCellFilterGradient.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/AbstractCellFilterSampleGridLayer.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/CellFilterSampleLayerCubic.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/sampling/CellFilterSampleLayerLinear.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/CellFilterDisplaced.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/CellFilterDisplaced.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/CellFilterLogToConsole.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/CellFilterLogToConsole.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/populateSampler2DFromCellFilter.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/populateSampler2DFromCellFilter.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/sampler_from_filter.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/sampler_from_filter.d.ts.map +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/visualise_filters_as_grid.d.ts +0 -0
- /package/{build/types → src}/generation/filtering/numeric/util/visualise_filters_as_grid.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/GridData.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/GridData.spec.d.ts +0 -0
- /package/{build/types → src}/generation/grid/GridData.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/GridTaskGenerator.d.ts +0 -0
- /package/{build/types → src}/generation/grid/GridTaskGenerator.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellAction.d.ts +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.d.ts +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionSetTerrainHeight.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.d.ts +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionSetTerrainObstacle.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionWriteObstacle.d.ts +0 -0
- /package/{build/types → src}/generation/grid/actions/ContinuousGridCellActionWriteObstacle.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskApplyActionToCells.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskApplyActionToCells.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskDensityMarkerDistribution.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskDensityMarkerDistribution.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskExecuteRuleTimes.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskExecuteRuleTimes.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskSequence.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/GridTaskSequence.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/NoopGridTaskGenerator.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/NoopGridTaskGenerator.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskCellActionRuleSet.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskCellActionRuleSet.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskCellularAutomata.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskCellularAutomata.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskConnectRooms.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/GridTaskConnectRooms.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/layer/GridTaskBuildSourceDistanceMap.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/discrete/layer/GridTaskDistanceToMarkers.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/GridTaskAddNodesFixed.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/GridTaskAddNodesFixed.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/GridTaskGridAlignedNodeGenerator.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplier.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplier.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplierBestN.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplierBestN.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplierPathUpHill.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/grid/select/CellSupplierPathUpHill.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/GridTaskGenerateRoads.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/GridTaskGenerateRoads.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/PathEndPoint.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/PathEndPoint.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/PathEndPointKind.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/PathEndPointKind.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/RoadConnection.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/RoadConnection.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/RoadConnectionNetwork.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/RoadConnectionNetwork.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/road/readMarkerNodeGroupId.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/road/readMarkerNodeGroupId.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildDistanceMapToObjective.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildDistanceMapToObjective.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildPathFromDistanceMap.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildPathFromDistanceMap.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildUnsignedDistanceField.d.ts +0 -0
- /package/{build/types → src}/generation/grid/generation/util/buildUnsignedDistanceField.d.ts.map +0 -0
- /package/{build/types → src}/generation/grid/layers/GridDataLayer.d.ts +0 -0
- /package/{build/types → src}/generation/grid/layers/GridDataLayer.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/GridActionRuleSet.d.ts +0 -0
- /package/{build/types → src}/generation/markers/GridActionRuleSet.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/GridCellActionPlaceMarker.d.ts +0 -0
- /package/{build/types → src}/generation/markers/GridCellActionPlaceMarker.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/GridCellActionPlaceMarkerGroup.d.ts +0 -0
- /package/{build/types → src}/generation/markers/GridCellActionPlaceMarkerGroup.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/MarkerNode.d.ts +0 -0
- /package/{build/types → src}/generation/markers/MarkerNode.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/RuleSelectionPolicyType.d.ts +0 -0
- /package/{build/types → src}/generation/markers/RuleSelectionPolicyType.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeAction.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionEntityPlacement.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionEntityPlacement.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionImaginary.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionImaginary.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionSequence.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeActionSequence.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeProcessingRuleSet.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerNodeProcessingRuleSet.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerProcessingRule.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/MarkerProcessingRule.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessor.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessor.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorClingToTerrain.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorRandomRotation.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/placement/MarkerNodeEntityProcessorSequence.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionSelectWeighted.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionWeightedElement.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/probability/MarkerNodeActionWeightedElement.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/terrain/MarkerNodeActionPaintTerrain.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/util/GridCellActionDebugBreak.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/util/GridCellActionDebugBreak.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/actions/util/GridCellActionLogToConsole.d.ts +0 -0
- /package/{build/types → src}/generation/markers/actions/util/GridCellActionLogToConsole.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/debug/visualizeMarkers.d.ts +0 -0
- /package/{build/types → src}/generation/markers/debug/visualizeMarkers.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeConsumer.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeConsumer.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeConsumerBuffer.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeConsumerBuffer.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitter.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitter.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterFromAction.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterFromAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterGridCellAction.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterGridCellAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterGroup.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterGroup.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterPredicated.d.ts +0 -0
- /package/{build/types → src}/generation/markers/emitter/MarkerNodeEmitterPredicated.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcher.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcher.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherAnd.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherAnd.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherAny.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherAny.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherBinary.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherBinary.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherByType.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherByType.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherContainsTag.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherContainsTag.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherNone.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherNone.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherNot.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherNot.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherOr.d.ts +0 -0
- /package/{build/types → src}/generation/markers/matcher/MarkerNodeMatcherOr.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicate.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicate.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateAnd.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateAnd.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateAny.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateAny.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateBinary.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateBinary.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateNot.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateNot.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateOverlaps.d.ts +0 -0
- /package/{build/types → src}/generation/markers/predicate/GridDataNodePredicateOverlaps.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/prototypeGridCellActionPlaceMarker.d.ts +0 -0
- /package/{build/types → src}/generation/markers/prototypeGridCellActionPlaceMarker.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformRotateRandom.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformRotateRandom.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformer.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformer.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerAddPositionYFromFilter.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerOffsetPosition.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerOffsetPosition.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordProperty.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordProperty.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordPropertyClosure.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRecordUniqueRandomEnum.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRemoveTag.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerRemoveTag.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerSequence.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerSequence.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilter.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.d.ts.map +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts +0 -0
- /package/{build/types → src}/generation/markers/transform/MarkerNodeTransformerYRotateByFilterGradient.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/GridCellActionTransformNearbyMarkers.d.ts +0 -0
- /package/{build/types → src}/generation/placement/GridCellActionTransformNearbyMarkers.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/GridCellPlacementRule.d.ts +0 -0
- /package/{build/types → src}/generation/placement/GridCellPlacementRule.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellAction.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionPlaceTags.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionPlaceTags.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionPlaceTags.spec.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionPlaceTags.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionWriteFilterToLayer.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/GridCellActionWriteFilterToLayer.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/random/CellActionSelectRandom.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/random/CellActionSelectRandom.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/random/weighted/CellActionSelectWeightedRandom.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/random/weighted/WeightedGridCellAction.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/random/weighted/WeightedGridCellAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/util/CellMatcherWithinAABB.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/util/CellMatcherWithinAABB.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/util/GridCellActionSequence.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/util/GridCellActionSequence.d.ts.map +0 -0
- /package/{build/types → src}/generation/placement/action/util/GridCellDisplacedAction.d.ts +0 -0
- /package/{build/types → src}/generation/placement/action/util/GridCellDisplacedAction.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/CellMatcher.d.ts +0 -0
- /package/{build/types → src}/generation/rules/CellMatcher.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherAny.d.ts +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherAny.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherFromFilter.d.ts +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherFromFilter.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherLayerBitMaskTest.d.ts +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherLayerBitMaskTest.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherLayerBitMaskTest.spec.d.ts +0 -0
- /package/{build/types → src}/generation/rules/CellMatcherLayerBitMaskTest.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/GridLayerCellMatcher.d.ts +0 -0
- /package/{build/types → src}/generation/rules/GridLayerCellMatcher.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.d.ts +0 -0
- /package/{build/types → src}/generation/rules/cell/CellMatcherContainsMarkerWithinRadius.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/cell/CellMatcherGridPattern.d.ts +0 -0
- /package/{build/types → src}/generation/rules/cell/CellMatcherGridPattern.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/cell/GridPatternMatcher.spec.d.ts +0 -0
- /package/{build/types → src}/generation/rules/cell/GridPatternMatcher.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/cell/GridPatternMatcherCell.d.ts +0 -0
- /package/{build/types → src}/generation/rules/cell/GridPatternMatcherCell.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherAnd.d.ts +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherAnd.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherBinary.d.ts +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherBinary.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherDecorator.d.ts +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherDecorator.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherNot.d.ts +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherNot.d.ts.map +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherOr.d.ts +0 -0
- /package/{build/types → src}/generation/rules/logic/CellMatcherOr.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/AreaMask.d.ts +0 -0
- /package/{build/types → src}/generation/theme/AreaMask.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/AreaTheme.d.ts +0 -0
- /package/{build/types → src}/generation/theme/AreaTheme.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerDescription.d.ts +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerDescription.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerRule.d.ts +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerRule.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerRuleAggregator.d.ts +0 -0
- /package/{build/types → src}/generation/theme/TerrainLayerRuleAggregator.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/TerrainTheme.d.ts +0 -0
- /package/{build/types → src}/generation/theme/TerrainTheme.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/Theme.d.ts +0 -0
- /package/{build/types → src}/generation/theme/Theme.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/ThemeEngine.d.ts +0 -0
- /package/{build/types → src}/generation/theme/ThemeEngine.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/ThemeEngine.spec.d.ts +0 -0
- /package/{build/types → src}/generation/theme/ThemeEngine.spec.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/cell/CellProcessingRule.d.ts +0 -0
- /package/{build/types → src}/generation/theme/cell/CellProcessingRule.d.ts.map +0 -0
- /package/{build/types → src}/generation/theme/cell/CellProcessingRuleSet.d.ts +0 -0
- /package/{build/types → src}/generation/theme/cell/CellProcessingRuleSet.d.ts.map +0 -0
- /package/{build/types → src}/misc/makeMatcapSelectionOption.d.ts.map +0 -0
- /package/{build/types → src}/misc/makeMaterialIcon.d.ts +0 -0
- /package/{build/types → src}/misc/makeMaterialIcon.d.ts.map +0 -0
- /package/{build/types → src}/misc/makeMaterialIconCached.d.ts +0 -0
- /package/{build/types → src}/misc/makeMaterialIconCached.d.ts.map +0 -0
- /package/{build/types → src}/view/CSS_ABSOLUTE_POSITIONING.d.ts +0 -0
- /package/{build/types → src}/view/CSS_ABSOLUTE_POSITIONING.d.ts.map +0 -0
- /package/{build/types → src}/view/SVG.d.ts +0 -0
- /package/{build/types → src}/view/SVG.d.ts.map +0 -0
- /package/{build/types → src}/view/View.d.ts.map +0 -0
- /package/{build/types → src}/view/ViewGroup.d.ts +0 -0
- /package/{build/types → src}/view/ViewGroup.d.ts.map +0 -0
- /package/{build/types → src}/view/asset/AssetLoaderStatusView.d.ts +0 -0
- /package/{build/types → src}/view/asset/AssetLoaderStatusView.d.ts.map +0 -0
- /package/{build/types → src}/view/asset/PreloaderView.d.ts +0 -0
- /package/{build/types → src}/view/asset/PreloaderView.d.ts.map +0 -0
- /package/{build/types → src}/view/common/HTMLElementCacheKey.d.ts +0 -0
- /package/{build/types → src}/view/common/HTMLElementCacheKey.d.ts.map +0 -0
- /package/{build/types → src}/view/common/LabelView.d.ts +0 -0
- /package/{build/types → src}/view/common/LabelView.d.ts.map +0 -0
- /package/{build/types → src}/view/common/ListView.d.ts +0 -0
- /package/{build/types → src}/view/common/ListView.d.ts.map +0 -0
- /package/{build/types → src}/view/common/TabbedView.d.ts +0 -0
- /package/{build/types → src}/view/common/TabbedView.d.ts.map +0 -0
- /package/{build/types → src}/view/common/VirtualListView.d.ts +0 -0
- /package/{build/types → src}/view/common/VirtualListView.d.ts.map +0 -0
- /package/{build/types → src}/view/common/dnd/DragAndDropContext.d.ts +0 -0
- /package/{build/types → src}/view/common/dnd/DragAndDropContext.d.ts.map +0 -0
- /package/{build/types → src}/view/common/dnd/Draggable.d.ts +0 -0
- /package/{build/types → src}/view/common/dnd/Draggable.d.ts.map +0 -0
- /package/{build/types → src}/view/common/dnd/DropTarget.d.ts +0 -0
- /package/{build/types → src}/view/common/dnd/DropTarget.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/GuiController.d.ts +0 -0
- /package/{build/types → src}/view/controller/GuiController.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/BooleanVector3Control.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/BooleanVector3Control.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/ListController.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/ListController.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/NativeListController.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/NativeListController.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/NumericIntervalControl.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/NumericIntervalControl.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/Vector1Control.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/Vector1Control.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/Vector2Control.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/Vector2Control.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls/Vector3Control.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls/Vector3Control.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls_v2/AbstractPropertyBinding.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls_v2/AbstractPropertyBinding.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls_v2/Controller.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls_v2/Controller.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls_v2/IPropertyBinding.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls_v2/IPropertyBinding.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls_v2/PrimitivePropertyBinding.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls_v2/PrimitivePropertyBinding.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/controls_v2/SliderController.d.ts +0 -0
- /package/{build/types → src}/view/controller/controls_v2/SliderController.d.ts.map +0 -0
- /package/{build/types → src}/view/controller/dat/DatGuiUtils.d.ts +0 -0
- /package/{build/types → src}/view/controller/dat/DatGuiUtils.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/CompositeCurrencyLabelView.d.ts +0 -0
- /package/{build/types → src}/view/currency/CompositeCurrencyLabelView.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/CurrencyDenominationLabelView.d.ts +0 -0
- /package/{build/types → src}/view/currency/CurrencyDenominationLabelView.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/CurrencyDenominationSpec.d.ts +0 -0
- /package/{build/types → src}/view/currency/CurrencyDenominationSpec.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/CurrencyDisplaySpec.d.ts +0 -0
- /package/{build/types → src}/view/currency/CurrencyDisplaySpec.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/FantasyCurrencySpec.d.ts +0 -0
- /package/{build/types → src}/view/currency/FantasyCurrencySpec.d.ts.map +0 -0
- /package/{build/types → src}/view/currency/SingleCoinCurrency.d.ts +0 -0
- /package/{build/types → src}/view/currency/SingleCoinCurrency.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/BottomLeftResizeHandleView.d.ts +0 -0
- /package/{build/types → src}/view/elements/BottomLeftResizeHandleView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/CanvasView.d.ts +0 -0
- /package/{build/types → src}/view/elements/CanvasView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/CheckboxView.d.ts +0 -0
- /package/{build/types → src}/view/elements/CheckboxView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/ColorPickerView.d.ts +0 -0
- /package/{build/types → src}/view/elements/ColorPickerView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/CompassArrowView.d.ts +0 -0
- /package/{build/types → src}/view/elements/CompassArrowView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/ConfirmationDialogView.d.ts +0 -0
- /package/{build/types → src}/view/elements/ConfirmationDialogView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/DropDownSelectionView.d.ts +0 -0
- /package/{build/types → src}/view/elements/DropDownSelectionView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/EmptyView.d.ts +0 -0
- /package/{build/types → src}/view/elements/EmptyView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/Group.d.ts +0 -0
- /package/{build/types → src}/view/elements/Group.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/MeshPreview.d.ts +0 -0
- /package/{build/types → src}/view/elements/MeshPreview.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/SimpleWindow.d.ts +0 -0
- /package/{build/types → src}/view/elements/SimpleWindow.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/button/ButtonView.d.ts +0 -0
- /package/{build/types → src}/view/elements/button/ButtonView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/button/ButtonView.stories.d.ts +0 -0
- /package/{build/types → src}/view/elements/button/ButtonView.stories.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/image/ImageView.d.ts +0 -0
- /package/{build/types → src}/view/elements/image/ImageView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/image/SvgImageView.d.ts +0 -0
- /package/{build/types → src}/view/elements/image/SvgImageView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/label/LabeledValueView.d.ts +0 -0
- /package/{build/types → src}/view/elements/label/LabeledValueView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/navigation/NavigationMenu.d.ts +0 -0
- /package/{build/types → src}/view/elements/navigation/NavigationMenu.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/navigation/ViewStack.d.ts +0 -0
- /package/{build/types → src}/view/elements/navigation/ViewStack.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/notify/ToastLogView.d.ts +0 -0
- /package/{build/types → src}/view/elements/notify/ToastLogView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/progress/RectangularPieProgressView.d.ts +0 -0
- /package/{build/types → src}/view/elements/progress/RectangularPieProgressView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.d.ts +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/RESOURCE_BAR_SEGMENTS.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/SegmentDefinition.d.ts +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/SegmentDefinition.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/SegmentedResourceBarView.d.ts +0 -0
- /package/{build/types → src}/view/elements/progress/segmented/SegmentedResourceBarView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/RadialMenu.d.ts +0 -0
- /package/{build/types → src}/view/elements/radial/RadialMenu.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/RadialMenuElement.d.ts +0 -0
- /package/{build/types → src}/view/elements/radial/RadialMenuElement.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/RadialMenuElementDefinition.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/RadialProgressView.d.ts +0 -0
- /package/{build/types → src}/view/elements/radial/RadialProgressView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/RadialText.d.ts +0 -0
- /package/{build/types → src}/view/elements/radial/RadialText.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/radial/makeDonut.d.ts +0 -0
- /package/{build/types → src}/view/elements/radial/makeDonut.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/tiles2d/Tile.d.ts +0 -0
- /package/{build/types → src}/view/elements/tiles2d/Tile.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/tiles2d/TileGrid.d.ts +0 -0
- /package/{build/types → src}/view/elements/tiles2d/TileGrid.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/video/VideoView.d.ts +0 -0
- /package/{build/types → src}/view/elements/video/VideoView.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/windrose/WindRoseDiagram.d.ts +0 -0
- /package/{build/types → src}/view/elements/windrose/WindRoseDiagram.d.ts.map +0 -0
- /package/{build/types → src}/view/elements/windrose/prototype.d.ts +0 -0
- /package/{build/types → src}/view/elements/windrose/prototype.d.ts.map +0 -0
- /package/{build/types → src}/view/game/achievements/AchievementNotificationView.d.ts +0 -0
- /package/{build/types → src}/view/game/achievements/AchievementNotificationView.d.ts.map +0 -0
- /package/{build/types → src}/view/interaction/CommandButtonView.d.ts +0 -0
- /package/{build/types → src}/view/interaction/CommandButtonView.d.ts.map +0 -0
- /package/{build/types → src}/view/interaction/InteractionCommand.d.ts +0 -0
- /package/{build/types → src}/view/interaction/InteractionCommand.d.ts.map +0 -0
- /package/{build/types → src}/view/interaction/InteractionCommandSet.d.ts +0 -0
- /package/{build/types → src}/view/interaction/InteractionCommandSet.d.ts.map +0 -0
- /package/{build/types → src}/view/interaction/InterfaceCommand.d.ts +0 -0
- /package/{build/types → src}/view/interaction/InterfaceCommand.d.ts.map +0 -0
- /package/{build/types → src}/view/interaction/createInterfaceCommandButton.d.ts +0 -0
- /package/{build/types → src}/view/interaction/createInterfaceCommandButton.d.ts.map +0 -0
- /package/{build/types → src}/view/math/FunctionGraphView.d.ts +0 -0
- /package/{build/types → src}/view/math/FunctionGraphView.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/Minimap.d.ts +0 -0
- /package/{build/types → src}/view/minimap/Minimap.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapCameraView.d.ts +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapCameraView.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapMarkerView.d.ts +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapMarkerView.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapTerrainView.d.ts +0 -0
- /package/{build/types → src}/view/minimap/dom/MinimapTerrainView.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MarkerGL.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MarkerGL.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MarkerGLAttributes.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MarkerGLAttributes.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapFogOfWar.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapFogOfWar.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapMarkersGL.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapMarkersGL.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapTerrainGL.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapTerrainGL.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapWorldGL.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapWorldGL.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapWorldLayer.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/MinimapWorldLayer.d.ts.map +0 -0
- /package/{build/types → src}/view/minimap/gl/buildMaterial.d.ts +0 -0
- /package/{build/types → src}/view/minimap/gl/buildMaterial.d.ts.map +0 -0
- /package/{build/types → src}/view/renderModel.d.ts +0 -0
- /package/{build/types → src}/view/renderModel.d.ts.map +0 -0
- /package/{build/types → src}/view/setElementTransform.d.ts +0 -0
- /package/{build/types → src}/view/setElementTransform.d.ts.map +0 -0
- /package/{build/types → src}/view/setElementVisibility.d.ts +0 -0
- /package/{build/types → src}/view/setElementVisibility.d.ts.map +0 -0
- /package/{build/types → src}/view/string_tag_to_css_class_name.d.ts +0 -0
- /package/{build/types → src}/view/string_tag_to_css_class_name.d.ts.map +0 -0
- /package/{build/types → src}/view/task/TaskLoadingScreen.d.ts +0 -0
- /package/{build/types → src}/view/task/TaskLoadingScreen.d.ts.map +0 -0
- /package/{build/types → src}/view/task/TaskProgressView.d.ts +0 -0
- /package/{build/types → src}/view/task/TaskProgressView.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/DomTooltipManager.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/DomTooltipManager.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/DomTooltipObserver.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/DomTooltipObserver.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/TooltipManager.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/TooltipManager.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/TooltipView.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/TooltipView.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/VisualTip.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/VisualTip.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/GMLEngine.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/GMLEngine.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/TooltipParser.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/TooltipParser.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/TooltipParser.spec.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/TooltipParser.spec.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/compiler/GMLReferenceCompiler.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/compiler/GMLReferenceCompiler.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/TooltipReferenceValue.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/TooltipReferenceValue.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/TooltipTokenType.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/TooltipTokenType.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/parseTooltipString.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/parseTooltipString.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readReferenceToken.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readReferenceToken.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readReferenceValueToken.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readReferenceValueToken.d.ts.map +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readStyleToken.d.ts +0 -0
- /package/{build/types → src}/view/tooltip/gml/parser/readStyleToken.d.ts.map +0 -0
- /package/{build/types → src}/view/util/DomSizeObserver.d.ts +0 -0
- /package/{build/types → src}/view/util/DomSizeObserver.d.ts.map +0 -0
- /package/{build/types → src}/view/writeCssTransformMatrix.d.ts +0 -0
- /package/{build/types → src}/view/writeCssTransformMatrix.d.ts.map +0 -0
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Fully featured ECS game engine written in JavaScript",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Alexander Goldring",
|
|
8
|
-
"version": "2.85.
|
|
8
|
+
"version": "2.85.8",
|
|
9
9
|
"main": "build/meep.module.js",
|
|
10
10
|
"module": "build/meep.module.js",
|
|
11
11
|
"exports": {
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"./editor/*": "./editor/*",
|
|
18
18
|
"./*.md": "./*"
|
|
19
19
|
},
|
|
20
|
-
"types": "./build/types",
|
|
21
20
|
"scripts": {
|
|
22
21
|
"test:ci": "jest --config ./jest.conf.json --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
|
|
23
22
|
"build-module": "rollup -c rollup.config.js",
|
|
@@ -5,20 +5,31 @@ export class EngineHarness {
|
|
|
5
5
|
*/
|
|
6
6
|
static addFpsCounter(engine: Engine): void;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param {Engine} engine
|
|
10
|
-
* @param {EntityComponentDataset} ecd
|
|
11
|
-
* @param {Vector3} [target]
|
|
12
|
-
* @param {number} [distance]
|
|
13
|
-
* @param {number} [pitch]
|
|
14
|
-
* @param {number} [yaw]
|
|
15
|
-
* @param {boolean} [autoClip]
|
|
16
|
-
* @param {number} [distanceMin]
|
|
17
|
-
* @param {number} [distanceMax]
|
|
18
|
-
* @param {number} [fieldOfView] in degrees
|
|
8
|
+
* @param {Object} param
|
|
9
|
+
* @param {Engine} param.engine
|
|
10
|
+
* @param {EntityComponentDataset} param.ecd
|
|
11
|
+
* @param {Vector3} [param.target]
|
|
12
|
+
* @param {number} [param.distance]
|
|
13
|
+
* @param {number} [param.pitch]
|
|
14
|
+
* @param {number} [param.yaw]
|
|
15
|
+
* @param {boolean} [param.autoClip]
|
|
16
|
+
* @param {number} [param.distanceMin]
|
|
17
|
+
* @param {number} [param.distanceMax]
|
|
18
|
+
* @param {number} [param.fieldOfView] in degrees
|
|
19
19
|
* @returns {Entity}
|
|
20
20
|
*/
|
|
21
|
-
static buildCamera({ engine, ecd, target, distance, pitch, yaw, autoClip, distanceMin, distanceMax, fieldOfView }:
|
|
21
|
+
static buildCamera({ engine, ecd, target, distance, pitch, yaw, autoClip, distanceMin, distanceMax, fieldOfView }: {
|
|
22
|
+
engine: Engine;
|
|
23
|
+
ecd: EntityComponentDataset;
|
|
24
|
+
target?: Vector3;
|
|
25
|
+
distance?: number;
|
|
26
|
+
pitch?: number;
|
|
27
|
+
yaw?: number;
|
|
28
|
+
autoClip?: boolean;
|
|
29
|
+
distanceMin?: number;
|
|
30
|
+
distanceMax?: number;
|
|
31
|
+
fieldOfView?: number;
|
|
32
|
+
}): Entity;
|
|
22
33
|
/**
|
|
23
34
|
*
|
|
24
35
|
* @param {Engine} engine
|
|
@@ -42,21 +53,30 @@ export class EngineHarness {
|
|
|
42
53
|
*/
|
|
43
54
|
static buildBasics({ engine, focus, heightMap, heightRange, pitch, yaw, distance, terrainSize, terrainResolution, enableWater, enableTerrain, enableLights, cameraFieldOfView, cameraFarDistance, cameraController, cameraAutoClip, shadowmapResolution, showFps }: Engine): Promise<void>;
|
|
44
55
|
/**
|
|
45
|
-
*
|
|
46
|
-
* @param {Engine} engine
|
|
47
|
-
* @param {EntityComponentDataset} ecd
|
|
48
|
-
* @param shadowmapResolution
|
|
56
|
+
* @param {Object} param
|
|
57
|
+
* @param {Engine} param.engine
|
|
58
|
+
* @param {EntityComponentDataset} [param.ecd]
|
|
59
|
+
* @param {number} [param.shadowmapResolution]
|
|
49
60
|
*/
|
|
50
|
-
static buildLights({ engine, ecd, shadowmapResolution }:
|
|
61
|
+
static buildLights({ engine, ecd, shadowmapResolution }: {
|
|
62
|
+
engine: Engine;
|
|
63
|
+
ecd?: EntityComponentDataset;
|
|
64
|
+
shadowmapResolution?: number;
|
|
65
|
+
}): Promise<void>;
|
|
51
66
|
/**
|
|
52
|
-
*
|
|
53
|
-
* @param {number} [cameraEntity]
|
|
54
|
-
* @param {Engine} engine
|
|
55
|
-
* @param {number} [sensitivity]
|
|
56
|
-
* @param {EntityComponentDataset} [ecd]
|
|
67
|
+
* @param {Object} param
|
|
68
|
+
* @param {number} [param.cameraEntity]
|
|
69
|
+
* @param {Engine} param.engine
|
|
70
|
+
* @param {number} [param.sensitivity]
|
|
71
|
+
* @param {EntityComponentDataset} [param.ecd]
|
|
57
72
|
* @returns {Entity}
|
|
58
73
|
*/
|
|
59
|
-
static buildOrbitalCameraController({ cameraEntity, engine, ecd, sensitivity }
|
|
74
|
+
static buildOrbitalCameraController({ cameraEntity, engine, ecd, sensitivity }: {
|
|
75
|
+
cameraEntity?: number;
|
|
76
|
+
engine: Engine;
|
|
77
|
+
sensitivity?: number;
|
|
78
|
+
ecd?: EntityComponentDataset;
|
|
79
|
+
}): Entity;
|
|
60
80
|
/**
|
|
61
81
|
*
|
|
62
82
|
* @param {Engine} engine
|
|
@@ -96,6 +116,7 @@ export namespace EngineHarness {
|
|
|
96
116
|
}
|
|
97
117
|
import Engine from "./Engine.js";
|
|
98
118
|
import { EngineConfiguration } from "./EngineConfiguration.js";
|
|
119
|
+
import Vector3 from "../core/geom/Vector3.js";
|
|
99
120
|
import Entity from "./ecs/Entity.js";
|
|
100
121
|
import Terrain from "./ecs/terrain/ecs/Terrain.js";
|
|
101
122
|
//# sourceMappingURL=EngineHarness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EngineHarness.d.ts","sourceRoot":"","sources":["../../../src/engine/EngineHarness.js"],"names":[],"mappings":"AAsDA;IAmBI;;;OAGG;IACH,6BAFW,MAAM,QAYhB;IAkED;;;;;;;;;;;;;OAaG;IACH;QAZyB,MAAM,EAApB,MAAM;QACwB,GAAG;QACjB,MAAM,GAAtB,OAAO;QACQ,QAAQ,GAAvB,MAAM;QACS,KAAK,GAApB,MAAM;QACS,GAAG,GAAlB,MAAM;QACU,QAAQ,GAAxB,OAAO;QACQ,WAAW,GAA1B,MAAM;QACS,WAAW,GAA1B,MAAM;QACS,WAAW,GAA1B,MAAM;QACJ,MAAM,CA+DlB;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,oQAnBW,MAAM,iBAmFhB;IAGD;;;;;OAKG;IACH;QAJyB,MAAM,EAApB,MAAM;QACyB,GAAG;QACnB,mBAAmB,GAAlC,MAAM;sBAoDhB;IAED;;;;;;;OAOG;IACH;QAN0B,YAAY,GAA3B,MAAM;QACQ,MAAM,EAApB,MAAM;QACS,WAAW,GAA1B,MAAM;QACyB,GAAG;QAChC,MAAM,CA2ClB;IAGD;;;;;;;;;;;OAWG;IACH,mGAVW,MAAM,GAQJ,OAAO,CA0DnB;IAxbG;;;OAGG;IACH,QAFU,MAAM,CAEiC;IAMjD;;;OAGG;IACH,YAFU,eAAQ,IAAI,CAET;IAmBjB;;;;OAIG;IACH,8DAJmB,mBAAmB,UAAQ,MAAM,WAEvC,QAAQ,MAAM,CAAC,CA2D3B;CA0VJ;;IAID;;;OAGG;IACH,uCAMC;;mBAjfkB,aAAa;oCACI,0BAA0B;oBAX1C,yBAAyB;mBAK1B,iBAAiB;oBAEhB,8BAA8B"}
|
|
@@ -152,17 +152,17 @@ export class EngineHarness {
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
156
|
-
* @param {Engine} engine
|
|
157
|
-
* @param {EntityComponentDataset} ecd
|
|
158
|
-
* @param {Vector3} [target]
|
|
159
|
-
* @param {number} [distance]
|
|
160
|
-
* @param {number} [pitch]
|
|
161
|
-
* @param {number} [yaw]
|
|
162
|
-
* @param {boolean} [autoClip]
|
|
163
|
-
* @param {number} [distanceMin]
|
|
164
|
-
* @param {number} [distanceMax]
|
|
165
|
-
* @param {number} [fieldOfView] in degrees
|
|
155
|
+
* @param {Object} param
|
|
156
|
+
* @param {Engine} param.engine
|
|
157
|
+
* @param {EntityComponentDataset} param.ecd
|
|
158
|
+
* @param {Vector3} [param.target]
|
|
159
|
+
* @param {number} [param.distance]
|
|
160
|
+
* @param {number} [param.pitch]
|
|
161
|
+
* @param {number} [param.yaw]
|
|
162
|
+
* @param {boolean} [param.autoClip]
|
|
163
|
+
* @param {number} [param.distanceMin]
|
|
164
|
+
* @param {number} [param.distanceMax]
|
|
165
|
+
* @param {number} [param.fieldOfView] in degrees
|
|
166
166
|
* @returns {Entity}
|
|
167
167
|
*/
|
|
168
168
|
static buildCamera(
|
|
@@ -317,12 +317,16 @@ export class EngineHarness {
|
|
|
317
317
|
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
|
-
*
|
|
321
|
-
* @param {Engine} engine
|
|
322
|
-
* @param {EntityComponentDataset} ecd
|
|
323
|
-
* @param shadowmapResolution
|
|
320
|
+
* @param {Object} param
|
|
321
|
+
* @param {Engine} param.engine
|
|
322
|
+
* @param {EntityComponentDataset} [param.ecd]
|
|
323
|
+
* @param {number} [param.shadowmapResolution]
|
|
324
324
|
*/
|
|
325
|
-
static async buildLights({
|
|
325
|
+
static async buildLights({
|
|
326
|
+
engine,
|
|
327
|
+
ecd = engine.entityManager.dataset,
|
|
328
|
+
shadowmapResolution = 1024
|
|
329
|
+
}) {
|
|
326
330
|
const em = engine.entityManager;
|
|
327
331
|
|
|
328
332
|
if (!em.hasSystem(LightSystem)) {
|
|
@@ -371,11 +375,11 @@ export class EngineHarness {
|
|
|
371
375
|
}
|
|
372
376
|
|
|
373
377
|
/**
|
|
374
|
-
*
|
|
375
|
-
* @param {number} [cameraEntity]
|
|
376
|
-
* @param {Engine} engine
|
|
377
|
-
* @param {number} [sensitivity]
|
|
378
|
-
* @param {EntityComponentDataset} [ecd]
|
|
378
|
+
* @param {Object} param
|
|
379
|
+
* @param {number} [param.cameraEntity]
|
|
380
|
+
* @param {Engine} param.engine
|
|
381
|
+
* @param {number} [param.sensitivity]
|
|
382
|
+
* @param {EntityComponentDataset} [param.ecd]
|
|
379
383
|
* @returns {Entity}
|
|
380
384
|
*/
|
|
381
385
|
static async buildOrbitalCameraController({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {AssetManager} from "../engine/asset/AssetManager";
|
|
2
1
|
import {WebGLRenderer} from "three";
|
|
2
|
+
import {AssetManager} from "../engine/asset/AssetManager";
|
|
3
3
|
import {RadialMenuElementDefinition} from "../view/elements/radial/RadialMenuElementDefinition";
|
|
4
4
|
|
|
5
5
|
interface MatcapSelectionOptionParams {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function t(t){let e=t.length;for(;--e>=0;)t[e]=0}const e=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),i=new Uint8Array([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13]),n=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7]),a=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),r=new Array(576);t(r);const s=new Array(60);t(s);const o=new Array(512);t(o);const h=new Array(256);t(h);const l=new Array(29);t(l);const d=new Array(30);function c(t,e,i,n,a){this.static_tree=t,this.extra_bits=e,this.extra_base=i,this.elems=n,this.max_length=a,this.has_stree=t&&t.length}let f,u,_;function p(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}t(d);const w=t=>t<256?o[t]:o[256+(t>>>7)],g=(t,e)=>{t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255},b=(t,e,i)=>{t.bi_valid>16-i?(t.bi_buf|=e<<t.bi_valid&65535,g(t,t.bi_buf),t.bi_buf=e>>16-t.bi_valid,t.bi_valid+=i-16):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=i)},m=(t,e,i)=>{b(t,i[2*e],i[2*e+1])},y=(t,e)=>{let i=0;do{i|=1&t,t>>>=1,i<<=1}while(--e>0);return i>>>1},k=(t,e,i)=>{const n=new Array(16);let a,r,s=0;for(a=1;a<=15;a++)n[a]=s=s+i[a-1]<<1;for(r=0;r<=e;r++){let e=t[2*r+1];0!==e&&(t[2*r]=y(n[e]++,e))}},v=t=>{let e;for(e=0;e<286;e++)t.dyn_ltree[2*e]=0;for(e=0;e<30;e++)t.dyn_dtree[2*e]=0;for(e=0;e<19;e++)t.bl_tree[2*e]=0;t.dyn_ltree[512]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0},x=t=>{t.bi_valid>8?g(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0},A=(t,e,i,n)=>{const a=2*e,r=2*i;return t[a]<t[r]||t[a]===t[r]&&n[e]<=n[i]},E=(t,e,i)=>{const n=t.heap[i];let a=i<<1;for(;a<=t.heap_len&&(a<t.heap_len&&A(e,t.heap[a+1],t.heap[a],t.depth)&&a++,!A(e,n,t.heap[a],t.depth));)t.heap[i]=t.heap[a],i=a,a<<=1;t.heap[i]=n},U=(t,n,a)=>{let r,s,o,c,f=0;if(0!==t.last_lit)do{r=t.pending_buf[t.d_buf+2*f]<<8|t.pending_buf[t.d_buf+2*f+1],s=t.pending_buf[t.l_buf+f],f++,0===r?m(t,s,n):(o=h[s],m(t,o+256+1,n),c=e[o],0!==c&&(s-=l[o],b(t,s,c)),r--,o=w(r),m(t,o,a),c=i[o],0!==c&&(r-=d[o],b(t,r,c)))}while(f<t.last_lit);m(t,256,n)},I=(t,e)=>{const i=e.dyn_tree,n=e.stat_desc.static_tree,a=e.stat_desc.has_stree,r=e.stat_desc.elems;let s,o,h,l=-1;for(t.heap_len=0,t.heap_max=573,s=0;s<r;s++)0!==i[2*s]?(t.heap[++t.heap_len]=l=s,t.depth[s]=0):i[2*s+1]=0;for(;t.heap_len<2;)h=t.heap[++t.heap_len]=l<2?++l:0,i[2*h]=1,t.depth[h]=0,t.opt_len--,a&&(t.static_len-=n[2*h+1]);for(e.max_code=l,s=t.heap_len>>1;s>=1;s--)E(t,i,s);h=r;do{s=t.heap[1],t.heap[1]=t.heap[t.heap_len--],E(t,i,1),o=t.heap[1],t.heap[--t.heap_max]=s,t.heap[--t.heap_max]=o,i[2*h]=i[2*s]+i[2*o],t.depth[h]=(t.depth[s]>=t.depth[o]?t.depth[s]:t.depth[o])+1,i[2*s+1]=i[2*o+1]=h,t.heap[1]=h++,E(t,i,1)}while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],((t,e)=>{const i=e.dyn_tree,n=e.max_code,a=e.stat_desc.static_tree,r=e.stat_desc.has_stree,s=e.stat_desc.extra_bits,o=e.stat_desc.extra_base,h=e.stat_desc.max_length;let l,d,c,f,u,_,p=0;for(f=0;f<=15;f++)t.bl_count[f]=0;for(i[2*t.heap[t.heap_max]+1]=0,l=t.heap_max+1;l<573;l++)d=t.heap[l],f=i[2*i[2*d+1]+1]+1,f>h&&(f=h,p++),i[2*d+1]=f,d>n||(t.bl_count[f]++,u=0,d>=o&&(u=s[d-o]),_=i[2*d],t.opt_len+=_*(f+u),r&&(t.static_len+=_*(a[2*d+1]+u)));if(0!==p){do{for(f=h-1;0===t.bl_count[f];)f--;t.bl_count[f]--,t.bl_count[f+1]+=2,t.bl_count[h]--,p-=2}while(p>0);for(f=h;0!==f;f--)for(d=t.bl_count[f];0!==d;)c=t.heap[--l],c>n||(i[2*c+1]!==f&&(t.opt_len+=(f-i[2*c+1])*i[2*c],i[2*c+1]=f),d--)}})(t,e),k(i,l,t.bl_count)},z=(t,e,i)=>{let n,a,r=-1,s=e[1],o=0,h=7,l=4;for(0===s&&(h=138,l=3),e[2*(i+1)+1]=65535,n=0;n<=i;n++)a=s,s=e[2*(n+1)+1],++o<h&&a===s||(o<l?t.bl_tree[2*a]+=o:0!==a?(a!==r&&t.bl_tree[2*a]++,t.bl_tree[32]++):o<=10?t.bl_tree[34]++:t.bl_tree[36]++,o=0,r=a,0===s?(h=138,l=3):a===s?(h=6,l=3):(h=7,l=4))},S=(t,e,i)=>{let n,a,r=-1,s=e[1],o=0,h=7,l=4;for(0===s&&(h=138,l=3),n=0;n<=i;n++)if(a=s,s=e[2*(n+1)+1],!(++o<h&&a===s)){if(o<l)do{m(t,a,t.bl_tree)}while(0!=--o);else 0!==a?(a!==r&&(m(t,a,t.bl_tree),o--),m(t,16,t.bl_tree),b(t,o-3,2)):o<=10?(m(t,17,t.bl_tree),b(t,o-3,3)):(m(t,18,t.bl_tree),b(t,o-11,7));o=0,r=a,0===s?(h=138,l=3):a===s?(h=6,l=3):(h=7,l=4)}};let T=!1;const C=(t,e,i,n)=>{b(t,0+(n?1:0),3),((t,e,i,n)=>{x(t),g(t,i),g(t,~i),t.pending_buf.set(t.window.subarray(e,e+i),t.pending),t.pending+=i})(t,e,i)};var R={_tr_init:t=>{T||((()=>{let t,a,p,w,g;const b=new Array(16);for(p=0,w=0;w<28;w++)for(l[w]=p,t=0;t<1<<e[w];t++)h[p++]=w;for(h[p-1]=w,g=0,w=0;w<16;w++)for(d[w]=g,t=0;t<1<<i[w];t++)o[g++]=w;for(g>>=7;w<30;w++)for(d[w]=g<<7,t=0;t<1<<i[w]-7;t++)o[256+g++]=w;for(a=0;a<=15;a++)b[a]=0;for(t=0;t<=143;)r[2*t+1]=8,t++,b[8]++;for(;t<=255;)r[2*t+1]=9,t++,b[9]++;for(;t<=279;)r[2*t+1]=7,t++,b[7]++;for(;t<=287;)r[2*t+1]=8,t++,b[8]++;for(k(r,287,b),t=0;t<30;t++)s[2*t+1]=5,s[2*t]=y(t,5);f=new c(r,e,257,286,15),u=new c(s,i,0,30,15),_=new c(new Array(0),n,0,19,7)})(),T=!0),t.l_desc=new p(t.dyn_ltree,f),t.d_desc=new p(t.dyn_dtree,u),t.bl_desc=new p(t.bl_tree,_),t.bi_buf=0,t.bi_valid=0,v(t)},_tr_stored_block:C,_tr_flush_block:(t,e,i,n)=>{let o,h,l=0;t.level>0?(2===t.strm.data_type&&(t.strm.data_type=(t=>{let e,i=4093624447;for(e=0;e<=31;e++,i>>>=1)if(1&i&&0!==t.dyn_ltree[2*e])return 0;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return 1;for(e=32;e<256;e++)if(0!==t.dyn_ltree[2*e])return 1;return 0})(t)),I(t,t.l_desc),I(t,t.d_desc),l=(t=>{let e;for(z(t,t.dyn_ltree,t.l_desc.max_code),z(t,t.dyn_dtree,t.d_desc.max_code),I(t,t.bl_desc),e=18;e>=3&&0===t.bl_tree[2*a[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e})(t),o=t.opt_len+3+7>>>3,h=t.static_len+3+7>>>3,h<=o&&(o=h)):o=h=i+5,i+4<=o&&-1!==e?C(t,e,i,n):4===t.strategy||h===o?(b(t,2+(n?1:0),3),U(t,r,s)):(b(t,4+(n?1:0),3),((t,e,i,n)=>{let r;for(b(t,e-257,5),b(t,i-1,5),b(t,n-4,4),r=0;r<n;r++)b(t,t.bl_tree[2*a[r]+1],3);S(t,t.dyn_ltree,e-1),S(t,t.dyn_dtree,i-1)})(t,t.l_desc.max_code+1,t.d_desc.max_code+1,l+1),U(t,t.dyn_ltree,t.dyn_dtree)),v(t),n&&x(t)},_tr_tally:(t,e,i)=>(t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&i,t.last_lit++,0===e?t.dyn_ltree[2*i]++:(t.matches++,e--,t.dyn_ltree[2*(h[i]+256+1)]++,t.dyn_dtree[2*w(e)]++),t.last_lit===t.lit_bufsize-1),_tr_align:t=>{b(t,2,3),m(t,256,r),(t=>{16===t.bi_valid?(g(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)})(t)}},F=(t,e,i,n)=>{let a=65535&t|0,r=t>>>16&65535|0,s=0;for(;0!==i;){s=i>2e3?2e3:i,i-=s;do{a=a+e[n++]|0,r=r+a|0}while(--s);a%=65521,r%=65521}return a|r<<16|0};const B=new Uint32Array((()=>{let t,e=[];for(var i=0;i<256;i++){t=i;for(var n=0;n<8;n++)t=1&t?3988292384^t>>>1:t>>>1;e[i]=t}return e})());var N=(t,e,i,n)=>{const a=B,r=n+i;t^=-1;for(let i=n;i<r;i++)t=t>>>8^a[255&(t^e[i])];return-1^t},D={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"},Z={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};const{_tr_init:L,_tr_stored_block:O,_tr_flush_block:V,_tr_tally:M,_tr_align:$}=R,{Z_NO_FLUSH:H,Z_PARTIAL_FLUSH:P,Z_FULL_FLUSH:G,Z_FINISH:j,Z_BLOCK:K,Z_OK:X,Z_STREAM_END:Y,Z_STREAM_ERROR:q,Z_DATA_ERROR:W,Z_BUF_ERROR:J,Z_DEFAULT_COMPRESSION:Q,Z_FILTERED:tt,Z_HUFFMAN_ONLY:et,Z_RLE:it,Z_FIXED:nt,Z_DEFAULT_STRATEGY:at,Z_UNKNOWN:rt,Z_DEFLATED:st}=Z,ot=258,ht=262,lt=103,dt=113,ct=666,ft=(t,e)=>(t.msg=D[e],e),ut=t=>(t<<1)-(t>4?9:0),_t=t=>{let e=t.length;for(;--e>=0;)t[e]=0};let pt=(t,e,i)=>(e<<t.hash_shift^i)&t.hash_mask;const wt=t=>{const e=t.state;let i=e.pending;i>t.avail_out&&(i=t.avail_out),0!==i&&(t.output.set(e.pending_buf.subarray(e.pending_out,e.pending_out+i),t.next_out),t.next_out+=i,e.pending_out+=i,t.total_out+=i,t.avail_out-=i,e.pending-=i,0===e.pending&&(e.pending_out=0))},gt=(t,e)=>{V(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,wt(t.strm)},bt=(t,e)=>{t.pending_buf[t.pending++]=e},mt=(t,e)=>{t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=255&e},yt=(t,e,i,n)=>{let a=t.avail_in;return a>n&&(a=n),0===a?0:(t.avail_in-=a,e.set(t.input.subarray(t.next_in,t.next_in+a),i),1===t.state.wrap?t.adler=F(t.adler,e,a,i):2===t.state.wrap&&(t.adler=N(t.adler,e,a,i)),t.next_in+=a,t.total_in+=a,a)},kt=(t,e)=>{let i,n,a=t.max_chain_length,r=t.strstart,s=t.prev_length,o=t.nice_match;const h=t.strstart>t.w_size-ht?t.strstart-(t.w_size-ht):0,l=t.window,d=t.w_mask,c=t.prev,f=t.strstart+ot;let u=l[r+s-1],_=l[r+s];t.prev_length>=t.good_match&&(a>>=2),o>t.lookahead&&(o=t.lookahead);do{if(i=e,l[i+s]===_&&l[i+s-1]===u&&l[i]===l[r]&&l[++i]===l[r+1]){r+=2,i++;do{}while(l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&l[++r]===l[++i]&&r<f);if(n=ot-(f-r),r=f-ot,n>s){if(t.match_start=e,s=n,n>=o)break;u=l[r+s-1],_=l[r+s]}}}while((e=c[e&d])>h&&0!=--a);return s<=t.lookahead?s:t.lookahead},vt=t=>{const e=t.w_size;let i,n,a,r,s;do{if(r=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-ht)){t.window.set(t.window.subarray(e,e+e),0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,i=n;do{a=t.head[--i],t.head[i]=a>=e?a-e:0}while(--n);n=e,i=n;do{a=t.prev[--i],t.prev[i]=a>=e?a-e:0}while(--n);r+=e}if(0===t.strm.avail_in)break;if(n=yt(t.strm,t.window,t.strstart+t.lookahead,r),t.lookahead+=n,t.lookahead+t.insert>=3)for(s=t.strstart-t.insert,t.ins_h=t.window[s],t.ins_h=pt(t,t.ins_h,t.window[s+1]);t.insert&&(t.ins_h=pt(t,t.ins_h,t.window[s+3-1]),t.prev[s&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=s,s++,t.insert--,!(t.lookahead+t.insert<3)););}while(t.lookahead<ht&&0!==t.strm.avail_in)},xt=(t,e)=>{let i,n;for(;;){if(t.lookahead<ht){if(vt(t),t.lookahead<ht&&e===H)return 1;if(0===t.lookahead)break}if(i=0,t.lookahead>=3&&(t.ins_h=pt(t,t.ins_h,t.window[t.strstart+3-1]),i=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),0!==i&&t.strstart-i<=t.w_size-ht&&(t.match_length=kt(t,i)),t.match_length>=3)if(n=M(t,t.strstart-t.match_start,t.match_length-3),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=3){t.match_length--;do{t.strstart++,t.ins_h=pt(t,t.ins_h,t.window[t.strstart+3-1]),i=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart}while(0!=--t.match_length);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=pt(t,t.ins_h,t.window[t.strstart+1]);else n=M(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(gt(t,!1),0===t.strm.avail_out))return 1}return t.insert=t.strstart<2?t.strstart:2,e===j?(gt(t,!0),0===t.strm.avail_out?3:4):t.last_lit&&(gt(t,!1),0===t.strm.avail_out)?1:2},At=(t,e)=>{let i,n,a;for(;;){if(t.lookahead<ht){if(vt(t),t.lookahead<ht&&e===H)return 1;if(0===t.lookahead)break}if(i=0,t.lookahead>=3&&(t.ins_h=pt(t,t.ins_h,t.window[t.strstart+3-1]),i=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=2,0!==i&&t.prev_length<t.max_lazy_match&&t.strstart-i<=t.w_size-ht&&(t.match_length=kt(t,i),t.match_length<=5&&(t.strategy===tt||3===t.match_length&&t.strstart-t.match_start>4096)&&(t.match_length=2)),t.prev_length>=3&&t.match_length<=t.prev_length){a=t.strstart+t.lookahead-3,n=M(t,t.strstart-1-t.prev_match,t.prev_length-3),t.lookahead-=t.prev_length-1,t.prev_length-=2;do{++t.strstart<=a&&(t.ins_h=pt(t,t.ins_h,t.window[t.strstart+3-1]),i=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart)}while(0!=--t.prev_length);if(t.match_available=0,t.match_length=2,t.strstart++,n&&(gt(t,!1),0===t.strm.avail_out))return 1}else if(t.match_available){if(n=M(t,0,t.window[t.strstart-1]),n&>(t,!1),t.strstart++,t.lookahead--,0===t.strm.avail_out)return 1}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=M(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<2?t.strstart:2,e===j?(gt(t,!0),0===t.strm.avail_out?3:4):t.last_lit&&(gt(t,!1),0===t.strm.avail_out)?1:2};function Et(t,e,i,n,a){this.good_length=t,this.max_lazy=e,this.nice_length=i,this.max_chain=n,this.func=a}const Ut=[new Et(0,0,0,0,((t,e)=>{let i=65535;for(i>t.pending_buf_size-5&&(i=t.pending_buf_size-5);;){if(t.lookahead<=1){if(vt(t),0===t.lookahead&&e===H)return 1;if(0===t.lookahead)break}t.strstart+=t.lookahead,t.lookahead=0;const n=t.block_start+i;if((0===t.strstart||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,gt(t,!1),0===t.strm.avail_out))return 1;if(t.strstart-t.block_start>=t.w_size-ht&&(gt(t,!1),0===t.strm.avail_out))return 1}return t.insert=0,e===j?(gt(t,!0),0===t.strm.avail_out?3:4):(t.strstart>t.block_start&&(gt(t,!1),t.strm.avail_out),1)})),new Et(4,4,8,4,xt),new Et(4,5,16,8,xt),new Et(4,6,32,32,xt),new Et(4,4,16,16,At),new Et(8,16,32,32,At),new Et(8,16,128,128,At),new Et(8,32,128,256,At),new Et(32,128,258,1024,At),new Et(32,258,258,4096,At)];function It(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=st,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Uint16Array(1146),this.dyn_dtree=new Uint16Array(122),this.bl_tree=new Uint16Array(78),_t(this.dyn_ltree),_t(this.dyn_dtree),_t(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Uint16Array(16),this.heap=new Uint16Array(573),_t(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Uint16Array(573),_t(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}const zt=t=>{if(!t||!t.state)return ft(t,q);t.total_in=t.total_out=0,t.data_type=rt;const e=t.state;return e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?42:dt,t.adler=2===e.wrap?0:1,e.last_flush=H,L(e),X},St=t=>{const e=zt(t);var i;return e===X&&((i=t.state).window_size=2*i.w_size,_t(i.head),i.max_lazy_match=Ut[i.level].max_lazy,i.good_match=Ut[i.level].good_length,i.nice_match=Ut[i.level].nice_length,i.max_chain_length=Ut[i.level].max_chain,i.strstart=0,i.block_start=0,i.lookahead=0,i.insert=0,i.match_length=i.prev_length=2,i.match_available=0,i.ins_h=0),e},Tt=(t,e,i,n,a,r)=>{if(!t)return q;let s=1;if(e===Q&&(e=6),n<0?(s=0,n=-n):n>15&&(s=2,n-=16),a<1||a>9||i!==st||n<8||n>15||e<0||e>9||r<0||r>nt)return ft(t,q);8===n&&(n=9);const o=new It;return t.state=o,o.strm=t,o.wrap=s,o.gzhead=null,o.w_bits=n,o.w_size=1<<o.w_bits,o.w_mask=o.w_size-1,o.hash_bits=a+7,o.hash_size=1<<o.hash_bits,o.hash_mask=o.hash_size-1,o.hash_shift=~~((o.hash_bits+3-1)/3),o.window=new Uint8Array(2*o.w_size),o.head=new Uint16Array(o.hash_size),o.prev=new Uint16Array(o.w_size),o.lit_bufsize=1<<a+6,o.pending_buf_size=4*o.lit_bufsize,o.pending_buf=new Uint8Array(o.pending_buf_size),o.d_buf=1*o.lit_bufsize,o.l_buf=3*o.lit_bufsize,o.level=e,o.strategy=r,o.method=i,St(t)};var Ct={deflateInit:(t,e)=>Tt(t,e,st,15,8,at),deflateInit2:Tt,deflateReset:St,deflateResetKeep:zt,deflateSetHeader:(t,e)=>t&&t.state?2!==t.state.wrap?q:(t.state.gzhead=e,X):q,deflate:(t,e)=>{let i,n;if(!t||!t.state||e>K||e<0)return t?ft(t,q):q;const a=t.state;if(!t.output||!t.input&&0!==t.avail_in||a.status===ct&&e!==j)return ft(t,0===t.avail_out?J:q);a.strm=t;const r=a.last_flush;if(a.last_flush=e,42===a.status)if(2===a.wrap)t.adler=0,bt(a,31),bt(a,139),bt(a,8),a.gzhead?(bt(a,(a.gzhead.text?1:0)+(a.gzhead.hcrc?2:0)+(a.gzhead.extra?4:0)+(a.gzhead.name?8:0)+(a.gzhead.comment?16:0)),bt(a,255&a.gzhead.time),bt(a,a.gzhead.time>>8&255),bt(a,a.gzhead.time>>16&255),bt(a,a.gzhead.time>>24&255),bt(a,9===a.level?2:a.strategy>=et||a.level<2?4:0),bt(a,255&a.gzhead.os),a.gzhead.extra&&a.gzhead.extra.length&&(bt(a,255&a.gzhead.extra.length),bt(a,a.gzhead.extra.length>>8&255)),a.gzhead.hcrc&&(t.adler=N(t.adler,a.pending_buf,a.pending,0)),a.gzindex=0,a.status=69):(bt(a,0),bt(a,0),bt(a,0),bt(a,0),bt(a,0),bt(a,9===a.level?2:a.strategy>=et||a.level<2?4:0),bt(a,3),a.status=dt);else{let e=st+(a.w_bits-8<<4)<<8,i=-1;i=a.strategy>=et||a.level<2?0:a.level<6?1:6===a.level?2:3,e|=i<<6,0!==a.strstart&&(e|=32),e+=31-e%31,a.status=dt,mt(a,e),0!==a.strstart&&(mt(a,t.adler>>>16),mt(a,65535&t.adler)),t.adler=1}if(69===a.status)if(a.gzhead.extra){for(i=a.pending;a.gzindex<(65535&a.gzhead.extra.length)&&(a.pending!==a.pending_buf_size||(a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),wt(t),i=a.pending,a.pending!==a.pending_buf_size));)bt(a,255&a.gzhead.extra[a.gzindex]),a.gzindex++;a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),a.gzindex===a.gzhead.extra.length&&(a.gzindex=0,a.status=73)}else a.status=73;if(73===a.status)if(a.gzhead.name){i=a.pending;do{if(a.pending===a.pending_buf_size&&(a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),wt(t),i=a.pending,a.pending===a.pending_buf_size)){n=1;break}n=a.gzindex<a.gzhead.name.length?255&a.gzhead.name.charCodeAt(a.gzindex++):0,bt(a,n)}while(0!==n);a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),0===n&&(a.gzindex=0,a.status=91)}else a.status=91;if(91===a.status)if(a.gzhead.comment){i=a.pending;do{if(a.pending===a.pending_buf_size&&(a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),wt(t),i=a.pending,a.pending===a.pending_buf_size)){n=1;break}n=a.gzindex<a.gzhead.comment.length?255&a.gzhead.comment.charCodeAt(a.gzindex++):0,bt(a,n)}while(0!==n);a.gzhead.hcrc&&a.pending>i&&(t.adler=N(t.adler,a.pending_buf,a.pending-i,i)),0===n&&(a.status=lt)}else a.status=lt;if(a.status===lt&&(a.gzhead.hcrc?(a.pending+2>a.pending_buf_size&&wt(t),a.pending+2<=a.pending_buf_size&&(bt(a,255&t.adler),bt(a,t.adler>>8&255),t.adler=0,a.status=dt)):a.status=dt),0!==a.pending){if(wt(t),0===t.avail_out)return a.last_flush=-1,X}else if(0===t.avail_in&&ut(e)<=ut(r)&&e!==j)return ft(t,J);if(a.status===ct&&0!==t.avail_in)return ft(t,J);if(0!==t.avail_in||0!==a.lookahead||e!==H&&a.status!==ct){let i=a.strategy===et?((t,e)=>{let i;for(;;){if(0===t.lookahead&&(vt(t),0===t.lookahead)){if(e===H)return 1;break}if(t.match_length=0,i=M(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,i&&(gt(t,!1),0===t.strm.avail_out))return 1}return t.insert=0,e===j?(gt(t,!0),0===t.strm.avail_out?3:4):t.last_lit&&(gt(t,!1),0===t.strm.avail_out)?1:2})(a,e):a.strategy===it?((t,e)=>{let i,n,a,r;const s=t.window;for(;;){if(t.lookahead<=ot){if(vt(t),t.lookahead<=ot&&e===H)return 1;if(0===t.lookahead)break}if(t.match_length=0,t.lookahead>=3&&t.strstart>0&&(a=t.strstart-1,n=s[a],n===s[++a]&&n===s[++a]&&n===s[++a])){r=t.strstart+ot;do{}while(n===s[++a]&&n===s[++a]&&n===s[++a]&&n===s[++a]&&n===s[++a]&&n===s[++a]&&n===s[++a]&&n===s[++a]&&a<r);t.match_length=ot-(r-a),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=3?(i=M(t,1,t.match_length-3),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(i=M(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),i&&(gt(t,!1),0===t.strm.avail_out))return 1}return t.insert=0,e===j?(gt(t,!0),0===t.strm.avail_out?3:4):t.last_lit&&(gt(t,!1),0===t.strm.avail_out)?1:2})(a,e):Ut[a.level].func(a,e);if(3!==i&&4!==i||(a.status=ct),1===i||3===i)return 0===t.avail_out&&(a.last_flush=-1),X;if(2===i&&(e===P?$(a):e!==K&&(O(a,0,0,!1),e===G&&(_t(a.head),0===a.lookahead&&(a.strstart=0,a.block_start=0,a.insert=0))),wt(t),0===t.avail_out))return a.last_flush=-1,X}return e!==j?X:a.wrap<=0?Y:(2===a.wrap?(bt(a,255&t.adler),bt(a,t.adler>>8&255),bt(a,t.adler>>16&255),bt(a,t.adler>>24&255),bt(a,255&t.total_in),bt(a,t.total_in>>8&255),bt(a,t.total_in>>16&255),bt(a,t.total_in>>24&255)):(mt(a,t.adler>>>16),mt(a,65535&t.adler)),wt(t),a.wrap>0&&(a.wrap=-a.wrap),0!==a.pending?X:Y)},deflateEnd:t=>{if(!t||!t.state)return q;const e=t.state.status;return 42!==e&&69!==e&&73!==e&&91!==e&&e!==lt&&e!==dt&&e!==ct?ft(t,q):(t.state=null,e===dt?ft(t,W):X)},deflateSetDictionary:(t,e)=>{let i=e.length;if(!t||!t.state)return q;const n=t.state,a=n.wrap;if(2===a||1===a&&42!==n.status||n.lookahead)return q;if(1===a&&(t.adler=F(t.adler,e,i,0)),n.wrap=0,i>=n.w_size){0===a&&(_t(n.head),n.strstart=0,n.block_start=0,n.insert=0);let t=new Uint8Array(n.w_size);t.set(e.subarray(i-n.w_size,i),0),e=t,i=n.w_size}const r=t.avail_in,s=t.next_in,o=t.input;for(t.avail_in=i,t.next_in=0,t.input=e,vt(n);n.lookahead>=3;){let t=n.strstart,e=n.lookahead-2;do{n.ins_h=pt(n,n.ins_h,n.window[t+3-1]),n.prev[t&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=t,t++}while(--e);n.strstart=t,n.lookahead=2,vt(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=2,n.match_available=0,t.next_in=s,t.input=o,t.avail_in=r,n.wrap=a,X},deflateInfo:"pako deflate (from Nodeca project)"};const Rt=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var Ft={assign:function(t){const e=Array.prototype.slice.call(arguments,1);for(;e.length;){const i=e.shift();if(i){if("object"!=typeof i)throw new TypeError(i+"must be non-object");for(const e in i)Rt(i,e)&&(t[e]=i[e])}}return t},flattenChunks:t=>{let e=0;for(let i=0,n=t.length;i<n;i++)e+=t[i].length;const i=new Uint8Array(e);for(let e=0,n=0,a=t.length;e<a;e++){let a=t[e];i.set(a,n),n+=a.length}return i}};let Bt=!0;try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(t){Bt=!1}const Nt=new Uint8Array(256);for(let t=0;t<256;t++)Nt[t]=t>=252?6:t>=248?5:t>=240?4:t>=224?3:t>=192?2:1;Nt[254]=Nt[254]=1;var Dt={string2buf:t=>{let e,i,n,a,r,s=t.length,o=0;for(a=0;a<s;a++)i=t.charCodeAt(a),55296==(64512&i)&&a+1<s&&(n=t.charCodeAt(a+1),56320==(64512&n)&&(i=65536+(i-55296<<10)+(n-56320),a++)),o+=i<128?1:i<2048?2:i<65536?3:4;for(e=new Uint8Array(o),r=0,a=0;r<o;a++)i=t.charCodeAt(a),55296==(64512&i)&&a+1<s&&(n=t.charCodeAt(a+1),56320==(64512&n)&&(i=65536+(i-55296<<10)+(n-56320),a++)),i<128?e[r++]=i:i<2048?(e[r++]=192|i>>>6,e[r++]=128|63&i):i<65536?(e[r++]=224|i>>>12,e[r++]=128|i>>>6&63,e[r++]=128|63&i):(e[r++]=240|i>>>18,e[r++]=128|i>>>12&63,e[r++]=128|i>>>6&63,e[r++]=128|63&i);return e},buf2string:(t,e)=>{let i,n;const a=e||t.length,r=new Array(2*a);for(n=0,i=0;i<a;){let e=t[i++];if(e<128){r[n++]=e;continue}let s=Nt[e];if(s>4)r[n++]=65533,i+=s-1;else{for(e&=2===s?31:3===s?15:7;s>1&&i<a;)e=e<<6|63&t[i++],s--;s>1?r[n++]=65533:e<65536?r[n++]=e:(e-=65536,r[n++]=55296|e>>10&1023,r[n++]=56320|1023&e)}}return((t,e)=>{if(e<65534&&t.subarray&&Bt)return String.fromCharCode.apply(null,t.length===e?t:t.subarray(0,e));let i="";for(let n=0;n<e;n++)i+=String.fromCharCode(t[n]);return i})(r,n)},utf8border:(t,e)=>{(e=e||t.length)>t.length&&(e=t.length);let i=e-1;for(;i>=0&&128==(192&t[i]);)i--;return i<0||0===i?e:i+Nt[t[i]]>e?i:e}},Zt=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0};const Lt=Object.prototype.toString,{Z_NO_FLUSH:Ot,Z_SYNC_FLUSH:Vt,Z_FULL_FLUSH:Mt,Z_FINISH:$t,Z_OK:Ht,Z_STREAM_END:Pt,Z_DEFAULT_COMPRESSION:Gt,Z_DEFAULT_STRATEGY:jt,Z_DEFLATED:Kt}=Z;function Xt(t){this.options=Ft.assign({level:Gt,method:Kt,chunkSize:16384,windowBits:15,memLevel:8,strategy:jt},t||{});let e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Zt,this.strm.avail_out=0;let i=Ct.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(i!==Ht)throw new Error(D[i]);if(e.header&&Ct.deflateSetHeader(this.strm,e.header),e.dictionary){let t;if(t="string"==typeof e.dictionary?Dt.string2buf(e.dictionary):"[object ArrayBuffer]"===Lt.call(e.dictionary)?new Uint8Array(e.dictionary):e.dictionary,i=Ct.deflateSetDictionary(this.strm,t),i!==Ht)throw new Error(D[i]);this._dict_set=!0}}function Yt(t,e){const i=new Xt(e);if(i.push(t,!0),i.err)throw i.msg||D[i.err];return i.result}Xt.prototype.push=function(t,e){const i=this.strm,n=this.options.chunkSize;let a,r;if(this.ended)return!1;for(r=e===~~e?e:!0===e?$t:Ot,"string"==typeof t?i.input=Dt.string2buf(t):"[object ArrayBuffer]"===Lt.call(t)?i.input=new Uint8Array(t):i.input=t,i.next_in=0,i.avail_in=i.input.length;;)if(0===i.avail_out&&(i.output=new Uint8Array(n),i.next_out=0,i.avail_out=n),(r===Vt||r===Mt)&&i.avail_out<=6)this.onData(i.output.subarray(0,i.next_out)),i.avail_out=0;else{if(a=Ct.deflate(i,r),a===Pt)return i.next_out>0&&this.onData(i.output.subarray(0,i.next_out)),a=Ct.deflateEnd(this.strm),this.onEnd(a),this.ended=!0,a===Ht;if(0!==i.avail_out){if(r>0&&i.next_out>0)this.onData(i.output.subarray(0,i.next_out)),i.avail_out=0;else if(0===i.avail_in)break}else this.onData(i.output)}return!0},Xt.prototype.onData=function(t){this.chunks.push(t)},Xt.prototype.onEnd=function(t){t===Ht&&(this.result=Ft.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};var qt={Deflate:Xt,deflate:Yt,deflateRaw:function(t,e){return(e=e||{}).raw=!0,Yt(t,e)},gzip:function(t,e){return(e=e||{}).gzip=!0,Yt(t,e)},constants:Z},Wt=function(t,e){let i,n,a,r,s,o,h,l,d,c,f,u,_,p,w,g,b,m,y,k,v,x,A,E;const U=t.state;i=t.next_in,A=t.input,n=i+(t.avail_in-5),a=t.next_out,E=t.output,r=a-(e-t.avail_out),s=a+(t.avail_out-257),o=U.dmax,h=U.wsize,l=U.whave,d=U.wnext,c=U.window,f=U.hold,u=U.bits,_=U.lencode,p=U.distcode,w=(1<<U.lenbits)-1,g=(1<<U.distbits)-1;t:do{u<15&&(f+=A[i++]<<u,u+=8,f+=A[i++]<<u,u+=8),b=_[f&w];e:for(;;){if(m=b>>>24,f>>>=m,u-=m,m=b>>>16&255,0===m)E[a++]=65535&b;else{if(!(16&m)){if(0==(64&m)){b=_[(65535&b)+(f&(1<<m)-1)];continue e}if(32&m){U.mode=12;break t}t.msg="invalid literal/length code",U.mode=30;break t}y=65535&b,m&=15,m&&(u<m&&(f+=A[i++]<<u,u+=8),y+=f&(1<<m)-1,f>>>=m,u-=m),u<15&&(f+=A[i++]<<u,u+=8,f+=A[i++]<<u,u+=8),b=p[f&g];i:for(;;){if(m=b>>>24,f>>>=m,u-=m,m=b>>>16&255,!(16&m)){if(0==(64&m)){b=p[(65535&b)+(f&(1<<m)-1)];continue i}t.msg="invalid distance code",U.mode=30;break t}if(k=65535&b,m&=15,u<m&&(f+=A[i++]<<u,u+=8,u<m&&(f+=A[i++]<<u,u+=8)),k+=f&(1<<m)-1,k>o){t.msg="invalid distance too far back",U.mode=30;break t}if(f>>>=m,u-=m,m=a-r,k>m){if(m=k-m,m>l&&U.sane){t.msg="invalid distance too far back",U.mode=30;break t}if(v=0,x=c,0===d){if(v+=h-m,m<y){y-=m;do{E[a++]=c[v++]}while(--m);v=a-k,x=E}}else if(d<m){if(v+=h+d-m,m-=d,m<y){y-=m;do{E[a++]=c[v++]}while(--m);if(v=0,d<y){m=d,y-=m;do{E[a++]=c[v++]}while(--m);v=a-k,x=E}}}else if(v+=d-m,m<y){y-=m;do{E[a++]=c[v++]}while(--m);v=a-k,x=E}for(;y>2;)E[a++]=x[v++],E[a++]=x[v++],E[a++]=x[v++],y-=3;y&&(E[a++]=x[v++],y>1&&(E[a++]=x[v++]))}else{v=a-k;do{E[a++]=E[v++],E[a++]=E[v++],E[a++]=E[v++],y-=3}while(y>2);y&&(E[a++]=E[v++],y>1&&(E[a++]=E[v++]))}break}}break}}while(i<n&&a<s);y=u>>3,i-=y,u-=y<<3,f&=(1<<u)-1,t.next_in=i,t.next_out=a,t.avail_in=i<n?n-i+5:5-(i-n),t.avail_out=a<s?s-a+257:257-(a-s),U.hold=f,U.bits=u};const Jt=new Uint16Array([3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0]),Qt=new Uint8Array([16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78]),te=new Uint16Array([1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0]),ee=new Uint8Array([16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64]);var ie=(t,e,i,n,a,r,s,o)=>{const h=o.bits;let l,d,c,f,u,_,p=0,w=0,g=0,b=0,m=0,y=0,k=0,v=0,x=0,A=0,E=null,U=0;const I=new Uint16Array(16),z=new Uint16Array(16);let S,T,C,R=null,F=0;for(p=0;p<=15;p++)I[p]=0;for(w=0;w<n;w++)I[e[i+w]]++;for(m=h,b=15;b>=1&&0===I[b];b--);if(m>b&&(m=b),0===b)return a[r++]=20971520,a[r++]=20971520,o.bits=1,0;for(g=1;g<b&&0===I[g];g++);for(m<g&&(m=g),v=1,p=1;p<=15;p++)if(v<<=1,v-=I[p],v<0)return-1;if(v>0&&(0===t||1!==b))return-1;for(z[1]=0,p=1;p<15;p++)z[p+1]=z[p]+I[p];for(w=0;w<n;w++)0!==e[i+w]&&(s[z[e[i+w]]++]=w);if(0===t?(E=R=s,_=19):1===t?(E=Jt,U-=257,R=Qt,F-=257,_=256):(E=te,R=ee,_=-1),A=0,w=0,p=g,u=r,y=m,k=0,c=-1,x=1<<m,f=x-1,1===t&&x>852||2===t&&x>592)return 1;for(;;){S=p-k,s[w]<_?(T=0,C=s[w]):s[w]>_?(T=R[F+s[w]],C=E[U+s[w]]):(T=96,C=0),l=1<<p-k,d=1<<y,g=d;do{d-=l,a[u+(A>>k)+d]=S<<24|T<<16|C|0}while(0!==d);for(l=1<<p-1;A&l;)l>>=1;if(0!==l?(A&=l-1,A+=l):A=0,w++,0==--I[p]){if(p===b)break;p=e[i+s[w]]}if(p>m&&(A&f)!==c){for(0===k&&(k=m),u+=g,y=p-k,v=1<<y;y+k<b&&(v-=I[y+k],!(v<=0));)y++,v<<=1;if(x+=1<<y,1===t&&x>852||2===t&&x>592)return 1;c=A&f,a[c]=m<<24|y<<16|u-r|0}}return 0!==A&&(a[u+A]=p-k<<24|64<<16|0),o.bits=m,0};const{Z_FINISH:ne,Z_BLOCK:ae,Z_TREES:re,Z_OK:se,Z_STREAM_END:oe,Z_NEED_DICT:he,Z_STREAM_ERROR:le,Z_DATA_ERROR:de,Z_MEM_ERROR:ce,Z_BUF_ERROR:fe,Z_DEFLATED:ue}=Z,_e=12,pe=30,we=t=>(t>>>24&255)+(t>>>8&65280)+((65280&t)<<8)+((255&t)<<24);function ge(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Uint16Array(320),this.work=new Uint16Array(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}const be=t=>{if(!t||!t.state)return le;const e=t.state;return t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=1&e.wrap),e.mode=1,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Int32Array(852),e.distcode=e.distdyn=new Int32Array(592),e.sane=1,e.back=-1,se},me=t=>{if(!t||!t.state)return le;const e=t.state;return e.wsize=0,e.whave=0,e.wnext=0,be(t)},ye=(t,e)=>{let i;if(!t||!t.state)return le;const n=t.state;return e<0?(i=0,e=-e):(i=1+(e>>4),e<48&&(e&=15)),e&&(e<8||e>15)?le:(null!==n.window&&n.wbits!==e&&(n.window=null),n.wrap=i,n.wbits=e,me(t))},ke=(t,e)=>{if(!t)return le;const i=new ge;t.state=i,i.window=null;const n=ye(t,e);return n!==se&&(t.state=null),n};let ve,xe,Ae=!0;const Ee=t=>{if(Ae){ve=new Int32Array(512),xe=new Int32Array(32);let e=0;for(;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(ie(1,t.lens,0,288,ve,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;ie(2,t.lens,0,32,xe,0,t.work,{bits:5}),Ae=!1}t.lencode=ve,t.lenbits=9,t.distcode=xe,t.distbits=5},Ue=(t,e,i,n)=>{let a;const r=t.state;return null===r.window&&(r.wsize=1<<r.wbits,r.wnext=0,r.whave=0,r.window=new Uint8Array(r.wsize)),n>=r.wsize?(r.window.set(e.subarray(i-r.wsize,i),0),r.wnext=0,r.whave=r.wsize):(a=r.wsize-r.wnext,a>n&&(a=n),r.window.set(e.subarray(i-n,i-n+a),r.wnext),(n-=a)?(r.window.set(e.subarray(i-n,i),0),r.wnext=n,r.whave=r.wsize):(r.wnext+=a,r.wnext===r.wsize&&(r.wnext=0),r.whave<r.wsize&&(r.whave+=a))),0};var Ie={inflateReset:me,inflateReset2:ye,inflateResetKeep:be,inflateInit:t=>ke(t,15),inflateInit2:ke,inflate:(t,e)=>{let i,n,a,r,s,o,h,l,d,c,f,u,_,p,w,g,b,m,y,k,v,x,A=0;const E=new Uint8Array(4);let U,I;const z=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);if(!t||!t.state||!t.output||!t.input&&0!==t.avail_in)return le;i=t.state,i.mode===_e&&(i.mode=13),s=t.next_out,a=t.output,h=t.avail_out,r=t.next_in,n=t.input,o=t.avail_in,l=i.hold,d=i.bits,c=o,f=h,x=se;t:for(;;)switch(i.mode){case 1:if(0===i.wrap){i.mode=13;break}for(;d<16;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(2&i.wrap&&35615===l){i.check=0,E[0]=255&l,E[1]=l>>>8&255,i.check=N(i.check,E,2,0),l=0,d=0,i.mode=2;break}if(i.flags=0,i.head&&(i.head.done=!1),!(1&i.wrap)||(((255&l)<<8)+(l>>8))%31){t.msg="incorrect header check",i.mode=pe;break}if((15&l)!==ue){t.msg="unknown compression method",i.mode=pe;break}if(l>>>=4,d-=4,v=8+(15&l),0===i.wbits)i.wbits=v;else if(v>i.wbits){t.msg="invalid window size",i.mode=pe;break}i.dmax=1<<i.wbits,t.adler=i.check=1,i.mode=512&l?10:_e,l=0,d=0;break;case 2:for(;d<16;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(i.flags=l,(255&i.flags)!==ue){t.msg="unknown compression method",i.mode=pe;break}if(57344&i.flags){t.msg="unknown header flags set",i.mode=pe;break}i.head&&(i.head.text=l>>8&1),512&i.flags&&(E[0]=255&l,E[1]=l>>>8&255,i.check=N(i.check,E,2,0)),l=0,d=0,i.mode=3;case 3:for(;d<32;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.head&&(i.head.time=l),512&i.flags&&(E[0]=255&l,E[1]=l>>>8&255,E[2]=l>>>16&255,E[3]=l>>>24&255,i.check=N(i.check,E,4,0)),l=0,d=0,i.mode=4;case 4:for(;d<16;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.head&&(i.head.xflags=255&l,i.head.os=l>>8),512&i.flags&&(E[0]=255&l,E[1]=l>>>8&255,i.check=N(i.check,E,2,0)),l=0,d=0,i.mode=5;case 5:if(1024&i.flags){for(;d<16;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.length=l,i.head&&(i.head.extra_len=l),512&i.flags&&(E[0]=255&l,E[1]=l>>>8&255,i.check=N(i.check,E,2,0)),l=0,d=0}else i.head&&(i.head.extra=null);i.mode=6;case 6:if(1024&i.flags&&(u=i.length,u>o&&(u=o),u&&(i.head&&(v=i.head.extra_len-i.length,i.head.extra||(i.head.extra=new Uint8Array(i.head.extra_len)),i.head.extra.set(n.subarray(r,r+u),v)),512&i.flags&&(i.check=N(i.check,n,u,r)),o-=u,r+=u,i.length-=u),i.length))break t;i.length=0,i.mode=7;case 7:if(2048&i.flags){if(0===o)break t;u=0;do{v=n[r+u++],i.head&&v&&i.length<65536&&(i.head.name+=String.fromCharCode(v))}while(v&&u<o);if(512&i.flags&&(i.check=N(i.check,n,u,r)),o-=u,r+=u,v)break t}else i.head&&(i.head.name=null);i.length=0,i.mode=8;case 8:if(4096&i.flags){if(0===o)break t;u=0;do{v=n[r+u++],i.head&&v&&i.length<65536&&(i.head.comment+=String.fromCharCode(v))}while(v&&u<o);if(512&i.flags&&(i.check=N(i.check,n,u,r)),o-=u,r+=u,v)break t}else i.head&&(i.head.comment=null);i.mode=9;case 9:if(512&i.flags){for(;d<16;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(l!==(65535&i.check)){t.msg="header crc mismatch",i.mode=pe;break}l=0,d=0}i.head&&(i.head.hcrc=i.flags>>9&1,i.head.done=!0),t.adler=i.check=0,i.mode=_e;break;case 10:for(;d<32;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}t.adler=i.check=we(l),l=0,d=0,i.mode=11;case 11:if(0===i.havedict)return t.next_out=s,t.avail_out=h,t.next_in=r,t.avail_in=o,i.hold=l,i.bits=d,he;t.adler=i.check=1,i.mode=_e;case _e:if(e===ae||e===re)break t;case 13:if(i.last){l>>>=7&d,d-=7&d,i.mode=27;break}for(;d<3;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}switch(i.last=1&l,l>>>=1,d-=1,3&l){case 0:i.mode=14;break;case 1:if(Ee(i),i.mode=20,e===re){l>>>=2,d-=2;break t}break;case 2:i.mode=17;break;case 3:t.msg="invalid block type",i.mode=pe}l>>>=2,d-=2;break;case 14:for(l>>>=7&d,d-=7&d;d<32;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if((65535&l)!=(l>>>16^65535)){t.msg="invalid stored block lengths",i.mode=pe;break}if(i.length=65535&l,l=0,d=0,i.mode=15,e===re)break t;case 15:i.mode=16;case 16:if(u=i.length,u){if(u>o&&(u=o),u>h&&(u=h),0===u)break t;a.set(n.subarray(r,r+u),s),o-=u,r+=u,h-=u,s+=u,i.length-=u;break}i.mode=_e;break;case 17:for(;d<14;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(i.nlen=257+(31&l),l>>>=5,d-=5,i.ndist=1+(31&l),l>>>=5,d-=5,i.ncode=4+(15&l),l>>>=4,d-=4,i.nlen>286||i.ndist>30){t.msg="too many length or distance symbols",i.mode=pe;break}i.have=0,i.mode=18;case 18:for(;i.have<i.ncode;){for(;d<3;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.lens[z[i.have++]]=7&l,l>>>=3,d-=3}for(;i.have<19;)i.lens[z[i.have++]]=0;if(i.lencode=i.lendyn,i.lenbits=7,U={bits:i.lenbits},x=ie(0,i.lens,0,19,i.lencode,0,i.work,U),i.lenbits=U.bits,x){t.msg="invalid code lengths set",i.mode=pe;break}i.have=0,i.mode=19;case 19:for(;i.have<i.nlen+i.ndist;){for(;A=i.lencode[l&(1<<i.lenbits)-1],w=A>>>24,g=A>>>16&255,b=65535&A,!(w<=d);){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(b<16)l>>>=w,d-=w,i.lens[i.have++]=b;else{if(16===b){for(I=w+2;d<I;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(l>>>=w,d-=w,0===i.have){t.msg="invalid bit length repeat",i.mode=pe;break}v=i.lens[i.have-1],u=3+(3&l),l>>>=2,d-=2}else if(17===b){for(I=w+3;d<I;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}l>>>=w,d-=w,v=0,u=3+(7&l),l>>>=3,d-=3}else{for(I=w+7;d<I;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}l>>>=w,d-=w,v=0,u=11+(127&l),l>>>=7,d-=7}if(i.have+u>i.nlen+i.ndist){t.msg="invalid bit length repeat",i.mode=pe;break}for(;u--;)i.lens[i.have++]=v}}if(i.mode===pe)break;if(0===i.lens[256]){t.msg="invalid code -- missing end-of-block",i.mode=pe;break}if(i.lenbits=9,U={bits:i.lenbits},x=ie(1,i.lens,0,i.nlen,i.lencode,0,i.work,U),i.lenbits=U.bits,x){t.msg="invalid literal/lengths set",i.mode=pe;break}if(i.distbits=6,i.distcode=i.distdyn,U={bits:i.distbits},x=ie(2,i.lens,i.nlen,i.ndist,i.distcode,0,i.work,U),i.distbits=U.bits,x){t.msg="invalid distances set",i.mode=pe;break}if(i.mode=20,e===re)break t;case 20:i.mode=21;case 21:if(o>=6&&h>=258){t.next_out=s,t.avail_out=h,t.next_in=r,t.avail_in=o,i.hold=l,i.bits=d,Wt(t,f),s=t.next_out,a=t.output,h=t.avail_out,r=t.next_in,n=t.input,o=t.avail_in,l=i.hold,d=i.bits,i.mode===_e&&(i.back=-1);break}for(i.back=0;A=i.lencode[l&(1<<i.lenbits)-1],w=A>>>24,g=A>>>16&255,b=65535&A,!(w<=d);){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(g&&0==(240&g)){for(m=w,y=g,k=b;A=i.lencode[k+((l&(1<<m+y)-1)>>m)],w=A>>>24,g=A>>>16&255,b=65535&A,!(m+w<=d);){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}l>>>=m,d-=m,i.back+=m}if(l>>>=w,d-=w,i.back+=w,i.length=b,0===g){i.mode=26;break}if(32&g){i.back=-1,i.mode=_e;break}if(64&g){t.msg="invalid literal/length code",i.mode=pe;break}i.extra=15&g,i.mode=22;case 22:if(i.extra){for(I=i.extra;d<I;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.length+=l&(1<<i.extra)-1,l>>>=i.extra,d-=i.extra,i.back+=i.extra}i.was=i.length,i.mode=23;case 23:for(;A=i.distcode[l&(1<<i.distbits)-1],w=A>>>24,g=A>>>16&255,b=65535&A,!(w<=d);){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(0==(240&g)){for(m=w,y=g,k=b;A=i.distcode[k+((l&(1<<m+y)-1)>>m)],w=A>>>24,g=A>>>16&255,b=65535&A,!(m+w<=d);){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}l>>>=m,d-=m,i.back+=m}if(l>>>=w,d-=w,i.back+=w,64&g){t.msg="invalid distance code",i.mode=pe;break}i.offset=b,i.extra=15&g,i.mode=24;case 24:if(i.extra){for(I=i.extra;d<I;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}i.offset+=l&(1<<i.extra)-1,l>>>=i.extra,d-=i.extra,i.back+=i.extra}if(i.offset>i.dmax){t.msg="invalid distance too far back",i.mode=pe;break}i.mode=25;case 25:if(0===h)break t;if(u=f-h,i.offset>u){if(u=i.offset-u,u>i.whave&&i.sane){t.msg="invalid distance too far back",i.mode=pe;break}u>i.wnext?(u-=i.wnext,_=i.wsize-u):_=i.wnext-u,u>i.length&&(u=i.length),p=i.window}else p=a,_=s-i.offset,u=i.length;u>h&&(u=h),h-=u,i.length-=u;do{a[s++]=p[_++]}while(--u);0===i.length&&(i.mode=21);break;case 26:if(0===h)break t;a[s++]=i.length,h--,i.mode=21;break;case 27:if(i.wrap){for(;d<32;){if(0===o)break t;o--,l|=n[r++]<<d,d+=8}if(f-=h,t.total_out+=f,i.total+=f,f&&(t.adler=i.check=i.flags?N(i.check,a,f,s-f):F(i.check,a,f,s-f)),f=h,(i.flags?l:we(l))!==i.check){t.msg="incorrect data check",i.mode=pe;break}l=0,d=0}i.mode=28;case 28:if(i.wrap&&i.flags){for(;d<32;){if(0===o)break t;o--,l+=n[r++]<<d,d+=8}if(l!==(4294967295&i.total)){t.msg="incorrect length check",i.mode=pe;break}l=0,d=0}i.mode=29;case 29:x=oe;break t;case pe:x=de;break t;case 31:return ce;default:return le}return t.next_out=s,t.avail_out=h,t.next_in=r,t.avail_in=o,i.hold=l,i.bits=d,(i.wsize||f!==t.avail_out&&i.mode<pe&&(i.mode<27||e!==ne))&&Ue(t,t.output,t.next_out,f-t.avail_out),c-=t.avail_in,f-=t.avail_out,t.total_in+=c,t.total_out+=f,i.total+=f,i.wrap&&f&&(t.adler=i.check=i.flags?N(i.check,a,f,t.next_out-f):F(i.check,a,f,t.next_out-f)),t.data_type=i.bits+(i.last?64:0)+(i.mode===_e?128:0)+(20===i.mode||15===i.mode?256:0),(0===c&&0===f||e===ne)&&x===se&&(x=fe),x},inflateEnd:t=>{if(!t||!t.state)return le;let e=t.state;return e.window&&(e.window=null),t.state=null,se},inflateGetHeader:(t,e)=>{if(!t||!t.state)return le;const i=t.state;return 0==(2&i.wrap)?le:(i.head=e,e.done=!1,se)},inflateSetDictionary:(t,e)=>{const i=e.length;let n,a,r;return t&&t.state?(n=t.state,0!==n.wrap&&11!==n.mode?le:11===n.mode&&(a=1,a=F(a,e,i,0),a!==n.check)?de:(r=Ue(t,e,i,i),r?(n.mode=31,ce):(n.havedict=1,se))):le},inflateInfo:"pako inflate (from Nodeca project)"},ze=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1};const Se=Object.prototype.toString,{Z_NO_FLUSH:Te,Z_FINISH:Ce,Z_OK:Re,Z_STREAM_END:Fe,Z_NEED_DICT:Be,Z_STREAM_ERROR:Ne,Z_DATA_ERROR:De,Z_MEM_ERROR:Ze}=Z;function Le(t){this.options=Ft.assign({chunkSize:65536,windowBits:15,to:""},t||{});const e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,0===e.windowBits&&(e.windowBits=-15)),!(e.windowBits>=0&&e.windowBits<16)||t&&t.windowBits||(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&0==(15&e.windowBits)&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Zt,this.strm.avail_out=0;let i=Ie.inflateInit2(this.strm,e.windowBits);if(i!==Re)throw new Error(D[i]);if(this.header=new ze,Ie.inflateGetHeader(this.strm,this.header),e.dictionary&&("string"==typeof e.dictionary?e.dictionary=Dt.string2buf(e.dictionary):"[object ArrayBuffer]"===Se.call(e.dictionary)&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(i=Ie.inflateSetDictionary(this.strm,e.dictionary),i!==Re)))throw new Error(D[i])}function Oe(t,e){const i=new Le(e);if(i.push(t),i.err)throw i.msg||D[i.err];return i.result}Le.prototype.push=function(t,e){const i=this.strm,n=this.options.chunkSize,a=this.options.dictionary;let r,s,o;if(this.ended)return!1;for(s=e===~~e?e:!0===e?Ce:Te,"[object ArrayBuffer]"===Se.call(t)?i.input=new Uint8Array(t):i.input=t,i.next_in=0,i.avail_in=i.input.length;;){for(0===i.avail_out&&(i.output=new Uint8Array(n),i.next_out=0,i.avail_out=n),r=Ie.inflate(i,s),r===Be&&a&&(r=Ie.inflateSetDictionary(i,a),r===Re?r=Ie.inflate(i,s):r===De&&(r=Be));i.avail_in>0&&r===Fe&&i.state.wrap>0&&0!==t[i.next_in];)Ie.inflateReset(i),r=Ie.inflate(i,s);switch(r){case Ne:case De:case Be:case Ze:return this.onEnd(r),this.ended=!0,!1}if(o=i.avail_out,i.next_out&&(0===i.avail_out||r===Fe))if("string"===this.options.to){let t=Dt.utf8border(i.output,i.next_out),e=i.next_out-t,a=Dt.buf2string(i.output,t);i.next_out=e,i.avail_out=n-e,e&&i.output.set(i.output.subarray(t,t+e),0),this.onData(a)}else this.onData(i.output.length===i.next_out?i.output:i.output.subarray(0,i.next_out));if(r!==Re||0!==o){if(r===Fe)return r=Ie.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,!0;if(0===i.avail_in)break}}return!0},Le.prototype.onData=function(t){this.chunks.push(t)},Le.prototype.onEnd=function(t){t===Re&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=Ft.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};var Ve={Inflate:Le,inflate:Oe,inflateRaw:function(t,e){return(e=e||{}).raw=!0,Oe(t,e)},ungzip:Oe,constants:Z};const{Deflate:Me,deflate:$e,deflateRaw:He,gzip:Pe}=qt,{Inflate:Ge,inflate:je,inflateRaw:Ke,ungzip:Xe}=Ve;var Ye={Deflate:Me,deflate:$e,deflateRaw:He,gzip:Pe,Inflate:Ge,inflate:je,inflateRaw:Ke,ungzip:Xe,constants:Z};function qe(t,e){const i=t.length;if(i!==e.length)return!1;let n=0;for(;n<i;n++)if(t[n]!==e[n])return!1;return!0}class We{appendDescriptionOf(t){throw new Error("Not Implemented")}appendList(t,e,i,n){throw new Error("Not Implemented")}appendText(t){throw new Error("Not Implemented")}appendValue(t){throw new Error("Not Implemented")}appendValueList(t,e,i,n){throw new Error("Not Implemented")}}class Je{describeTo(t){throw new Error("Not Implemented")}}class Qe extends Je{value;constructor(t){super(),this.value=t}describeTo(t){t.appendValue(this.value)}}class ti{#t;constructor(t){this.#t=t}*[Symbol.iterator](){for(const t of this.#t)yield new Qe(t)}}class ei extends We{appendDescriptionOf(t){return t.describeTo(this),this}#e(t){this.appendText('"'),this.appendText(t),this.appendText('"')}appendValue(t){return null==t?this.appendText("null"):void 0===t?this.appendText("undefined"):"string"==typeof t?this.#e(t):"number"==typeof t?this.appendText(function(t){return String(t)}(t)):Array.isArray(t)?this.appendValueList("[",", ","]",t):(this.appendText("<"),this.appendText(function(t){try{return String(t)}catch(t){return"VALUE@0"}}(t)),this.appendText(">")),this}appendValueList(t,e,i,n){return this.appendList(t,e,i,new ti(n)),this}appendList(t,e,i,n){let a=!1;this.appendText(t);const r=n[Symbol.iterator]();for(let t=r.next();!0!==t.done;t=r.next())a&&this.appendText(e),this.appendDescriptionOf(t.value),a=!0;return this.appendText(i),this}}class ii extends ei{value="";appendText(t){return this.value+=t,this}}function ni(t,e){if(!t)throw new Error(e||"AssertionError")}function ai(t,e,i,n,a){let r,s,o;for(o=0;o<a;o++)r=e+o,s=n+o,i[s]=t[r]}ni.enum=function(t,e,i="value"){for(let i in e)if(e[i]===t)return;throw new Error(`${i}(=${t}) is not a valid enumerable value, valid values are: [${Object.values(e).join(", ")}]`)},ni.notEqual=function(t,e,i){ni(t!==e,i)},ni.notOk=function(t,e){ni(!t,e)},ni.equal=function(t,e,i){if(t!==e)throw new Error(void 0!==i?i:`${t} !== ${e}`)},ni.logicalyEqual=function(t,e,i){},ni.ok=ni,ni.greaterThan=function(t,e,i){if(!(t>e)){let n="";throw void 0!==i&&(n+=i+". "),n+=`Expected ${t} > ${e}.`,new Error(n)}},ni.greaterThanOrEqual=function(t,e,i){if(!(t>=e)){let n="";throw void 0!==i&&(n+=i+". "),n+=`Expected ${t} >= ${e}.`,new Error(n)}},ni.lessThan=function(t,e,i){if(!(t<e)){let n="";throw void 0!==i&&(n+=i+". "),n+=`Expected ${t} < ${e}.`,new Error(n)}},ni.lessThanOrEqual=function(t,e,i){if(!(t<=e)){let n="";throw void 0!==i&&(n+=i+". "),n+=`Expected ${t} <= ${e}.`,new Error(n)}},ni.typeOf=function(t,e,i="value"){const n=typeof t;if(n!==e)throw new Error(`expected ${i} to be ${e}, instead was '${n}'(=${t})`)},ni.arrayHas=function(t,e,i="Array does not contain the item"){},ni.arrayHasNo=function(t,e,i="Array contains the item"){},ni.arrayEqual=function(t,e,i="Arrays are not equal"){if(!qe(t,e))throw new Error(i)},ni.isInstanceOf=function(t,e,i="value",n=e.name){},ni.isNumber=function(t,e="value"){const i=typeof t;if("number"!==i)throw new Error(`expected ${e} to be a number, instead was '${i}'(=${t})`)},ni.isString=function(t,e="value"){const i=typeof t;if("string"!==i)throw new Error(`expected ${e} to be a string, instead was '${i}'(=${t})`)},ni.isBoolean=function(t,e="value"){const i=typeof t;if("boolean"!==i)throw new Error(`expected ${e} to be a boolean, instead was '${i}'(=${t})`)},ni.isFunction=function(t,e="value"){const i=typeof t;if("function"!==i)throw new Error(`expected ${e} to be a function, instead was '${i}'(=${t})`)},ni.isInteger=function(t,e="value"){if(!Number.isInteger(t))throw new Error(`${e} must be an integer, instead was ${t}`)},ni.isNonNegativeInteger=function(t,e="value"){if(t<0)throw new Error(`${e} must be >= 0, instead was ${t}`)},ni.isArray=function(t,e="value"){if(!Array.isArray(t))throw new Error(`expected ${e} to be an array, instead was something else (typeof ='${typeof t}')`)},ni.isArrayLike=function(t,e="value"){if(!(Array.isArray(t)||(i=t,i instanceof Int8Array||i instanceof Uint8Array||i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)))throw new Error(`expected ${e} to be an array-like structure, instead was something else (typeof ='${typeof t}')`);var i},ni.defined=function(t,e="value"){if(void 0===t)throw new Error(`${e} is undefined`)},ni.isNull=function(t,e){if(null!==t)throw new Error(`${e} is NOT null`)},ni.notNull=function(t,e="value"){if(null===t)throw new Error(`${e} is null`)},ni.notNaN=function(t,e="value"){if(Number.isNaN(t))throw new Error(`${e} must be a valid number, instead was NaN`)},ni.isFiniteNumber=function(t,e="value"){if(!Number.isFinite(t))throw new Error(`${e} must be a finite number, instead was ${t}`)},ni.that=function(t,e,i){if(i.matches(t))return;const n=new ii;throw n.appendText(`Expected ${e} to be `),i.describeTo(n),n.appendText(" instead "),i.describeMismatch(t,n),new Error(n.value)};const ri=!1,si=!0;class oi{endianness=ri;position=0;length=0;capacity=1024;data=new ArrayBuffer(1024);dataView=new DataView(this.data);__data_uint8=new Uint8Array(this.data);__growFactor=1.1;get raw_bytes(){return this.__data_uint8}fromArrayBuffer(t){this.data=t,this.dataView=new DataView(t),this.__data_uint8=new Uint8Array(t),this.capacity=t.byteLength,this.length=this.capacity,this.position=0}trim(){return this.setCapacity(this.position),this}setCapacity(t){if(t<this.position)throw new Error(`Attempting to set capacity(=${t}) below current position(=${this.position})`);const e=this.__data_uint8,i=new Uint8Array(t);!function(t,e){const i=e.length;i>=t.length?e.set(t,0):ai(t,0,e,0,i)}(e,i),this.data=i.buffer,this.__data_uint8=i,this.dataView=new DataView(this.data),this.capacity=t}ensureCapacity(t){const e=this.capacity;if(e>=t)return;const i=Math.ceil(Math.max(t,e*this.__growFactor,e+1024));this.setCapacity(i)}readFloat32(){const t=this.dataView.getFloat32(this.position,this.endianness);return this.position+=4,t}readFloat64(){const t=this.dataView.getFloat64(this.position,this.endianness);return this.position+=8,t}readInt8(){const t=this.dataView.getInt8(this.position);return this.position+=1,t}readInt16(){const t=this.dataView.getInt16(this.position,this.endianness);return this.position+=2,t}readInt32(){const t=this.dataView.getInt32(this.position,this.endianness);return this.position+=4,t}readUint8(){const t=this.dataView.getUint8(this.position);return this.position+=1,t}readUint16(){const t=this.dataView.getUint16(this.position,this.endianness);return this.position+=2,t}readUint16LE(){const t=this.dataView.getUint16(this.position,si);return this.position+=2,t}readUint16BE(){const t=this.dataView.getUint16(this.position,ri);return this.position+=2,t}readUint24(){return this.endianness===ri?this.readUint24BE():this.readUint24LE()}readUint24LE(){const t=this.dataView.getUint8(this.position),e=this.dataView.getUint8(this.position+1),i=this.dataView.getUint8(this.position+2);return this.position+=3,t|e<<8|i<<16}readUint24BE(){const t=this.dataView.getUint8(this.position),e=this.dataView.getUint8(this.position+1),i=this.dataView.getUint8(this.position+2);return this.position+=3,i|e<<8|t<<16}readUint32(){const t=this.dataView.getUint32(this.position,this.endianness);return this.position+=4,t}readUint32LE(){const t=this.dataView.getUint32(this.position,si);return this.position+=4,t}readUint32BE(){const t=this.dataView.getUint32(this.position,ri);return this.position+=4,t}readUint8Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readUint8()}readUint16Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readUint16()}readUint32Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readUint32()}readInt8Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readInt8()}readInt16Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readInt16()}readInt32Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readInt32()}readFloat32Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readFloat32()}readFloat64Array(t,e,i){for(let n=0;n<i;n++)t[n+e]=this.readFloat64()}writeFloat32Array(t,e,i){for(let n=0;n<i;n++)this.writeFloat32(t[n+e])}writeFloat32(t){const e=this.position+4;this.ensureCapacity(e),this.dataView.setFloat32(this.position,t,this.endianness),this.position=e}writeFloat64(t){const e=this.position+8;this.ensureCapacity(e),this.dataView.setFloat64(this.position,t,this.endianness),this.position=e}writeInt8(t){const e=this.position+1;this.ensureCapacity(e),this.dataView.setInt8(this.position,t),this.position=e}writeInt16(t){const e=this.position+2;this.ensureCapacity(e),this.dataView.setInt16(this.position,t,this.endianness),this.position=e}writeInt32(t){const e=this.position+4;this.ensureCapacity(e),this.dataView.setInt32(this.position,t,this.endianness),this.position=e}writeUint8(t){const e=this.position+1;this.ensureCapacity(e),this.dataView.setUint8(this.position,t),this.position=e}writeUint8Array(t,e,i){for(let n=0;n<i;n++)this.writeUint8(t[e+n])}writeUint16(t){const e=this.position+2;this.ensureCapacity(e),this.dataView.setUint16(this.position,t,this.endianness),this.position=e}writeUint16BE(t){const e=this.position+2;this.ensureCapacity(e),this.dataView.setUint16(this.position,t,ri),this.position=e}writeUint16LE(t){const e=this.position+2;this.ensureCapacity(e),this.dataView.setUint16(this.position,t,si),this.position=e}writeUint16Array(t,e,i){for(let n=0;n<i;n++)this.writeUint16(t[e+n])}writeUint24(t){this.endianness===ri?this.writeUint24BE(t):this.writeUint24LE(t)}writeUint24BE(t){const e=this.position+3;this.ensureCapacity(e);const i=255&t,n=t>>8&255,a=t>>16&255;this.dataView.setUint8(this.position,a),this.dataView.setUint8(this.position+1,n),this.dataView.setUint8(this.position+2,i),this.position=e}writeUint24LE(t){const e=this.position+3;this.ensureCapacity(e);const i=255&t,n=t>>8&255,a=t>>16&255;this.dataView.setUint8(this.position,i),this.dataView.setUint8(this.position+1,n),this.dataView.setUint8(this.position+2,a),this.position=e}writeUintVar(t){let e=!0;for(;e||0!==t;){e=!1;let i=127&t;(t>>=7)>0&&(i|=128),this.writeUint8(i)}}readUintVar(){let t=!0,e=0,i=0;for(;t;){let n=this.readUint8();t=0!=(128&n),e|=(127&n)<<i,i+=7}return e}writeUint32(t){const e=this.position+4;this.ensureCapacity(e),this.dataView.setUint32(this.position,t,this.endianness),this.position=e}writeUint32BE(t){const e=this.position+4;this.ensureCapacity(e),this.dataView.setUint32(this.position,t,ri),this.position=e}writeUint32LE(t){const e=this.position+4;this.ensureCapacity(e),this.dataView.setUint32(this.position,t,si),this.position=e}writeUint32Array(t,e,i){for(let n=0;n<i;n++)this.writeUint32(t[e+n])}writeBytes(t,e,i){const n=e+i,a=this.position,r=a+i;if(this.ensureCapacity(r),0===e&&t.length===i)this.__data_uint8.set(t,a);else if("function"==typeof t.subarray)this.__data_uint8.set(t.subarray(e,n),a);else for(let n=0;n<i;n++)this.__data_uint8[a+n]=t[e+n];this.position=r}readBytes(t,e,i){const n=this.position,a=n+i,r=this.__data_uint8;i<128?ai(r,n,t,e,i):t.set(r.subarray(n,a),e),this.position=a}writeUTF8String(t){if(null===t)return void this.writeUint32(4294967295);if(void 0===t)return void this.writeUint32(4294967294);let e=0;const i=t.length;if(i>=4294967294)throw new Error("String is too long");this.writeUint32(i);let n=this.position;const a=Math.max(32,i+(i>>1)+7);this.ensureCapacity(a+n);let r=this.__data_uint8,s=this.capacity;for(;e<i;){let a=t.charCodeAt(e++);if(a>=55296&&a<=56319){if(e<i){const i=t.charCodeAt(e);56320==(64512&i)&&(++e,a=((1023&a)<<10)+(1023&i)+65536)}if(a>=55296&&a<=56319)continue}if(n+4>s&&(this.ensureCapacity(n+4),s=this.capacity,r=this.__data_uint8),0!=(4294967168&a)){if(0==(4294965248&a))r[n++]=a>>6&31|192;else if(0==(4294901760&a))r[n++]=a>>12&15|224,r[n++]=a>>6&63|128;else{if(0!=(4292870144&a))continue;r[n++]=a>>18&7|240,r[n++]=a>>12&63|128,r[n++]=a>>6&63|128}r[n++]=63&a|128}else r[n++]=a}this.position=n}readUTF8String(){const t=this.readUint32();if(4294967295===t)return null;if(4294967294===t)return;const e=this.__data_uint8;let i="",n=this.position,a=0;for(;n<this.capacity&&a<t;){const t=e[n++];let r;if(0===t)break;0==(128&t)?r=t:192==(224&t)?r=(31&t)<<6|63&e[n++]:224==(240&t)?r=(31&t)<<12|(63&e[n++])<<6|63&e[n++]:240==(248&t)&&(r=(7&t)<<18|(63&e[n++])<<12|(63&e[n++])<<6|63&e[n++],r>65535&&(r-=65536,i+=String.fromCharCode(r>>>10&1023|55296),a++,r=56320|1023&r)),a++,i+=String.fromCharCode(r)}return this.position=n,i}writeASCIIString(t){const e=t.length,i=this.position,n=i+e;this.ensureCapacity(n);for(let n=0;n<e;n++){const e=t.charCodeAt(n);if(e>255)throw new Error(`Character ${String.fromCharCode(e)} can't be represented by a US-ASCII byte.`);this.__data_uint8[i+n]=e}this.position=n}readASCIICharacters(t,e=!1){let i="";for(let n=0;n<t;n++){const t=this.readUint8();if(e&&0===t)break;i+=String.fromCharCode(t)}return i}static fromArrayBuffer(t){const e=new oi;return e.fromArrayBuffer(t),e}static copyUTF8String(t,e){const i=t.readUTF8String();return e.writeUTF8String(i),i}static copyUintVar(t,e){const i=t.readUintVar();return e.writeUintVar(i),i}static copyUint8(t,e){const i=t.readUint8();return e.writeUint8(i),i}static copyUint16(t,e){const i=t.readUint16();return e.writeUint16(i),i}static copyUint32(t,e){const i=t.readUint32();return e.writeUint32(i),i}static copyFloat32(t,e){const i=t.readFloat32();return e.writeFloat32(i),i}static copyFloat64(t,e){const i=t.readFloat64();return e.writeFloat64(i),i}static copyBytes(t,e,i){const n=new Uint8Array(i);return t.readBytes(n,0,i),e.writeBytes(n,0,i),n}}oi.prototype.isBinaryBuffer=!0;const hi=new Uint32Array(256);for(let t=0;t<256;t++){let e=t;for(let t=0;t<8;t++)1&e?e=3988292384^e>>>1:e>>>=1;hi[t]=e}class li{width=0;height=0;bitDepth=0;colorType=0;compressionMethod=0;filterMethod=0;interlaceMethod=0;colors=0;alpha=!1;pixelBits=0;palette=null;pixels=null;trns=null;text={};getWidth(){return this.width}setWidth(t){this.width=t}getHeight(){return this.height}setHeight(t){this.height=t}getBitDepth(){return this.bitDepth}setBitDepth(t){if(-1===[1,2,4,8,16].indexOf(t))throw new Error("invalid bith depth "+t);this.bitDepth=t}getColorType(){return this.colorType}setColorType(t){let e=0,i=!1;switch(t){case 0:case 3:e=1;break;case 2:e=3;break;case 4:e=2,i=!0;break;case 6:e=4,i=!0;break;default:throw new Error("invalid color type")}this.colors=e,this.alpha=i,this.colorType=t}getCompressionMethod(){return this.compressionMethod}setCompressionMethod(t){if(0!==t)throw new Error("invalid compression method "+t);this.compressionMethod=t}getFilterMethod(){return this.filterMethod}setFilterMethod(t){if(0!==t)throw new Error("invalid filter method "+t);this.filterMethod=t}getInterlaceMethod(){return this.interlaceMethod}setInterlaceMethod(t){if(0!==t&&1!==t)throw new Error("invalid interlace method "+t);this.interlaceMethod=t}setTRNS(t){this.trns=t}setPalette(t){if(t.length%3!=0)throw new Error("incorrect PLTE chunk length");if(t.length>3*Math.pow(2,this.bitDepth))throw new Error("palette has more colors than 2^bitdepth");this.palette=t}getPalette(){return this.palette}getPixel(t,e,i,n){const a=this.pixels;if(!a)throw new Error("pixel data is empty");if(i>=this.width||n>=this.height)throw new Error("x,y position out of bound");const r=this.colors*this.bitDepth/8*(n*this.width+i);let s,o,h,l;switch(this.colorType){case 0:s=a[r],o=s,h=s,l=255;break;case 2:s=a[r],o=a[r+1],h=a[r+2],l=255;break;case 3:l=255,null!=this.trns&&(l=this.trns[a[r]]);const t=3*a[r],e=this.palette;s=e[t],o=e[t+1],h=e[t+2];break;case 4:s=a[r],o=s,h=s,l=a[r+1];break;case 6:s=a[r],o=a[r+1],h=a[r+2],l=a[r+3];break;default:throw new Error("Unsupported color type")}t[e+0]=s,t[e+1]=o,t[e+2]=h,t[e+3]=l}getRGBA8Array_fromRGB(t){const e=this.height,i=this.width*e,n=this.pixels;for(let e=0;e<i;e++){const i=3*e,a=i+e;t[a]=n[i],t[a+1]=n[i+1],t[a+2]=n[i+2],t[a+3]=255}}getRGBA8Array_generic(t){const e=this.height,i=this.width;for(let n=0;n<e;n++){const e=n*i;for(let a=0;a<i;a++){const i=4*(e+a);this.getPixel(t,i,a,n)}}}getRGBA8Array(){if(6===this.colorType)return this.pixels;const t=this.height,e=this.width,i=new Uint8Array(e*t*4);return 2===this.colorType?this.getRGBA8Array_fromRGB(i):this.getRGBA8Array_generic(i),i}getUint8Data_case3(){const t=this.width*this.height;let e;const i=this.trns;e=null!==i?4:3;const n=new Uint8Array(t*e),a=this.pixels,r=this.palette,s=this.colors*Math.ceil(this.bitDepth/8);for(let i=0;i<t;i++){const t=i*e,o=3*a[i*s];n[t]=r[o],n[t+1]=r[o+1],n[t+2]=r[o+2]}if(null!==i){const e=i.length;for(let r=0;r<t;r++){const t=a[r*s];n[4*r+3]=t>=e?255:i[t]}}return{data:n,itemSize:e}}getUint8Data(){let t,e=0;switch(this.colorType){case 0:t=this.pixels,e=1;break;case 2:t=this.pixels,e=3;break;case 3:const i=this.getUint8Data_case3();t=i.data,e=i.itemSize;break;case 4:t=this.pixels,e=2;break;case 6:t=this.pixels,e=4;break;default:throw new Error("Unsupported color type")}return{data:t,itemSize:e}}}const di=[137,80,78,71,13,10,26,10];function ci(t){const e=new Ye.Inflate;if(e.push(t),e.err)throw new Error(e.err);return e.result.buffer}function fi(t,e){return(t[e]<<24)+(t[e+1]<<16)+(t[e+2]<<8)+t[e+3]}function ui(t,e){return t[e]}function _i(t){this.i=0,this.bytes=new Uint8Array(t),this.png=new li,this.dataChunks=[],this.buffer=new oi,this.buffer.fromArrayBuffer(t),this.crc_enabled=!1}_i.prototype.readBytes=function(t){const e=new Uint8Array(t);return this.buffer.readBytes(e,0,t),e},_i.prototype.decodeHeader=function(){if(0!==this.i)throw new Error("file pointer should be at 0 to read the header");const t=this.buffer,e=new Uint8Array(8);if(t.readBytes(e,0,8),!qe(e,di))throw new Error("invalid PNGReader file (bad signature)");this.header=e},_i.prototype.decodeChunk=function(){const t=this.buffer,e=t.readUint32();if(e<0)throw new Error("Bad chunk length "+(4294967295&e));const i=t.position,n=t.readASCIICharacters(4),a=this.readBytes(e);switch(t.readUint32(),this.crc_enabled&&function(t,e,i,n){let a=4294967295;const r=i+n;for(let t=i;t<r;t++){const i=255&(a^e[t]);a=hi[i]^a>>>8}}(0,t.raw_bytes,i,e+4),n){case"IHDR":this.decodeIHDR(a);break;case"PLTE":this.decodePLTE(a);break;case"IDAT":this.decodeIDAT(a);break;case"tRNS":this.decodeTRNS(a);break;case"IEND":this.decodeIEND(a);break;case"sRGB":this.decodesRGB(a);break;case"tIME":this.decodetIME(a);break;case"zTXt":this.decodezTXt(a);break;case"iTXt":this.decodeiTXt(a)}return n},_i.prototype.decodesRGB=function(t){ui(t,0)},_i.prototype.decodetIME=function(t){ui(t,0),ui(t,1),ui(t,2),ui(t,3),ui(t,4),ui(t,5),ui(t,6)},_i.prototype.decodeiTXt=function(t){const e=oi.fromArrayBuffer(t.buffer),i=e.readASCIICharacters(79,!0),n=e.readUint8();e.readUint8();const a=e.readASCIICharacters(Infinity,!0),r=e.readASCIICharacters(Infinity,!0),s=e.data.length-e.position;let o;if(0===n)o=e.readASCIICharacters(s);else{if(1!==n)throw new Error(`Invalid compression flag value '${n}'`);{const t=ci(new Uint8Array(e.data,e.position,s));e.fromArrayBuffer(t),o=e.readASCIICharacters(t.byteLength)}}return{keyword:i,language_tag:a,translated_keyword:r,text:o}},_i.prototype.decodezTXt=function(t){const e=oi.fromArrayBuffer(t.buffer),i=e.readASCIICharacters(79,!0),n=e.readUint8();let a;if(0!==n)throw new Error(`Unsupported compression method '${n}'`);{const i=ci(new Uint8Array(t.buffer,e.position));e.fromArrayBuffer(i),a=e.readASCIICharacters(i.length)}return{keyword:i,text:a}},_i.prototype.decodetEXt=function(t){const e=oi.fromArrayBuffer(t.buffer),i=e.readASCIICharacters(Number.POSITIVE_INFINITY,!0),n=e.readASCIICharacters(i.length-1,!1);this.png.text[i]=n},_i.prototype.decodeiEXt=function(t){const e=oi.fromArrayBuffer(t.buffer),i=e.readASCIICharacters(Number.POSITIVE_INFINITY,!0);if(e.readUint8(),e.readUint8(),e.readASCIICharacters(Number.POSITIVE_INFINITY,!0),e.readUTF8String(),0!==e.readUint8())throw new Error("Expected Null Separator after Translated keyword");const n=e.readUTF8String();this.png.text[i]=n},_i.prototype.decodeIHDR=function(t){const e=this.png;e.setWidth(fi(t,0)),e.setHeight(fi(t,4)),e.setBitDepth(ui(t,8)),e.setColorType(ui(t,9)),e.setCompressionMethod(ui(t,10)),e.setFilterMethod(ui(t,11)),e.setInterlaceMethod(ui(t,12))},_i.prototype.decodePLTE=function(t){this.png.setPalette(t)},_i.prototype.decodeIDAT=function(t){this.dataChunks.push(t)},_i.prototype.decodeTRNS=function(t){this.png.setTRNS(t)},_i.prototype.decodeIEND=function(){},_i.prototype.decodePixels=function(){const t=this.png,e=new Ye.Inflate,i=this.dataChunks,n=i.length;for(let t=0;t<n;t++)if(e.push(i[t]),e.err)throw new Error(e.err);const a=e.result;0===t.getInterlaceMethod()?this.interlaceNone(a):this.interlaceAdam7(a)},_i.prototype.interlaceNone=function(t){const e=this.png,i=e.bitDepth,n=e.colors*i/8,a=e.width,r=e.height,s=Math.ceil(n*a),o=Math.ceil(n)*a,h=new Uint8Array(o*r);let l=0;const d=t.length;for(let e=0;e<d;e+=s+1){const a=e+1,r=ui(t,e);switch(r){case 0:if(1===i)for(let e=0;e<o;e++){const i=t[(e>>>4)+a]>>>(7&e)&1;h[l+e]=i}else if(2===i)for(let e=0;e<o;e++){const i=t[(e>>>2)+a]>>>((3&~e)<<1)&3;h[l+e]=i}else if(4===i)for(let e=0;e<o;e++){const i=t[(e>>>1)+a]>>>((1&~e)<<2)&15;h[l+e]=i}else{if(8!==i)throw new Error(`unsupported bit depth ${i}`);for(let e=0;e<o;e++)h[l+e]=t[e+a]}break;case 1:this.unFilterSub(t,a,h,n,l,s);break;case 2:this.unFilterUp(t,a,h,n,l,s);break;case 3:this.unFilterAverage(t,a,h,n,l,s);break;case 4:this.unFilterPaeth(t,a,h,n,l,s);break;default:throw new Error(`unknown filtered scanline type '${r}'`)}l+=o}e.pixels=h},_i.prototype.interlaceAdam7=function(t){throw new Error("Adam7 interlacing is not implemented yet")},_i.prototype.unFilterSub=function(t,e,i,n,a,r){let s=0;for(;s<n;s++)i[a+s]=t[s+e];for(;s<r;s++){const r=a+s;i[r]=t[s+e]+i[r-n]&255}},_i.prototype.unFilterUp=function(t,e,i,n,a,r){let s,o,h=0;if(a-r<0)for(;h<r;h++)i[a+h]=t[h+e];else for(;h<r;h++)s=t[h+e],o=i[a+h-r],i[a+h]=s+o&255},_i.prototype.unFilterAverage=function(t,e,i,n,a,r){let s,o,h,l=0;if(a-r<0){for(;l<n;l++)i[a+l]=t[l+e];for(;l<r;l++){const r=a+l;i[r]=t[l+e]+(i[r-n]>>1)&255}}else{for(;l<n;l++){const n=a+l;i[n]=t[l+e]+(i[n-r]>>1)&255}for(;l<r;l++){s=t[l+e];const d=a+l;o=i[d-n],h=i[d-r],i[d]=s+(o+h>>1)&255}}},_i.prototype.unFilterPaeth=function(t,e,i,n,a,r){let s,o,h,l,d,c,f,u,_,p=0;if(a-r<0){for(;p<n;p++)i[a+p]=t[p+e];for(;p<r;p++)i[a+p]=t[p+e]+i[a+p-n]&255}else{const w=a-r;for(;p<n;p++)i[a+p]=t[p+e]+i[w+p]&255;for(;p<r;p++){s=t[p+e];const w=a+p;l=i[w-r-n],h=i[w-r],o=i[w-n],d=o+h-l,c=Math.abs(d-o),f=Math.abs(d-h),u=Math.abs(d-l),_=c<=f&&c<=u?o:f<=u?h:l,i[w]=s+_&255}}},_i.prototype.parse=function(){for(this.decodeHeader();this.buffer.position<this.buffer.length&&"IEND"!==this.decodeChunk(););const t=this.png;return this.decodePixels(),t},self.Lib={decode:async function(t,e="png"){if(!(t instanceof ArrayBuffer))throw new Error(".data argument must be an ArrayBuffer, instead was something else");if("png"===e.toLowerCase())return await async function(t){return new Promise(((e,i)=>{const n=new _i(t).parse(),a=n.getUint8Data(),r=n.getWidth(),s=n.getHeight();e({data:a.data.buffer,width:r,height:s,itemSize:a.itemSize,bitDepth:8})}))}(t);throw new Error("Unsupported type")}};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function t(t,e){const n=t.length;if(n!==e.length)return!1;let i=0;for(;i<n;i++)if(t[i]!==e[i])return!1;return!0}class e{appendDescriptionOf(t){throw new Error("Not Implemented")}appendList(t,e,n,i){throw new Error("Not Implemented")}appendText(t){throw new Error("Not Implemented")}appendValue(t){throw new Error("Not Implemented")}appendValueList(t,e,n,i){throw new Error("Not Implemented")}}class n{describeTo(t){throw new Error("Not Implemented")}}class i extends n{value;constructor(t){super(),this.value=t}describeTo(t){t.appendValue(this.value)}}class r{#t;constructor(t){this.#t=t}*[Symbol.iterator](){for(const t of this.#t)yield new i(t)}}class s extends e{appendDescriptionOf(t){return t.describeTo(this),this}#e(t){this.appendText('"'),this.appendText(t),this.appendText('"')}appendValue(t){return null==t?this.appendText("null"):void 0===t?this.appendText("undefined"):"string"==typeof t?this.#e(t):"number"==typeof t?this.appendText(function(t){return String(t)}(t)):Array.isArray(t)?this.appendValueList("[",", ","]",t):(this.appendText("<"),this.appendText(function(t){try{return String(t)}catch(t){return"VALUE@0"}}(t)),this.appendText(">")),this}appendValueList(t,e,n,i){return this.appendList(t,e,n,new r(i)),this}appendList(t,e,n,i){let r=!1;this.appendText(t);const s=i[Symbol.iterator]();for(let t=s.next();!0!==t.done;t=s.next())r&&this.appendText(e),this.appendDescriptionOf(t.value),r=!0;return this.appendText(n),this}}class o extends s{value="";appendText(t){return this.value+=t,this}}function a(t,e){if(!t)throw new Error(e||"AssertionError")}function h(t,e,n,i,r){let s,o,a;for(a=0;a<r;a++)s=e+a,o=i+a,n[o]=t[s]}a.enum=function(t,e,n="value"){for(let n in e)if(e[n]===t)return;throw new Error(`${n}(=${t}) is not a valid enumerable value, valid values are: [${Object.values(e).join(", ")}]`)},a.notEqual=function(t,e,n){a(t!==e,n)},a.notOk=function(t,e){a(!t,e)},a.equal=function(t,e,n){if(t!==e)throw new Error(void 0!==n?n:`${t} !== ${e}`)},a.logicalyEqual=function(t,e,n){},a.ok=a,a.greaterThan=function(t,e,n){if(!(t>e)){let i="";throw void 0!==n&&(i+=n+". "),i+=`Expected ${t} > ${e}.`,new Error(i)}},a.greaterThanOrEqual=function(t,e,n){if(!(t>=e)){let i="";throw void 0!==n&&(i+=n+". "),i+=`Expected ${t} >= ${e}.`,new Error(i)}},a.lessThan=function(t,e,n){if(!(t<e)){let i="";throw void 0!==n&&(i+=n+". "),i+=`Expected ${t} < ${e}.`,new Error(i)}},a.lessThanOrEqual=function(t,e,n){if(!(t<=e)){let i="";throw void 0!==n&&(i+=n+". "),i+=`Expected ${t} <= ${e}.`,new Error(i)}},a.typeOf=function(t,e,n="value"){const i=typeof t;if(i!==e)throw new Error(`expected ${n} to be ${e}, instead was '${i}'(=${t})`)},a.arrayHas=function(t,e,n="Array does not contain the item"){},a.arrayHasNo=function(t,e,n="Array contains the item"){},a.arrayEqual=function(e,n,i="Arrays are not equal"){if(!t(e,n))throw new Error(i)},a.isInstanceOf=function(t,e,n="value",i=e.name){},a.isNumber=function(t,e="value"){const n=typeof t;if("number"!==n)throw new Error(`expected ${e} to be a number, instead was '${n}'(=${t})`)},a.isString=function(t,e="value"){const n=typeof t;if("string"!==n)throw new Error(`expected ${e} to be a string, instead was '${n}'(=${t})`)},a.isBoolean=function(t,e="value"){const n=typeof t;if("boolean"!==n)throw new Error(`expected ${e} to be a boolean, instead was '${n}'(=${t})`)},a.isFunction=function(t,e="value"){const n=typeof t;if("function"!==n)throw new Error(`expected ${e} to be a function, instead was '${n}'(=${t})`)},a.isInteger=function(t,e="value"){if(!Number.isInteger(t))throw new Error(`${e} must be an integer, instead was ${t}`)},a.isNonNegativeInteger=function(t,e="value"){if(t<0)throw new Error(`${e} must be >= 0, instead was ${t}`)},a.isArray=function(t,e="value"){if(!Array.isArray(t))throw new Error(`expected ${e} to be an array, instead was something else (typeof ='${typeof t}')`)},a.isArrayLike=function(t,e="value"){if(!(Array.isArray(t)||(n=t,n instanceof Int8Array||n instanceof Uint8Array||n instanceof Uint8ClampedArray||n instanceof Int16Array||n instanceof Uint16Array||n instanceof Int32Array||n instanceof Uint32Array||n instanceof Float32Array||n instanceof Float64Array)))throw new Error(`expected ${e} to be an array-like structure, instead was something else (typeof ='${typeof t}')`);var n},a.defined=function(t,e="value"){if(void 0===t)throw new Error(`${e} is undefined`)},a.isNull=function(t,e){if(null!==t)throw new Error(`${e} is NOT null`)},a.notNull=function(t,e="value"){if(null===t)throw new Error(`${e} is null`)},a.notNaN=function(t,e="value"){if(Number.isNaN(t))throw new Error(`${e} must be a valid number, instead was NaN`)},a.isFiniteNumber=function(t,e="value"){if(!Number.isFinite(t))throw new Error(`${e} must be a finite number, instead was ${t}`)},a.that=function(t,e,n){if(n.matches(t))return;const i=new o;throw i.appendText(`Expected ${e} to be `),n.describeTo(i),i.appendText(" instead "),n.describeMismatch(t,i),new Error(i.value)};const c=new Uint32Array(781250);function d(t,e){return t<e?e:t}function u(t,e){return t<e?t:e}function l(t,e,n,i,r,s){t[e+0]=u(n[i+0],r[s+0]),t[e+1]=u(n[i+1],r[s+1]),t[e+2]=u(n[i+2],r[s+2]),t[e+3]=d(n[i+3],r[s+3]),t[e+4]=d(n[i+4],r[s+4]),t[e+5]=d(n[i+5],r[s+5])}function f(t,e,n,i,r,s,o,a){t[e+0]=n,t[e+1]=i,t[e+2]=r,t[e+3]=s,t[e+4]=o,t[e+5]=a}function g(t,e,n,i,r,s){const o=i-t,a=s-n;return(r-e)*(o+a)+a*o}function _(t){let e=t;return e=50331903&(e|e<<16),e=50393103&(e|e<<8),e=51130563&(e|e<<4),e=153391689&(e|e<<2),e}function p(t,e,n){let i=t;return i<e&&(i=e),i<n&&(i=n),i}function y(t,e,n){let i=t;return i>e&&(i=e),i>n&&(i=n),i}function m(t,e,n){const i=t[n],r=t[n+1],s=t[n+2];f(t,e,i,r,s,i,r,s)}function w(t,e,n){const i=t[e],r=t[e+1],s=t[e+2];return function(t,e,n,i){const r=i[0],s=i[1],o=i[2],a=1023*(t-r)/(i[3]-r),h=1023*(e-s)/(i[4]-s),c=1023*(n-o)/(i[5]-o);return function(t,e,n){return _(t)|_(e)<<1|_(n)<<2}(Math.round(a),Math.round(h),Math.round(c))}(.5*(i+t[e+3]),.5*(r+t[e+4]),.5*(s+t[e+5]),n)}c.pointer=0;const v=c;class x{__data_buffer;__data_float32;__data_uint32;__node_count_binary=0;__node_count_leaf=0;constructor(){this.data=new ArrayBuffer(320)}estimateByteSize(){return this.data.byteLength+248}getTotalBoxCount(){return this.__node_count_binary+this.__node_count_leaf}get binary_node_count(){return this.__node_count_binary}get leaf_node_count(){return this.__node_count_leaf}getLeafBlockAddress(){return 6*this.__node_count_binary}get float32(){return this.__data_float32}get uint32(){return this.__data_uint32}set data(t){this.__data_buffer=t,this.__data_float32=new Float32Array(this.__data_buffer),this.__data_uint32=new Uint32Array(this.__data_buffer)}get data(){return this.__data_buffer}getNodeAddress(t){const e=this.__node_count_binary,n=t-e;return n<0?6*t:6*e+7*n}initialize_structure(){const t=4*(6*this.__node_count_binary+7*this.__node_count_leaf);this.__data_buffer.byteLength<t&&(this.data=new ArrayBuffer(t))}setLeafCount(t){this.__node_count_leaf=t;const e=function(t){let e=t-1;return e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,e++,e}(t);this.__node_count_binary=t<=1?e:e-1}setLeafData(t,e,n,i,r,s,o,a){const h=7*t+6*this.__node_count_binary;f(this.__data_float32,h,n,i,r,s,o,a),this.__data_uint32[h+6]=e}readBounds(t,e,n){h(this.__data_float32,t,e,n,6)}readLeafPayload(t){const e=this.getLeafBlockAddress()+7*t+6;return this.__data_uint32[e]}compute_total_surface_area(){let t=0;const e=new Float32Array(6);for(let n=0;n<this.getTotalBoxCount();n++){let i;i=n<this.__node_count_binary?6*n:7*(n-this.__node_count_binary)+this.getLeafBlockAddress(),this.readBounds(i,e,0),t+=g(e[0],e[1],e[2],e[3],e[4],e[5])}return t}__compute_bounds_area_of_3_boxes(t,e,n){const i=this.__data_float32;return g(y(i[t+0],i[e+0],i[n+0]),y(i[t+1],i[e+1],i[n+1]),y(i[t+2],i[e+2],i[n+2]),p(i[t+3],i[e+3],i[n+3]),p(i[t+4],i[e+4],i[n+4]),p(i[t+5],i[e+5],i[n+5]))}__fitness_function_should_swap_leaves_sah(t,e){const n=d(t-1,0),i=u(t+1,this.__node_count_leaf-1),r=this.getLeafBlockAddress(),s=7*t+r,o=7*n+r,a=7*i+r,h=7*e+r,c=7*d(e-1,0)+r,l=7*u(e+1,this.__node_count_leaf-1)+r;return this.__compute_bounds_area_of_3_boxes(o,s,a)+this.__compute_bounds_area_of_3_boxes(c,h,l)-(this.__compute_bounds_area_of_3_boxes(o,h,a)+this.__compute_bounds_area_of_3_boxes(c,s,l))}sort_bubble_sah(){const t=this.__node_count_leaf;for(let e=0;e<t;e++)for(let n=e+1;n<t;n++)this.__fitness_function_should_swap_leaves_sah(e,n)>0&&this.__swap_leaves(e,n)}sort_morton(t){const e=6*this.__node_count_binary;if(this.__node_count_leaf<2)return;let n,i,r=2;v[0]=0,v[1]=this.__node_count_leaf-1;const s=this.__data_float32;for(;r>0;){r-=2;const o=v[r+1],a=v[r];n=a,i=o;const h=w(s,7*(a+o>>1)+e,t);for(;n<=i;){for(;w(s,7*n+e,t)<h;)n++;for(;w(s,7*i+e,t)>h;)i--;n<=i&&(n!==i&&this.__swap_leaves(n,i),n++,i--)}a<i&&(v[r++]=a,v[r++]=i),n<o&&(v[r++]=n,v[r++]=o)}}__swap_leaves(t,e){const n=this.getLeafBlockAddress(),i=7*t+n,r=7*e+n;!function(t,e,n,i,r){let s,o,a;for(a=0;a<7;a++){s=e+a,o=i+a;const r=n[o];n[o]=t[s],t[s]=r}}(this.__data_float32,i,this.__data_float32,r)}build(){const t=this.__node_count_binary,e=6*t;let n,i,r,s,o=Math.floor(Math.log(t)/Math.log(2));r=Math.pow(2,o),i=6*(r-1);const a=this.__node_count_leaf,c=this.__data_float32;for(n=0;n<r;n++){const t=2*n,r=t+1,s=e+7*t;r<a?l(c,i,c,s,c,e+7*r):t<a?h(c,s,c,i,6):m(this.__data_float32,i,i-6),i+=6}for(o--;o>=0;o--)for(r=Math.pow(2,o),s=r-1,n=0;n<r;n++){const t=1+(s<<1);l(c,6*s,c,6*t,c,6*(t+1)),s++}}}function b(t,e,n,i,r,s){const o=3*i,a=3*r,h=3*s,c=n[o],d=n[o+1],u=n[o+2],l=n[a],f=n[a+1],g=n[a+2],_=n[h],m=n[h+1],w=n[h+2],v=y(c,l,_),x=y(d,f,m),b=y(u,g,w),A=p(c,l,_),E=p(d,f,m),S=p(u,g,w);t.setLeafData(e,e,v,x,b,A,E,S)}const A=[],E=[],S="undefined"!=typeof Uint8Array?Uint8Array:Array,U="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(let t=0,e=64;t<e;++t)A[t]=U[t],E[U.charCodeAt(t)]=t;function $(t,e,n){const i=[];for(let s=e;s<n;s+=3){const e=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(255&t[s+2]);i.push(A[(r=e)>>18&63]+A[r>>12&63]+A[r>>6&63]+A[63&r])}var r;return i.join("")}E["-".charCodeAt(0)]=62,E["_".charCodeAt(0)]=63;class F{static encode(t){return function(t){let e;const n=t.length,i=n%3,r=[],s=16383,o=n-i;for(let e=0;e<o;e+=s){const n=$(t,e,e+s>o?o:e+s);r.push(n)}return 1===i?(e=t[n-1],r.push(A[e>>2]+A[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],r.push(A[e>>10]+A[e>>4&63]+A[e<<2&63]+"=")),r.join("")}(new Uint8Array(t))}static decode(t){return function(t){var e,n,i=function(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}(t),r=i[0],s=i[1],o=new S(function(t,e,n){return 3*(e+n)/4-n}(0,r,s)),a=0,h=s>0?r-4:r;for(n=0;n<h;n+=4)e=E[t.charCodeAt(n)]<<18|E[t.charCodeAt(n+1)]<<12|E[t.charCodeAt(n+2)]<<6|E[t.charCodeAt(n+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=255&e;return 2===s&&(e=E[t.charCodeAt(n)]<<2|E[t.charCodeAt(n+1)]>>4,o[a++]=255&e),1===s&&(e=E[t.charCodeAt(n)]<<10|E[t.charCodeAt(n+1)]<<4|E[t.charCodeAt(n+2)]>>2,o[a++]=e>>8&255,o[a++]=255&e),o}(t).buffer}}const z="uint8",C="uint16",V="uint32",B="int8",M="int16",q="int32",L="float32",T="float64",I={[z]:Uint8Array,[C]:Uint16Array,[V]:Uint32Array,[B]:Int8Array,[M]:Int16Array,[q]:Int32Array,float16:Uint16Array,[L]:Float32Array,[T]:Float64Array};function N(t){switch(Object.getPrototypeOf(t).constructor){case Uint8Array:case Uint8ClampedArray:return z;case Uint16Array:return C;case Uint32Array:return V;case Int8Array:return B;case Int16Array:return M;case Int32Array:return q;case Float32Array:return L;case Float64Array:return T;default:throw new Error("unsupported constructor type")}}function k(t,e,n){return t<e?e:t>n?n:t}const O=function(t,e,n){return(e-t)*n+t};function D(t,e,n,i,r){return.5*(i-e+(2*e-5*n+4*i-r+(3*(n-i)+r-e)*t)*t)*t+n}class j{constructor(t=[],e=1,n=0,i=0){if(!Number.isInteger(e)||e<0)throw new Error(`itemSize must be a non-negative integer, instead was ${e}`);if(!Number.isInteger(n)||n<0)throw new Error(`width must be a non-negative integer, instead was ${n}`);if(!Number.isInteger(i)||n<0)throw new Error(`height must be a non-negative integer, instead was ${i}`);if(void 0===t)throw new Error("data was undefined");if(t.length<n*i*e)throw new Error(`Buffer underflow, data.length(=${t.length}) is too small. Expected at least ${n*i*e}`);this.width=n,this.height=i,this.itemSize=e,this.data=t,this.version=0}get(t,e,n){throw new Error("Deprecated method, use sampleBilinear instead")}sampleCatmullRomUV(t,e,n){const i=this.itemSize;for(let r=0;r<i;r++)n[r]=this.sampleChannelCatmullRomUV(t,e,r)}sampleChannelCatmullRomUV(t,e,n){const i=t*this.width-.5,r=e*this.height-.5;return this.sampleChannelCatmullRom(i,r,n)}sampleChannelCatmullRom(t,e,n){const i=Math.floor(t),r=Math.floor(e),s=t-i,o=e-r,a=s*(s*(1-.5*s)-.5),h=o*(o*(1-.5*o)-.5),c=s*(.5+s*(2-1.5*s)),d=o*(.5+o*(2-1.5*o)),u=s*s*(.5*s-.5),l=o*o*(.5*o-.5),f=1+s*s*(1.5*s-2.5)+c,g=1+o*o*(1.5*o-2.5)+d,_=i-1,p=r-1,y=i+2,m=r+2,w=i+c/f,v=r+d/g;let x=0;return x+=this.sampleChannelBilinear(_,p,n)*a*h,x+=this.sampleChannelBilinear(w,p,n)*f*h,x+=this.sampleChannelBilinear(y,p,n)*u*h,x+=this.sampleChannelBilinear(_,v,n)*a*g,x+=this.sampleChannelBilinear(w,v,n)*f*g,x+=this.sampleChannelBilinear(y,v,n)*u*g,x+=this.sampleChannelBilinear(_,m,n)*a*l,x+=this.sampleChannelBilinear(w,m,n)*f*l,x+=this.sampleChannelBilinear(y,m,n)*u*l,x}sampleBicubicUV(t,e,n){const i=this.itemSize;for(let r=0;r<i;r++)n[r]=this.sampleChannelBicubicUV(t,e,r)}sampleChannelBicubicUV(t,e,n){const i=t*this.width,r=e*this.height;return this.sampleChannelBicubic(i-.5,r-.5,n)}sampleChannelBicubic(t,e,n){const i=this.itemSize,r=this.width,s=this.height,o=this.data,a=r*i,h=r-1,c=s-1,l=k(t,0,h),f=k(e,0,c),g=0|l,_=0|f,p=l-g,y=f-_,m=d(0,g-1),w=d(0,_-1),v=u(h,g+1),x=u(c,_+1),b=u(h,v+1),A=w*a+n,E=_*a+n,S=x*a+n,U=u(c,x+1)*a+n,$=m*i,F=g*i,z=v*i,C=b*i,V=o[A+$],B=o[A+F],M=o[A+z],q=o[A+C],L=o[E+$],T=o[E+F],I=o[E+z],N=o[E+C],O=o[S+$],j=o[S+F],R=o[S+z],J=o[S+C],P=o[U+$],H=o[U+F],W=o[U+z],G=o[U+C],Y=D(p,V,B,M,q),K=D(p,L,T,I,N),Q=D(p,O,j,R,J),X=D(p,P,H,W,G);return D(y,Y,K,Q,X)}sampleBilinearUV(t,e,n,i=0){const r=this.itemSize;for(let s=0;s<r;s++)n[s+i]=this.sampleChannelBilinearUV(t,e,s)}sampleBilinear(t,e,n,i=0){const r=this.itemSize;for(let s=0;s<r;s++)n[s+i]=this.sampleChannelBilinear(t,e,s)}sampleChannelBilinearUV(t,e,n){const i=t*this.width-.5,r=e*this.height-.5;return this.sampleChannelBilinear(i,r,n)}sampleChannelBilinear(t,e,n){const i=this.itemSize,r=this.width,s=r*i,o=this.height-1,a=k(t,0,r-1),h=k(e,0,o),c=0|a,d=0|h,u=d*s,l=c*i+n,f=u+l;let g,_;g=a===c?c:c+1,_=h===d?d:d+1;const p=this.data,y=p[f];if(c===g&&d===_)return y;const m=a-c,w=h-d,v=g*i+n,x=_*s,b=x+l,A=x+v,E=p[u+v],S=p[b],U=p[A],$=O(y,E,m),F=O(S,U,m);return O($,F,w)}sampleNearestUV(t,e,n){const i=this.width,r=this.height,s=Math.round(t*i-.5),o=Math.round(e*r-.5);this.read(k(s,0,i-1),k(o,0,r-1),n)}readChannel(t,e,n){const i=(e*this.width+t)*this.itemSize+n;return this.data[i]}read(t,e,n){const i=this.width,r=this.itemSize,s=(e*i+t)*r;for(let t=0;t<r;t++){const e=this.data[s+t];n[t]=e}}sample(t,e,n){const i=[];return this.sampleBilinear(t*(this.width-1),e*(this.height-1),i,0),n.readFromArray(i),i[0]}point2index(t,e){return t+e*this.width}index2point(t,e){const n=this.width,i=t%n,r=t/n|0;e.set(i,r)}copy(t,e,n,i,r,s,o){const a=Math.min(s,t.width-e,this.width-i),h=Math.min(o,t.height-n,this.height-r),c=this.itemSize,d=t.itemSize,u=Math.min(c,d),l=c*this.width,f=d*t.width,g=t.data,_=this.data;let p,y,m;for(y=0;y<h;y++){const t=(y+r)*l,s=(y+n)*f;for(p=0;p<a;p++){const n=t+(p+i)*c,r=s+(p+e)*d;for(m=0;m<u;m++)_[n+m]=g[r+m]}}this.version++}zeroFill(t,e,n,i){const r=k(t,0,this.width),s=k(e,0,this.height),o=k(t+n,0,this.width),a=k(e+i,0,this.height),h=this.data,c=this.itemSize,d=c*this.width,u=r*c,l=o*c;let f;for(f=s;f<a;f++){const t=f*d;h.fill(0,t+u,t+l)}this.version++}fill_channel(t,e){const n=this.itemSize,i=this.data,r=i.length;for(let s=t;s<r;s+=n)i[s]=e;this.version++}fill(t,e,n,i,r){const s=this.width,o=this.height,a=k(t,0,s),h=k(e,0,o),c=k(t+n,0,s),d=k(e+i,0,o),u=this.data,l=this.itemSize,f=l*s;let g,_,p;for(g=h;g<d;g++){const t=g*f;for(_=a;_<c;_++){const e=t+_*l;for(p=0;p<l;p++)u[e+p]=r[p]}}this.version++}writeChannel(t,e,n,i){const r=(e*this.width+t)*this.itemSize+n;this.data[r]=i,this.version++}set(t,e,n){const i=this.data,r=this.itemSize,s=r*this.width*e+t*r;for(let t=0;t<r;t++)i[s+t]=n[t];this.version++}traverseCircle(t,e,n,i){let r,s;const o=0|t,a=0|e,h=n*n,c=Math.ceil(n);for(s=-c;s<=c;s++){const t=s*s;for(r=-c;r<=c;r++)r*r+t<=h&&i(o+r,a+s,this)}}resize(t,e,n=!0){const i=this.width,r=this.height;if(i===t&&r===e)return;const s=this.itemSize,o=t*e*s,a=this.data,h=new(function(t){if(t instanceof Int8Array)return Int8Array;if(t instanceof Int16Array)return Int16Array;if(t instanceof Int32Array)return Int32Array;if(t instanceof Uint8Array)return Uint8Array;if(t instanceof Uint8ClampedArray)return Uint8ClampedArray;if(t instanceof Uint16Array)return Uint16Array;if(t instanceof Uint32Array)return Uint32Array;if(t instanceof Float32Array)return Float32Array;if(t instanceof Float64Array)return Float64Array;if(Array.isArray(t))return Array;throw new TypeError("Unsupported array type")}(a))(o);if(n)if(t===i)h.set(a.subarray(0,Math.min(a.length,o)));else{const n=u(e,r),o=u(t,i);for(let e=0;e<n;e++)for(let n=0;n<o;n++){const r=(e*t+n)*s,o=(e*i+n)*s;for(let t=0;t<s;t++)h[r+t]=a[o+t]}}this.width=t,this.height=e,this.data=h,this.version++}computeByteSize(){let t;return t=Array.isArray(this.data)?8*this.data.length:this.data.buffer.byteLength,t+280}equals(e){return this.width===e.width&&this.height===e.height&&this.itemSize===e.itemSize&&function(e,n){if(e===n)return!0;const i=e.length;if(i!==n.length)return!1;if(i<128)return t(e,n);const r=e.byteLength;if(r!==n.byteLength)return!1;const s=e.constructor;if(s!==n.constructor)return!1;const o=e.buffer,a=n.buffer;if(o===a&&e.byteOffset===n.byteOffset)return!0;let h=e,c=n;const d=s.BYTES_PER_ELEMENT;return d<4&&r%4==0?(h=new Uint32Array(o,e.byteOffset,r/4),c=new Uint32Array(a,n.byteOffset,r/4)):d<2&&r%2==0&&(h=new Uint16Array(o,e.byteOffset,r/2),c=new Uint16Array(a,n.byteOffset,r/2)),t(h,c)}(this.data,e.data)}hash(){let t=((65535&this.width)<<16|65535&this.height)^this.itemSize;const e=this.data.length,n=Math.max(1,Math.ceil(e/509));return t^=function(t,e,n,i){let r=n;for(let e=0;e<n;e+=i)r=(r<<5)-r+(t[e]>>>0);return r>>>0}(this.data,0,e,n),t}clone(){let t;return t=Array.isArray(this.data)?this.data.slice():new(0,this.data.constructor)(this.data),new j(t,this.itemSize,this.width,this.height)}toJSON(){const t=F.encode(this.data.buffer);return{height:this.height,width:this.width,itemSize:this.itemSize,type:N(this.data),data:t}}fromJSON({height:t,width:e,itemSize:n,type:i,data:r}){const s=function(t){const e=I[t];if(void 0===e)throw new Error(`Unsupported data type '${t}'`);return e}(i);if("string"==typeof r){const t=F.decode(r);this.data=new s(t)}else{if(!Array.isArray(r))throw new Error("Unsupported data format");this.data=new s(r)}this.height=t,this.width=e,this.itemSize=n}static uint8clamped(t,e,n){const i=new Uint8ClampedArray(e*n*t);return new j(i,t,e,n)}static uint8(t,e,n){const i=new Uint8Array(e*n*t);return new j(i,t,e,n)}static uint16(t,e,n){const i=new Uint16Array(e*n*t);return new j(i,t,e,n)}static uint32(t,e,n){const i=new Uint32Array(e*n*t);return new j(i,t,e,n)}static int8(t,e,n){const i=new Int8Array(e*n*t);return new j(i,t,e,n)}static int16(t,e,n){const i=new Int16Array(e*n*t);return new j(i,t,e,n)}static int32(t,e,n){const i=new Int32Array(e*n*t);return new j(i,t,e,n)}static float32(t,e,n){const i=new Float32Array(e*n*t);return new j(i,t,e,n)}static float64(t,e,n){const i=new Float64Array(e*n*t);return new j(i,t,e,n)}}function R(t,e,n,i){const r=t[e],s=t[e+1],o=t[e+2],a=1/Math.hypot(r,s,o);n[i]=r*a,n[i+1]=s*a,n[i+2]=o*a}j.prototype.isSampler2D=!0,j.typeName="Sampler2D";const J={build:function(t,e,n,i,r,s){const o=n.x*s,a=n.y*s,h=o-1,c=a-1;let d=0,u=0;const l=o*a,f=new Float32Array(3*l),g=new Float32Array(3*l),_=new Float32Array(2*l);let p,y;const m=n.y/r.y/c,w=n.x/r.x/h,v=e.y/r.y,x=e.x/r.x,b=r.x*i.x,A=r.y*i.y;let E,S,U;for(p=0;p<a;p++){const e=p*m+v;for(U=e*A,y=0;y<o;y++){const n=y*w+x;E=n*b,S=t.sampleChannelBicubicUV(n,e,0),f[d]=E,f[d+1]=S,f[d+2]=U,_[u]=n,_[u+1]=e,d+=3,u+=2}}d=0;const $=new(f.length/3>65535?Uint32Array:Uint16Array)(h*c*6);for(p=0;p<c;p++)for(y=0;y<h;y++){const t=y+o*p,e=y+o*(p+1),n=y+1+o*(p+1),i=y+1+o*p;$[d]=t,$[d+1]=e,$[d+2]=i,$[d+3]=e,$[d+4]=n,$[d+5]=i,d+=6}return function(t,e,n){let i,r,s,o,a,h,c,d,u,l,f,g,_,p,y,m,w,v,x,b,A,E=0;const S=n.length;for(;E<S;E+=3)i=3*n[E],r=3*n[E+1],s=3*n[E+2],o=t[i],a=t[i+1],h=t[i+2],c=t[r],d=t[r+1],u=t[r+2],l=t[s],f=t[s+1],g=t[s+2],_=l-c,p=f-d,y=g-u,m=o-c,w=a-d,v=h-u,x=p*v-y*w,b=y*m-_*v,A=_*w-p*m,e[i]+=x,e[i+1]+=b,e[i+2]+=A,e[r]+=x,e[r+1]+=b,e[r+2]+=A,e[s]+=x,e[s+1]+=b,e[s+2]+=A;!function(t){const e=t.length;for(let n=0;n<e;n+=3)R(t,n,t,n)}(e)}(f,g,$),{indices:$,vertices:f,normals:g,uvs:_}}};function P(t,e,n=0,i=t.length){const r=n+i;for(let i=n;i<r;i++)if(t[i]===e)return t.splice(i,1),!0;return!1}function H(t,e){return-1===t.indexOf(e)&&(t.push(e),!0)}function W(t,e){return t.v0===e?t.v1:t.v1===e?t.v0:null}let G=0;class Y{constructor(){this.index=G++,this.v0=null,this.v1=null,this.faces=[],this.lengthSqr=-1}get byteSize(){return 128+8*this.faces.length+10}getVertexByIndex(t){if(0===t)return this.v0;if(1===t)return this.v1;throw new Error("Index out of bounds")}copy(t){this.v0=t.v0,this.v1=t.v1,this.lengthSqr=t.lengthSqr,this.faces=t.faces.slice()}clone(){const t=new Y;return t.copy(this),t}validate(t){let e=!0;const n=this.faces,i=n.length;for(let r=0;r<i;r++)n[r].containsEdge(this)||(t(`Missing back-link from face[${r}]`),e=!1);return this.v0.containsEdge(this)||(t("Missing back-link from vertex v0"),e=!1),this.v1.containsEdge(this)||(t("Missing back-link from vertex v1"),e=!1),e}isLinked(){return this.v0.containsEdge(this)}unlink(){const t=this.v0,e=this.v1;t.removeEdge(this),t!==e&&e.removeEdge(this);const n=this.faces,i=n.length;for(let t=0;t<i;t++)n[t].removeEdge(this)}isDegenerateEdge(){return this.v0===this.v1}isTopologyBorder(){return 1===this.faces.length}get length(){return this.lengthSqr<0&&this.computeSquaredLength(),Math.sqrt(this.lengthSqr)}computeSquaredLength(){const t=this.v0,e=this.v1,n=t.x,i=t.y,r=t.z,s=n-e.x,o=i-e.y,a=r-e.z;this.lengthSqr=s*s+o*o+a*a}replaceVertex(t,e){t===this.v0&&(this.v0=e),t===this.v1&&(this.v1=e)}merge(t){const e=t.faces,n=this.faces,i=e.length;for(let r=0;r<i;r++){const i=e[r];i.removeEdge(t),-1===n.indexOf(i)&&(n.push(i),i.addUniqueEdge(this))}t.v0.removeEdge(t),t.v1.removeEdge(t)}containsFace(t){return-1!==this.faces.indexOf(t)}addFace(t){this.faces.push(t)}addUniqueFace(t){H(this.faces,t)}removeFace(t){P(this.faces,t)}getOtherVertex(t){return W(this,t)}containsVertex(t){return e=t,this.v0===e||this.v1===e;var e}containsBothVertices(t,e){return function(t,e,n){const i=t.v0,r=t.v1;return!(i!==e&&i!==n||r!==e&&r!==n)}(this,t,e)}containsSameVerticesAs(t){return this.containsBothVertices(t.v0,t.v1)}}function K(t,e,n){const i=t.length;for(let r=0;r<i;r++)t[r]===e&&(t[r]=n)}Y.prototype.isTopoEdge=!0;var Q,X="undefined"!=typeof Float32Array?Float32Array:Array;function Z(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t}Math.hypot||(Math.hypot=function(){for(var t=0,e=arguments.length;e--;)t+=arguments[e]*arguments[e];return Math.sqrt(t)}),Q=new X(3),X!=Float32Array&&(Q[0]=0,Q[1]=0,Q[2]=0);let tt=0;class et{constructor(){this.index=tt++,this.vertices=[],this.edges=[],this.normal=[0,0,0]}get byteSize(){return 100+8*this.vertices.length+10+8*this.edges.length+10+24+10}copy(t){this.index=t.index,this.vertices=t.vertices.slice(),this.edges=t.edges.slice(),Z(this.normal,t.normal)}clone(){const t=new et;return t.copy(this),t}validate(t){let e=!0;const n=this.vertices,i=n.length;3!==i&&(t(`Expected number of vertices is 3, instead got ${i}`),e=!1);for(let r=0;r<i;r++)n[r].containsFace(this)||(t(`Missing back-link from vertex[${r}]`),e=!1);const r=this.edges,s=r.length;3!==s&&(t(`Expected number of edges is 3, instead got ${s}`),e=!1);for(let n=0;n<s;n++)r[n].containsFace(this)||(t(`Missing back-link from edge[${n}]`),e=!1);return e}isLinked(){return this.vertices[0].containsFace(this)}replaceEdge(t,e){K(this.edges,t,e)}replaceVertex(t,e){K(this.vertices,t,e)}isDegenerateTopology(){const t=this.vertices,e=t[0],n=t[1],i=t[2];return e===n||e===i||n===i}unlink(){const t=this.vertices,e=t.length;for(let n=0;n<e;n++)t[n].removeFace(this);const n=this.edges,i=n.length;for(let t=0;t<i;t++)n[t].removeFace(this)}addEdge(t){this.edges.push(t)}addUniqueEdge(t){return H(this.edges,t)}removeEdge(t){P(this.edges,t)}containsEdge(t){return-1!==this.edges.indexOf(t)}computeNormal(){const t=this.vertices,e=t[0],n=t[1],i=t[2];!function(t,e,n,i){!function(t,e,n,i,r,s,o,a,h,c,d){const u=h-s,l=c-o,f=d-a,g=n-s,_=i-o,p=r-a,y=l*p-f*_,m=f*g-u*p,w=u*_-l*g,v=function(t,e,n){return t*t+e*e+n*n}(y,m,w);if(0===v)return t[0]=0,t[1]=1,void(t[2]=0);const x=1/Math.sqrt(v),b=y*x,A=m*x,E=w*x;t[0]=b,t[1]=A,t[2]=E}(t,0,e[0],e[1],e[2],n[0],n[1],n[2],i[0],i[1],i[2])}(this.normal,e,n,i)}setVertexAt(t,e){this.vertices[t]=e}containsVertex(t){return-1!==this.vertices.indexOf(t)}getEdgeNeighbours(t,e){let n=0;const i=this.edges,r=i.length;for(let s=0;s<r;s++){const r=i[s].faces,o=r.length;for(let i=0;i<o;i++){const s=r[i];s!==this&&(t[e+n]=s,n++)}}return n}}et.prototype.isTopoFace=!0;class nt{constructor(){this.index=0,this.edges=[],this.faces=[],this.x=0,this.y=0,this.z=0}get 0(){return this.x}get 1(){return this.y}get 2(){return this.z}get byteSize(){return 112+8*this.edges.length+10+8*this.faces.length+10}copy(t){this.x=t.x,this.y=t.y,this.z=t.z,this.index=t.index,this.faces=t.faces.slice(),this.edges=t.edges.slice()}clone(){const t=new nt;return t.copy(this),t}validate(t){let e=!0;const n=this.faces,i=n.length;for(let r=0;r<i;r++)n[r].containsVertex(this)||(t(`Missing back-link from face[${r}]`),e=!1);const r=this.edges,s=r.length;for(let n=0;n<s;n++)r[n].containsVertex(this)||(t(`Missing back-link from edge[${n}]`),e=!1);return e}distanceTo(t){return e=this.x,n=this.y,i=this.z,r=t.x,s=t.y,o=t.z,Math.sqrt(function(t,e,n,i,r,s){const o=t-i,a=e-r,h=n-s;return o*o+a*a+h*h}(e,n,i,r,s,o));var e,n,i,r,s,o}addFace(t){this.faces.push(t)}addUniqueFace(t){return H(this.faces,t)}containsFace(t){return-1!==this.faces.indexOf(t)}removeFace(t){P(this.faces,t)}addEdge(t){this.edges.push(t)}addUniqueEdge(t){return H(this.edges,t)}replaceEdge(t,e){const n=this.edges,i=n.indexOf(t);n[i]=e}containsEdge(t){return-1!==this.edges.indexOf(t)}removeEdge(t){return P(this.edges,t)}replaceAnotherVertex(t){const e=t.faces,n=e.length;let i=0;for(;i<n;i++){const n=e[i];n.replaceVertex(t,this),this.addUniqueFace(n)}const r=t.edges,s=r.length;for(i=0;i<s;i++){const e=r[i];e.replaceVertex(t,this),this.addUniqueEdge(e)}}computeNeighbourVertices(t,e){let n=0;const i=this.edges,r=i.length;for(let s=0;s<r;s++){const r=i[s].getOtherVertex(this);t[e+n]=r,n++}return n}}function it(t,e=","){return t.toString().replace(/\B(?=(\d{3})+(?!\d))/g,e)}nt.prototype.isTopoVertex=!0;class rt{constructor(){this.vertices=[],this.__edges=new Set,this.__faces=new Set}get byteSize(){let t=0;for(let e=0;e<this.vertices.length;e++)t+=this.vertices[e].byteSize;for(const e of this.__edges)t+=e.byteSize;for(const e of this.__faces)t+=e.byteSize;return t}getEdges(){return this.__edges}getFaces(){return this.__faces}getFaceByIndex(t){for(const e of this.__faces)if(e.index===t)return e}validate(t){let e=!0,n="",i=0;function r(r){t(`${n}[${i}]: ${r}`),e=!1}n="Edge",i=0;const s=this.getEdges();for(let t of s){t.validate(r),this.containsVertex(t.v0)||r("Link to off-mesh vertex v0"),this.containsVertex(t.v1)||r("Link to off-mesh vertex v1");const e=t.faces,n=e.length;for(let t=0;t<n;t++){const n=e[t];this.containsFace(n)||r(`Link to off-mesh face[${t}]`)}i++}const o=this.getFaces();n="Face",i=0;for(let t of o){t.validate(r);const e=t.edges,n=e.length;for(let t=0;t<n;t++){const n=e[t];this.containsEdge(n)||r(`Link to off-mesh edge[${t}]`)}const s=t.vertices,o=s.length;for(let t=0;t<o;t++){const e=s[t];this.containsVertex(e)||r(`Link to off-mesh vertex[${t}]`)}i++}const a=this.vertices,h=a.length;n="Vertex";for(let t=0;t<h;t++){i=t;const e=a[t];e.validate(r);const n=e.edges,s=n.length;for(let t=0;t<s;t++){const e=n[t];this.containsEdge(e)||r(`Link to off-mesh edge[${t}]`)}const o=e.faces,h=o.length;for(let t=0;t<h;t++){const e=o[t];this.containsFace(e)||r(`Link to off-mesh face[${t}]`)}}return e}clone(){const t=new rt;return t.add(this),t}buildVertexMapping(){const t=new Map,e=this.vertices,n=e.length;for(let i=0;i<n;i++){const n=e[i];t.set(n.index,n)}return t}_addWithVertexMap(t,e){const n=t.getFaces();for(let t of n)this.addFaceCopy(t,e)}addFaceCopy(t,e){const n=new et;Z(n.normal,t.normal);const i=t.vertices;for(let t=0;t<3;t++){const r=i[t];let s=e.get(r.index);void 0===s&&(s=new nt,s.index=r.index,s.x=r.x,s.y=r.y,s.z=r.z,e.set(r.index,s),this.addVertex(s)),n.setVertexAt(t,s),s.addUniqueFace(n)}this.addFace(n);const r=n.vertices,s=r[0],o=r[1],a=r[2],h=this.ensureEdge(s,o),c=this.ensureEdge(o,a),d=this.ensureEdge(a,s);h.addUniqueFace(n),c.addUniqueFace(n),d.addUniqueFace(n),n.addUniqueEdge(h),n.addUniqueEdge(c),n.addUniqueEdge(d)}add(t){const e=this.buildVertexMapping();this._addWithVertexMap(t,e)}addVertex(t){this.vertices.push(t)}addUniqueVertex(t){H(this.vertices,t)}removeVertex(t){var e;e=t,P(this.vertices,e)}containsVertex(t){return-1!==this.vertices.indexOf(t)}addEdge(t){this.__edges.add(t)}addUniqueEdge(t){this.__edges.add(t)}removeEdge(t){var e;e=t,this.__edges.delete(e)}containsEdge(t){return this.__edges.has(t)}addFace(t){this.__faces.add(t)}injectManyFaces(t){for(let e of t)this.injectFace(e)}injectFace(t){this.addFace(t);const e=t.edges,n=e.length;for(let t=0;t<n;t++){const n=e[t];this.addUniqueEdge(n)}const i=t.vertices,r=i.length;for(let t=0;t<r;t++){const e=i[t];this.addUniqueVertex(e)}}removeFace(t){var e;e=t,this.__faces.delete(e)}containsFace(t){return this.__faces.has(t)}ensureEdge(t,e){const n=t.edges,i=n.length;for(let r=0;r<i;r++){const i=n[r];if(W(i,t)===e)return i}const r=new Y;return r.v0=t,r.v1=e,t.edges.push(r),e.edges.push(r),this.__edges.add(r),r}mergeEdges(){const t=this.getEdges();for(let e of t){const n=e.v0,i=e.v1;for(let r of t){if(e===r)continue;const t=r.v0,s=r.v1;if(n===t){if(i!==s)continue}else{if(n!==s)continue;if(i!==t)continue}this.removeEdge(r),e.merge(r)}}}computeEdgeSquaredLengths(){const t=this.getEdges();for(let e of t)e.computeSquaredLength()}build(t,e){const n=e.length,i=t.length/3,r=this.vertices;for(let e=0;e<i;e++){const n=3*e,i=new nt;i.index=e,i.x=t[n],i.y=t[n+1],i.z=t[n+2],r[e]=i}const s=n/3,o=this.getFaces();for(let t=0;t<s;t++){const n=3*t,i=e[n],s=e[n+1],a=e[n+2],h=r[i],c=r[s],d=r[a],u=new et;u.index=t;const l=this.ensureEdge(h,c),f=this.ensureEdge(c,d),g=this.ensureEdge(d,h);l.faces.push(u),f.faces.push(u),g.faces.push(u),u.vertices.push(h,c,d),u.edges.push(l,f,g),h.faces.push(u),c.faces.push(u),d.faces.push(u),o.add(u)}}toString(){return`TopoMesh{ vertices: ${it(this.vertices.length)}, edges: ${it(this.getEdges().size)}, faces: ${it(this.getFaces().size)} }`}}rt.prototype.isTopoMesh=!0,self.Lib={build_bvh(t,e){const n=new x;return function(t,e,n){const i=n.length/3;t.setLeafCount(i),t.initialize_structure();for(let r=0;r<i;r++){const i=3*r;b(t,r,e,n[i],n[i+1],n[i+2])}t.build()}(n,t,e),n},Sampler2D:j,BufferedGeometryArraysBuilder:J,tensionOptimizeUV:function(t,e,n,i){const r=new rt;r.build(t,n),r.computeEdgeSquaredLengths();const s=t.length/3;for(let t=0;t<i;t++)t:for(let t=0;t<s;t++){const n=r.vertices[t],i=n.edges,s=i.length;if(0===s)continue;let o=0,a=0,h=0;for(let t=0;t<s;t++){const r=i[t];if(r.isTopologyBorder())continue t;const s=2*r.getOtherVertex(n).index,c=e[s],d=e[s+1],u=1/r.lengthSqr;o+=c*u,a+=d*u,h+=u}const c=o/h,d=a/h,u=2*n.index;e[u]=c,e[u+1]=d}},sampler2d_channel_compute_min:function(t,e=0){const n=t.itemSize,i=t.data,r=i.length;if(0===r)return;let s=i[e],o=e;for(let t=e+n;t<r;t+=n){const e=i[t];s>e&&(s=e,o=t)}const a=t.width,h=o/n|0;return{index:o,value:s,x:h%a,y:h/a|0}},sampler2d_channel_compute_max:function(t,e=0){const n=t.itemSize,i=t.data,r=i.length;if(0===r)return;let s=i[e],o=e;for(let t=e+n;t<r;t+=n){const e=i[t];s<e&&(s=e,o=t)}const a=t.width,h=o/n|0;return{index:o,value:s,x:h%a,y:h/a|0}}};
|