]> OCCT Git - occt-copy.git/commit
0028794: Visualization, Ray tracing - Implement tone mapping
authorage <age@opencascade.com>
Thu, 25 May 2017 11:34:34 +0000 (14:34 +0300)
committerkgv <kgv@opencascade.com>
Sat, 17 Mar 2018 12:29:50 +0000 (15:29 +0300)
commit7ab3bd4b1c0665745770727e914dfe11707c984c
treeb36be37898aedaaa3601df4ab980f0636d1f1f58
parentbdd1f5d5fc812440a30ee7008cb07fb138225d1e
0028794: Visualization, Ray tracing - Implement tone mapping

Added enum Graphic3d_ToneMappingMethod for choosing tone mapping mode.
Added new rendering parameters.
Added tone mapping to Display.fs shader.
src/Graphic3d/FILES
src/Graphic3d/Graphic3d_RenderingParams.hxx
src/Graphic3d/Graphic3d_ToneMappingMethod.hxx [new file with mode: 0644]
src/OpenGl/OpenGl_View.hxx
src/OpenGl/OpenGl_View_Raytrace.cxx
src/Shaders/Display.fs
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/v3d/raytrace/tone_mapping [new file with mode: 0644]