Class ModelBatchTessellationRenderSystem
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.render.system.AbstractRenderSystem
-
- gaia.cu9.ari.gaiaorbit.render.system.ModelBatchTessellationRenderSystem
-
- All Implemented Interfaces:
IRenderSystem
public class ModelBatchTessellationRenderSystem extends AbstractRenderSystem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gaia.cu9.ari.gaiaorbit.render.system.AbstractRenderSystem
AbstractRenderSystem.RenderSystemRunnable
-
-
Field Summary
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.render.system.AbstractRenderSystem
alphas, aux, comp, POINT_UPDATE_FLAG, postRunnables, preRunnables, programs, rc
-
-
Constructor Summary
Constructors Constructor Description ModelBatchTessellationRenderSystem(SceneGraphNode.RenderGroup rg, float[] alphas, IntModelBatch batch)
Creates a new model batch render component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
mustRender()
void
renderStud(com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera, double t)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.render.system.AbstractRenderSystem
addEffectsUniforms, addGravWaveUniforms, addPostRunnables, addPreRunnables, addRelativisticUniforms, getAlpha, getAlpha, getRenderGroup, getShaderProgram, render, resize, run, updateBatchSize
-
-
-
-
Constructor Detail
-
ModelBatchTessellationRenderSystem
public ModelBatchTessellationRenderSystem(SceneGraphNode.RenderGroup rg, float[] alphas, IntModelBatch batch)
Creates a new model batch render component.- Parameters:
rg
- The render vgroup.alphas
- The alphas list.batch
- The model batch.
-
-
Method Detail
-
renderStud
public void renderStud(com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera, double t)
- Specified by:
renderStud
in classAbstractRenderSystem
-
mustRender
protected boolean mustRender()
-
-