mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Update settings
This commit is contained in:
parent
ca0e1fe0e0
commit
e2dc46c92e
1 changed files with 2 additions and 2 deletions
|
@ -172,11 +172,11 @@ force shaders = false
|
|||
force per pixel lighting = false
|
||||
|
||||
# Restrict the amount of lighting that an object can receive to a maximum of (1,1,1).
|
||||
# Only affects objects that render with shaders (see 'force shaders' option).
|
||||
# Only affects objects that render with shaders (see 'force shaders' option). Always affects terrain.
|
||||
# Setting this option to 'true' results in fixed-function compatible lighting, but the lighting
|
||||
# may appear 'dull' and there might be color shifts.
|
||||
# Setting this option to 'false' results in more realistic lighting.
|
||||
clamp lighting = false
|
||||
clamp lighting = true
|
||||
|
||||
[Input]
|
||||
|
||||
|
|
Loading…
Reference in a new issue