X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=src%2Fcsgimpl.h;h=19cd43a9f5d8325dc46814090bc94adfa6e5c470;hp=d6cb7a4f031f34d18c2ca9952afb8ad4d64f2cd1;hb=07f86df1b104515376419c7a214253fb435fc396;hpb=07ca36e28aa10804ba5a544276eb5a25f8105e0f diff --git a/src/csgimpl.h b/src/csgimpl.h index d6cb7a4..19cd43a 100644 --- a/src/csgimpl.h +++ b/src/csgimpl.h @@ -21,10 +21,12 @@ struct object { float emr, emg, emb; float roughness; float opacity; + int metallic; float xform[16], inv_xform[16]; csg_object *next; + csg_object *plt_next; void (*destroy)(csg_object*); };