DrawTriangles(tris:Float[],indexes[]) Demo

Monkey Archive Forums/Monkey Projects/DrawTriangles(tris:Float[],indexes[]) Demo

Difference(Posted 2011) [#1]
Heres a litlle outtake from a DrawTriangles(tris:Float[],indexes[]) I hacked into mojo.

It's really neet for drawing concave polys.

I use Blender to import an AI and export a triangulated mesh in Wavefront obj format, but I have a pretty stable monkey polygon triangulator too.

I have GLFW, iOS, HTM5 and Flash versions, so I just need someone to make the XNA code.
Then we can submit it to Mark, and hopefully get it included ?

http://scheutz.dk/stuff/monkeyvector.html


therevills(Posted 2011) [#2]
At first when reading the thread title I thought why dont you just use DrawPoly... then I saw you demo! Great work!


Beaker(Posted 2011) [#3]
Looks really good.


AdamRedwoods(Posted 2011) [#4]
cool.


Alex(Posted 2011) [#5]
Wow! Very cool.
BTW, is it possible to convert SWF vector graphics to triangulated mesh?


Difference(Posted 2011) [#6]
Thanks guys.

Any XNA coders out there, that can lend a hand?

It should be pretty simple, - the other versions are.
I'll send you the other versions or post them here.
(I'm just not sure about what we can post that is intertwined with mojo)