tavli

diff src/object.cc @ 3:94aff2ff1934

too much?
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Jun 2015 21:46:57 +0300
parents 893192aea099
children b41ceead1708
line diff
     1.1 --- a/src/object.cc	Mon Jun 22 05:15:39 2015 +0300
     1.2 +++ b/src/object.cc	Mon Jun 22 21:46:57 2015 +0300
     1.3 @@ -43,3 +43,8 @@
     1.4  
     1.5  	glPopMatrix();
     1.6  }
     1.7 +
     1.8 +bool Object::intersect(const Ray &ray, HitPoint *hit) const
     1.9 +{
    1.10 +	return false;	// TODO
    1.11 +}