diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-08 20:10:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-08 20:10:08 +0000 |
commit | 42ee6aebcdfe6daad824b49530d10aced51842f2 (patch) | |
tree | 1cd00a004782216c271e3aef8ca53312eac3eddf /graphics/Coin/PLIST | |
parent | 64236a034489f0604d0bc639b01741ebc2991356 (diff) | |
download | pkgsrc-42ee6aebcdfe6daad824b49530d10aced51842f2.tar.gz |
Updated Coin to 2.4.4.
Some of the changes since 2.2.0:
- further improvements to SoOffscreenRenderer performance
- SoRayPickAction precision improvements
- Visual Studio project now installs only selected build (including
static configurations now)
- misc minor details, build fixes, documentation updates
- Support for compressed textures
- Windows: build settings are easier tunable from the Visual Studio
projects (edit include/setup.h), and also includes static library
build options now
- reference doc improvements with file format examples and defaults
sections for all scene objects.
- completely Cygwin-less build setup for MS Windows / Visual Studio:
- Visual Studio 6 project file in build/msvc6/
- Visual Studio .NET 2003 solution in build/msvc7/
- some minor API additions for internal optimization purposes
- new node SoTextureCombine (for multi-texturing)
- new texture coordinate mapping nodes SoTextureCoordinateCube,
SoTextureCoordinateCylinder, and SoTextureCoordinateSphere
- vertex buffer objects support
- correct "sorted layers blend" transparency mode
- improved thread safety
Diffstat (limited to 'graphics/Coin/PLIST')
-rw-r--r-- | graphics/Coin/PLIST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/Coin/PLIST b/graphics/Coin/PLIST index 973661bcd8d..a7cd4539ff4 100644 --- a/graphics/Coin/PLIST +++ b/graphics/Coin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 07:21:24 rillig Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/11/08 20:10:08 rillig Exp $ bin/coin-config include/Inventor/C/base/hash.h include/Inventor/C/base/heap.h @@ -12,11 +12,13 @@ include/Inventor/C/errors/debugerror.h include/Inventor/C/errors/error.h include/Inventor/C/glue/dl.h include/Inventor/C/glue/gl.h +include/Inventor/C/glue/spidermonkey.h include/Inventor/C/threads/barrier.h include/Inventor/C/threads/common.h include/Inventor/C/threads/condvar.h include/Inventor/C/threads/fifo.h include/Inventor/C/threads/mutex.h +include/Inventor/C/threads/recmutex.h include/Inventor/C/threads/rwmutex.h include/Inventor/C/threads/sched.h include/Inventor/C/threads/storage.h @@ -254,6 +256,7 @@ include/Inventor/elements/SoGLCacheContextElement.h include/Inventor/elements/SoGLClipPlaneElement.h include/Inventor/elements/SoGLColorIndexElement.h include/Inventor/elements/SoGLCoordinateElement.h +include/Inventor/elements/SoGLDisplayList.h include/Inventor/elements/SoGLDrawStyleElement.h include/Inventor/elements/SoGLEnvironmentElement.h include/Inventor/elements/SoGLLazyElement.h @@ -320,6 +323,7 @@ include/Inventor/elements/SoSubElement.h include/Inventor/elements/SoSwitchElement.h include/Inventor/elements/SoTextOutlineEnabledElement.h include/Inventor/elements/SoTexture3EnabledElement.h +include/Inventor/elements/SoTextureCombineElement.h include/Inventor/elements/SoTextureCoordinateBindingElement.h include/Inventor/elements/SoTextureCoordinateElement.h include/Inventor/elements/SoTextureEnabledElement.h @@ -490,12 +494,14 @@ include/Inventor/misc/SoContextHandler.h include/Inventor/misc/SoGLBigImage.h include/Inventor/misc/SoGLImage.h include/Inventor/misc/SoGlyph.h +include/Inventor/misc/SoJavaScriptEngine.h include/Inventor/misc/SoLightPath.h include/Inventor/misc/SoNormalGenerator.h include/Inventor/misc/SoNotRec.h include/Inventor/misc/SoNotification.h include/Inventor/misc/SoProto.h include/Inventor/misc/SoProtoInstance.h +include/Inventor/misc/SoScriptEngine.h include/Inventor/misc/SoState.h include/Inventor/misc/SoTempPath.h include/Inventor/misc/SoTranReceiver.h @@ -608,13 +614,17 @@ include/Inventor/nodes/SoTexture2.h include/Inventor/nodes/SoTexture2Transform.h include/Inventor/nodes/SoTexture3.h include/Inventor/nodes/SoTexture3Transform.h +include/Inventor/nodes/SoTextureCombine.h include/Inventor/nodes/SoTextureCoordinate2.h include/Inventor/nodes/SoTextureCoordinate3.h include/Inventor/nodes/SoTextureCoordinateBinding.h +include/Inventor/nodes/SoTextureCoordinateCube.h +include/Inventor/nodes/SoTextureCoordinateCylinder.h include/Inventor/nodes/SoTextureCoordinateDefault.h include/Inventor/nodes/SoTextureCoordinateEnvironment.h include/Inventor/nodes/SoTextureCoordinateFunction.h include/Inventor/nodes/SoTextureCoordinatePlane.h +include/Inventor/nodes/SoTextureCoordinateSphere.h include/Inventor/nodes/SoTextureScalePolicy.h include/Inventor/nodes/SoTextureUnit.h include/Inventor/nodes/SoTransform.h |