Class DesktopPostProcessor
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.desktop.render.DesktopPostProcessor
-
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,IObserver
,IPostProcessor
public class DesktopPostProcessor extends java.lang.Object implements IPostProcessor, IObserver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface gaia.cu9.ari.gaiaorbit.render.IPostProcessor
IPostProcessor.PostProcessBean, IPostProcessor.RenderType
-
-
Constructor Summary
Constructors Constructor Description DesktopPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
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
notify(Events event, java.lang.Object... data)
void
resize(int width, int height)
void
resizeImmediate(int width, int height)
-
-
-
Method Detail
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager manager)
- Specified by:
initialize
in interfaceIPostProcessor
-
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager manager)
- Specified by:
doneLoading
in interfaceIPostProcessor
-
getPostProcessBean
public IPostProcessor.PostProcessBean getPostProcessBean(IPostProcessor.RenderType type)
- Specified by:
getPostProcessBean
in interfaceIPostProcessor
-
resize
public void resize(int width, int height)
- Specified by:
resize
in interfaceIPostProcessor
-
resizeImmediate
public void resizeImmediate(int width, int height)
- Specified by:
resizeImmediate
in interfaceIPostProcessor
-
dispose
public void dispose()
- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-
notify
public void notify(Events event, java.lang.Object... data)
-
isLightScatterEnabled
public boolean isLightScatterEnabled()
- Specified by:
isLightScatterEnabled
in interfaceIPostProcessor
-
-