Conversation
Gravity grids at high divisions (100+) were clipped by camera frustum when zoomed out on diagonal views (QW, Axo). 🤖 Co-Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Andy🤦♂️ & Claude🤖 <andy@openbuilding.ca>
Replace broken gravity-chordal/gravity-spherical triangular tessellation with clean concentric circles on 4 tetrahedral face planes (⊥ QW/QX/QY/QZ). Retire Gravity button, strip unused gravity modes from createIVMGrid(), add createQuadrayPolarPlane() with in-plane orthonormal basis construction. 🤖 Co-Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Andy🤦♂️ & Claude🤖 <andy@openbuilding.ca>
… plan Mark Quadray polar grids (4 face planes) as done. Add Phase 6 workplan: great-circle-as-N-gon for polygonal geodesic generation. Fix QY face plane color from blue to cyan for visibility. 🤖 Co-Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Andy🤦♂️ & Claude🤖 <andy@openbuilding.ca>
🤖 Claude Code ReviewNo issues found. ℹ️ About this reviewThis automated review checks for:
Human review required - these are suggestions only. |
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
Changes
modules/rt-grids.js: NewcreateQuadrayPolarPlane()with in-plane orthonormal basis;buildQuadrayPlanes()branches polar→4 face planes, uniform→6 Central Angle; stripped gravity modes fromcreateIVMGrid(); removed unusedARC_SEGMENTS_PER_EDGEconstantmodules/rt-rendering.js: Camera far plane 1000→10000; dynamic window globals for both IVM and face plane keysindex.html: Removed "Gravity" button from Central Angle UI; updated Polar button tooltipGeometry documents/Gravity-Grids.md: Phase 3 marked done, Phase 6 N-gon geodesic plan added🤖 Generated with Claude Code
Co-Authored-By: Andy🤦♂️ & Claude🤖 andy@openbuilding.ca