Godzil 4 лет назад
Родитель
Сommit
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);
 };