Class LightGlowRenderPass
java.lang.Object
gaiasky.scene.system.render.pass.RenderPass
gaiasky.scene.system.render.pass.LightGlowRenderPass
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Field Summary
Fields inherited from class RenderPass
condition, enabled, sceneRenderer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()getLpu()com.badlogic.gdx.graphics.glutils.FrameBufferprotected voidprotected voidrenderPass(ICamera camera, Object... params) Methods inherited from class RenderPass
disable, doneLoading, enable, initialize, isEnabled, removeCondition, render, setCondition, setEnabled
-
Constructor Details
-
LightGlowRenderPass
-
-
Method Details
-
initializeRenderPass
protected void initializeRenderPass()- Specified by:
initializeRenderPassin classRenderPass
-
buildLightGlowData
public void buildLightGlowData() -
renderPass
- Specified by:
renderPassin classRenderPass
-
getOcclusionFrameBuffer
public com.badlogic.gdx.graphics.glutils.FrameBuffer getOcclusionFrameBuffer() -
getLpu
-
dispose
public void dispose()- Specified by:
disposein interfacecom.badlogic.gdx.utils.Disposable- Specified by:
disposein classRenderPass
-