@kognifai/cogsengine
    Preparing search index...

    Enumeration ShapeTypeConst

    Shape types generated by mesh generator.

    Index

    Enumeration Members

    CircularArc: 11

    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.

    Cone: 6

    Generic cone shape.

    CoordSys: 10

    Simple coordinate system where X axis is red, Y axis is green and Z axis is blue.

    Cube: 7

    Generic cube shape.

    CubeTex2D: 9

    Cube shape with unit square texture coordinates over each face.

    Cylinder: 5

    Generic cylinder shape.

    None: 0

    No shape.

    Plane: 1

    Plane shape.

    Sphere: 2

    Generic sphere shape.

    SphereGeoTexCyl: 4

    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.

    SphereGeoTexSph: 3

    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.

    WireCube: 8