Blender Git Commit Log
Git Commits -> Revision 377915b
Revision 377915b by Clément Foucault (master) January 9, 2018, 13:54 (GMT) |
DRW: Make use of DRWInstanceData. This modify the selection code quite a bit but it's for the better. When using selection we use the same batching / instancing process but we draw each element at a time using a an offset to the first element we want to draw and by drawing only one element. This result much less memory allocation and better draw time. |
Commit Details:
Full Hash: 377915b08144e0945ed1984338def3dcad267a6d
Parent Commit: aa0097a
Lines Changed: +143, -130