Disc Generator
Generates the top half of a disc as a .map file to be opened in GtkRadiant.
radius:
The radius of the disc.
faces:
The number of faces along the circumference on this half-disc. The number of faces on a full disc would be twice this number. If the disc is to be chopped into a quarter disc, you should probably use an even number of faces here.
height:
How tall the profile of the disc is.
adjustForOverlappingCylinderCuts:
This flag only has an effect if
faces
is even. If that is the case, use this flag to generate a disc that will align perfectly with a cylinder that was generated with the Cylinder Generator using
adjustForOverlappingCylinderCuts
.
offsetAngle:
The angle, in degrees, by which to rotate the disc counter-clockwise.