Interface ILineRenderable

All Superinterfaces:
IRenderable
All Known Implementing Classes:
LineView, OctreeNode

public interface ILineRenderable extends IRenderable
Interface to implement by all entities that are to be rendered as lines whose points are floated by the camera position in the CPU
  • Method Details

    • getLineWidth

      float getLineWidth()
    • render

      void render(LineRenderSystem renderer, ICamera camera, float alpha)
    • getGlPrimitive

      int getGlPrimitive()