Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 275 Bytes

File metadata and controls

14 lines (13 loc) · 275 Bytes

Reference

Basic Shapes

shapes.cube(10, 10, 10)
shapes.sphere(20)
shapes.cylinder(10, 10)
shapes.text("BuildBee", 21, 4)
shapes.donut(4, 10)
shapes.cone(10, 10)
shapes.triangleRoof(10, 10, 10)
shapes.triangleRamp(10, 10, 10)
shapes.polygon3D(6, 10, 10)