improve visuals
This commit is contained in:
parent
31bdece813
commit
c6217bf106
36 changed files with 23 additions and 119 deletions
|
@ -722,6 +722,8 @@ public class Client implements IThreadListener {
|
|||
private MipmapType mipmapType = MipmapType.LINEAR;
|
||||
@Variable(name = "gl_tex_filter", category = CVarCategory.RENDER, display = "Texturfilterung", callback = TextureBoolFunction.class)
|
||||
private boolean textureFiltering = true;
|
||||
@Variable(name = "gl_specular", category = CVarCategory.RENDER, display = "Beleuchtungseffekte")
|
||||
public boolean specularColors = true;
|
||||
|
||||
public static final Client CLIENT = new Client();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue