A simple Python file that creates a rasterizer that will be used for rendering STL files
- Scene with two triagnles
- Depth buffer
- matrix multiplication for rotation
- Loading and rendering ASCII and binary STL files
- Basic shading
- Camera controls for rotating and zooming the scene
Run the renderer with:
python triangle_renderer.py