Blender Git Commit Log
Git Commits -> Revision c9685a1
Revision c9685a1 by Bastien Montagne (master) April 10, 2017, 18:33 (GMT) |
Nuke three remaining uages of PRIM_QUAD in drawobject.c This was slightly less obvious, especially particle billboard drawing. That one now requires 1.5 times more space in VBOs and ParticleDrawData buffers, since we have to draw two triangles per particle, instead of a single quad... And diagonal of each quad is now drawn in wire mode, not sure how much we consider this an issue (as in, will this particle draw code change a lot in future?). From quick check on the web seems there is no other way to do anyway. :/ |
Commit Details:
Full Hash: c9685a148f6a323af748ecd45b14ae2d07f2425c
Parent Commit: 490fea6
Lines Changed: +37, -47
1 Modified Path:
/source/blender/editors/space_view3d/drawobject.c (+37, -47) (Diff)