Plane with custom number of segments

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

..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??

I´ve posted a demo of an animated flag in the archives long time ago. I´s made of a segmented plane.

..is that plane done within blitz, runtime or in some 3D modelling program?

CreatePlane takes a param specifying sub-divisions. Not sure if you can get vertex access on planes, though.

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

..hey JFK..this is great man...I'm going to play with this...its exactly what i am looking for..