Blender Git Loki
Git Commits -> Revision 68015f9
Revision 68015f9 by Clément Foucault (master) March 1, 2018, 02:53 (GMT) |
DRW: Initial implementation of Frustum culling. This is very efficient and add a pretty low overhead (0.1ms of drawing time for 10K objects passing through all tests, on my i3-4100M). The like the rest of the DRWCallState, test is "cached" until the view matrices changes. |
Commit Details:
Full Hash: 68015f9d397124b66fd8b435b729fbc0daa6e9ad
Parent Commit: dee2efb
Lines Changed: +210, -17