You are here: Home Downloads Coin Releases Coin 2.5.0

Coin 2.5.0

Up to Product page
Systems in Motion is proud to release v2.5.0 of the Coin 3D graphics library. Coin 2.5.0 is a minor release. It extends the functionality of previous versions of Coin 2.* in upward compatible ways. It also fixes bugs and problems found in releases 2.0.0 through 2.4.6, and includes updates to the documentation. The API and ABI of the library have been considerably extended for this version, but not in any way that could conflict with older versions of Coin 2.*.

For additional information about this project, please visit the project page.

Available downloads

Get Coin 2.5.0 for all platforms (4.4MB)

Source archive (.tar.gz)

Get Coin 2.5.0 for all platforms (6.4MB)

Source archive (.zip)

Get Coin 2.5.0 for Windows (25MB)

Visual C++ 6.0 binaries

Get Coin 2.5.0 for Windows (28MB)

Visual C++ 7.1 binaries

Get Coin 2.5.0 for Windows (38MB)

Visual C++ 8.0 binaries

Get Coin 2.5.0 for Mac OS X (4.3MB)

Mac OS X framework installer (gcc4)

Get Coin 2.5.0 for Mac OS X (2.3MB)

Mac OS X framework installer (gcc3)

Get Coin 2.5.0 for Mac OS X (4.8MB)

Mac OS X framework, no installer (gcc4)

Get Coin 2.5.0 for Mac OS X (2.5MB)

Mac OS X framework, no installer (gcc3)

Release Notes

State Final release
License GPL and Coin Professional Edition License
Release Manager Lars J. Aas
Released 2007/10/01

Coin 2.5.0 is a minor release. It extends the functionality of previous versions of Coin 2.* in upward compatible ways. It also fixes bugs and problems found in releases 2.0.0 through 2.4.6, and includes updates to the documentation. The API and ABI of the library have been considerably extended for this version, but not in any way that could conflict with older versions of Coin 2.*.

    New:
  • geo nodes: SoGeoOrigin, SoGeoCoordinate, SoGeoLocation, SoGeoSeparator
  • shader nodes: SoVertexShader, SoFragmentShader, SoGeometryShader, SoShaderProgram, SoShaderParameter
  • shadow generation: SoShadowGroup, SoShadowCulling, SoShadowStyle
  • new camera node SoFrustumCamera
  • new node SoTextureCubeMap
  • a lot of new SbVec and SbBox classes
  • a lot of new field classes (mostly Vec and Box fields)
  • implemented stubbed SoSimplifyAction, added SoGlobalSimplifyAction and SoShapeSimplifyAction as stub classes
  • SoReorganizeAction improvements
  • SoFile:: setSearchOK(), getSearchOK()
  • SoGLRenderAction::setSortedObjectOrderStrategy()
  • SbTypeInfo.h template type information library
    Bugfixes:
  • GlobalField cleanup bugfix
  • SoFaceDetail faceIndex bugfix
    Optimizations:
  • more rendering optimized with VBOs
  • display list caching tweaks
    Build system:
  • initial pkg-config support
  • Visual Studio: build .pdb for release builds, tweaked optimization options
  • Visual Studio: doc-generation project