Skip to content

fidgetting/RayTracer-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ray Tracer

Tracer

A simply ray tracer that reads a subset of obj.

To Run:

./Tracer input.obj output.png

This program will use the extension of the output to determine the type of the image to save. This uses the gtk gui library for saving the image so any extension that works with that library will work here. The teapot file in the models directory works the best for this binary.

ObjRender

This is in progress. The goal is to create a simply obj file viewer that allows the user to rotate the camera around and render the object using the ray tracer.

To Run:

./ObjRender 

About

changes to ray tracer to render obj files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages