Interface ILineRenderable

All Superinterfaces:
IRenderable
All Known Implementing Classes:
Area, Axes, Constellation, ConstellationBoundaries, CosmicRuler, EclipticOrbit, HeliotropicOrbit, KeyframesPathObject, Loc, NBGalaxy, OctreeNode, Orbit, Particle, Planet, Polyline, RecursiveGrid, Spacecraft, Star, StarGroup, StubModel

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()