FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
553 stars 109 forks source link

Overbrights #181

Closed Matthaiks closed 7 years ago

Matthaiks commented 8 years ago

Could you add gl_overbright to the engine?

Some info: https://www.vogons.org/viewtopic.php?f=5&t=47313

mittorn commented 8 years ago

We don't know how it really works. Try increase texgamma in opengl.cfg for similar effect (when combining with gamma), but it decreases texture quality as it is software gamma implementation.

mittorn commented 8 years ago

Overbrights can be easily implemented in opengl core profile

ma-choo commented 8 years ago

@mittorn What is OpenGL core profile? I've been trying to implement overbrights into Xash3D but with no luck.

a1batross commented 7 years ago

Implemented. Included in next 0.19 release.

Matthaiks commented 7 years ago

Thanks!

a1batross commented 7 years ago

@Matthaiks there is also a cvar r_lighting_modulate. It may help you to get overoverbrights. :)