Minor changes.

This commit is contained in:
2017-02-22 17:10:02 -04:00
parent 18dd3dc3c6
commit 71f520e6d8
2 changed files with 5 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ struct Photon
{
float2rgbe(radiance, red, green, blue);
}
inline void getColor(float & red, float & green, float & blue) {
rgbe2float(red, green, blue, radiance);
}
inline bool equalFloat(const float x, const float y)
{