very fizzely and green junk but overall believable defusion
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user