Package gaiasky.render.system
Class ShapeRenderSystem
- java.lang.Object
-
- gaiasky.render.system.AbstractRenderSystem
-
- gaiasky.render.system.ShapeRenderSystem
-
- All Implemented Interfaces:
IRenderSystem
public class ShapeRenderSystem extends AbstractRenderSystem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gaiasky.render.system.AbstractRenderSystem
AbstractRenderSystem.RenderSystemRunnable
-
-
Field Summary
-
Fields inherited from class gaiasky.render.system.AbstractRenderSystem
alphas, aux, auxd, comp, POINT_UPDATE_FLAG, postRunnables, preRunnables, programs, rc
-
-
Constructor Summary
Constructors Constructor Description ShapeRenderSystem(SceneGraphNode.RenderGroup rg, float[] alphas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderStud(com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera, double t)voidresize(int w, int h)voidupdateBatchSize(int w, int h)-
Methods inherited from class gaiasky.render.system.AbstractRenderSystem
addDepthBufferUniforms, addEffectsUniforms, addGravWaveUniforms, addPostRunnables, addPreRunnables, addPreviousFrameUniforms, addRelativisticUniforms, addVRScale, getAlpha, getAlpha, getRenderGroup, getShaderProgram, render, run
-
-
-
-
Constructor Detail
-
ShapeRenderSystem
public ShapeRenderSystem(SceneGraphNode.RenderGroup rg, float[] alphas)
-
-
Method Detail
-
renderStud
public void renderStud(com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera, double t)
- Specified by:
renderStudin classAbstractRenderSystem
-
resize
public void resize(int w, int h)- Specified by:
resizein interfaceIRenderSystem- Overrides:
resizein classAbstractRenderSystem
-
updateBatchSize
public void updateBatchSize(int w, int h)- Specified by:
updateBatchSizein interfaceIRenderSystem- Overrides:
updateBatchSizein classAbstractRenderSystem
-
-