@@ -17,6 +17,7 @@ struct ray {
struct sphere {
vec3 origin;
double radius;
double luminance;
}; typedef struct sphere sphere;
struct camera {
The note is not visible to the blocked user.