4#include "texture_manager.h"
32 std::pair<std::shared_ptr<Texture>, std::shared_ptr<Texture>>
getLTCTextures()
const;
54 mutable std::pair<std::shared_ptr<Texture>, std::shared_ptr<Texture>> _ltc_textures;
55 mutable std::shared_ptr<Texture> _brdf_texture;
Physically Based Rendering.
Definition pbr.h:14
std::shared_ptr< Cubemap > generateSpecularCubemap(std::shared_ptr< Cubemap > source)
Generate specular cubemap from a cubemap.
std::shared_ptr< Texture > getBRDFLut() const
Returns the BRDF integration texture.
std::shared_ptr< Cubemap > generateIrradianceCubemap(std::shared_ptr< Cubemap > source)
Generate irradiance cubemap from a source cubemap irradiance cubemap simulate the diffuse part / ambi...
std::pair< std::shared_ptr< Texture >, std::shared_ptr< Texture > > getLTCTextures() const
Returns textures needed to store Linearly Transformed Cosines values to make area lights.
Render related abstractions (Shader, Framebuffer, Cubemaps, Textures)
Definition opengl.h:10