NoBump (Slash Command): Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=noBump|options=0-1|note=disable bump maps by forcing unperturbed normal}} ==Example== /noBump 1") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Slash command== | ==Slash command== | ||
{{SlashCommandArticle|command=noBump|options=0-1|note= | {{SlashCommandArticle|command=noBump|options=0-1|note=Disable bump maps by forcing unperturbed normal}} | ||
* Disable = 0, Enable = 1. Default = 0. | |||
* {{slashcommand|noBump}} forces the game to render 3D surfaces without bumps and depressions created through the bump mapping process. | |||
* Bump mapping simulates the bumps or wrinkles in a surface without the need for geometric modifications to the digital model. The "surface normal" of a given surface is perturbed (i.e., altered) according to a bump map. The "perturbed normal" is then used instead of the original normal when shading the surface. This method gives the appearance of bumps and depressions in a surface. | |||
==Command Line Parameter== | |||
The command can be made more or less permanent by running it automatically at log-in as a [[Command Line Parameters|Command Line Parameter]]. For example,<BR /> <code>-nobump 1</code> | |||
==Example== | ==Example== | ||
/noBump 1 | /noBump 1 | ||
{{Navbox Graphic Commands}} | |||
[[Category:Slash Commands]] | |||
[[Category:Graphic Commands]] |
Latest revision as of 19:51, 27 January 2024
Slash command
/noBump 0-1
Disable bump maps by forcing unperturbed normal
- Disable = 0, Enable = 1. Default = 0.
- /noBump forces the game to render 3D surfaces without bumps and depressions created through the bump mapping process.
- Bump mapping simulates the bumps or wrinkles in a surface without the need for geometric modifications to the digital model. The "surface normal" of a given surface is perturbed (i.e., altered) according to a bump map. The "perturbed normal" is then used instead of the original normal when shading the surface. This method gives the appearance of bumps and depressions in a surface.
Command Line Parameter
The command can be made more or less permanent by running it automatically at log-in as a Command Line Parameter. For example,
-nobump 1
Example
/noBump 1