LuisEGR / 3d-renderer

3D OBJ file renderer to PPM format in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Model Render using C++, from scratch, this renderer gets a 3D model in OBJ format and creates the image in PPM format, tracing each line and making the adjustment for the perspective camera, no textures implemented yet, only edges.

Example:

Pikachu

About

3D OBJ file renderer to PPM format in C++


Languages

Language:C++ 90.5%Language:C 8.5%Language:Makefile 1.1%