Files
Raster3D/docs/Objects.md
T
2026-07-28 15:11:50 -05:00

12 lines
344 B
Markdown

# Raster3D Objects docs
Raster3D contains a few builtin objects that can be used to draw shapes and primitaves onscreen.
Below is an exhaustive tree list of objects and links to their documentation.
- [RenderObject](RenderObject.md)
- [Pixel](Pixel.md)
- [Line](Line.md)
- [Triangle](Triangle.md)
- [Square](Square.md)