Package gaia.cu9.ari.gaiaorbit.render
Interface IPostProcessor
-
- All Superinterfaces:
com.badlogic.gdx.utils.Disposable
- All Known Implementing Classes:
DesktopPostProcessor
public interface IPostProcessor extends com.badlogic.gdx.utils.Disposable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPostProcessor.PostProcessBean
static class
IPostProcessor.RenderType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doneLoading(com.badlogic.gdx.assets.AssetManager manager)
IPostProcessor.PostProcessBean
getPostProcessBean(IPostProcessor.RenderType type)
void
initialize(com.badlogic.gdx.assets.AssetManager manager)
boolean
isLightScatterEnabled()
void
resize(int width, int height)
void
resizeImmediate(int width, int height)
-
-
-
Method Detail
-
initialize
void initialize(com.badlogic.gdx.assets.AssetManager manager)
-
doneLoading
void doneLoading(com.badlogic.gdx.assets.AssetManager manager)
-
getPostProcessBean
IPostProcessor.PostProcessBean getPostProcessBean(IPostProcessor.RenderType type)
-
resize
void resize(int width, int height)
-
resizeImmediate
void resizeImmediate(int width, int height)
-
isLightScatterEnabled
boolean isLightScatterEnabled()
-
-