swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Allow to Submit 16/32 bit indices to Recast triangle rasterization. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow to Submit 16/32 bit indices to Recast triangle rasterization.

Original issue reported on code.google.com by memono...@gmail.com on 26 Aug 2009 at 12:14

GoogleCodeExporter commented 9 years ago
Added two additional versions of rcRasterizeTriangles. One which takes indices 
as
unsigned short and another one which is similar to opengl drawArrays (that is,
non-indexed mesh). Added in revision 65.

Original comment by memono...@gmail.com on 23 Oct 2009 at 1:43