Some photon testing with the book.

This commit is contained in:
2017-03-03 14:24:05 -04:00
parent 23939fdc92
commit eb9f107feb
7 changed files with 60 additions and 35 deletions

View File

@@ -22,6 +22,6 @@
#define RGBE_HPP
extern void float2rgbe(unsigned char rgbe[4], float red, float green, float blue);
extern void rgbe2float(float & red, float & green, float & blue, unsigned char rgbe[4]);
extern void rgbe2float(float & red, float & green, float & blue, const unsigned char rgbe[4]);
#endif