瀏覽代碼

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