Tripling a polygon?

Blitz3D Forums/Blitz3D Programming/Tripling a polygon?

Craig H. Nisbet(Posted 2010) [#1]
Hey guys, anyone know where I can find some code on how to triple,or turn into quad, a polygon? I had some code for it, but I lost it. The one I had actually tripled convex and non-convex polygons. Anyone have anything like this, or know where it is in the archives?


Craig H. Nisbet(Posted 2010) [#2]
I guess, triple n-gons is a better way to state what I'm looking for.


Craig H. Nisbet(Posted 2010) [#3]
Looks like I found one for blitz max. http://www.blitzbasic.com/codearcs/codearcs.php?code=2259

Have to see if I can convert it to Blitz3d


Charrua(Posted 2010) [#4]
hi, take a look at:
http://www.blitzbasic.com/codearcs/codearcs.php?code=2508

Juan