docs(supersplat): document 360° equirectangular video rendering#1081
Merged
Conversation
Covers the new Projection option in Render > Video from playcanvas/supersplat#933: 2:1 resolution presets, the Level Horizon checkbox, options hidden in 360 mode, spherical metadata tagging for MP4/MOV, in-memory buffering, and render time. Mirrored into the Japanese translation using the UI strings from SuperSplat's ja.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents SuperSplat’s new 360° equirectangular video rendering workflow (projection option, projection-dependent resolutions, horizon leveling behavior, format metadata caveats, and performance/memory considerations) in both the English doc and its Japanese translation.
Changes:
- Adds Projection setting documentation (
Standard/360° Equirectangular) and updates Resolution presets to be projection-dependent. - Documents projection-specific options (Level Horizon) and availability constraints (e.g., Portrait Mode / Debug Overlays only for
Standard). - Adds a new 360° Video Rendering section (with embedded demo) and a 360° comfort tip.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/user-manual/supersplat/editor/rendering.md | Adds English documentation for 360° equirectangular video rendering, settings, caveats, and tips. |
| i18n/ja/docusaurus-plugin-content-docs/current/user-manual/supersplat/editor/rendering.md | Mirrors the English updates with Japanese UI strings and translated guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Documents the 360° equirectangular video rendering feature added in playcanvas/supersplat#933, in both the English page and its Japanese translation.
Changes
Standard/360° Equirectangular), documents the projection-dependent resolution presets (2:1 in 360 mode:2048x1024,3840x1920default,4096x2048), adds the Level Horizon checkbox, and notes that Portrait Mode and Show Debug Overlays are only available forStandardprojection (the dialog hides them in 360 mode).ja.json(投影, 標準, 360° 正距円筒, 水平を維持).All documented behavior was verified against the SuperSplat source (
video-settings-dialog.ts,render.ts, locale files) rather than just the PR description.npm run lintpasses.🤖 Generated with Claude Code