Package gaiasky.util
Class Settings.PostprocessSettings.LensFlareSettings
java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.PostprocessSettings.LensFlareSettings
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Cloneable
- Enclosing class:
Settings.PostprocessSettings
-
Field Summary
Modifier and TypeFieldDescriptionboolean
float
int
float
float
float
int
float
Strength of the real lens flare.Fields inherited from class gaiasky.util.SettingsObject
parent
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.SettingsObject
isEnabled, setParent
-
Field Details
-
active
public boolean active -
type
-
strength
public float strengthStrength of the real lens flare. -
numGhosts
public int numGhosts -
haloWidth
public float haloWidth -
blurPasses
public int blurPasses -
flareSaturation
public float flareSaturation -
bias
public float bias -
texLensColor
-
texLensDirt
-
texLensStarburst
-
fboScale
public float fboScale
-
-
Constructor Details
-
LensFlareSettings
public LensFlareSettings()
-
-
Method Details
-
setType
-
clone
- Overrides:
clone
in classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursive
in classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListeners
in classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-