TurnBasedStrategyCourse/Library/PackageCache/com.unity.probuilder@5.1.0/External/Poly2Tri
Sascha 3a12af7288 new git 2023-08-03 09:19:34 +07:00
..
Polygon new git 2023-08-03 09:19:34 +07:00
Triangulation new git 2023-08-03 09:19:34 +07:00
Utility new git 2023-08-03 09:19:34 +07:00
AUTHORS.txt~ new git 2023-08-03 09:19:34 +07:00
AssemblyInfo.cs new git 2023-08-03 09:19:34 +07:00
AssemblyInfo.cs.meta new git 2023-08-03 09:19:34 +07:00
LICENSE.txt~ new git 2023-08-03 09:19:34 +07:00
P2T.cs new git 2023-08-03 09:19:34 +07:00
P2T.cs.meta new git 2023-08-03 09:19:34 +07:00
Polygon.meta new git 2023-08-03 09:19:34 +07:00
README.txt~ new git 2023-08-03 09:19:34 +07:00
Triangulation.meta new git 2023-08-03 09:19:34 +07:00
Unity.ProBuilder.Poly2Tri.asmdef new git 2023-08-03 09:19:34 +07:00
Unity.ProBuilder.Poly2Tri.asmdef.meta new git 2023-08-03 09:19:34 +07:00
Utility.meta new git 2023-08-03 09:19:34 +07:00

README.txt~

------------
Dependencies
------------

	Core Library:
	- .NET 3.5

	Testbed:
	- WinForms

----------------------------------------------
Building the Testbed
----------------------------------------------

Poly2Tri.sln contains everything.  Just build it.

----------------------------------------------
Running the Examples
----------------------------------------------

Poly2Tri.sln contains everything.
To run an example from the solution:
	Right click on one of the example projects in the solution explorer:
		SwfTest
	Click "Set as StartUp Project" in the menu
	Run the project:
		Click the green run arrow icon
		or go to the Debug menu -> Start Debugging
		or use a keyboard shortcut (F5 or F6(?) by default depending on configuration)

----------------------------------------------
Links
----------------------------------------------

poly2tri Project Page   http://code.google.com/p/poly2tri/
C# port project page    http://github.com/MaulingMonkey/poly2tri-cs