minor formatting
git-svn-id: svn://anubis/fart/trunk@191 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
1ad08d9998
commit
14b6735c1c
@ -41,7 +41,8 @@ Shape::IntersectionList Plane::intersect(refptr<Shape> _this, const Ray & ray)
|
||||
if (solutions.results[0] > 0.0)
|
||||
{
|
||||
Vector isect_point = ray_inv[solutions.results[0]];
|
||||
res.add(Intersection(_this, m_transform.transform_point(isect_point)));
|
||||
res.add(Intersection(_this,
|
||||
m_transform.transform_point(isect_point)));
|
||||
}
|
||||
}
|
||||
return res;
|
||||
|
Loading…
x
Reference in New Issue
Block a user