Class PolylineTessellator


  • public class PolylineTessellator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.nio.IntBuffer indices  
      protected int lastIndex  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.nio.IntBuffer addIndex​(java.nio.IntBuffer buffer, int index)  
      void addVertex​(double x, double y, double z, int index)  
      void beginPolyline()  
      void endPolyline()  
      java.nio.IntBuffer getIndices()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • indices

        protected java.nio.IntBuffer indices
      • lastIndex

        protected int lastIndex
    • Constructor Detail

      • PolylineTessellator

        public PolylineTessellator()
    • Method Detail

      • getIndices

        public java.nio.IntBuffer getIndices()
      • reset

        public void reset()
      • beginPolyline

        public void beginPolyline()
      • endPolyline

        public void endPolyline()
      • addVertex

        public void addVertex​(double x,
                              double y,
                              double z,
                              int index)
      • addIndex

        protected java.nio.IntBuffer addIndex​(java.nio.IntBuffer buffer,
                                              int index)