bugfix: width und heigth waren bei axampleSphere vertaucht. jetzt sieht man eine rote kugel

This commit is contained in:
any
2026-07-26 18:23:10 +02:00
parent 0c6c6531fd
commit 30b7d557d1
5 changed files with 9 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ struct ray {
struct sphere {
vec3 origin;
double radius;
double luminance;
}; typedef struct sphere sphere;
struct camera {