feat(scene): scene get screenshot - #883
Open
DecviL wants to merge 4 commits into
Open
Conversation
…ne rendering with image and metadata
wuzhiming
reviewed
Aug 24, 2026
DecviL
force-pushed
the
scene-get-screenshot
branch
from
August 25, 2026 04:19
8bc03f0 to
be2a898
Compare
- add typed camera snapshot and restore APIs - avoid orphaned temporary PNGs when metadata collection fails - keep base64 image data out of structured MCP responses and logs - update public type snapshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add scene-get-screenshot for headless scene rendering, including live PinK editor state and optional gizmo overlays.
Changes
Test Steps
npx tsc -b --pretty false
npm test -- --runInBand \ src/core/scene/test/browser-scene-state.test.ts \ src/core/scene/test/editor-close-options.test.ts \ src/core/scene/test/screenshot-camera-params.test.ts \ src/core/scene/test/selection-prefab-path.test.ts \ tests/mcp-image-result.test.ts \ tests/scene-screenshot-api.test.ts