Explorar el Código

Update a comment.

Godzil hace 4 años
padre
commit
b799e5f819
Se han modificado 1 ficheros con 1 adiciones y 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);
 };