New rendering code check-in

git-svn-id: https://triangle.svn.codeplex.com/svn@75033 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2014-05-31 12:12:08 +00:00
parent a9de99f651
commit 70b25002dc
42 changed files with 2648 additions and 11 deletions
@@ -42,7 +42,7 @@ namespace TriangleNet.Meshing.Algorithm
if (Log.Verbose)
{
Log.Instance.Warning("A duplicate vertex appeared and was ignored.",
"Incremental.IncrementalDelaunay()");
"Incremental.Triangulate()");
}
v.type = VertexType.UndeadVertex;
mesh.undeads++;