diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index 566fd78023..dbed9e289a 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -15032,7 +15032,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) "\n\t\t: [-msaa 0..8=0] [-rendScale scale=1]" "\n\t\t: [-resolution value=72] [-fontHinting {off|normal|light}=off]" "\n\t\t: [-fontAutoHinting {auto|force|disallow}=auto]" - "\n\t\t: [-oit {off|0.0-1.0}=off]" + "\n\t\t: [-oit {off|weight|peel}] [-oit weighted [depthFactor=0.0]] [-oit peeling [nbLayers=4]]" "\n\t\t: [-shadows {on|off}=on] [-shadowMapResolution value=1024] [-shadowMapBias value=0.005]" "\n\t\t: [-depthPrePass {on|off}=off] [-alphaToCoverage {on|off}=on]" "\n\t\t: [-frustumCulling {on|off|noupdate}=on] [-lineFeather width=1.0]" @@ -15047,8 +15047,9 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands) "\n\t\t: -lineFeather Sets line feather factor while displaying mesh edges." "\n\t\t: -alphaToCoverage Enables/disables alpha to coverage (needs MSAA)." "\n\t\t: -oit Enables/disables order-independent transparency (OIT) rendering;" - "\n\t\t: weight OIT fixes transparency artifacts at the cost of blurry result," - "\n\t\t: it is managed by depth weight factor (0.0 value also enables weight OIT)." + "\n\t\t: off unordered transparency (but opaque objects implicitly draw first);" + "\n\t\t: weighted weight OIT is managed by depth weight factor 0.0..1.0;" + "\n\t\t: peeling depth peeling OIT is managed by number of peeling layers." "\n\t\t: -shadows Enables/disables shadows rendering." "\n\t\t: -shadowMapResolution Shadow texture map resolution." "\n\t\t: -shadowMapBias Shadow map bias."