occt: master d877e610

Author Committer Branch Timestamp Parent
dbp apn master 2016-09-24 17:26:33 master ede89abc
Affected Issues  0027899: Visualization, Ray Tracing - Provide ability to rebuild GLSL shaders on the fly
Changeset 0027899: Visualization, Ray Tracing - Provide ability to rebuild GLSL shaders on the fly

For debugging and performance analysis it is reasonable to provide the ability to rebuild ray tracing shaders on the fly.
In this way, it will be possible to analyze the impact of different shaders modifications
without re-launching and re-configuring the scene.
This functionality can be used in the following way:
> vrenderparams -rebuild
mod - src/Graphic3d/Graphic3d_RenderingParams.hxx Diff File
mod - src/OpenGl/OpenGl_View.hxx Diff File
mod - src/OpenGl/OpenGl_View_Raytrace.cxx Diff File
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx Diff File