1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00

0032459: Draw Harness, ViewerTest - fix description of vrenderparams -oit

This commit is contained in:
kgv 2021-06-23 21:33:43 +03:00 committed by bugmaster
parent 91836c86eb
commit c123c310df

View File

@ -15032,7 +15032,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands)
"\n\t\t: [-msaa 0..8=0] [-rendScale scale=1]" "\n\t\t: [-msaa 0..8=0] [-rendScale scale=1]"
"\n\t\t: [-resolution value=72] [-fontHinting {off|normal|light}=off]" "\n\t\t: [-resolution value=72] [-fontHinting {off|normal|light}=off]"
"\n\t\t: [-fontAutoHinting {auto|force|disallow}=auto]" "\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: [-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: [-depthPrePass {on|off}=off] [-alphaToCoverage {on|off}=on]"
"\n\t\t: [-frustumCulling {on|off|noupdate}=on] [-lineFeather width=1.0]" "\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: -lineFeather Sets line feather factor while displaying mesh edges."
"\n\t\t: -alphaToCoverage Enables/disables alpha to coverage (needs MSAA)." "\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: -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: off unordered transparency (but opaque objects implicitly draw first);"
"\n\t\t: it is managed by depth weight factor (0.0 value also enables weight OIT)." "\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: -shadows Enables/disables shadows rendering."
"\n\t\t: -shadowMapResolution Shadow texture map resolution." "\n\t\t: -shadowMapResolution Shadow texture map resolution."
"\n\t\t: -shadowMapBias Shadow map bias." "\n\t\t: -shadowMapBias Shadow map bias."