very fizzely and green junk but overall believable defusion

This commit is contained in:
any
2026-07-30 00:54:59 +02:00
parent 43dc073622
commit e0096dce11
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void exampleSphere( int width, int height, int channels, unsigned char **image)
objectList[2] = &obj3;
sphere obj4 = (sphere){vec3Add(sphereOrigin, (vec3){1,1,3}), sphereRadius, (RGBA){0.5,1,1,1},0};
objectList[3] = &obj4;
sphere light1 = (sphere){(vec3){2,1,0}, sphereRadius, (RGBA){1,1,1,1},1};
sphere light1 = (sphere){(vec3){1,2,4.5}, sphereRadius, (RGBA){1,1,1,1},1};
objectList[4] = &light1;
int objectCount = 5;