@vgai/engine 0.5.22 → 0.5.24
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/README.md +6 -3
- package/dist/adapter/adapter-module.d.ts.map +1 -1
- package/dist/adapter/adapter-module.js +2 -4
- package/dist/adapter/adapter-surface.d.ts +1 -1
- package/dist/adapter/adapter-surface.js +1 -1
- package/dist/adapter/authoring.d.ts +19 -21
- package/dist/adapter/authoring.d.ts.map +1 -1
- package/dist/adapter/authoring.js +2 -2
- package/dist/adapter/binding.d.ts +341 -0
- package/dist/adapter/binding.d.ts.map +1 -0
- package/dist/adapter/binding.js +148 -0
- package/dist/adapter/colyseus-networking-adapter.d.ts.map +1 -1
- package/dist/adapter/colyseus-networking-adapter.js +23 -4
- package/dist/adapter/entrypoint-selection-readers.d.ts +24 -0
- package/dist/adapter/entrypoint-selection-readers.d.ts.map +1 -0
- package/dist/adapter/entrypoint-selection-readers.js +63 -0
- package/dist/adapter/entrypoint-selection-source.d.ts.map +1 -1
- package/dist/adapter/entrypoint-selection-source.js +1 -44
- package/dist/adapter/finders/scenes-from-entrypoint-selection.d.ts.map +1 -1
- package/dist/adapter/finders/scenes-from-entrypoint-selection.js +1 -52
- package/dist/adapter/host-context.d.ts +46 -15
- package/dist/adapter/host-context.d.ts.map +1 -1
- package/dist/adapter/host-context.js +2 -9
- package/dist/adapter/index.d.ts +11 -12
- package/dist/adapter/index.d.ts.map +1 -1
- package/dist/adapter/index.js +9 -10
- package/dist/adapter/ingest/game-contract-seams.d.ts +5 -0
- package/dist/adapter/ingest/game-contract-seams.d.ts.map +1 -1
- package/dist/adapter/ingest/game-contract-seams.js +1 -0
- package/dist/adapter/ingest/game-contract.d.ts +22 -3
- package/dist/adapter/ingest/game-contract.d.ts.map +1 -1
- package/dist/adapter/ingest/game-contract.js +0 -3
- package/dist/adapter/ingest/scene-capture.d.ts +19 -23
- package/dist/adapter/ingest/scene-capture.d.ts.map +1 -1
- package/dist/adapter/ingest/scene-capture.js +143 -17
- package/dist/adapter/ingest/visible-capture-window.d.ts +34 -0
- package/dist/adapter/ingest/visible-capture-window.d.ts.map +1 -1
- package/dist/adapter/native-debug-module.d.ts +40 -5
- package/dist/adapter/native-debug-module.d.ts.map +1 -1
- package/dist/adapter/native-debug-module.js +36 -9
- package/dist/adapter/rapier-physics-adapter.d.ts +31 -1
- package/dist/adapter/rapier-physics-adapter.d.ts.map +1 -1
- package/dist/adapter/rapier-physics-adapter.js +50 -36
- package/dist/adapter/renderer-config.d.ts +2 -2
- package/dist/adapter/renderer-config.js +2 -2
- package/dist/adapter/root-adapter.d.ts +7 -7
- package/dist/adapter/root-adapter.js +4 -4
- package/dist/adapter/system-adapter.d.ts +45 -7
- package/dist/adapter/system-adapter.d.ts.map +1 -1
- package/dist/adapter/system-seam-contract.d.ts +3 -3
- package/dist/adapter/system-seam-contract.js +3 -3
- package/dist/adapter/system-slot.d.ts +168 -0
- package/dist/adapter/system-slot.d.ts.map +1 -0
- package/dist/adapter/system-slot.js +229 -0
- package/dist/adapter/transform.d.ts +11 -1
- package/dist/adapter/transform.d.ts.map +1 -1
- package/dist/ai/navigation.d.ts +17 -1
- package/dist/ai/navigation.d.ts.map +1 -1
- package/dist/ai/navigation.js +26 -5
- package/dist/animation/anim-graph-types.d.ts +11 -3
- package/dist/animation/anim-graph-types.d.ts.map +1 -1
- package/dist/animation/theatre-clock-binding.d.ts +4 -4
- package/dist/animation/theatre-clock-binding.js +4 -4
- package/dist/animation/xstate-animation-binding.d.ts.map +1 -1
- package/dist/animation/xstate-animation-binding.js +2 -2
- package/dist/animation/xstate-animation-meta.d.ts +13 -0
- package/dist/animation/xstate-animation-meta.d.ts.map +1 -1
- package/dist/animation/xstate-animation-meta.js +14 -0
- package/dist/asset-formats/index.d.ts +4 -7
- package/dist/asset-formats/index.d.ts.map +1 -1
- package/dist/asset-formats/index.js +4 -7
- package/dist/asset-formats/render-env.d.ts +5 -8
- package/dist/asset-formats/render-env.d.ts.map +1 -1
- package/dist/asset-formats/render-env.js +3 -6
- package/dist/asset-parse-error.d.ts +2 -5
- package/dist/asset-parse-error.d.ts.map +1 -1
- package/dist/asset-parse-error.js +2 -5
- package/dist/audio/bus-mixer.d.ts +101 -0
- package/dist/audio/bus-mixer.d.ts.map +1 -0
- package/dist/audio/bus-mixer.js +115 -0
- package/dist/core/frame-pacing.d.ts +1 -1
- package/dist/core/frame-pacing.js +2 -2
- package/dist/core/game-loop.d.ts +1 -3
- package/dist/core/game-loop.d.ts.map +1 -1
- package/dist/core/game-loop.js +1 -3
- package/dist/core/seeded-random.d.ts +1 -1
- package/dist/core/sim-clock.d.ts +5 -6
- package/dist/core/sim-clock.d.ts.map +1 -1
- package/dist/core/sim-clock.js +4 -5
- package/dist/core/types.d.ts +1 -3
- package/dist/core/types.d.ts.map +1 -1
- package/dist/defaults.d.ts +6 -14
- package/dist/defaults.d.ts.map +1 -1
- package/dist/defaults.js +6 -14
- package/dist/dev/register-render-vitals.d.ts +1 -4
- package/dist/dev/register-render-vitals.d.ts.map +1 -1
- package/dist/dev/register-render-vitals.js +1 -4
- package/dist/dev/render-debug-adapter.d.ts +2 -3
- package/dist/dev/render-debug-adapter.d.ts.map +1 -1
- package/dist/dev/render-debug-adapter.js +2 -3
- package/dist/dev/render-vitals.d.ts +3 -3
- package/dist/dev/render-vitals.js +3 -3
- package/dist/dev/webgl-frame-capture.d.ts +1 -1
- package/dist/dev/webgl-frame-capture.js +1 -1
- package/dist/index.d.ts +2 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -4
- package/dist/input/host-pointer.d.ts +122 -0
- package/dist/input/host-pointer.d.ts.map +1 -0
- package/dist/input/host-pointer.js +160 -0
- package/dist/input/input-manager.d.ts +18 -5
- package/dist/input/input-manager.d.ts.map +1 -1
- package/dist/input/input-manager.js +33 -13
- package/dist/input/rebind-controller.d.ts.map +1 -1
- package/dist/input/rebind-controller.js +6 -8
- package/dist/input/schema.d.ts.map +1 -1
- package/dist/input/schema.js +56 -28
- package/dist/manifest/filename.d.ts.map +1 -1
- package/dist/manifest/filename.js +8 -12
- package/dist/manifest/load.d.ts +10 -10
- package/dist/manifest/load.d.ts.map +1 -1
- package/dist/manifest/load.js +9 -6
- package/dist/manifest/schema.d.ts +17 -21
- package/dist/manifest/schema.d.ts.map +1 -1
- package/dist/manifest/schema.js +45 -35
- package/dist/physics/collider-dimensions.d.ts +8 -12
- package/dist/physics/collider-dimensions.d.ts.map +1 -1
- package/dist/physics/collider-dimensions.js +8 -12
- package/dist/pixi/scene-capture.d.ts +11 -13
- package/dist/pixi/scene-capture.d.ts.map +1 -1
- package/dist/react/world-state.d.ts +1 -1
- package/dist/react/world-state.d.ts.map +1 -1
- package/dist/render/light-camera-factory.d.ts +5 -7
- package/dist/render/light-camera-factory.d.ts.map +1 -1
- package/dist/render/light-camera-factory.js +8 -11
- package/dist/render/material-factory.js +1 -1
- package/dist/render/render-batch-system.d.ts.map +1 -1
- package/dist/render/render-features.d.ts +17 -6
- package/dist/render/render-features.d.ts.map +1 -1
- package/dist/render/render-features.js +0 -28
- package/dist/runtime/create-runtime.d.ts +34 -25
- package/dist/runtime/create-runtime.d.ts.map +1 -1
- package/dist/runtime/create-runtime.js +218 -93
- package/dist/runtime/debug-bridge.d.ts +12 -0
- package/dist/runtime/debug-bridge.d.ts.map +1 -1
- package/dist/runtime/debug-bridge.js +4 -0
- package/dist/runtime/debug-registry.d.ts +95 -8
- package/dist/runtime/debug-registry.d.ts.map +1 -1
- package/dist/runtime/debug-registry.js +24 -3
- package/dist/runtime/dev-build.d.ts +2 -2
- package/dist/runtime/dev-build.js +2 -2
- package/dist/runtime/game-input-seams.d.ts +2 -2
- package/dist/runtime/game-input-seams.d.ts.map +1 -1
- package/dist/runtime/game.d.ts +102 -41
- package/dist/runtime/game.d.ts.map +1 -1
- package/dist/runtime/game.js +80 -54
- package/dist/runtime/mount-game.d.ts +0 -16
- package/dist/runtime/mount-game.d.ts.map +1 -1
- package/dist/runtime/mount-game.js +8 -39
- package/dist/runtime/mount-manifest.d.ts +22 -14
- package/dist/runtime/mount-manifest.d.ts.map +1 -1
- package/dist/runtime/mount-manifest.js +18 -18
- package/dist/runtime/playtest.d.ts +22 -0
- package/dist/runtime/playtest.d.ts.map +1 -0
- package/dist/runtime/playtest.js +12 -0
- package/dist/runtime/run-ticks-settled.d.ts +34 -0
- package/dist/runtime/run-ticks-settled.d.ts.map +1 -0
- package/dist/runtime/run-ticks-settled.js +59 -0
- package/dist/runtime/state-bridge.d.ts +2 -3
- package/dist/runtime/state-bridge.d.ts.map +1 -1
- package/dist/runtime/state-bridge.js +1 -0
- package/dist/setup/setup-audio.d.ts +12 -0
- package/dist/setup/setup-audio.d.ts.map +1 -1
- package/dist/setup/setup-audio.js +9 -10
- package/dist/setup/setup-renderer.d.ts +2 -25
- package/dist/setup/setup-renderer.d.ts.map +1 -1
- package/dist/setup/setup-renderer.js +2 -31
- package/dist/world3d-react/r3f-root-factory.d.ts +7 -7
- package/dist/world3d-react/r3f-root-factory.js +7 -7
- package/dist/world3d-react/rapier-physics-bridge.d.ts +9 -8
- package/dist/world3d-react/rapier-physics-bridge.d.ts.map +1 -1
- package/dist/world3d-react/rapier-physics-bridge.js +100 -48
- package/package.json +1 -1
- package/schemas/engine-capabilities.json +16 -14
- package/schemas/vgai-project.schema.json +35 -26
- package/src/adapter/adapter-module.ts +2 -4
- package/src/adapter/adapter-surface.ts +1 -1
- package/src/adapter/authoring.ts +19 -21
- package/src/adapter/binding.ts +468 -0
- package/src/adapter/colyseus-networking-adapter.ts +20 -5
- package/src/adapter/entrypoint-selection-readers.ts +66 -0
- package/src/adapter/entrypoint-selection-source.ts +1 -40
- package/src/adapter/finders/scenes-from-entrypoint-selection.ts +1 -48
- package/src/adapter/host-context.ts +45 -15
- package/src/adapter/index.ts +23 -11
- package/src/adapter/ingest/game-contract-seams.ts +1 -0
- package/src/adapter/ingest/game-contract.ts +22 -3
- package/src/adapter/ingest/scene-capture.ts +190 -39
- package/src/adapter/ingest/visible-capture-window.ts +35 -0
- package/src/adapter/native-debug-module.ts +66 -9
- package/src/adapter/rapier-physics-adapter.ts +76 -20
- package/src/adapter/renderer-config.ts +2 -2
- package/src/adapter/root-adapter.ts +7 -7
- package/src/adapter/system-adapter.ts +43 -8
- package/src/adapter/system-seam-contract.ts +3 -3
- package/src/adapter/system-slot.ts +291 -0
- package/src/adapter/transform.ts +18 -1
- package/src/ai/navigation.ts +30 -3
- package/src/animation/anim-graph-types.ts +11 -3
- package/src/animation/theatre-clock-binding.ts +4 -4
- package/src/animation/xstate-animation-binding.ts +2 -2
- package/src/animation/xstate-animation-meta.ts +16 -0
- package/src/asset-formats/index.ts +4 -7
- package/src/asset-formats/render-env.ts +3 -6
- package/src/asset-parse-error.ts +2 -5
- package/src/audio/bus-mixer.ts +161 -0
- package/src/core/frame-pacing.ts +2 -2
- package/src/core/game-loop.ts +1 -3
- package/src/core/seeded-random.ts +1 -1
- package/src/core/sim-clock.ts +5 -6
- package/src/core/types.ts +1 -3
- package/src/defaults.ts +6 -14
- package/src/dev/register-render-vitals.ts +1 -4
- package/src/dev/render-debug-adapter.ts +2 -3
- package/src/dev/render-vitals.ts +3 -3
- package/src/dev/webgl-frame-capture.ts +1 -1
- package/src/index.ts +2 -5
- package/src/input/host-pointer.ts +230 -0
- package/src/input/input-manager.ts +34 -13
- package/src/input/input-types.ts +1 -1
- package/src/input/rebind-controller.ts +6 -8
- package/src/input/schema.ts +216 -188
- package/src/manifest/filename.ts +8 -12
- package/src/manifest/load.ts +17 -13
- package/src/manifest/schema.ts +55 -47
- package/src/physics/collider-dimensions.ts +8 -12
- package/src/pixi/scene-capture.ts +12 -15
- package/src/react/world-state.tsx +1 -1
- package/src/render/light-camera-factory.ts +8 -11
- package/src/render/material-factory.ts +1 -1
- package/src/render/render-batch-system.ts +14 -6
- package/src/render/render-features.ts +17 -35
- package/src/runtime/create-runtime.ts +270 -108
- package/src/runtime/debug-bridge.ts +16 -0
- package/src/runtime/debug-registry.ts +121 -8
- package/src/runtime/dev-build.ts +2 -2
- package/src/runtime/game-input-seams.ts +2 -2
- package/src/runtime/game.ts +180 -80
- package/src/runtime/mount-game.ts +8 -56
- package/src/runtime/mount-manifest.ts +43 -34
- package/src/runtime/playtest.ts +22 -0
- package/src/runtime/run-ticks-settled.ts +72 -0
- package/src/runtime/state-bridge.ts +3 -3
- package/src/setup/setup-audio.ts +21 -11
- package/src/setup/setup-renderer.ts +2 -61
- package/src/world3d-react/r3f-root-factory.tsx +7 -7
- package/src/world3d-react/rapier-physics-bridge.tsx +107 -50
- package/dist/adapter/setup-three-root-adapter.d.ts +0 -86
- package/dist/adapter/setup-three-root-adapter.d.ts.map +0 -1
- package/dist/adapter/setup-three-root-adapter.js +0 -908
- package/dist/animation/clip-map.d.ts +0 -12
- package/dist/animation/clip-map.d.ts.map +0 -1
- package/dist/animation/clip-map.js +0 -31
- package/dist/asset-registry.d.ts +0 -38
- package/dist/asset-registry.d.ts.map +0 -1
- package/dist/asset-registry.js +0 -66
- package/dist/canvas-react/engine-bridge.d.ts +0 -45
- package/dist/canvas-react/engine-bridge.d.ts.map +0 -1
- package/dist/canvas-react/engine-bridge.js +0 -45
- package/dist/canvas-react/pixi-react-adapter.d.ts +0 -77
- package/dist/canvas-react/pixi-react-adapter.d.ts.map +0 -1
- package/dist/canvas-react/pixi-react-adapter.js +0 -294
- package/dist/canvas-react/world-context.d.ts +0 -98
- package/dist/canvas-react/world-context.d.ts.map +0 -1
- package/dist/canvas-react/world-context.js +0 -173
- package/dist/dev/debug-draw.d.ts +0 -24
- package/dist/dev/debug-draw.d.ts.map +0 -1
- package/dist/dev/debug-draw.js +0 -73
- package/dist/render/auto-batcher.d.ts +0 -34
- package/dist/render/auto-batcher.d.ts.map +0 -1
- package/dist/render/auto-batcher.js +0 -140
- package/dist/render/lod.d.ts +0 -13
- package/dist/render/lod.d.ts.map +0 -1
- package/dist/render/lod.js +0 -16
- package/dist/runtime/types.d.ts +0 -303
- package/dist/runtime/types.d.ts.map +0 -1
- package/dist/runtime/types.js +0 -1
- package/dist/world3d-react/engine-bridge.d.ts +0 -47
- package/dist/world3d-react/engine-bridge.d.ts.map +0 -1
- package/dist/world3d-react/engine-bridge.js +0 -73
- package/dist/world3d-react/r3f-adapter.d.ts +0 -58
- package/dist/world3d-react/r3f-adapter.d.ts.map +0 -1
- package/dist/world3d-react/r3f-adapter.js +0 -634
- package/dist/world3d-react/world-context.d.ts +0 -182
- package/dist/world3d-react/world-context.d.ts.map +0 -1
- package/dist/world3d-react/world-context.js +0 -235
- package/src/adapter/setup-three-root-adapter.ts +0 -1032
- package/src/animation/clip-map.ts +0 -34
- package/src/asset-registry.ts +0 -89
- package/src/dev/debug-draw.ts +0 -80
- package/src/render/auto-batcher.ts +0 -168
- package/src/render/lod.ts +0 -17
- package/src/runtime/types.ts +0 -328
|
@@ -8,10 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* Engine-owned and first-party, seeded by BOTH three-root mount paths — a game
|
|
10
10
|
* writes nothing to get these, and there is no capability to install:
|
|
11
|
-
* - `
|
|
12
|
-
* `setup(ctx)` world), at the same spot it seeds
|
|
13
|
-
* `systemAdapters.renderDebug`;
|
|
14
|
-
* - `world3d-react/r3f-adapter.tsx` (a TSX/R3F world — the shape EVERY
|
|
11
|
+
* - `world3d-react/r3f-root-factory.tsx` (a TSX/R3F world — the shape EVERY
|
|
15
12
|
* scaffolded project's three root has), right after fiber's first commit
|
|
16
13
|
* resolves the scene.
|
|
17
14
|
* Both is the whole point and not redundancy: they are two independent mounts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-render-vitals.d.ts","sourceRoot":"","sources":["../../src/dev/register-render-vitals.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"register-render-vitals.d.ts","sourceRoot":"","sources":["../../src/dev/register-render-vitals.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAElE,OAAO,EAAsB,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOxE,wEAAwE;AACxE,eAAO,MAAM,sBAAsB,kBAAkB,CAAC;AACtD,eAAO,MAAM,qBAAqB,kBAAkB,CAAC;AACrD,eAAO,MAAM,uBAAuB,oBAAoB,CAAC;AACzD,eAAO,MAAM,qBAAqB,kBAAkB,CAAC;AACrD,eAAO,MAAM,kBAAkB,eAAe,CAAC;AAE/C;0EAC0E;AAC1E,MAAM,WAAW,oBAAoB;IACnC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC;IAC9C,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACpE,aAAa,IAAI,MAAM,CAAC;IACxB,QAAQ,CAAC,UAAU,EAAE;QAAE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CAC1E;AAED,MAAM,WAAW,wBAAwB;IACvC,wEAAwE;IACxE,QAAQ,CAAC,MAAM,EAAE,YAAY,CAAC;IAC9B,kEAAkE;IAClE,OAAO,IAAI,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;IACjC;uEACmE;IACnE,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,mBAAmB,CAAC;IACvC,uCAAuC;IACvC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC/B;uCACmC;IACnC,QAAQ,CAAC,QAAQ,EAAE,oBAAoB,GAAG,IAAI,CAAC;CAChD;AAMD;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,wBAAwB,GAC7B,wBAAwB,GAAG,IAAI,CA8JjC"}
|
|
@@ -8,10 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* Engine-owned and first-party, seeded by BOTH three-root mount paths — a game
|
|
10
10
|
* writes nothing to get these, and there is no capability to install:
|
|
11
|
-
* - `
|
|
12
|
-
* `setup(ctx)` world), at the same spot it seeds
|
|
13
|
-
* `systemAdapters.renderDebug`;
|
|
14
|
-
* - `world3d-react/r3f-adapter.tsx` (a TSX/R3F world — the shape EVERY
|
|
11
|
+
* - `world3d-react/r3f-root-factory.tsx` (a TSX/R3F world — the shape EVERY
|
|
15
12
|
* scaffolded project's three root has), right after fiber's first commit
|
|
16
13
|
* resolves the scene.
|
|
17
14
|
* Both is the whole point and not redundancy: they are two independent mounts
|
|
@@ -3,11 +3,10 @@
|
|
|
3
3
|
* the WebGL2 frame capture (`webgl-frame-capture.ts`), a live three.js scene,
|
|
4
4
|
* and the render adapter's per-frame render pass.
|
|
5
5
|
*
|
|
6
|
-
* Split OUT of `
|
|
6
|
+
* Split OUT of `world3d-react/r3f-root-factory.tsx` so the capture/attribution/restore
|
|
7
7
|
* flow is unit-testable in a headless Node test with a mock GL context and a
|
|
8
8
|
* plain scene — a real non-headless GPU mount (EffectComposer + WebGLRenderer)
|
|
9
|
-
* cannot run under vitest here
|
|
10
|
-
* `setup(ctx)` only through hotReload on a data scene. `mount()` owns the
|
|
9
|
+
* cannot run under vitest here. `mount()` owns the
|
|
11
10
|
* DECISION to construct this (only under a real WebGL2 context, never
|
|
12
11
|
* headless — see `frameCaptureContextFor`); this module owns the BEHAVIOR.
|
|
13
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-debug-adapter.d.ts","sourceRoot":"","sources":["../../src/dev/render-debug-adapter.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"render-debug-adapter.d.ts","sourceRoot":"","sources":["../../src/dev/render-debug-adapter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,KAAK,EAAgC,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE7F;;;2DAG2D;AAC3D,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,OAAO,EACjB,eAAe,EAAE,OAAO,GACvB,sBAAsB,GAAG,IAAI,CAO/B;AAED,MAAM,WAAW,sBAAsB;IACrC,uEAAuE;IACvE,OAAO,EAAE,iBAAiB,CAAC;IAC3B;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACvB;gFAC4E;IAC5E,MAAM,CAAC,EAAE,MAAM,oBAAoB,CAAC;IACpC;yDACqD;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;0BACsB;IACtB,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,IAAI,EAAE,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC;IACvD,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACrC,+DAA+D;IAC/D,YAAY,IAAI,IAAI,CAAC;IACrB,6EAA6E;IAC7E,WAAW,IAAI,IAAI,CAAC;IACpB,6EAA6E;IAC7E,OAAO,IAAI,IAAI,CAAC;CACjB;AAkDD,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,sBAAsB,GAAG,iBAAiB,CAmFxF"}
|
|
@@ -3,11 +3,10 @@
|
|
|
3
3
|
* the WebGL2 frame capture (`webgl-frame-capture.ts`), a live three.js scene,
|
|
4
4
|
* and the render adapter's per-frame render pass.
|
|
5
5
|
*
|
|
6
|
-
* Split OUT of `
|
|
6
|
+
* Split OUT of `world3d-react/r3f-root-factory.tsx` so the capture/attribution/restore
|
|
7
7
|
* flow is unit-testable in a headless Node test with a mock GL context and a
|
|
8
8
|
* plain scene — a real non-headless GPU mount (EffectComposer + WebGLRenderer)
|
|
9
|
-
* cannot run under vitest here
|
|
10
|
-
* `setup(ctx)` only through hotReload on a data scene. `mount()` owns the
|
|
9
|
+
* cannot run under vitest here. `mount()` owns the
|
|
11
10
|
* DECISION to construct this (only under a real WebGL2 context, never
|
|
12
11
|
* headless — see `frameCaptureContextFor`); this module owns the BEHAVIOR.
|
|
13
12
|
*
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
* OWNER: the caller of {@link createRenderVitals}, which allocates one state
|
|
44
44
|
* object and one `profiler.subscribe` registration. SHARER: none — the state
|
|
45
45
|
* is private to that call. TEARDOWN: the returned `dispose()`, the ONE path
|
|
46
|
-
* that ends the subscription (`
|
|
47
|
-
* `
|
|
46
|
+
* that ends the subscription (`world3d-react/r3f-root-factory.tsx` calls it
|
|
47
|
+
* from the mounted root's own `dispose()`).
|
|
48
48
|
*/
|
|
49
49
|
import type { PerformanceFrame, PerformanceProfiler } from './performance-profiler';
|
|
50
50
|
/**
|
|
51
51
|
* The profiler phase name the three adapter brackets its CPU render
|
|
52
52
|
* submission with — spelled HERE and nowhere else, so the producer
|
|
53
|
-
* (`
|
|
53
|
+
* (`world3d-react/r3f-root-factory.tsx`) and the consumer ({@link foldProfilerFrame})
|
|
54
54
|
* cannot drift apart. Dotted, so it reads as a decomposition of the enclosing
|
|
55
55
|
* `render` phase rather than a ninth peer of `SystemPhase`.
|
|
56
56
|
*/
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
* OWNER: the caller of {@link createRenderVitals}, which allocates one state
|
|
44
44
|
* object and one `profiler.subscribe` registration. SHARER: none — the state
|
|
45
45
|
* is private to that call. TEARDOWN: the returned `dispose()`, the ONE path
|
|
46
|
-
* that ends the subscription (`
|
|
47
|
-
* `
|
|
46
|
+
* that ends the subscription (`world3d-react/r3f-root-factory.tsx` calls it
|
|
47
|
+
* from the mounted root's own `dispose()`).
|
|
48
48
|
*/
|
|
49
49
|
/**
|
|
50
50
|
* The profiler phase name the three adapter brackets its CPU render
|
|
51
51
|
* submission with — spelled HERE and nowhere else, so the producer
|
|
52
|
-
* (`
|
|
52
|
+
* (`world3d-react/r3f-root-factory.tsx`) and the consumer ({@link foldProfilerFrame})
|
|
53
53
|
* cannot drift apart. Dotted, so it reads as a decomposition of the enclosing
|
|
54
54
|
* `render` phase rather than a ninth peer of `SystemPhase`.
|
|
55
55
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* WHY FIRST-PARTY, NOT spectorjs (recorded per the "use libraries directly, no
|
|
5
5
|
* wrappers" rule): the capture seam we need is the WebGL2 context this engine
|
|
6
6
|
* ALREADY owns end-to-end (`renderer.getContext()` in
|
|
7
|
-
* `
|
|
7
|
+
* `world3d-react/r3f-root-factory.tsx`). spectorjs is absent from node_modules, and its
|
|
8
8
|
* actual value is a bundled inspector UI we would discard — adopting it imports
|
|
9
9
|
* ~2MB of library to keep ~10% of it, and it wraps the context with its own
|
|
10
10
|
* global patching model rather than the instance-shadow-and-restore discipline
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* WHY FIRST-PARTY, NOT spectorjs (recorded per the "use libraries directly, no
|
|
5
5
|
* wrappers" rule): the capture seam we need is the WebGL2 context this engine
|
|
6
6
|
* ALREADY owns end-to-end (`renderer.getContext()` in
|
|
7
|
-
* `
|
|
7
|
+
* `world3d-react/r3f-root-factory.tsx`). spectorjs is absent from node_modules, and its
|
|
8
8
|
* actual value is a bundled inspector UI we would discard — adopting it imports
|
|
9
9
|
* ~2MB of library to keep ~10% of it, and it wraps the context with its own
|
|
10
10
|
* global patching model rather than the instance-shadow-and-restore discipline
|
package/dist/index.d.ts
CHANGED
|
@@ -10,25 +10,22 @@
|
|
|
10
10
|
* remain the primary way to reach engine internals — reach for a subpath
|
|
11
11
|
* first. This barrel exists only so the package's bare-name entry point is
|
|
12
12
|
* HONEST (resolves to something real and useful) instead of dangling; it
|
|
13
|
-
* covers just the handful of symbols a
|
|
14
|
-
*
|
|
13
|
+
* covers just the handful of symbols a consumer needs to mount a game
|
|
14
|
+
* from its manifest, plus the manifest file
|
|
15
15
|
* entry points. Keep it small when extending it — prefer a new subpath
|
|
16
16
|
* export over growing this file into a firehose.
|
|
17
17
|
*
|
|
18
18
|
* Groups (import order below is alphabetical-by-specifier, per the repo's
|
|
19
19
|
* biome `organizeImports` rule, not by group — see this list instead):
|
|
20
|
-
* - game setup contract: `GameContext`/`GameCleanup`/`GameSetupFn`, `fromSetup`
|
|
21
20
|
* - surface vocabulary: `AdapterSurface`
|
|
22
21
|
* - manifest-driven mount: `mountManifestRoots` + its option/result types
|
|
23
22
|
* - game manifest (vgai.project.json) entry point: `loadGameManifest`
|
|
24
23
|
*/
|
|
25
24
|
export type { AdapterSurface } from './adapter/adapter-surface';
|
|
26
|
-
export { fromSetup } from './adapter/setup-three-root-adapter';
|
|
27
25
|
export { AssetParseError } from './asset-parse-error';
|
|
28
26
|
export type { AdapterRoot, GameManifest, ResolvedAdapter, ResolvedAdapterRoot, ResolvedGameManifest, RootAdapter, } from './manifest';
|
|
29
27
|
export { DEFAULT_SERVER_MODULE, loadGameManifest } from './manifest';
|
|
30
28
|
export type { GameSession } from './runtime/create-runtime';
|
|
31
29
|
export type { MountEntry, MountedManifestSession, MountManifestOptions, } from './runtime/mount-manifest';
|
|
32
30
|
export { mountManifestRoots } from './runtime/mount-manifest';
|
|
33
|
-
export type { GameCleanup, GameContext, GameSetupFn } from './runtime/types';
|
|
34
31
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EACV,WAAW,EACX,YAAY,EACZ,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EACpB,WAAW,GACZ,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACrE,YAAY,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAC5D,YAAY,EACV,UAAU,EACV,sBAAsB,EACtB,oBAAoB,GACrB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -10,19 +10,17 @@
|
|
|
10
10
|
* remain the primary way to reach engine internals — reach for a subpath
|
|
11
11
|
* first. This barrel exists only so the package's bare-name entry point is
|
|
12
12
|
* HONEST (resolves to something real and useful) instead of dangling; it
|
|
13
|
-
* covers just the handful of symbols a
|
|
14
|
-
*
|
|
13
|
+
* covers just the handful of symbols a consumer needs to mount a game
|
|
14
|
+
* from its manifest, plus the manifest file
|
|
15
15
|
* entry points. Keep it small when extending it — prefer a new subpath
|
|
16
16
|
* export over growing this file into a firehose.
|
|
17
17
|
*
|
|
18
18
|
* Groups (import order below is alphabetical-by-specifier, per the repo's
|
|
19
19
|
* biome `organizeImports` rule, not by group — see this list instead):
|
|
20
|
-
* - game setup contract: `GameContext`/`GameCleanup`/`GameSetupFn`, `fromSetup`
|
|
21
20
|
* - surface vocabulary: `AdapterSurface`
|
|
22
21
|
* - manifest-driven mount: `mountManifestRoots` + its option/result types
|
|
23
22
|
* - game manifest (vgai.project.json) entry point: `loadGameManifest`
|
|
24
23
|
*/
|
|
25
|
-
export { fromSetup } from './adapter/setup-three-root-adapter';
|
|
26
24
|
export { AssetParseError } from './asset-parse-error';
|
|
27
25
|
export { DEFAULT_SERVER_MODULE, loadGameManifest } from './manifest';
|
|
28
26
|
export { mountManifestRoots } from './runtime/mount-manifest';
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The host POINTER stream, in the game's own coordinate space — the DOM edge
|
|
3
|
+
* `InputManager`'s touch backends (`setTouchButton` / `setTouchStick`) and any
|
|
4
|
+
* pointer-position read need, and which the manager itself deliberately does
|
|
5
|
+
* not own.
|
|
6
|
+
*
|
|
7
|
+
* `InputManager` listens on `window` for keyboard, mouse and focus, in CLIENT
|
|
8
|
+
* pixels, because an action map is surface-agnostic. A pointer is not: a tap is
|
|
9
|
+
* only meaningful relative to the surface it landed on, and a game's own
|
|
10
|
+
* coordinate space is usually NOT that surface's CSS pixels — a fixed design
|
|
11
|
+
* resolution presented by uniformly scaling and letterboxing is the common
|
|
12
|
+
* case, and a hit-test against a UI rect authored in design pixels has to
|
|
13
|
+
* happen in one space with the pointer. That mapping needs a surface and a
|
|
14
|
+
* design size the manager has no way to know, so it lives here, beside it.
|
|
15
|
+
*
|
|
16
|
+
* What this owns, and nothing more:
|
|
17
|
+
*
|
|
18
|
+
* - **Position** — the last pointer position over the surface, mapped into the
|
|
19
|
+
* design space. `setPosition` is the headless door (a harness or a game
|
|
20
|
+
* command driving the game with no DOM), the same shape as
|
|
21
|
+
* `InputManager.addMouseDelta`: inject through the accumulator the reader
|
|
22
|
+
* already reads, never a synthetic `pointermove`.
|
|
23
|
+
* - **Touches** — a per-frame queue of {@link HostPointerTouch} records with
|
|
24
|
+
* DENSE finger indices, drained by the game's own frame. `pointerId` is the
|
|
25
|
+
* browser's opaque, monotonically growing handle; a touch API that reports
|
|
26
|
+
* "finger 0 and finger 1" wants the lowest free slot, reused the moment a
|
|
27
|
+
* finger lifts, which is what {@link HostPointerTouch.index} is.
|
|
28
|
+
* - **Cursor** — the CSS cursor applied to the surface, because the surface is
|
|
29
|
+
* resolved here and nowhere else.
|
|
30
|
+
*
|
|
31
|
+
* **Gating.** Every listener returns early unless
|
|
32
|
+
* `InputManager.isInputActive()` — the SAME predicate the manager's own
|
|
33
|
+
* `keydown`/`mousemove` listeners pass, so play-mode isolation and window
|
|
34
|
+
* blur suppress pointer position and touches exactly as they suppress a key.
|
|
35
|
+
* The predicate is read from the manager rather than recomposed here
|
|
36
|
+
* (`isEnabled() && isFocused()` written out a second time is how a looser gate
|
|
37
|
+
* drifts in: a blurred or typing tab kept updating a pointer position under
|
|
38
|
+
* exactly that duplication). Text-entry focus is deliberately NOT part of it,
|
|
39
|
+
* matching `onMouseMove` rather than `onKeyDown` — moving a finger is not
|
|
40
|
+
* typing.
|
|
41
|
+
*
|
|
42
|
+
* **Ownership.** Owns its four pointer listeners on the resolved owner, the
|
|
43
|
+
* touch queue and the finger-index table. Shares the `InputManager`, which is
|
|
44
|
+
* the game's and is never mutated here — this reports; what a control DOES
|
|
45
|
+
* with a finger (which rect owns it, whether that becomes a `setTouchButton`)
|
|
46
|
+
* belongs to the UI that draws the control. Teardown is {@link
|
|
47
|
+
* HostPointer.dispose}, and only that: `InputManager.dispose` does not reach
|
|
48
|
+
* these listeners.
|
|
49
|
+
*
|
|
50
|
+
* Headless (no `window`): construction succeeds and binds nothing. Position is
|
|
51
|
+
* whatever {@link HostPointer.setPosition} last wrote, and the touch queue
|
|
52
|
+
* stays empty.
|
|
53
|
+
*/
|
|
54
|
+
import type { InputManager } from './input-manager';
|
|
55
|
+
import type { Vector2 } from './input-types';
|
|
56
|
+
/** One finger edge the host pointer stream produced. */
|
|
57
|
+
export interface HostPointerTouch {
|
|
58
|
+
/**
|
|
59
|
+
* `'start'` when the finger went down on the surface, `'move'` while it
|
|
60
|
+
* drags, `'end'` when it lifted or the browser cancelled it. A cancel is an
|
|
61
|
+
* end: the finger is gone either way, and a control that treats them
|
|
62
|
+
* differently is holding a button nothing will ever release.
|
|
63
|
+
*/
|
|
64
|
+
readonly phase: 'start' | 'move' | 'end';
|
|
65
|
+
/**
|
|
66
|
+
* DENSE finger index — the lowest slot free when this finger went down, and
|
|
67
|
+
* free again the moment it lifts. NOT the browser's `pointerId`, which never
|
|
68
|
+
* reuses a value and is therefore useless as "which finger is this".
|
|
69
|
+
*/
|
|
70
|
+
readonly index: number;
|
|
71
|
+
/** Position in the design space (see {@link HostPointerOptions.designSize}). */
|
|
72
|
+
readonly position: Vector2;
|
|
73
|
+
}
|
|
74
|
+
/** What {@link createHostPointer} needs. */
|
|
75
|
+
export interface HostPointerOptions {
|
|
76
|
+
/** The game's own manager — read for its gate, never written. */
|
|
77
|
+
readonly input: InputManager;
|
|
78
|
+
/**
|
|
79
|
+
* The render surface pointer positions are relative to.
|
|
80
|
+
*
|
|
81
|
+
* A GETTER rather than an element because a renderer usually mints its
|
|
82
|
+
* canvas after the game's services exist. Absent (or returning `null`) falls
|
|
83
|
+
* back to the event's own target element, and listening falls back to
|
|
84
|
+
* `window` — which is what makes a finger that starts on the canvas and
|
|
85
|
+
* drags over a DOM overlay keep reporting.
|
|
86
|
+
*/
|
|
87
|
+
readonly surface?: (() => HTMLElement | null) | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* The game's own logical resolution, if it has one. Surface CSS pixels are
|
|
90
|
+
* mapped into it, so a pointer and a UI rect authored at this size share one
|
|
91
|
+
* space regardless of how the host scaled and letterboxed the surface.
|
|
92
|
+
*
|
|
93
|
+
* Absent: positions are reported in the surface's own CSS pixels, and the
|
|
94
|
+
* position before any event is `{x: 0, y: 0}`. Present: the position before
|
|
95
|
+
* any event is the CENTRE of the design space — a pointer that has never
|
|
96
|
+
* moved is better described as the middle of the view than as a corner it
|
|
97
|
+
* was never at.
|
|
98
|
+
*/
|
|
99
|
+
readonly designSize?: Vector2 | undefined;
|
|
100
|
+
}
|
|
101
|
+
/** The host pointer stream bound to one surface. One per mounted game. */
|
|
102
|
+
export interface HostPointer {
|
|
103
|
+
/** The last pointer position, in the design space. */
|
|
104
|
+
getPosition(): Vector2;
|
|
105
|
+
/** Headless / harness door onto {@link getPosition}'s value. */
|
|
106
|
+
setPosition(position: Vector2): void;
|
|
107
|
+
/**
|
|
108
|
+
* Drain the touch records queued since the last call. Returns them in
|
|
109
|
+
* arrival order and empties the queue, so a frame that drains sees each
|
|
110
|
+
* finger edge exactly once.
|
|
111
|
+
*/
|
|
112
|
+
takeTouches(): readonly HostPointerTouch[];
|
|
113
|
+
/**
|
|
114
|
+
* Set the CSS `cursor` applied to the surface. Applied on the next pointer
|
|
115
|
+
* move over it, which is also when the surface is known.
|
|
116
|
+
*/
|
|
117
|
+
setCursor(cursor: string): void;
|
|
118
|
+
/** Remove the listeners this owns. */
|
|
119
|
+
dispose(): void;
|
|
120
|
+
}
|
|
121
|
+
export declare function createHostPointer(options: HostPointerOptions): HostPointer;
|
|
122
|
+
//# sourceMappingURL=host-pointer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"host-pointer.d.ts","sourceRoot":"","sources":["../../src/input/host-pointer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAU7C,wDAAwD;AACxD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IACzC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,gFAAgF;IAChF,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;CAC5B;AAED,4CAA4C;AAC5C,MAAM,WAAW,kBAAkB;IACjC,iEAAiE;IACjE,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAC;IAC7B;;;;;;;;OAQG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,GAAG,SAAS,CAAC;IAC1D;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC3C;AAED,0EAA0E;AAC1E,MAAM,WAAW,WAAW;IAC1B,sDAAsD;IACtD,WAAW,IAAI,OAAO,CAAC;IACvB,gEAAgE;IAChE,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,WAAW,IAAI,SAAS,gBAAgB,EAAE,CAAC;IAC3C;;;OAGG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,sCAAsC;IACtC,OAAO,IAAI,IAAI,CAAC;CACjB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,WAAW,CAgG1E"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The host POINTER stream, in the game's own coordinate space — the DOM edge
|
|
3
|
+
* `InputManager`'s touch backends (`setTouchButton` / `setTouchStick`) and any
|
|
4
|
+
* pointer-position read need, and which the manager itself deliberately does
|
|
5
|
+
* not own.
|
|
6
|
+
*
|
|
7
|
+
* `InputManager` listens on `window` for keyboard, mouse and focus, in CLIENT
|
|
8
|
+
* pixels, because an action map is surface-agnostic. A pointer is not: a tap is
|
|
9
|
+
* only meaningful relative to the surface it landed on, and a game's own
|
|
10
|
+
* coordinate space is usually NOT that surface's CSS pixels — a fixed design
|
|
11
|
+
* resolution presented by uniformly scaling and letterboxing is the common
|
|
12
|
+
* case, and a hit-test against a UI rect authored in design pixels has to
|
|
13
|
+
* happen in one space with the pointer. That mapping needs a surface and a
|
|
14
|
+
* design size the manager has no way to know, so it lives here, beside it.
|
|
15
|
+
*
|
|
16
|
+
* What this owns, and nothing more:
|
|
17
|
+
*
|
|
18
|
+
* - **Position** — the last pointer position over the surface, mapped into the
|
|
19
|
+
* design space. `setPosition` is the headless door (a harness or a game
|
|
20
|
+
* command driving the game with no DOM), the same shape as
|
|
21
|
+
* `InputManager.addMouseDelta`: inject through the accumulator the reader
|
|
22
|
+
* already reads, never a synthetic `pointermove`.
|
|
23
|
+
* - **Touches** — a per-frame queue of {@link HostPointerTouch} records with
|
|
24
|
+
* DENSE finger indices, drained by the game's own frame. `pointerId` is the
|
|
25
|
+
* browser's opaque, monotonically growing handle; a touch API that reports
|
|
26
|
+
* "finger 0 and finger 1" wants the lowest free slot, reused the moment a
|
|
27
|
+
* finger lifts, which is what {@link HostPointerTouch.index} is.
|
|
28
|
+
* - **Cursor** — the CSS cursor applied to the surface, because the surface is
|
|
29
|
+
* resolved here and nowhere else.
|
|
30
|
+
*
|
|
31
|
+
* **Gating.** Every listener returns early unless
|
|
32
|
+
* `InputManager.isInputActive()` — the SAME predicate the manager's own
|
|
33
|
+
* `keydown`/`mousemove` listeners pass, so play-mode isolation and window
|
|
34
|
+
* blur suppress pointer position and touches exactly as they suppress a key.
|
|
35
|
+
* The predicate is read from the manager rather than recomposed here
|
|
36
|
+
* (`isEnabled() && isFocused()` written out a second time is how a looser gate
|
|
37
|
+
* drifts in: a blurred or typing tab kept updating a pointer position under
|
|
38
|
+
* exactly that duplication). Text-entry focus is deliberately NOT part of it,
|
|
39
|
+
* matching `onMouseMove` rather than `onKeyDown` — moving a finger is not
|
|
40
|
+
* typing.
|
|
41
|
+
*
|
|
42
|
+
* **Ownership.** Owns its four pointer listeners on the resolved owner, the
|
|
43
|
+
* touch queue and the finger-index table. Shares the `InputManager`, which is
|
|
44
|
+
* the game's and is never mutated here — this reports; what a control DOES
|
|
45
|
+
* with a finger (which rect owns it, whether that becomes a `setTouchButton`)
|
|
46
|
+
* belongs to the UI that draws the control. Teardown is {@link
|
|
47
|
+
* HostPointer.dispose}, and only that: `InputManager.dispose` does not reach
|
|
48
|
+
* these listeners.
|
|
49
|
+
*
|
|
50
|
+
* Headless (no `window`): construction succeeds and binds nothing. Position is
|
|
51
|
+
* whatever {@link HostPointer.setPosition} last wrote, and the touch queue
|
|
52
|
+
* stays empty.
|
|
53
|
+
*/
|
|
54
|
+
/**
|
|
55
|
+
* Cap on the undrained touch queue. A game that drains every frame cannot
|
|
56
|
+
* reach it — this is the bound for one that never drains at all (a project
|
|
57
|
+
* that reads no touches, on a device that has them), so the queue is a RING:
|
|
58
|
+
* the newest records win and the oldest are dropped.
|
|
59
|
+
*/
|
|
60
|
+
const TOUCH_QUEUE_MAX = 256;
|
|
61
|
+
export function createHostPointer(options) {
|
|
62
|
+
const { input, surface: surfaceOf, designSize } = options;
|
|
63
|
+
let position = designSize
|
|
64
|
+
? { x: designSize.x / 2, y: designSize.y / 2 }
|
|
65
|
+
: { x: 0, y: 0 };
|
|
66
|
+
let cursor = 'default';
|
|
67
|
+
const touches = [];
|
|
68
|
+
/** Browser `pointerId` -> dense finger index, for fingers currently down. */
|
|
69
|
+
const fingerOfPointer = new Map();
|
|
70
|
+
const freeFinger = () => {
|
|
71
|
+
const taken = new Set(fingerOfPointer.values());
|
|
72
|
+
let index = 0;
|
|
73
|
+
while (taken.has(index))
|
|
74
|
+
index += 1;
|
|
75
|
+
return index;
|
|
76
|
+
};
|
|
77
|
+
const queue = (touch) => {
|
|
78
|
+
touches.push(touch);
|
|
79
|
+
if (touches.length > TOUCH_QUEUE_MAX)
|
|
80
|
+
touches.shift();
|
|
81
|
+
};
|
|
82
|
+
const queueTouch = (event, point) => {
|
|
83
|
+
if (event.type === 'pointerdown') {
|
|
84
|
+
const index = freeFinger();
|
|
85
|
+
fingerOfPointer.set(event.pointerId, index);
|
|
86
|
+
queue({ phase: 'start', index, position: point });
|
|
87
|
+
return;
|
|
88
|
+
}
|
|
89
|
+
// A move or a release from a pointer that never went down on this surface
|
|
90
|
+
// is not one of our fingers.
|
|
91
|
+
const index = fingerOfPointer.get(event.pointerId);
|
|
92
|
+
if (index === undefined)
|
|
93
|
+
return;
|
|
94
|
+
if (event.type === 'pointerup' || event.type === 'pointercancel') {
|
|
95
|
+
fingerOfPointer.delete(event.pointerId);
|
|
96
|
+
queue({ phase: 'end', index, position: point });
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
queue({ phase: 'move', index, position: point });
|
|
100
|
+
};
|
|
101
|
+
/** A client-space event as a point in the design space, via the surface rect
|
|
102
|
+
* the host actually presented it at. */
|
|
103
|
+
const toDesignSpace = (event, rect) => {
|
|
104
|
+
const x = event.clientX - rect.left;
|
|
105
|
+
const y = event.clientY - rect.top;
|
|
106
|
+
if (!designSize)
|
|
107
|
+
return { x, y };
|
|
108
|
+
return { x: (x * designSize.x) / rect.width, y: (y * designSize.y) / rect.height };
|
|
109
|
+
};
|
|
110
|
+
const onPointer = (event) => {
|
|
111
|
+
// The manager's own gate, read from the manager. See this module's header
|
|
112
|
+
// for why it is not recomposed here.
|
|
113
|
+
if (!input.isInputActive())
|
|
114
|
+
return;
|
|
115
|
+
const surface = surfaceOf?.() ?? (event.target instanceof HTMLElement ? event.target : null);
|
|
116
|
+
if (surface === null)
|
|
117
|
+
return;
|
|
118
|
+
const rect = surface.getBoundingClientRect();
|
|
119
|
+
if (rect.width <= 0 || rect.height <= 0)
|
|
120
|
+
return;
|
|
121
|
+
const point = toDesignSpace(event, rect);
|
|
122
|
+
if (event.type === 'pointermove') {
|
|
123
|
+
// Every pointer type moves the position — a stylus and a dragging finger
|
|
124
|
+
// are as much "where the pointer is" as a mouse. Only the TOUCH queue is
|
|
125
|
+
// touch-only.
|
|
126
|
+
position = point;
|
|
127
|
+
surface.style.cursor = cursor;
|
|
128
|
+
}
|
|
129
|
+
// A mouse or a pen is not a finger. A control that answered them here would
|
|
130
|
+
// steal the clicks of a player who cannot see it.
|
|
131
|
+
if (event.pointerType === 'touch')
|
|
132
|
+
queueTouch(event, point);
|
|
133
|
+
};
|
|
134
|
+
const KINDS = ['pointerdown', 'pointermove', 'pointerup', 'pointercancel'];
|
|
135
|
+
const owner = typeof window === 'undefined' ? null : (surfaceOf?.() ?? window);
|
|
136
|
+
if (owner !== null) {
|
|
137
|
+
for (const kind of KINDS)
|
|
138
|
+
owner.addEventListener(kind, onPointer);
|
|
139
|
+
}
|
|
140
|
+
return {
|
|
141
|
+
getPosition() {
|
|
142
|
+
return position;
|
|
143
|
+
},
|
|
144
|
+
setPosition(next) {
|
|
145
|
+
position = { x: next.x, y: next.y };
|
|
146
|
+
},
|
|
147
|
+
takeTouches() {
|
|
148
|
+
return touches.splice(0, touches.length);
|
|
149
|
+
},
|
|
150
|
+
setCursor(next) {
|
|
151
|
+
cursor = next;
|
|
152
|
+
},
|
|
153
|
+
dispose() {
|
|
154
|
+
if (owner === null)
|
|
155
|
+
return;
|
|
156
|
+
for (const kind of KINDS)
|
|
157
|
+
owner.removeEventListener(kind, onPointer);
|
|
158
|
+
},
|
|
159
|
+
};
|
|
160
|
+
}
|
|
@@ -116,7 +116,7 @@ export declare class InputManager {
|
|
|
116
116
|
* action}`) emitted whenever a scheduled entry is discarded because its
|
|
117
117
|
* target tick's input phase never ran. Wired by whoever constructs this
|
|
118
118
|
* `InputManager` with access to a `DebugRegistry`
|
|
119
|
-
* (`
|
|
119
|
+
* (`world3d-react/r3f-root-factory.tsx`, the same seed spot as
|
|
120
120
|
* `setVirtualInputTarget`/`setInputActionsSource`) — `null` (the
|
|
121
121
|
* default) for a bare/headless `InputManager`, in which case a drop
|
|
122
122
|
* stays silent (matching pre-D15/T-D15.5 behavior). */
|
|
@@ -269,14 +269,14 @@ export declare class InputManager {
|
|
|
269
269
|
* already read as inert/zeroed by every getter, matching pre-F1 behavior
|
|
270
270
|
* for a typo'd action name. */
|
|
271
271
|
private assertValueType;
|
|
272
|
-
/** The names of all registered actions (
|
|
273
|
-
*
|
|
272
|
+
/** The names of all registered actions (the `game.input.actions` debug seam
|
|
273
|
+
* enumerates these — `runtime/game-input-seams.ts`). */
|
|
274
274
|
actionNames(): string[];
|
|
275
275
|
/**
|
|
276
276
|
* Poll gamepads and virtual look stick (call at start of frame).
|
|
277
277
|
*
|
|
278
278
|
* `tick` (D15/T-D15.3/.5) — the GAME tick this call services. Pass the
|
|
279
|
-
* live, shared `Game` tick counter here (`
|
|
279
|
+
* live, shared `Game` tick counter here (`world3d-react/r3f-root-factory.tsx` does,
|
|
280
280
|
* via `DebugRegistry.getGameTick()`) so `scheduleActionAtTick`'s numbering
|
|
281
281
|
* never drifts from the actual game tick — the bug an earlier revision of
|
|
282
282
|
* this feature had: an InputManager-LOCAL counter, incremented once per
|
|
@@ -492,6 +492,19 @@ export declare class InputManager {
|
|
|
492
492
|
* constructor). Distinct from {@link isEnabled}, which is the editor's
|
|
493
493
|
* explicit play-mode gate. */
|
|
494
494
|
isFocused(): boolean;
|
|
495
|
+
/**
|
|
496
|
+
* The gate every REAL-DEVICE listener here passes: {@link isEnabled} AND
|
|
497
|
+
* {@link isFocused}. Public because the DOM edge this class deliberately
|
|
498
|
+
* does not own — `host-pointer.ts`, the pointer stream behind the touch
|
|
499
|
+
* backends — must pass the SAME gate, and a caller writing
|
|
500
|
+
* `isEnabled() && isFocused()` out for itself is how a looser one drifts in
|
|
501
|
+
* (a pointer adapter that checked only `isEnabled` kept updating position
|
|
502
|
+
* for a blurred tab). Read it; do not recompose it.
|
|
503
|
+
*
|
|
504
|
+
* Machine input (`setVirtualAction` and the tick-scheduled actuations) is
|
|
505
|
+
* deliberately NOT this gate — see `machineInputActive`.
|
|
506
|
+
*/
|
|
507
|
+
isInputActive(): boolean;
|
|
495
508
|
/** Whether the pointer is currently locked to {@link requestPointerLock}'s
|
|
496
509
|
* element (F2, spec §12 "pointer lock") — tracked via the real
|
|
497
510
|
* `pointerlockchange` event. */
|
|
@@ -807,7 +820,7 @@ export declare class InputManager {
|
|
|
807
820
|
* `'input.schedule.dropped'` (`{tick, action}`) whenever it discards a
|
|
808
821
|
* scheduled entry for a tick whose input phase never ran. Called once by
|
|
809
822
|
* whoever constructs this `InputManager` with a `DebugRegistry` behind it
|
|
810
|
-
* (`
|
|
823
|
+
* (`world3d-react/r3f-root-factory.tsx`), the same seed spot as
|
|
811
824
|
* `setVirtualInputTarget`/`setInputActionsSource` — never called directly
|
|
812
825
|
* by gameplay code. */
|
|
813
826
|
setDebugEmit(fn: ((event: string, detail?: unknown) => void) | null): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-manager.d.ts","sourceRoot":"","sources":["../../src/input/input-manager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,OAAO,EACR,MAAM,eAAe,CAAC;AA4BvB;;;;;GAKG;AACH,qBAAa,gBAAiB,SAAQ,KAAK;IACzC,QAAQ,CAAC,IAAI,EAAG,wBAAwB,CAAU;IAClD,QAAQ,CAAC,IAAI,EAAE;QAAE,UAAU,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;gBAE5B,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE;CAQjE;AAED;;;;;;;GAOG;AACH,qBAAa,cAAe,SAAQ,KAAK;IACvC,QAAQ,CAAC,IAAI,EAAG,qBAAqB,CAAU;IAC/C,QAAQ,CAAC,IAAI,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;gBAE3B,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAQ9C;
|
|
1
|
+
{"version":3,"file":"input-manager.d.ts","sourceRoot":"","sources":["../../src/input/input-manager.ts"],"names":[],"mappings":"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"}
|