novalain / gi-ray

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

Light improvements #81

Closed novalain closed 8 years ago

novalain commented 8 years ago

The direct lightning should work without any errors. Next step will be to check for shadows by calling GetClosestIntersectionPointInScene(Ray(intersection_point->start, light_direction), scene);