public class GeometryServiceImpl extends java.lang.Object implements GeometryService
GeometryService service interface.| Constructor and Description |
|---|
GeometryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
triangulateIslands(int[][] islandCounts,
Point3f[][] outVerts,
int[] contourCounts,
java.util.ArrayList<GeometryArray> triangData)
Loops through each island, calling triangulator once per island.
|
public int triangulateIslands(int[][] islandCounts,
Point3f[][] outVerts,
int[] contourCounts,
java.util.ArrayList<GeometryArray> triangData)
GeometryServicetriangulateIslands in interface GeometryServiceislandCounts - TODOoutVerts - TODOcontourCounts - TODOtriangData - TODO