Hi,
I require some simple geometry utility classes for generating planes, cylinders etc. (planes to beging with)
I've tried the TestUtils class but all it can generate is one big quad as the plane, this is messing with my lighting

so I need to tesselate the plane into sub-quads or triangles.
I'm tying to write a class, what is the best Geometry class to use for this sort of thing (QuadArray, TriangleArray or something else)?
Are there any docs on the format that QuadArray and Triangle array expect their data?

If something exists out there to already do this I'd gladly use that! I can't be the first person to have required this...
Cheers,
Ben