Files
love/src/modules/graphics
Alex Szpakowski ba7e69d776 Added Mesh:setDrawRange(min, max) and Mesh:getDrawRange().
If no vertex map is set, this restricts the drawn vertices to those whose indices in the vertex array are between [min, max] inclusive.
If a vertex map is set, this restricts the values used in the vertex map to those whose indices in the vertex map array are between [min, max] inclusive.

Added Mesh constructor variant: love.graphics.newMesh(vertexcount, texture, drawmode). Creates a Mesh with a certain number of vertices with x,y,u,v,r,g,b,a values of (0,0,0,0,255,255,255,255).
2014-01-21 06:16:47 -04:00
..
2012-07-04 14:40:24 +02:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00
2014-01-03 17:28:58 -04:00