Remove beta notices from now-public Gaussian splat docs#1001
Merged
Conversation
Verified against the engine API that these features are public (@category Graphics, exported, no @alpha/@beta/@ignore): - GSplatFormat (Splat Data Format) - GSplatParams.format / .material (Work Buffer Format, Work Buffer Rendering) - GSplatProcessor (Splat Processing) - GSplatContainer and the procedural-splat scripts (Procedural Splats) Remove the "Beta Feature" admonitions and the "(beta)" frontmatter tags from these pages. The genuinely experimental GPU-sort renderer keeps its note on the Renderers page. Mirrored across the Japanese (i18n/ja) docs.
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.
Removes the "Beta Feature" notices from Gaussian splatting pages whose backing engine API is public.
Verified public in the engine (
@category Graphics, exported fromsrc/index.js, no@alpha/@beta/@ignore):GSplatFormat→ Splat Data FormatGSplatParams.format/GSplatParams.material→ Work Buffer Format, Work Buffer RenderingGSplatProcessor→ Splat ProcessingGSplatContainer(+ theGsplatMesh/GsplatImage/GsplatLines/GsplatTextscripts, none flagged alpha/beta) → Procedural Splats (index + children)Changes (9 pages × EN/JA = 18 files):
:::info Beta Feature/:::info ベータ機能admonition.(beta)/(ベータ)from each frontmatter description.:::note("builds on the splat rendering architecture") blocks intact.Not changed: the genuinely experimental GPU-sort renderer (
GSPLAT_RENDERER_RASTER_GPU_SORT,@alpha) keeps its experimental note on the Renderers page.Judgment call worth a glance: the procedural-splat child pages document helper scripts (
GsplatMesh, etc.) rather than core API. None carry a beta/alpha tag in code, so I removed their beta notices too for consistency with the now-publicGSplatContainer— flagging in case you'd rather keep those as beta.