Interface ImmediateModeRenderer

    • Method Detail

      • begin

        void begin​(Matrix4 projModelView,
                   int primitiveType)
      • flush

        void flush()
      • color

        void color​(Color color)
      • color

        void color​(float r,
                   float g,
                   float b,
                   float a)
      • color

        void color​(float colorBits)
      • texCoord

        void texCoord​(float u,
                      float v)
      • normal

        void normal​(float x,
                    float y,
                    float z)
      • vertex

        void vertex​(float x,
                    float y,
                    float z)
      • end

        void end()
      • getNumVertices

        int getNumVertices()
      • getMaxVertices

        int getMaxVertices()
      • dispose

        void dispose()