novalain / gi-ray

A Monte-Carlo ray tracer from scratch in C++
5 stars 1 forks source link

Add Scene objects #30

Closed novalain closed 8 years ago

novalain commented 8 years ago

We need a Sphere and Tetrahedron. Before we start implementing this we should IMO try getting some output with just the room.

novalain commented 8 years ago

Just adding Tetrahedron and make Sphere separate issue