From 8923546e79b1ba7d3e9201566b4941f55b14fe09 Mon Sep 17 00:00:00 2001 From: Garux Date: Wed, 23 Aug 2023 00:24:29 +0600 Subject: [PATCH] more precise -bounce description --- docs/Complete_list_of_command_line_parameters.htm | 2 +- tools/quake3/q3map2/help.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Complete_list_of_command_line_parameters.htm b/docs/Complete_list_of_command_line_parameters.htm index b2fb5201..7f49e24c 100644 --- a/docs/Complete_list_of_command_line_parameters.htm +++ b/docs/Complete_list_of_command_line_parameters.htm @@ -201,7 +201,7 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
  • -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
  • diff --git a/tools/quake3/q3map2/help.cpp b/tools/quake3/q3map2/help.cpp index d017fb0d..89ebd9e3 100644 --- a/tools/quake3/q3map2/help.cpp +++ b/tools/quake3/q3map2/help.cpp @@ -168,7 +168,7 @@ static void HelpLight() {"-bouncegrid", "Also compute radiosity on the light grid"}, {"-bounceonly", "Only compute radiosity"}, {"-bouncescale ", "Scaling factor for radiosity"}, - {"-bounce ", "Number of bounces for radiosity"}, + {"-bounce ", "Maximal number of bounces for radiosity"}, {"-brightness ", "Scaling factor for resulting lightmaps brightness"}, {"-cheapgrid", "Use `-cheap` style lighting for radiosity"}, {"-cheap", "Abort vertex light calculations when white is reached"},