rendering: make LegacyGL traversal optional - #38
Open
tritao wants to merge 2 commits into
Open
Conversation
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 9, 2026 12:07
9ab907a to
a27c909
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
5 times, most recently
from
August 9, 2026 13:13
85bfe66 to
b4ae796
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
2 times, most recently
from
August 9, 2026 15:10
5984ad9 to
ea6d914
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
3 times, most recently
from
August 9, 2026 21:01
9fe2591 to
e6aee27
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
2 times, most recently
from
August 9, 2026 22:42
1e5ef61 to
827e8ad
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 9, 2026 22:48
827e8ad to
6bc2376
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 10, 2026 09:57
6bc2376 to
d13f50f
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 10, 2026 10:08
d13f50f to
372f751
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 10, 2026 11:18
372f751 to
4b67e06
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 10, 2026 11:57
4b67e06 to
1f61aa1
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 10, 2026 14:16
9f6c837 to
3915140
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 11, 2026 10:50
3915140 to
74cace5
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 11, 2026 14:05
74cace5 to
2ff650e
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
2 times, most recently
from
August 16, 2026 00:25
2bd46a3 to
265c584
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 17, 2026 15:52
265c584 to
54d7899
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 18, 2026 00:18
54d7899 to
20ecc7d
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 18, 2026 09:24
20ecc7d to
3bb9255
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 18, 2026 14:40
3bb9255 to
0a35941
Compare
tritao
force-pushed
the
stack/legacy-traversal
branch
from
August 18, 2026 14:48
0a35941 to
3b19a63
Compare
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
Make LegacyGL scene-graph traversal optional while keeping the shared Coin scene graph available.
This is the traversal boundary only. Whole implementation-unit exclusion, public API capability boundaries, and manager decoupling are handled by PR #41.
Stack
Layer 6/18, based on PR #16.