OGLplus (0.52.0) a C++ wrapper for OpenGL

sphere_bmap.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_IMAGES_SPHERE_BMAP_1107121519_HPP
14 #define OGLPLUS_IMAGES_SPHERE_BMAP_1107121519_HPP
15 
16 #include <oglplus/images/image.hpp>
17 
18 namespace oglplus {
19 namespace images {
20 
21 class SphereBumpMap
22  : public Image
23 {
24 public:
25  SphereBumpMap(
26  GLsizei width,
27  GLsizei height,
28  GLsizei xrep = 1,
29  GLsizei yrep = 1
30  );
31 };
32 
33 } // images
34 } // oglplus
35 
36 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
37 #include <oglplus/images/sphere_bmap.ipp>
38 #endif
39 
40 #endif // include guard
Image data wrapper.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).