Class Tessellator


  • public class Tessellator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tessellator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int tessellate​(float[] points, int ppos, int plen, int[] index, int ipos, int rings, int vertexOffset, org.oscim.renderer.bucket.VertexData outTris)  
      static int tessellate​(org.oscim.core.GeometryBuffer geom, float scale, org.oscim.renderer.bucket.VertexData outPoints, org.oscim.renderer.bucket.VertexData outTris, int vertexOffset)  
      static int tessellate​(org.oscim.core.GeometryBuffer geom, org.oscim.core.GeometryBuffer out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tessellator

        public Tessellator()
    • Method Detail

      • tessellate

        public static int tessellate​(org.oscim.core.GeometryBuffer geom,
                                     float scale,
                                     org.oscim.renderer.bucket.VertexData outPoints,
                                     org.oscim.renderer.bucket.VertexData outTris,
                                     int vertexOffset)
      • tessellate

        public static int tessellate​(float[] points,
                                     int ppos,
                                     int plen,
                                     int[] index,
                                     int ipos,
                                     int rings,
                                     int vertexOffset,
                                     org.oscim.renderer.bucket.VertexData outTris)
      • tessellate

        public static int tessellate​(org.oscim.core.GeometryBuffer geom,
                                     org.oscim.core.GeometryBuffer out)