You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 3ff35d442a wip 3 years ago
..
Polygon wip 3 years ago
Triangulation wip 3 years ago
Utility wip 3 years ago
AUTHORS.txt~ wip 3 years ago
AssemblyInfo.cs wip 3 years ago
AssemblyInfo.cs.meta wip 3 years ago
LICENSE.txt~ wip 3 years ago
P2T.cs wip 3 years ago
P2T.cs.meta wip 3 years ago
Polygon.meta wip 3 years ago
README.txt~ wip 3 years ago
Triangulation.meta wip 3 years ago
Unity.ProBuilder.Poly2Tri.asmdef wip 3 years ago
Unity.ProBuilder.Poly2Tri.asmdef.meta wip 3 years ago
Utility.meta wip 3 years ago

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