X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Frt.h;fp=src%2Frt.h;h=7f0937532362c6271b85aa7ecd20a114b5bb578c;hb=d2f1a6ab443b86a42e9fd28a19ebdbcf729a5d51;hp=0000000000000000000000000000000000000000;hpb=d05988274bf2ff6274e2c874976681aa989b7d89;p=cyberay diff --git a/src/rt.h b/src/rt.h new file mode 100644 index 0000000..7f09375 --- /dev/null +++ b/src/rt.h @@ -0,0 +1,15 @@ +#ifndef RT_H_ +#define RT_H_ + +#include +#include "image.h" + +struct material { + cgm_vec3 color; + float roughness; + float ior; + + struct image *tex_color; +}; + +#endif /* RT_H_ */