|
AsImpL 1.0
Asynchronous Importer and run-time Loader for Unity
|
Implements triangulation of a face of a data set. More...
Static Public Member Functions | |
| static void | Triangulate (DataSet dataSet, DataSet.FaceIndices[] face) |
| Triangulate a face of the given dataset. More... | |
| static Vector3 | FindPlaneNormal (DataSet dataSet, DataSet.FaceIndices[] face) |
| Get a normal of a plane used for polygon projection. More... | |
Implements triangulation of a face of a data set.
|
static |
Get a normal of a plane used for polygon projection.
| dataSet | Input data set. |
| face | Face to be triangulated |
|
static |
Triangulate a face of the given dataset.
| dataSet | Input data set. |
| face | Face to be triangulated (with more than 3 vertices) |