Add a guide for generating streamed SOG data#251
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds user-facing documentation for producing streamed SOG output (multi-LOD, spatially chunked) from a single PLY input, and surfaces the new guide from the main README so it’s discoverable alongside existing guides.
Changes:
- Add a new end-to-end guide for generating streamed SOG (
guides/STREAMED_SOG.md). - Add a “Guides” index section to
README.mdand link the streamed SOG guide from the LOD output options section. - Update the supported-formats table description for
lod-meta.jsonto better reflect the streamed/chunked output.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds a Guides index, links the new streamed SOG guide, and updates lod-meta.json description. |
| guides/STREAMED_SOG.md | New walkthrough covering LOD-chain creation and combining into streamed SOG output, including chunk tuning flags. |
| guides/COLLISION.md | Renames the top-level heading to a clearer, more consistent title. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adds a walkthrough for producing streamed SOG (multi-LOD, spatially chunked) from a single PLY, and surfaces it from the README.
guides/STREAMED_SOG.md: generate an LOD chain by repeatedly decimating with--decimate 50%, then combine the levels into streamed SOG with--lod, writinglod-meta.jsonplus per-chunk SOG folders. Covers chunk tuning (-C/-X) and troubleshooting.## Guidesindex listing all three guides (Streamed SOG, Collision, Docker), link the new guide from the LOD Output Options section, and reword thelod-meta.jsonformats-table row to "Streamed LOD data stored in SOG chunks".