Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046093
en ru br
ALT Linux repos
S:1.5.0-alt1_2

Group :: System/Libraries
RPM: opencsg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.0-alt1_2
Build date: 26 september 2023, 09:29 ( 26.4 weeks ago )
Size: 929.85 Kb

Home page:   http://www.opencsg.org/

License: GPLv2+ and zlib
Summary: Library for Constructive Solid Geometry using OpenGL
Description:

OpenCSG is a library that does image-based CSG rendering using OpenGL.

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. The most basic shapes, which are not result of such a CSG
operation, are called primitives. Primitives must be solid, i.e., they must
have a clearly defined interior and exterior. By construction, a CSG shape is
also solid then.

Image-based CSG rendering (also z-buffer CSG rendering) is a term that denotes
algorithms for rendering CSG shapes without an explicit calculation of the
geometric boundary of a CSG shape. Such algorithms use frame-buffer settings
of the graphics hardware, e.g., the depth and stencil buffer, to compose CSG
shapes. OpenCSG implements a variety of those algorithms, namely the
Goldfeather algorithm and the SCS algorithm, both of them in several variants.

Current maintainer: Alexey Sheplyakov

List of contributors

List of rpms provided by this srpm:

  • opencsg
  • opencsg-debuginfo
  • opencsg-devel
  • opencsg-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin