X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=src%2Fcsgray.h;h=154ca5d2fba17f6ae54a1fc9c390d6006f646718;hp=196ecc26bbadd12c7c5ee64d7c7c775354700d00;hb=3dd5ba3e29ccff62d188bb4e9e8d23d1879a6024;hpb=07ca36e28aa10804ba5a544276eb5a25f8105e0f diff --git a/src/csgray.h b/src/csgray.h index 196ecc2..154ca5d 100644 --- a/src/csgray.h +++ b/src/csgray.h @@ -26,6 +26,8 @@ csg_object *csg_union(csg_object *a, csg_object *b); csg_object *csg_intersection(csg_object *a, csg_object *b); csg_object *csg_subtraction(csg_object *a, csg_object *b); +void csg_ambient(float r, float g, float b); + void csg_emission(csg_object *o, float r, float g, float b); void csg_color(csg_object *o, float r, float g, float b); void csg_roughness(csg_object *o, float r);