rayzor
diff src/camera.cc @ 17:79609d482762
the renderer renders, also fixed an unnoticed matrix conversion problem between scenegraph and min3d
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 14 Apr 2014 07:34:45 +0300 |
parents | be616b58df99 |
children | 859ccadca671 |
line diff
1.1 --- a/src/camera.cc Sun Apr 13 09:54:51 2014 +0300 1.2 +++ b/src/camera.cc Mon Apr 14 07:34:45 2014 +0300 1.3 @@ -41,7 +41,7 @@ 1.4 { 1.5 } 1.6 1.7 -bool Camera::intersect(const Ray &ray, float *dist) const 1.8 +bool Camera::intersect(const Ray &ray, RayHit *hit) const 1.9 { 1.10 return false; 1.11 }