Package org.oscim.utils
Class Tessellator
- java.lang.Object
-
- org.oscim.utils.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 inttessellate(float[] points, int ppos, int plen, int[] index, int ipos, int rings, int vertexOffset, org.oscim.renderer.bucket.VertexData outTris)static inttessellate(org.oscim.core.GeometryBuffer geom, float scale, org.oscim.renderer.bucket.VertexData outPoints, org.oscim.renderer.bucket.VertexData outTris, int vertexOffset)static inttessellate(org.oscim.core.GeometryBuffer geom, org.oscim.core.GeometryBuffer out)
-
-
-
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)
-
-