Class RenderSettings.PlayerRenderSettings
java.lang.Object
zombie.core.opengl.RenderSettings.PlayerRenderSettings
- Enclosing class:
RenderSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cmGlobalLight
-
cmNightStrength
public float cmNightStrength -
cmDesaturation
public float cmDesaturation -
cmGlobalLightIntensity
public float cmGlobalLightIntensity -
cmAmbient
public float cmAmbient -
cmViewDistance
public float cmViewDistance -
cmDayLightStrength
public float cmDayLightStrength -
cmFogIntensity
public float cmFogIntensity
-
-
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
-
getSM_Radius
public float getSM_Radius() -
getSM_Alpha
public float getSM_Alpha() -
getDrunkFactor
public float getDrunkFactor() -
getBlurFactor
public float getBlurFactor()
-