Add r_parallaxMapOffset.
This commit is contained in:
parent
66cb20a7f3
commit
69ec389335
5 changed files with 14 additions and 0 deletions
|
@ -184,6 +184,11 @@ Cvars for advanced material usage:
|
|||
1 - Use parallax occlusion mapping.
|
||||
2 - Use relief mapping. (slower)
|
||||
|
||||
* `r_parallaxMapOffset` - Set the parallax height offset.
|
||||
0 - Values map to -255 - 0. (default)
|
||||
0.5 - Values map to -127 - 127.
|
||||
1.0 - Values map to 0 - 255.
|
||||
|
||||
* `r_parallaxMapShadows` - Enable self-shadowing on parallax map
|
||||
supported materials.
|
||||
0 - No. (default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue