Shapes

Fill lines, circles, and other geometric objects with shapes. Use them to easily make parts for your structures.

Reference

shapes.line(
    GRASS,
    pos(0, 0, 0),
    pos(0, 0, 0)
);
shapes.circle(
    GRASS,
    pos(0, 0, 0),
    0,
    Axis.X,
    ShapeOperation.Replace
);
shapes.sphere(
    GRASS,
    pos(0, 0, 0),
    0,
    ShapeOperation.Replace
);
shapes