Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 416 Bytes

File metadata and controls

18 lines (14 loc) · 416 Bytes

STL Renderer

Overview

A simple Python file that creates a rasterizer that will be used for rendering STL files

Features

  • Scene with two triagnles
  • Depth buffer
  • matrix multiplication for rotation

Future features

  • Loading and rendering ASCII and binary STL files
  • Basic shading
  • Camera controls for rotating and zooming the scene

Usage

Run the renderer with: python triangle_renderer.py