Name: | opencsg |
---|---|
Version: | 1.3.2 |
Release: | 8.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 345296 |
License: | GPLv2 with exceptions |
RPM: | opencsg-1.3.2-8.el7.aarch64.rpm |
Source RPM: | opencsg-1.3.2-8.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.opencsg.org/ |
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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuild for glew 1.9.0
- Removed FSF Address path - using sed instead, so the path is not needed to update in newer version - don't modify license file - License exception explained in a comment - Dropped doc form devel package - Usiyng cp -pP instead of mv to preserve timestamps
- Added img to doc (needed by html files) - Added odc to devel package (to avoid W: no-documentation)
- Removed extranous build-depend to libXmu - Fix undefined-non-weak-symbol for libGLEW - Deprecate patch for fixing build order now the example program is gone - Remove dependencies to qtGui and qtCore - Remove example application from package - Fix newlines in license.txt
- Fixed spec according to Volker's suggestions
- Fixed incorrect-fsf-address lint error
- Updated source material for OpenCSG version 1.3.2 - Patched opencsg.pro to build in proper order (src then example) - Patched example.pro to require libGLU (else error is thrown) - Fixed devel/debuginfo cpio call 'missing include/opencsg.h'
- Enable parallel compiling. - Corrected license to GPLv2 with exceptions. - Improved -devel Requires for multilib. - Remove BuildRoot tag. - Remove %clean section - Change mv and mkdir to direct commands, not macros.
- Regenerate Makefiles to fix rpath and debuginfo-without-sources - Use Fedora's glew instead of included copy - Remove tab from .spec