Class TrackRenderer.Shape

    • Field Detail

      • name

        protected java.lang.String name
      • glListId

        protected int glListId
      • quadric

        protected com.jogamp.opengl.glu.GLUquadric quadric
      • isInitialized

        protected boolean isInitialized
    • Constructor Detail

      • Shape

        protected Shape()
    • Method Detail

      • doRender

        protected abstract void doRender​(DrawContext dc,
                                         Vec4 point,
                                         double radius)
      • initialize

        protected void initialize​(DrawContext dc)
      • render

        protected void render​(DrawContext dc,
                              Vec4 point,
                              double radius)