0024250: TKOpenGl - per-pixel lighting using GLSL program (Phong shading)
authorkgv <kgv@opencascade.com>
Fri, 1 Nov 2013 09:52:19 +0000 (13:52 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 1 Nov 2013 10:05:56 +0000 (14:05 +0400)
commit392ac9808ec93a5dbe0fc1ddda9e6d0627702892
treefc081a4ed75f290bd4707992d6e53884ff7e3ff9
parent65993a9537a4da104c2bc306c0d5d1152e222d66
0024250: TKOpenGl - per-pixel lighting using GLSL program (Phong shading)
33 files changed:
src/Graphic3d/Graphic3d_ShaderProgram.cxx
src/Graphic3d/Graphic3d_ShaderProgram.hxx
src/Graphic3d/Graphic3d_TextureRoot.cxx
src/OpenGl/OpenGl_AspectFace.cxx
src/OpenGl/OpenGl_AspectLine.cxx
src/OpenGl/OpenGl_AspectMarker.cxx
src/OpenGl/OpenGl_AspectText.cxx
src/OpenGl/OpenGl_CappingAlgo.cxx
src/OpenGl/OpenGl_Caps.cxx
src/OpenGl/OpenGl_Caps.hxx
src/OpenGl/OpenGl_Context.cxx
src/OpenGl/OpenGl_GraphicDriver.hxx
src/OpenGl/OpenGl_GraphicDriver_7.cxx
src/OpenGl/OpenGl_ShaderManager.cxx
src/OpenGl/OpenGl_ShaderManager.hxx
src/OpenGl/OpenGl_ShaderProgram.cxx
src/OpenGl/OpenGl_ShaderProgram.hxx
src/OpenGl/OpenGl_View.cxx
src/OpenGl/OpenGl_View.hxx
src/OpenGl/OpenGl_View_2.cxx
src/OpenGl/OpenGl_Workspace_5.cxx
src/Shaders/PhongShading.fs [new file with mode: 0644]
src/Shaders/PhongShading.vs [new file with mode: 0644]
src/ViewerTest/ViewerTest.cxx
src/ViewerTest/ViewerTest_OpenGlCommands.cxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/v3d/begin
tests/v3d/end
tests/v3d/glsl/phong_box [new file with mode: 0644]
tests/v3d/glsl/phong_couple [new file with mode: 0644]
tests/v3d/glsl/phong_fuse [new file with mode: 0644]
tests/v3d/glsl/phong_views [new file with mode: 0644]
tests/v3d/grids.list