diff options
Diffstat (limited to 'libraries/gl2ps')
-rw-r--r-- | libraries/gl2ps/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/gl2ps/README b/libraries/gl2ps/README index 86a263c7639b9..d6d75e1244485 100644 --- a/libraries/gl2ps/README +++ b/libraries/gl2ps/README @@ -1,8 +1,9 @@ -GL2PS is a C library providing high quality vector output for any OpenGL -application. +GL2PS is a C library providing high quality vector output for any +OpenGL application. + +The main difference between GL2PS and other similar libraries is +the use of sorting algorithms capable of handling intersecting and +stretched polygons, as well as non manifold objects. -The main difference between GL2PS and other similar libraries is the use of -sorting algorithms capable of handling intersecting and stretched polygons, -as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... |