From b799e5f81997431d2f3cc5818475c82460d003f5 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 13:57:07 +0000 Subject: [PATCH] Update a comment. --- source/include/sphere.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/sphere.h b/source/include/sphere.h index 19151f3..b6cf710 100644 --- a/source/include/sphere.h +++ b/source/include/sphere.h @@ -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); };