#ifndef __IRRADIANCEMAP_H #define __IRRADIANCEMAP_H #include "common.h" #include "Vector3.h" namespace CHCDemoEngine { /** Class representing an irradiance map, an environment map that is used for illumination */ class IrradianceMap { public: IrradianceMap(); }; } #endif // __IRRADIANCEMAP_H