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
FieldsModifier and TypeFieldDescriptionbooleanfloatintfloatfloatfloatintfloatStrength of the real lens flare.Fields inherited from class SettingsObject
parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
clonein classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursivein classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListenersin classSettingsObject
-
dispose
public void dispose() -
apply
public void apply()
-