Update a comment.

This commit is contained in:
Godzil
2020-02-17 13:57:07 +00:00
parent cabe7ff147
commit b799e5f819

View File

@@ -16,7 +16,7 @@
class Sphere : public Object
{
public:
/* All sphere are at (0, 0, 0) and radius 1*/
/* All sphere are at (0, 0, 0) and radius 1 in the object space */
virtual Intersect intersect(Ray r);
};