Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 408 Bytes

3d Rendering Software

This is a 3d engine built from scratch. This renderer does not use webgl or any other math library. This engine was written in javascript and can render basic objects from blender.

Features

  • Triangle culling
  • Basic global illumination
  • Triangle clipping
  • User input & live update
  • Projection w/ perspective
  • Textures
  • Can read exported .obj files from blender