Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static bool RemoveNeedle(HalfEdgeData3 meshData, Normalizer3 normalizer
{
//Debug.Log("We found a needle triangle");

TestAlgorithmsHelpMethods.DebugDrawTriangle(triangle, Color.blue, Color.red, normalizer);
//TestAlgorithmsHelpMethods.DebugDrawTriangle(triangle, Color.blue, Color.red, normalizer);

//Remove the needle by merging the shortest edge
MyVector3 mergePosition = (e1.v.position + e1.prevEdge.v.position) * 0.5f;
Expand Down Expand Up @@ -170,7 +170,7 @@ private static bool RemoveFlatTetrahedrons(HalfEdgeData3 meshData, Normalizer3 n
Vector3 p2 = normalizer.UnNormalize(v2.position).ToVector3();
Vector3 p3 = normalizer.UnNormalize(v3.position).ToVector3();

TestAlgorithmsHelpMethods.DebugDrawTriangle(p1, p2, p3, normal.ToVector3(), Color.blue, Color.red);
//TestAlgorithmsHelpMethods.DebugDrawTriangle(p1, p2, p3, normal.ToVector3(), Color.blue, Color.red);

foundFlatTetrahedron = true;

Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions Assets/Test scenes/1. Intersection.meta

This file was deleted.

Loading