mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
documentation cleanup
This commit is contained in:
parent
d2a021b4a9
commit
2df225041f
@ -3,6 +3,6 @@ Primary Contributors:
|
|||||||
Mason Green <mason.green@gmail.com> (C++)
|
Mason Green <mason.green@gmail.com> (C++)
|
||||||
Thomas Åhlén <thahlen@gmail.com> (Java)
|
Thomas Åhlén <thahlen@gmail.com> (Java)
|
||||||
|
|
||||||
Other Contrbutions:
|
Other Contributors:
|
||||||
|
|
||||||
|
|
||||||
|
10
README
10
README
@ -2,6 +2,7 @@
|
|||||||
INSTALLATION GUIDE
|
INSTALLATION GUIDE
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
------------
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@ -17,6 +18,7 @@ Dependencies
|
|||||||
Waf (http://code.google.com/p/waf/) is used to compile the testbed, and
|
Waf (http://code.google.com/p/waf/) is used to compile the testbed, and
|
||||||
the Python waf script (86kb) is included in the repositoty.
|
the Python waf script (86kb) is included in the repositoty.
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
Building the Testbed
|
Building the Testbed
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
@ -30,11 +32,13 @@ Windows command line:
|
|||||||
python waf configure
|
python waf configure
|
||||||
python waf build
|
python waf build
|
||||||
|
|
||||||
running the examples
|
----------------------------------------------
|
||||||
|
Running the Examples
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
p2t <filename> <center-x> <center-y> <zoom>
|
p2t <filename> <center-x> <center-y> <zoom>
|
||||||
|
|
||||||
Example:
|
Examples:
|
||||||
|
|
||||||
./p2t dude.dat 300 500 2.0
|
./p2t dude.dat 300 500 2
|
||||||
|
./p2t nazca_monkey.dat 0 0 9
|
Loading…
Reference in New Issue
Block a user