improve visuals
This commit is contained in:
parent
c6217bf106
commit
b25dd6161a
20 changed files with 100 additions and 99 deletions
|
@ -724,6 +724,8 @@ public class Client implements IThreadListener {
|
|||
private boolean textureFiltering = true;
|
||||
@Variable(name = "gl_specular", category = CVarCategory.RENDER, display = "Beleuchtungseffekte")
|
||||
public boolean specularColors = true;
|
||||
@Variable(name = "gl_flat_shading", category = CVarCategory.RENDER, display = "Flaches Shading")
|
||||
public boolean flatShading = false;
|
||||
|
||||
public static final Client CLIENT = new Client();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue