From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ED8113832E for ; Sat, 6 Aug 2016 09:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F98D21C099; Sat, 6 Aug 2016 09:16:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8063221C028 for ; Sat, 6 Aug 2016 09:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2906A340A8E for ; Sat, 6 Aug 2016 09:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85310241F for ; Sat, 6 Aug 2016 09:16:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1470474978.4ac4adb603c631a848d9520fdccf04140038f12d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/opencsg/metadata.xml X-VCS-Directories: media-gfx/opencsg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4ac4adb603c631a848d9520fdccf04140038f12d X-VCS-Branch: master Date: Sat, 6 Aug 2016 09:16:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78e689d8-f8fb-4efd-8810-7e0bbe6847d3 X-Archives-Hash: 41fa2f138bb2f816c2ce0fd986149c80 commit: 4ac4adb603c631a848d9520fdccf04140038f12d Author: Pacho Ramos gentoo org> AuthorDate: Sat Aug 6 08:57:34 2016 +0000 Commit: Pacho Ramos gentoo 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 @@ - -mattm@gentoo.org -Matthew Marlowe - 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.