Add Sweep Pipe Network example with legend and FPS monitor#14
Closed
aka-blackboots wants to merge 10 commits into
Closed
Add Sweep Pipe Network example with legend and FPS monitor#14aka-blackboots wants to merge 10 commits into
aka-blackboots wants to merge 10 commits into
Conversation
* stl support for 2.0 * poc: stl + step exports * sweep example * update branch
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.
Motivation
StatsFPS panel) to help evaluate performance for different scene configurations.Description
main/opengeometry-three/examples-vite/operations/sweep-pipe-network.htmlthat builds a building-scale routed pipe network usingSweepwith explicitpathandprofile, cuboid walls, an outlines toggle, a pipe legend, and a console-printed network config.main/opengeometry-three/examples-vite/index.html(added an index card and incremented the operations count to 9 items).AI-DOCS/2026-03-11-sweep-pipe-network-example.mddocumenting what changed, why, how to run locally, and known caveats.Statsfor FPS display.Testing
npm --prefix main/opengeometry-three run build-example-three, which failed in this environment due to missing wasm bindings atmain/opengeometry/pkg/opengeometry_bg.wasm(import resolution error noted).npm --prefix main/opengeometry-three run dev-example-three, which reported the same missing wasm import errors for runtime modules although the server started; this prevented a full in-browser render without the wasm assets.artifacts/sweep-pipe-network.png) despite import resolution warnings.Codex Task