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