13 #ifndef OGLPLUS_IMAGES_NORMAL_MAP_1107121519_HPP
14 #define OGLPLUS_IMAGES_NORMAL_MAP_1107121519_HPP
31 #if OGLPLUS_DOCUMENTATION_ONLY
39 template <
typename Extractor>
50 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
51 #include <oglplus/images/normal_map.ipp>
54 #endif // include guard
A filter creating a normal-map/height-map from a height map image.
Definition: normal_map.hpp:25
NormalMap(const Image &input, Extractor extractor=Extractor())
Creates a normal-map from the input height-map image.
FromComponentI< 0 > FromRed
Extractor selecting the Red component of the input image.
Definition: filtered.hpp:261
Base class for image filters.
Base class for various image filters.
Definition: filtered.hpp:32
Wrapper for (texture) image data.
Definition: image.hpp:45
FromComponentI< 3 > FromAlpha
Extractor selecting the Alpha component of the input image.
Definition: filtered.hpp:267