commit: 4ac4adb603c631a848d9520fdccf04140038f12d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Aug 6 08:57:34 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Aug 6 09:16:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac4adb6
media-gfx/opencsg: Cleanup per bug #66633 Package-Manager: portage-2.3.0 media-gfx/opencsg/metadata.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml index 96adf7a..73e240b 100644 --- a/media-gfx/opencsg/metadata.xml +++ b/media-gfx/opencsg/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> -<email>[email protected]</email> -<name>Matthew Marlowe</name> -</maintainer> <longdescription> OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. What is CSG, anyway? CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. SG is often used as fundamental modeling technique in CAD/CAM applications. Here, image-based CSG rendering is the key to interactively manipulate CSG shapes. Since OpenCSG renders even complex CSG shapes fast, it can be advantageously used in such applications. The OpenCSG library requires graphics hardware that either supports frame buffer objects or PBuffers in OpenGL. </longdescription>
