Const
Flat circular arc with inner (size.x) and outer (size.y) radius on the XY plane. Can be extended (arcStart == arcEnd) to encapsulate a whole circle to make a ring.
Generic cone shape.
Simple coordinate system where X axis is red, Y axis is green and Z axis is blue.
Generic cube shape.
Cube shape with unit square texture coordinates over each face.
Generic cylinder shape.
No shape.
Plane shape.
Generic sphere shape.
Sphere shape with geodesic tessellation and cylindrical texture coordinates. Texture coordinates are identical to those of gluSphere, i.e., s runs in the xy-plane starting at s=0 at +y running towards +x, and t runs with constant angular velocity from -z to z.
Sphere shape with geodesic tessellation and spherical texture coordinates. Texture coordinates are oriented similarly as gluSphere, i.e., s runs in the xy-plane starting at s=0 at +y running towards +x, and t runs with constant angular velocity from -z to z. Note that gluSphere produces cylindrical texcoords.
Shape types generated by mesh generator.