Code review comment for lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-resolution-independance

Revision history for this message
Tim Peeters (tpeeters) wrote :

379 + // The geometry is made of 9 vertices indexed with a triangle strip mode.
380 + // 0 - 1 - 2
381 + // | / | / |
382 + // 3 - 4 - 5
383 + // | / | / |
384 + // 6 - 7 - 8

Why do you need a triangle strip? Couldn't it be done with a single quad? (or two triangles)

« Back to merge proposal