Explorar o código

Update a comment.

Godzil %!s(int64=4) %!d(string=hai) anos
pai
achega
b799e5f819
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 };