0025162: Visualization, TKOpenGl - drop GLU library dependency
authorisk <isk@opencascade.com>
Tue, 8 Sep 2015 12:15:04 +0000 (15:15 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 10 Sep 2015 13:50:17 +0000 (16:50 +0300)
commitfa4dcbe04f048869c933e4723baa836660928ccc
treea41a6fbab6d543594470968384717676768ca5bc
parent8891791e8644cc07b373509ae2d94d20761a2055
0025162: Visualization, TKOpenGl - drop GLU library dependency
Drop gluScaleImage() and gluBuild2DMipmaps().
Drop gluUnPorject() from samples.
Output message if NPOT is unsupported and texture coordinates was scaled. Texture initialization is fail in this case.
Output message if texture dimension exceed the max dimension. Texture initialization is fail in this case.
TKOpenGl does not depends on deprecated GLU anymore.
adm/genproj.tcl
samples/qt/VoxelDemo/src/VoxelClient_VisDrawer.cxx
src/OpenGl/OpenGl_GlFunctions.hxx
src/OpenGl/OpenGl_Texture.cxx
src/TKOpenGl/CMakeLists.txt
src/TKService/CMakeLists.txt
src/TKV3d/CMakeLists.txt
src/TKViewerTest/CMakeLists.txt