test(geometry): verify OBJ loader deduplicates shared vertices via index buffer #73
No reviewers
Labels
No labels
atmosphere
clouds
debug
enhancement
foundation
high-priority
integration
low-priority
medium-priority
optimization
pbr
weather
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
akadmin/NemesisEngine!73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/index-buffer-dedup-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
load_quad_deduplicates_shared_verticesto confirm that two trianglessharing corner vertices produce 4 unique vertices (not 6), satisfying the
acceptance criterion for issue #16.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
closes #16