Package zombie.core.opengl
Class RenderSettings.PlayerRenderSettings
java.lang.Object
zombie.core.opengl.RenderSettings.PlayerRenderSettings
- Enclosing class:
- RenderSettings
public static class RenderSettings.PlayerRenderSettings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description float
CM_Ambient
float
CM_DayLightStrength
float
CM_Desaturation
float
CM_FogIntensity
ClimateColorInfo
CM_GlobalLight
float
CM_GlobalLightIntensity
float
CM_NightStrength
float
CM_ViewDistance
-
Constructor Summary
Constructors Constructor Description PlayerRenderSettings()
-
Method Summary
Modifier and Type Method Description float
getAmbient()
Color
getBlendColor()
float
getBlendIntensity()
float
getBmod()
float
getDarkness()
float
getDesaturation()
float
getFogMod()
float
getGmod()
Color
getMaskClearColor()
float
getNight()
float
getRmod()
float
getViewDistance()
boolean
isApplyNightVisionGoggles()
boolean
isExterior()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CM_GlobalLight
-
CM_NightStrength
public float CM_NightStrength -
CM_Desaturation
public float CM_Desaturation -
CM_GlobalLightIntensity
public float CM_GlobalLightIntensity -
CM_Ambient
public float CM_Ambient -
CM_ViewDistance
public float CM_ViewDistance -
CM_DayLightStrength
public float CM_DayLightStrength -
CM_FogIntensity
public float CM_FogIntensity
-
-
Constructor Details
-
PlayerRenderSettings
public PlayerRenderSettings()
-
-
Method Details
-
getBlendColor
-
getBlendIntensity
public float getBlendIntensity() -
getDesaturation
public float getDesaturation() -
getDarkness
public float getDarkness() -
getNight
public float getNight() -
getViewDistance
public float getViewDistance() -
getAmbient
public float getAmbient() -
isApplyNightVisionGoggles
public boolean isApplyNightVisionGoggles() -
getRmod
public float getRmod() -
getGmod
public float getGmod() -
getBmod
public float getBmod() -
isExterior
public boolean isExterior() -
getFogMod
public float getFogMod() -
getMaskClearColor
-