more precise -bounce description
This commit is contained in:
parent
b6683d9837
commit
8923546e79
|
|
@ -201,7 +201,7 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
|
|||
<li><strong><code>-bouncegrid</code>:</strong> Also compute radiosity on the light grid</li>
|
||||
<li><strong><code>-bounceonly</code>:</strong> Only compute radiosity</li>
|
||||
<li><strong><code>-bouncescale</code> F:</strong> Scaling factor for radiosity</li>
|
||||
<li><strong><code>-bounce</code> N:</strong> Number of bounces for radiosity</li>
|
||||
<li><strong><code>-bounce</code> N:</strong> Maximal number of bounces for radiosity</li>
|
||||
<li><strong><code>-brightness</code> F:</strong> Scaling factor for resulting lightmaps brightness</li>
|
||||
<li><strong><code>-cheapgrid</code>:</strong> Use <code>-cheap</code> style lighting for radiosity</li>
|
||||
<li><strong><code>-cheap</code>:</strong> Abort vertex light calculations when white is reached</li>
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ static void HelpLight()
|
|||
{"-bouncegrid", "Also compute radiosity on the light grid"},
|
||||
{"-bounceonly", "Only compute radiosity"},
|
||||
{"-bouncescale <F>", "Scaling factor for radiosity"},
|
||||
{"-bounce <N>", "Number of bounces for radiosity"},
|
||||
{"-bounce <N>", "Maximal number of bounces for radiosity"},
|
||||
{"-brightness <F>", "Scaling factor for resulting lightmaps brightness"},
|
||||
{"-cheapgrid", "Use `-cheap` style lighting for radiosity"},
|
||||
{"-cheap", "Abort vertex light calculations when white is reached"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user