Plane with custom number of segments

Blitz3D Forums/Blitz3D Programming/Plane with custom number of segments

Naughty Alien(Posted 2007) [#1]
..I'm looking for function what will create plane made from custom number of segments(vertices)...anyone did this already an willing to share?? If not, what is the best way to achieve this??


jfk EO-11110(Posted 2007) [#2]
I´ve posted a demo of an animated flag in the archives long time ago. I´s made of a segmented plane.


Naughty Alien(Posted 2007) [#3]
..is that plane done within blitz, runtime or in some 3D modelling program?


big10p(Posted 2007) [#4]
CreatePlane takes a param specifying sub-divisions. Not sure if you can get vertex access on planes, though.


jfk EO-11110(Posted 2007) [#5]
I guess he rather means a towel, segmented quad, no?

The one I mentioned is done in Blitz:
http://www.blitzbasic.com/codearcs/codearcs.php?code=257


Naughty Alien(Posted 2007) [#6]
..hey JFK..this is great man...I'm going to play with this...its exactly what i am looking for..