Skip to content

Add culling for orthographic mode#905

Merged
chreden merged 1 commit intomasterfrom
issue/607
Mar 6, 2022
Merged

Add culling for orthographic mode#905
chreden merged 1 commit intomasterfrom
issue/607

Conversation

@chreden
Copy link
Copy Markdown
Owner

@chreden chreden commented Mar 5, 2022

Cull rooms based on their projected screen space AABBs. Project the AABB using the camera view projection and then intersect it with a screen space AABB.
Closes #607

Cull rooms based on their projected screen space AABBs. Project the AABB using the camera view projection and then intersect it with a screen space AABB.
Closes #607
@chreden chreden requested a review from makotocchi March 5, 2022 20:45
@chreden chreden self-assigned this Mar 5, 2022
@chreden chreden merged commit 7e579b5 into master Mar 6, 2022
@chreden chreden deleted the issue/607 branch March 6, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add frustum culling for orthographic mode

2 participants