Document Sandbox camera URL parameters - #1609
Merged
RaananW merged 1 commit intoAug 24, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Documentation snapshot uploaded. Snapshot: https://snapshots-cvgtc2eugrd3cgfd.z01.azurefd.net/DOCS/refs/pull/1609/merge |
Contributor
There was a problem hiding this comment.
Pull request overview
Documents newly added Babylon.js Sandbox URL parameters for camera tuning, including their validation expectations and how they interact with the Sandbox’s saved (browser-local) Inspector camera preset behavior.
Changes:
- Added documentation for
cameraMinZandcameraLowerRadiusLimit, including applicability and numeric constraints. - Documented how valid URL camera overrides affect the active browser-local camera preset during initial load and subsequent reloads.
- Added a close-up inspection example URL demonstrating the new parameters.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
RaananW
approved these changes
Aug 24, 2026
VicenteCartas
added a commit
that referenced
this pull request
Aug 24, 2026
> 🤖 *This PR was created by the create-pr skill.* ## Summary - Revert Documentation PR #1609 while Babylon.js PR #18807 remains under discussion. - Remove the unpublished camera preset and `cameraMinZ` / `cameraLowerRadiusLimit` documentation from the live Sandbox page. ## Motivation The documentation was merged before the corresponding Babylon.js feature was accepted and merged. This keeps the published documentation aligned with the currently released Sandbox. The removed documentation should be re-landed once the implementation discussion in BabylonJS/Babylon.js#18807 is resolved and the feature is merged. ## Validation - `npm run validate:content` passed with 805 Markdown files and 0 errors. - `npm run build` passed and generated all 1,402 pages. - Documentation tests: 79/80 passed; the sole failure is the pre-existing Windows path-separator assertion in `content-graph.test.ts`. - Revert independently reviewed and verified byte-exact against squash commit `5cdc704f` from #1609. Co-authored-by: Vicente Cartas Espinel <vicente.cartas@microsoft.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.
Summary
cameraMinZandcameraLowerRadiusLimitSandbox URL parametersCompanion to BabylonJS/Babylon.js#18807.
Validation
next-mdx-remotepipeline