Class BillboardSpriteRenderSystem

java.lang.Object
gaiasky.render.system.AbstractRenderSystem
gaiasky.render.system.BillboardSpriteRenderSystem
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IRenderSystem

public class BillboardSpriteRenderSystem extends AbstractRenderSystem
  • Constructor Details

    • BillboardSpriteRenderSystem

      public BillboardSpriteRenderSystem(SceneGraphRenderer.RenderGroup rg, float[] alphas, ExtShaderProgram[] programs, int ctIndex, float w, float h)
    • BillboardSpriteRenderSystem

      public BillboardSpriteRenderSystem(SceneGraphRenderer.RenderGroup rg, float[] alphas, ExtShaderProgram[] programs, int ctIndex)
      Creates a new billboard quad render component
      Parameters:
      rg - The render group
      alphas - The alphas list
      programs - The shader programs to render the quad with
      ctIndex - The component type index
  • Method Details