summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/contrib/poly2tri/README
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-11-10 22:42:11 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-11-10 22:42:11 +0200
commitc3c7e6ebc29cce466d954f72f340a257d76b5ec2 (patch)
treedc72395a1792572e9ddea04b1cfe2d8ce5503c78 /src/3rdparty/assimp/contrib/poly2tri/README
parentfa7cb071928c9603bb0c5a0f1958dd4a7c045340 (diff)
parenta96a379a6aeac867413330026a78ff71c19d34dc (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgpl
Diffstat (limited to 'src/3rdparty/assimp/contrib/poly2tri/README')
-rw-r--r--src/3rdparty/assimp/contrib/poly2tri/README51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/3rdparty/assimp/contrib/poly2tri/README b/src/3rdparty/assimp/contrib/poly2tri/README
deleted file mode 100644
index 2857e2983..000000000
--- a/src/3rdparty/assimp/contrib/poly2tri/README
+++ /dev/null
@@ -1,51 +0,0 @@
-==================
-INSTALLATION GUIDE
-==================
-
-------------
-Dependencies
-------------
-
- Core poly2tri lib:
- - Standard Template Library (STL)
-
- Testbed:
- - gcc
- - OpenGL
- - GLFW (http://glfw.sf.net)
- - Python
-
-Waf (http://code.google.com/p/waf/) is used to compile the testbed.
-A waf script (86kb) is included in the repositoty.
-
-----------------------------------------------
-Building the Testbed
-----------------------------------------------
-
-Posix/MSYS environment:
-
- ./waf configure
- ./waf build
-
-Windows command line:
-
- python waf configure
- python waf build
-
-----------------------------------------------
-Running the Examples
-----------------------------------------------
-
-Load data points from a file:
-p2t <filename> <center_x> <center_y> <zoom>
-
-Random distribution of points inside a consrained box:
-p2t random <num_points> <box_radius> <zoom>
-
-Examples:
-
- ./p2t dude.dat 300 500 2
- ./p2t nazca_monkey.dat 0 0 9
-
- ./p2t random 10 100 5.0
- ./p2t random 1000 20000 0.025 \ No newline at end of file