Skip to content

Remove beta notices from now-public Gaussian splat docs#1001

Merged
mvaligursky merged 1 commit into
mainfrom
mv-gsplat-remove-beta
May 29, 2026
Merged

Remove beta notices from now-public Gaussian splat docs#1001
mvaligursky merged 1 commit into
mainfrom
mv-gsplat-remove-beta

Conversation

@mvaligursky
Copy link
Copy Markdown
Contributor

Removes the "Beta Feature" notices from Gaussian splatting pages whose backing engine API is public.

Verified public in the engine (@category Graphics, exported from src/index.js, no @alpha/@beta/@ignore):

  • GSplatFormatSplat Data Format
  • GSplatParams.format / GSplatParams.materialWork Buffer Format, Work Buffer Rendering
  • GSplatProcessorSplat Processing
  • GSplatContainer (+ the GsplatMesh/GsplatImage/GsplatLines/GsplatText scripts, none flagged alpha/beta) → Procedural Splats (index + children)

Changes (9 pages × EN/JA = 18 files):

  • Removed each :::info Beta Feature / :::info ベータ機能 admonition.
  • Removed the trailing (beta) / (ベータ) from each frontmatter description.
  • Left the separate :::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-public GSplatContainer — flagging in case you'd rather keep those as beta.

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.
@mvaligursky mvaligursky self-assigned this May 29, 2026
@mvaligursky mvaligursky merged commit 0756cd8 into main May 29, 2026
3 checks passed
@mvaligursky mvaligursky deleted the mv-gsplat-remove-beta branch May 29, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant