ソースを参照

Update a comment.

Godzil 4 年 前
コミット
b799e5f819
1 ファイル変更1 行追加1 行削除
  1. 1 1
      source/include/sphere.h

+ 1 - 1
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);
 };