Update a comment.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user