Dgame.Math.Geometry
« Go back
Bottom- enum Geometry: uint;
- Geometry describes different geometric representations.
- Quad
- Declare that the stored vertices are Quads.
- QuadStrip
- Declare that the stored vertices are Quad Strips
- Triangle
- Declare that the stored vertices are Triangles.
- TriangleStrip
- Declare that the stored vertices are Triangles Strips
- TriangleFan
- Declare that the stored vertices are Triangles Fans.
- Lines
- Declare that the stored vertices are Lines.
- LineStrip
- Declare that the stored vertices are Line Strips.
- LineLoop
- Declare that the stored vertices are Line Loops.
- Polygon
- Declare that the stored vertices are Polygons.
Page generated by Ddoc.
« Go back