Class Antialiasing
java.lang.Object
gaiasky.render.postprocess.PostProcessorEffect
gaiasky.render.postprocess.effects.Antialiasing
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Field Summary
Fields inherited from class PostProcessorEffect
disposables, disposed, enabled, enabledInCubemap, enabledInVR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setViewportSize
(int width, int height) abstract void
updateQuality
(int quality) Methods inherited from class PostProcessorEffect
dispose, isEnabled, isEnabledInCubemap, isEnabledInVR, rebind, render, restoreViewport, setEnabled, setEnabledInCubemap, setEnabledInVR, setEnabledOptions, updateShaders
-
Constructor Details
-
Antialiasing
public Antialiasing()
-
-
Method Details
-
setViewportSize
public abstract void setViewportSize(int width, int height) -
updateQuality
public abstract void updateQuality(int quality)
-