36 IblProbe(std::string irradianceCubemapPath,
37 std::string radianceCubemapPath, std::string brdfLUTPath);
55 std::string m_irradianceCubemapPath;
56 std::string m_radianceCubemapPath;
57 std::string m_brdfLUTPath;
59 std::shared_ptr<Texture> m_irradianceCubemapTexture =
nullptr;
60 std::shared_ptr<Texture> m_radianceCubemapTexture =
nullptr;
61 std::shared_ptr<Texture> m_brdfLUTTexture =
nullptr;
std::shared_ptr< Texture > getRadianceCubemapTexture()
TODO.
IblProbe(std::string irradianceCubemapPath, std::string radianceCubemapPath, std::string brdfLUTPath)
std::shared_ptr< Texture > getBrdfLUTTexture()
TODO.
Image-based lighting probe.
std::shared_ptr< Texture > getIrradianceCubemapTexture()
TODO.