mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 05:49:54 +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++)
|
||||
Thomas Åhlén <thahlen@gmail.com> (Java)
|
||||
|
||||
Other Contrbutions:
|
||||
Other Contributors:
|
||||
|
||||
|
||||
|
16
README
16
README
@ -1,7 +1,8 @@
|
||||
==================
|
||||
INSTALLATION GUIDE
|
||||
==================
|
||||
|
||||
|
||||
------------
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
@ -16,7 +17,8 @@ Dependencies
|
||||
|
||||
Waf (http://code.google.com/p/waf/) is used to compile the testbed, and
|
||||
the Python waf script (86kb) is included in the repositoty.
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
Building the Testbed
|
||||
----------------------------------------------
|
||||
|
||||
@ -29,12 +31,14 @@ Windows command line:
|
||||
|
||||
python waf configure
|
||||
python waf build
|
||||
|
||||
running the examples
|
||||
|
||||
----------------------------------------------
|
||||
Running the Examples
|
||||
----------------------------------------------
|
||||
|
||||
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