Optimize Frustum culling and implement it for faces as well #19

Closed cory opened this issue on 1 Feb 2023 - 0 comments

@cory cory commented on 1 Feb 2023

Should be able to have a list of which planes to check. Remove items from that list if the bounding sphere for the collection / object is completely inside that face (d > r), as well as removing the object if (d < -r);

@cory cory added a commit that referenced this issue on 3 Feb 2023
a2b73d7 Added some player config and debug values ...
@cory cory closed this issue on 3 Feb 2023
Labels

Priority
default
Milestone
No milestone
Assignee
No one assigned
1 participant
@cory