Add project files.

This commit is contained in:
2026-07-28 15:11:50 -05:00
parent 634bbd3d2e
commit c8efc0f586
31 changed files with 779 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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)