Tue Jun 11 15:22:47 2013 UTC ()
Update to 3.1.3

* Update buildlink3.mk.
* Restrict hack.mk for GCC 3.* only.
* Set LICENSE.

Changelog:

New in Coin v3.1.3 (2010-03-02):
* new:
  - Pickup simage debug instead of release runtime library on Windows
  - SoGetMatrixAction handling for SoTextureUnit
  - Support for rendering quads and triangles with VBOs and glDrawArrays
* bugfixes:
  - Vertex Array rendering fix
  - Binary file import fix
  - Various SoExtSelection fixes
  - OpenGL extension detection fixes
  - glGenerateMipmap robustness fixes
  - Avoid drifting away from the projector's plane in SoTranslate2Dragger
  - SoGLVBOElement updating fix
  - Text rendering fix
  - Notify fix in SoIndexedMarkerSet
  - Vertex attribute fix for quads and polygons
  - SoGetPrimitiveCountAction fix
  - VBO rendering caching fixes
  - setProjectorEpsilon() fix for SbLine/PlaneProjector affecting SoDragger
* build system:
  - Updated autotools to autoconf-2.65, automake-1.8.3, libtool-1.5.26
  - Changed default location for generated HTML documentation
* other:
  - Improved documentation for SoGeo nodes

New in Coin v3.1.2 (2009-10-14):
* bugfixes:
  - removePoint() bugfix for SbBSPTree
  - divide-by-zero fix for SoNurbs
  - Fix SoLazyElement handling in SoPrimitiveVertexCache.
  - Refix NURBS picking according to the GLU specification.
  - ShadowGroup fixes
  - Bugfix for closed extrusions.
  - Bugfix for using SoPrimitiveVertexCache for other actions than SoGL RenderAction.
  - Increase upper limits for creating VBOs/caches.

New in Coin v3.1.1 (2009-09-08):
* bugfixes:
  - Fixed NURBS bugs
  - Fixed some issues in SoIndexedPointSet.
  - Fixed a configure problem which made it impossible to create release builds on Windows.

New in Coin v3.1.0 (2009-05-27):
* new:
  - shape node classes SoIndexedPointSet, SoIndexedMarkerSet
  - made build configurations available for building without
    manipulators, draggers, and nodekits, for slimmed down Coin
    binaries
  - support in SoRenderManager for superimpositions and multipass
    antialiasing
  - offscreen OpenGL contexts for Mac OS X now uses CGL, instead of
    the deprecated QuickDraw API
  - direct support for non-power-of-two textures if the OpenGL driver
    has it
  - SoOffscreenRenderer::getDC() available under MSWindows for fast
    transfer from internal buffer to Win32 bitmaps / DCs
* bugfixes:
  - font rendering through FreeType library functional again
  - SoQuadMesh rendering for PER_FACE bindings
  - SoCalculator engine's atan2() and dot() were not working properly
  - more robust and more capable SoToVRML2Action
  - node leaks when copying nodekits
  - name-dictionary memory fill (leaks) when copying scene graphs
  - more robust copying of VRML 2 scene graphs
  - ambigious typing under 64-bit MS Windows
  - some array out-of-bounds and other memory access errors in obscure
    corners of the API
  - SoProfilerElement API exported as part of the public DLL API for
    Windows builds
  - SoVRMLText, SoText3 and SoAsciiText's get primitive count operation
  - SoVertexAttribute::copy()
  - SoLineHighlightRenderAction polygon offset set-up
  - SoShadowGroup heeds SoClipPlane
  - handle transparency in all texture units when multi-texturing
  - SoNurbsCurve, picking on rational curves, and corrected for weighted
    coordinates
* optimizations:
  - use a lot less mutex resources for common case scene graphs, by
    using class-wide mutexes instead of per-instance mutexes for shape
    nodes
* build system:
  - C++ exceptions enabled by default
* other:
  - SoVRMLBackground, better depth buffer handling
  - SbString new methods lower() and upper(), for better Open Inventor
    compatibility
  - increased adherence to modern C++ conventions and programming
    practices
  - more robust offscreen GL buffer / context creation
  - various API documentation improvements
  - all environment variables heeded by Coin shown in API documentation

New in Coin v3.0.0 (2008-09-11):
* new:
  - Scene graph performance profiling subsystem
  - SoDepthBuffer node for constrolling Z-buffer settings
  - Shaders: SoVertexAttribute and SoVertexAttributeBinding nodes
  - Shadows: SoShadowSpotLight node
  - SoHeightMapToNormalMap texture conversion engine
  - SoPickStyle: new styles SHAPE_ON_TOP, BOUNDING_BOX_ON_TOP, SHAPE_FRONTFACES
  - New XML-based GL driver feature database for tagging buggy/slow features
    in specific drivers
  - Statechart XML engine (2007-draft based), used to implement examiner viewer
    mode at the Coin level
  - Foreign file format support through SoForeignFileKit w. example SoSTLFileKit
  - Draggers: minTranslation/maxTranslation fields in SoTranslate1Dragger and
    SoTranslate2Dragger
  - OS X: Coin has become more bundle-aware and will loads external libs bundled
    with Inventor.framework or the application bundle (better encapsulation)
  - SoLineHighlightRenderAction and SoBoxHighlightRenderAction now only
    supports one SoSelection node (performance and OIV-compatibility)
  - SoBumpMap will now detect height maps stored as rgb(a)
  - SoRayPickAction picking precision improvements
  - Include SoFieldContainer userdata when doing a deep node copy
  - Anti-aliasing is now done around the center of each pixel
  - Boost.Test-based testsuite
* bugfixes:
  - ATi driver workarounds (VBO rendering related)
  - Fixed SoToVRML2Action Transform handling bug
  - SoTimeCounter now handles frequency == 0.0
  - SoSceneTexture2 now properly restores the previous context
  - Fix for remote rendering in SoGLDisplayList
  - Workaround for nVidia texture format bug
  - SoPathList::uniquify() now properly removes all paths that goes through
    another path, not just one
  - SoVRMLAppearance now checks material on the state
  - SoComposeRotation. Default axis is now (0,0,1)
  - Various SoShadowGroup fixes
  - 3ds loader will no longer normalize the model (still not enabled by default)
  - Workaround for nVidia line pattern bug
  - Fixes for SoVRMLBillboard
  - SoFile-SoSearchAction bugfix
  - Correctly load bold/italic version of fonts with a single ttf file
  - Bugfix for anti aliasing with numpasses > 16
  - New Visual Studio 9 build files and other VS-related fixes
    ... and more

New in Coin v2.5.0 (2007-10-01):
* 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

New in Coin v2.4.6 (2007-04-03):
* new:
  - implemented SbViewVolume::getAlignRotation()
  - added support in SoToVRML2Action for SoUnits and SoVRMLTransform
* optimizations:
  - fixed pathlist traversals, affecting most notably rendering w/transparency
    DELAYED_BLEND/ADD mode
  - added lazy shapehints evaluation to VRML97 rendering
  - avoid probing glGetError() much (unless specified) since it kills
    performance in certain remote rendering situations
  - some optimizations in the reading of ascii vrml/iv files
* bugfixes:
  - SoVRMLBillboard axis-of-rotation bugfix
  - global field and SoUnknownNode I/O fixes
  - SbDPMatrix::multVecMatrix(SbVec4f) bugfix
  - implemented missing notification-filtering in SoSwitch/SoVRMLSwitch
  - plugged more memory leaks
  - set same default depth function as SGI Inventor
  - VRML97 TimeSensor bugfix
  - VRML97 Billboard bugfixes
  - SoGroup offpath traversal bugfix
  - fixed AMD64 warning issues
* other
  - many Visual Studio build files improvements
  - remove the Inventor/system/gl.h configure-run dependency

New in Coin v2.4.5 (2006-04-30): The Better-Than-Doing-Tax-Returns Release
* bugfixes:
  - fixed 2D font "_" character
  - minor axis MIDDLE (i.e. center) justification for VRML97's
    FontStyle and Text nodes did previously not work as expected
  - policy change on normalizing null-vector warning
  - improved Inventor V1.0 import
  - improved cleanup code (plugged many static one-off leaks)
  - fixes for nurbs, VRML97 protos, routes...
  - and a multitude of other bugfixes (see docs/ChangeLog.v2.4.5)
* optimizations:
  - internal changes wrt use of vertex arrays and vertex buffer objects
* build fixes:
  - upgraded to new version of libtool
  - universal binaries support for Mac OS X
  - misc TGS compatibility fixes
  - added project files for Visual Studio 8 (2005)


(ryoon)
diff -r1.24 -r1.25 pkgsrc/graphics/Coin/Makefile
diff -r1.5 -r1.6 pkgsrc/graphics/Coin/PLIST
diff -r1.22 -r1.23 pkgsrc/graphics/Coin/buildlink3.mk
diff -r1.4 -r1.5 pkgsrc/graphics/Coin/distinfo
diff -r1.4 -r1.5 pkgsrc/graphics/Coin/hacks.mk
diff -r1.1 -r1.2 pkgsrc/graphics/Coin/patches/patch-aa
diff -r1.1 -r0 pkgsrc/graphics/Coin/patches/patch-ab

cvs diff -r1.24 -r1.25 pkgsrc/graphics/Coin/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/Makefile 2013/06/04 22:16:13 1.24
+++ pkgsrc/graphics/Coin/Makefile 2013/06/11 15:22:47 1.25
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.24 2013/06/04 22:16:13 tron Exp $ 1# $NetBSD: Makefile,v 1.25 2013/06/11 15:22:47 ryoon Exp $
2 2
3DISTNAME= Coin-2.4.4 3DISTNAME= Coin-3.1.3
4PKGREVISION= 13 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ 5MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.coin3d.org/ 8HOMEPAGE= http://www.coin3d.org/
10COMMENT= Free, portable, Open Inventor API implementation 9COMMENT= Free, portable, Open Inventor API implementation
 10LICENSE= modified-bsd
 11# See https://bitbucket.org/Coin3D/coin/wiki/EndOfLifeLetter
11 12
12USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --enable-3ds-import 16CONFIGURE_ARGS+= --enable-3ds-import
16CONFIGURE_ARGS+= --disable-debug 17CONFIGURE_ARGS+= --disable-debug
17 18
18.include "../../mk/pthread.buildlink3.mk" 19.include "../../mk/pthread.buildlink3.mk"
19 20
20.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none" 21.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
21CONFIGURE_ARGS+= --with-pthreads=yes 22CONFIGURE_ARGS+= --with-pthreads=yes
22CONFIGURE_ARGS+= --enable-threadsafe 23CONFIGURE_ARGS+= --enable-threadsafe
23.endif 24.endif

cvs diff -r1.5 -r1.6 pkgsrc/graphics/Coin/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/PLIST 2009/06/14 20:05:39 1.5
+++ pkgsrc/graphics/Coin/PLIST 2013/06/11 15:22:47 1.6
@@ -1,18 +1,27 @@ @@ -1,18 +1,27 @@
1@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:05:39 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.6 2013/06/11 15:22:47 ryoon Exp $
2bin/coin-config 2bin/coin-config
 3include/Inventor/C/XML/attribute.h
 4include/Inventor/C/XML/document.h
 5include/Inventor/C/XML/element.h
 6include/Inventor/C/XML/entity.h
 7include/Inventor/C/XML/parser.h
 8include/Inventor/C/XML/path.h
 9include/Inventor/C/XML/types.h
 10include/Inventor/C/XML/world.h
3include/Inventor/C/base/hash.h 11include/Inventor/C/base/hash.h
4include/Inventor/C/base/heap.h 12include/Inventor/C/base/heap.h
5include/Inventor/C/base/list.h 13include/Inventor/C/base/list.h
 14include/Inventor/C/base/math-undefs.h
6include/Inventor/C/base/memalloc.h 15include/Inventor/C/base/memalloc.h
7include/Inventor/C/base/rbptree.h 16include/Inventor/C/base/rbptree.h
8include/Inventor/C/base/string.h 17include/Inventor/C/base/string.h
9include/Inventor/C/base/time.h 18include/Inventor/C/base/time.h
10include/Inventor/C/basic.h 19include/Inventor/C/basic.h
11include/Inventor/C/errors/debugerror.h 20include/Inventor/C/errors/debugerror.h
12include/Inventor/C/errors/error.h 21include/Inventor/C/errors/error.h
13include/Inventor/C/glue/dl.h 22include/Inventor/C/glue/dl.h
14include/Inventor/C/glue/gl.h 23include/Inventor/C/glue/gl.h
15include/Inventor/C/glue/spidermonkey.h 24include/Inventor/C/glue/spidermonkey.h
16include/Inventor/C/threads/barrier.h 25include/Inventor/C/threads/barrier.h
17include/Inventor/C/threads/common.h 26include/Inventor/C/threads/common.h
18include/Inventor/C/threads/condvar.h 27include/Inventor/C/threads/condvar.h
@@ -23,77 +32,102 @@ include/Inventor/C/threads/rwmutex.h @@ -23,77 +32,102 @@ include/Inventor/C/threads/rwmutex.h
23include/Inventor/C/threads/sched.h 32include/Inventor/C/threads/sched.h
24include/Inventor/C/threads/storage.h 33include/Inventor/C/threads/storage.h
25include/Inventor/C/threads/sync.h 34include/Inventor/C/threads/sync.h
26include/Inventor/C/threads/thread.h 35include/Inventor/C/threads/thread.h
27include/Inventor/C/threads/worker.h 36include/Inventor/C/threads/worker.h
28include/Inventor/C/threads/wpool.h 37include/Inventor/C/threads/wpool.h
29include/Inventor/C/tidbits.h 38include/Inventor/C/tidbits.h
30include/Inventor/Sb.h 39include/Inventor/Sb.h
31include/Inventor/SbBSPTree.h 40include/Inventor/SbBSPTree.h
32include/Inventor/SbBasic.h 41include/Inventor/SbBasic.h
33include/Inventor/SbBox.h 42include/Inventor/SbBox.h
34include/Inventor/SbBox2d.h 43include/Inventor/SbBox2d.h
35include/Inventor/SbBox2f.h 44include/Inventor/SbBox2f.h
 45include/Inventor/SbBox2i32.h
36include/Inventor/SbBox2s.h 46include/Inventor/SbBox2s.h
 47include/Inventor/SbBox3d.h
37include/Inventor/SbBox3f.h 48include/Inventor/SbBox3f.h
 49include/Inventor/SbBox3i32.h
38include/Inventor/SbBox3s.h 50include/Inventor/SbBox3s.h
39include/Inventor/SbClip.h 51include/Inventor/SbClip.h
40include/Inventor/SbColor.h 52include/Inventor/SbColor.h
41include/Inventor/SbColor4f.h 53include/Inventor/SbColor4f.h
 54include/Inventor/SbColorRGBA.h
42include/Inventor/SbCylinder.h 55include/Inventor/SbCylinder.h
43include/Inventor/SbDPLine.h 56include/Inventor/SbDPLine.h
44include/Inventor/SbDPLinear.h 57include/Inventor/SbDPLinear.h
45include/Inventor/SbDPMatrix.h 58include/Inventor/SbDPMatrix.h
46include/Inventor/SbDPPlane.h 59include/Inventor/SbDPPlane.h
47include/Inventor/SbDPRotation.h 60include/Inventor/SbDPRotation.h
48include/Inventor/SbDPViewVolume.h 61include/Inventor/SbDPViewVolume.h
49include/Inventor/SbDict.h 62include/Inventor/SbDict.h
50include/Inventor/SbHeap.h 63include/Inventor/SbHeap.h
51include/Inventor/SbImage.h 64include/Inventor/SbImage.h
52include/Inventor/SbLine.h 65include/Inventor/SbLine.h
53include/Inventor/SbLinear.h 66include/Inventor/SbLinear.h
54include/Inventor/SbMatrix.h 67include/Inventor/SbMatrix.h
55include/Inventor/SbName.h 68include/Inventor/SbName.h
56include/Inventor/SbOctTree.h 69include/Inventor/SbOctTree.h
57include/Inventor/SbPList.h 70include/Inventor/SbPList.h
58include/Inventor/SbPlane.h 71include/Inventor/SbPlane.h
59include/Inventor/SbRotation.h 72include/Inventor/SbRotation.h
60include/Inventor/SbSphere.h 73include/Inventor/SbSphere.h
61include/Inventor/SbString.h 74include/Inventor/SbString.h
62include/Inventor/SbTesselator.h 75include/Inventor/SbTesselator.h
63include/Inventor/SbTime.h 76include/Inventor/SbTime.h
 77include/Inventor/SbTypeInfo.h
 78include/Inventor/SbVec.h
 79include/Inventor/SbVec2b.h
64include/Inventor/SbVec2d.h 80include/Inventor/SbVec2d.h
65include/Inventor/SbVec2f.h 81include/Inventor/SbVec2f.h
 82include/Inventor/SbVec2i32.h
66include/Inventor/SbVec2s.h 83include/Inventor/SbVec2s.h
 84include/Inventor/SbVec2ub.h
 85include/Inventor/SbVec2ui32.h
 86include/Inventor/SbVec2us.h
 87include/Inventor/SbVec3b.h
67include/Inventor/SbVec3d.h 88include/Inventor/SbVec3d.h
68include/Inventor/SbVec3f.h 89include/Inventor/SbVec3f.h
 90include/Inventor/SbVec3i32.h
69include/Inventor/SbVec3s.h 91include/Inventor/SbVec3s.h
 92include/Inventor/SbVec3ub.h
 93include/Inventor/SbVec3ui32.h
 94include/Inventor/SbVec3us.h
 95include/Inventor/SbVec4b.h
70include/Inventor/SbVec4d.h 96include/Inventor/SbVec4d.h
71include/Inventor/SbVec4f.h 97include/Inventor/SbVec4f.h
 98include/Inventor/SbVec4i32.h
 99include/Inventor/SbVec4s.h
 100include/Inventor/SbVec4ub.h
 101include/Inventor/SbVec4ui32.h
 102include/Inventor/SbVec4us.h
72include/Inventor/SbViewVolume.h 103include/Inventor/SbViewVolume.h
73include/Inventor/SbViewportRegion.h 104include/Inventor/SbViewportRegion.h
 105include/Inventor/SbXfBox3d.h
74include/Inventor/SbXfBox3f.h 106include/Inventor/SbXfBox3f.h
75include/Inventor/So.h 107include/Inventor/So.h
76include/Inventor/SoDB.h 108include/Inventor/SoDB.h
 109include/Inventor/SoEventManager.h
77include/Inventor/SoFullPath.h 110include/Inventor/SoFullPath.h
78include/Inventor/SoInput.h 111include/Inventor/SoInput.h
79include/Inventor/SoInteraction.h 112include/Inventor/SoInteraction.h
80include/Inventor/SoLists.h 113include/Inventor/SoLists.h
81include/Inventor/SoNodeKitPath.h 114include/Inventor/SoNodeKitPath.h
82include/Inventor/SoOffscreenRenderer.h 115include/Inventor/SoOffscreenRenderer.h
83include/Inventor/SoOutput.h 116include/Inventor/SoOutput.h
84include/Inventor/SoPath.h 117include/Inventor/SoPath.h
85include/Inventor/SoPickedPoint.h 118include/Inventor/SoPickedPoint.h
86include/Inventor/SoPrimitiveVertex.h 119include/Inventor/SoPrimitiveVertex.h
 120include/Inventor/SoRenderManager.h
87include/Inventor/SoSceneManager.h 121include/Inventor/SoSceneManager.h
88include/Inventor/SoType.h 122include/Inventor/SoType.h
89include/Inventor/VRMLnodes/SoVRML.h 123include/Inventor/VRMLnodes/SoVRML.h
90include/Inventor/VRMLnodes/SoVRMLAnchor.h 124include/Inventor/VRMLnodes/SoVRMLAnchor.h
91include/Inventor/VRMLnodes/SoVRMLAppearance.h 125include/Inventor/VRMLnodes/SoVRMLAppearance.h
92include/Inventor/VRMLnodes/SoVRMLAudioClip.h 126include/Inventor/VRMLnodes/SoVRMLAudioClip.h
93include/Inventor/VRMLnodes/SoVRMLBackground.h 127include/Inventor/VRMLnodes/SoVRMLBackground.h
94include/Inventor/VRMLnodes/SoVRMLBillboard.h 128include/Inventor/VRMLnodes/SoVRMLBillboard.h
95include/Inventor/VRMLnodes/SoVRMLBox.h 129include/Inventor/VRMLnodes/SoVRMLBox.h
96include/Inventor/VRMLnodes/SoVRMLCollision.h 130include/Inventor/VRMLnodes/SoVRMLCollision.h
97include/Inventor/VRMLnodes/SoVRMLColor.h 131include/Inventor/VRMLnodes/SoVRMLColor.h
98include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h 132include/Inventor/VRMLnodes/SoVRMLColorInterpolator.h
99include/Inventor/VRMLnodes/SoVRMLCone.h 133include/Inventor/VRMLnodes/SoVRMLCone.h
@@ -159,46 +193,69 @@ include/Inventor/VRMLnodes/SoVRMLWorldIn @@ -159,46 +193,69 @@ include/Inventor/VRMLnodes/SoVRMLWorldIn
159include/Inventor/actions/SoAction.h 193include/Inventor/actions/SoAction.h
160include/Inventor/actions/SoActions.h 194include/Inventor/actions/SoActions.h
161include/Inventor/actions/SoAudioRenderAction.h 195include/Inventor/actions/SoAudioRenderAction.h
162include/Inventor/actions/SoBoxHighlightRenderAction.h 196include/Inventor/actions/SoBoxHighlightRenderAction.h
163include/Inventor/actions/SoCallbackAction.h 197include/Inventor/actions/SoCallbackAction.h
164include/Inventor/actions/SoGLRenderAction.h 198include/Inventor/actions/SoGLRenderAction.h
165include/Inventor/actions/SoGetBoundingBoxAction.h 199include/Inventor/actions/SoGetBoundingBoxAction.h
166include/Inventor/actions/SoGetMatrixAction.h 200include/Inventor/actions/SoGetMatrixAction.h
167include/Inventor/actions/SoGetPrimitiveCountAction.h 201include/Inventor/actions/SoGetPrimitiveCountAction.h
168include/Inventor/actions/SoHandleEventAction.h 202include/Inventor/actions/SoHandleEventAction.h
169include/Inventor/actions/SoLineHighlightRenderAction.h 203include/Inventor/actions/SoLineHighlightRenderAction.h
170include/Inventor/actions/SoPickAction.h 204include/Inventor/actions/SoPickAction.h
171include/Inventor/actions/SoRayPickAction.h 205include/Inventor/actions/SoRayPickAction.h
 206include/Inventor/actions/SoReorganizeAction.h
172include/Inventor/actions/SoSearchAction.h 207include/Inventor/actions/SoSearchAction.h
 208include/Inventor/actions/SoSimplifyAction.h
173include/Inventor/actions/SoSubAction.h 209include/Inventor/actions/SoSubAction.h
174include/Inventor/actions/SoToVRML2Action.h 210include/Inventor/actions/SoToVRML2Action.h
175include/Inventor/actions/SoToVRMLAction.h 211include/Inventor/actions/SoToVRMLAction.h
176include/Inventor/actions/SoWriteAction.h 212include/Inventor/actions/SoWriteAction.h
 213include/Inventor/annex/FXViz/elements/SoGLShadowCullingElement.h
 214include/Inventor/annex/FXViz/elements/SoShadowStyleElement.h
 215include/Inventor/annex/FXViz/nodes/SoShadowCulling.h
 216include/Inventor/annex/FXViz/nodes/SoShadowGroup.h
 217include/Inventor/annex/FXViz/nodes/SoShadowSpotLight.h
 218include/Inventor/annex/FXViz/nodes/SoShadowStyle.h
 219include/Inventor/annex/ForeignFiles/SoForeignFileKit.h
 220include/Inventor/annex/ForeignFiles/SoSTLFileKit.h
177include/Inventor/annex/HardCopy/SoHardCopy.h 221include/Inventor/annex/HardCopy/SoHardCopy.h
178include/Inventor/annex/HardCopy/SoPSVectorOutput.h 222include/Inventor/annex/HardCopy/SoPSVectorOutput.h
179include/Inventor/annex/HardCopy/SoVectorOutput.h 223include/Inventor/annex/HardCopy/SoVectorOutput.h
180include/Inventor/annex/HardCopy/SoVectorizeAction.h 224include/Inventor/annex/HardCopy/SoVectorizeAction.h
181include/Inventor/annex/HardCopy/SoVectorizePSAction.h 225include/Inventor/annex/HardCopy/SoVectorizePSAction.h
 226include/Inventor/annex/Profiler/SbProfilingData.h
 227include/Inventor/annex/Profiler/SoProfiler.h
 228include/Inventor/annex/Profiler/elements/SoProfilerElement.h
 229include/Inventor/annex/Profiler/engines/SoProfilerTopEngine.h
 230include/Inventor/annex/Profiler/nodekits/SoNodeVisualize.h
 231include/Inventor/annex/Profiler/nodekits/SoProfilerOverlayKit.h
 232include/Inventor/annex/Profiler/nodekits/SoProfilerTopKit.h
 233include/Inventor/annex/Profiler/nodekits/SoProfilerVisualizeKit.h
 234include/Inventor/annex/Profiler/nodekits/SoScrollingGraphKit.h
 235include/Inventor/annex/Profiler/nodes/SoProfilerStats.h
 236include/Inventor/annex/Profiler/utils/SoProfilingReportGenerator.h
182include/Inventor/bundles/SoBundle.h 237include/Inventor/bundles/SoBundle.h
183include/Inventor/bundles/SoMaterialBundle.h 238include/Inventor/bundles/SoMaterialBundle.h
184include/Inventor/bundles/SoNormalBundle.h 239include/Inventor/bundles/SoNormalBundle.h
185include/Inventor/bundles/SoTextureCoordinateBundle.h 240include/Inventor/bundles/SoTextureCoordinateBundle.h
 241include/Inventor/bundles/SoVertexAttributeBundle.h
186include/Inventor/caches/SoBoundingBoxCache.h 242include/Inventor/caches/SoBoundingBoxCache.h
187include/Inventor/caches/SoCache.h 243include/Inventor/caches/SoCache.h
188include/Inventor/caches/SoConvexDataCache.h 244include/Inventor/caches/SoConvexDataCache.h
189include/Inventor/caches/SoGLCacheList.h 245include/Inventor/caches/SoGLCacheList.h
190include/Inventor/caches/SoGLRenderCache.h 246include/Inventor/caches/SoGLRenderCache.h
191include/Inventor/caches/SoNormalCache.h 247include/Inventor/caches/SoNormalCache.h
 248include/Inventor/caches/SoPrimitiveVertexCache.h
192include/Inventor/caches/SoTextureCoordinateCache.h 249include/Inventor/caches/SoTextureCoordinateCache.h
193include/Inventor/collision/SoIntersectionDetectionAction.h 250include/Inventor/collision/SoIntersectionDetectionAction.h
194include/Inventor/details/SoConeDetail.h 251include/Inventor/details/SoConeDetail.h
195include/Inventor/details/SoCubeDetail.h 252include/Inventor/details/SoCubeDetail.h
196include/Inventor/details/SoCylinderDetail.h 253include/Inventor/details/SoCylinderDetail.h
197include/Inventor/details/SoDetail.h 254include/Inventor/details/SoDetail.h
198include/Inventor/details/SoDetails.h 255include/Inventor/details/SoDetails.h
199include/Inventor/details/SoFaceDetail.h 256include/Inventor/details/SoFaceDetail.h
200include/Inventor/details/SoLineDetail.h 257include/Inventor/details/SoLineDetail.h
201include/Inventor/details/SoNodeKitDetail.h 258include/Inventor/details/SoNodeKitDetail.h
202include/Inventor/details/SoPointDetail.h 259include/Inventor/details/SoPointDetail.h
203include/Inventor/details/SoSubDetail.h 260include/Inventor/details/SoSubDetail.h
204include/Inventor/details/SoTextDetail.h 261include/Inventor/details/SoTextDetail.h
@@ -224,76 +281,83 @@ include/Inventor/draggers/SoTransformBox @@ -224,76 +281,83 @@ include/Inventor/draggers/SoTransformBox
224include/Inventor/draggers/SoTransformerDragger.h 281include/Inventor/draggers/SoTransformerDragger.h
225include/Inventor/draggers/SoTranslate1Dragger.h 282include/Inventor/draggers/SoTranslate1Dragger.h
226include/Inventor/draggers/SoTranslate2Dragger.h 283include/Inventor/draggers/SoTranslate2Dragger.h
227include/Inventor/elements/SoAccumulatedElement.h 284include/Inventor/elements/SoAccumulatedElement.h
228include/Inventor/elements/SoAmbientColorElement.h 285include/Inventor/elements/SoAmbientColorElement.h
229include/Inventor/elements/SoAnnoText3CharOrientElement.h 286include/Inventor/elements/SoAnnoText3CharOrientElement.h
230include/Inventor/elements/SoAnnoText3FontSizeHintElement.h 287include/Inventor/elements/SoAnnoText3FontSizeHintElement.h
231include/Inventor/elements/SoAnnoText3RenderPrintElement.h 288include/Inventor/elements/SoAnnoText3RenderPrintElement.h
232include/Inventor/elements/SoBBoxModelMatrixElement.h 289include/Inventor/elements/SoBBoxModelMatrixElement.h
233include/Inventor/elements/SoBumpMapCoordinateElement.h 290include/Inventor/elements/SoBumpMapCoordinateElement.h
234include/Inventor/elements/SoBumpMapElement.h 291include/Inventor/elements/SoBumpMapElement.h
235include/Inventor/elements/SoBumpMapMatrixElement.h 292include/Inventor/elements/SoBumpMapMatrixElement.h
236include/Inventor/elements/SoCacheElement.h 293include/Inventor/elements/SoCacheElement.h
 294include/Inventor/elements/SoCacheHintElement.h
237include/Inventor/elements/SoClipPlaneElement.h 295include/Inventor/elements/SoClipPlaneElement.h
238include/Inventor/elements/SoComplexityElement.h 296include/Inventor/elements/SoComplexityElement.h
239include/Inventor/elements/SoComplexityTypeElement.h 297include/Inventor/elements/SoComplexityTypeElement.h
240include/Inventor/elements/SoCoordinateElement.h 298include/Inventor/elements/SoCoordinateElement.h
241include/Inventor/elements/SoCreaseAngleElement.h 299include/Inventor/elements/SoCreaseAngleElement.h
242include/Inventor/elements/SoCullElement.h 300include/Inventor/elements/SoCullElement.h
243include/Inventor/elements/SoDecimationPercentageElement.h 301include/Inventor/elements/SoDecimationPercentageElement.h
244include/Inventor/elements/SoDecimationTypeElement.h 302include/Inventor/elements/SoDecimationTypeElement.h
 303include/Inventor/elements/SoDepthBufferElement.h
245include/Inventor/elements/SoDiffuseColorElement.h 304include/Inventor/elements/SoDiffuseColorElement.h
246include/Inventor/elements/SoDrawStyleElement.h 305include/Inventor/elements/SoDrawStyleElement.h
247include/Inventor/elements/SoElement.h 306include/Inventor/elements/SoElement.h
248include/Inventor/elements/SoElements.h 307include/Inventor/elements/SoElements.h
249include/Inventor/elements/SoEmissiveColorElement.h 308include/Inventor/elements/SoEmissiveColorElement.h
250include/Inventor/elements/SoEnvironmentElement.h 309include/Inventor/elements/SoEnvironmentElement.h
251include/Inventor/elements/SoFloatElement.h 310include/Inventor/elements/SoFloatElement.h
252include/Inventor/elements/SoFocalDistanceElement.h 311include/Inventor/elements/SoFocalDistanceElement.h
253include/Inventor/elements/SoFontNameElement.h 312include/Inventor/elements/SoFontNameElement.h
254include/Inventor/elements/SoFontSizeElement.h 313include/Inventor/elements/SoFontSizeElement.h
255include/Inventor/elements/SoGLCacheContextElement.h 314include/Inventor/elements/SoGLCacheContextElement.h
256include/Inventor/elements/SoGLClipPlaneElement.h 315include/Inventor/elements/SoGLClipPlaneElement.h
257include/Inventor/elements/SoGLColorIndexElement.h 316include/Inventor/elements/SoGLColorIndexElement.h
258include/Inventor/elements/SoGLCoordinateElement.h 317include/Inventor/elements/SoGLCoordinateElement.h
 318include/Inventor/elements/SoGLDepthBufferElement.h
259include/Inventor/elements/SoGLDisplayList.h 319include/Inventor/elements/SoGLDisplayList.h
260include/Inventor/elements/SoGLDrawStyleElement.h 320include/Inventor/elements/SoGLDrawStyleElement.h
261include/Inventor/elements/SoGLEnvironmentElement.h 321include/Inventor/elements/SoGLEnvironmentElement.h
262include/Inventor/elements/SoGLLazyElement.h 322include/Inventor/elements/SoGLLazyElement.h
263include/Inventor/elements/SoGLLightIdElement.h 323include/Inventor/elements/SoGLLightIdElement.h
264include/Inventor/elements/SoGLLinePatternElement.h 324include/Inventor/elements/SoGLLinePatternElement.h
265include/Inventor/elements/SoGLLineWidthElement.h 325include/Inventor/elements/SoGLLineWidthElement.h
266include/Inventor/elements/SoGLModelMatrixElement.h 326include/Inventor/elements/SoGLModelMatrixElement.h
267include/Inventor/elements/SoGLMultiTextureCoordinateElement.h 327include/Inventor/elements/SoGLMultiTextureCoordinateElement.h
268include/Inventor/elements/SoGLMultiTextureEnabledElement.h 328include/Inventor/elements/SoGLMultiTextureEnabledElement.h
269include/Inventor/elements/SoGLMultiTextureImageElement.h 329include/Inventor/elements/SoGLMultiTextureImageElement.h
270include/Inventor/elements/SoGLMultiTextureMatrixElement.h 330include/Inventor/elements/SoGLMultiTextureMatrixElement.h
271include/Inventor/elements/SoGLNormalElement.h 331include/Inventor/elements/SoGLNormalElement.h
272include/Inventor/elements/SoGLNormalizeElement.h 332include/Inventor/elements/SoGLNormalizeElement.h
273include/Inventor/elements/SoGLPointSizeElement.h 333include/Inventor/elements/SoGLPointSizeElement.h
274include/Inventor/elements/SoGLPolygonOffsetElement.h 334include/Inventor/elements/SoGLPolygonOffsetElement.h
275include/Inventor/elements/SoGLProjectionMatrixElement.h 335include/Inventor/elements/SoGLProjectionMatrixElement.h
276include/Inventor/elements/SoGLRenderPassElement.h 336include/Inventor/elements/SoGLRenderPassElement.h
277include/Inventor/elements/SoGLShadeModelElement.h 337include/Inventor/elements/SoGLShadeModelElement.h
 338include/Inventor/elements/SoGLShaderProgramElement.h
278include/Inventor/elements/SoGLShapeHintsElement.h 339include/Inventor/elements/SoGLShapeHintsElement.h
279include/Inventor/elements/SoGLTexture3EnabledElement.h 340include/Inventor/elements/SoGLTexture3EnabledElement.h
280include/Inventor/elements/SoGLTextureCoordinateElement.h 341include/Inventor/elements/SoGLTextureCoordinateElement.h
281include/Inventor/elements/SoGLTextureEnabledElement.h 342include/Inventor/elements/SoGLTextureEnabledElement.h
282include/Inventor/elements/SoGLTextureImageElement.h 343include/Inventor/elements/SoGLTextureImageElement.h
283include/Inventor/elements/SoGLTextureMatrixElement.h 344include/Inventor/elements/SoGLTextureMatrixElement.h
284include/Inventor/elements/SoGLUpdateAreaElement.h 345include/Inventor/elements/SoGLUpdateAreaElement.h
 346include/Inventor/elements/SoGLVBOElement.h
 347include/Inventor/elements/SoGLVertexAttributeElement.h
285include/Inventor/elements/SoGLViewingMatrixElement.h 348include/Inventor/elements/SoGLViewingMatrixElement.h
286include/Inventor/elements/SoGLViewportRegionElement.h 349include/Inventor/elements/SoGLViewportRegionElement.h
 350include/Inventor/elements/SoGeoElement.h
287include/Inventor/elements/SoInt32Element.h 351include/Inventor/elements/SoInt32Element.h
288include/Inventor/elements/SoLazyElement.h 352include/Inventor/elements/SoLazyElement.h
289include/Inventor/elements/SoLightAttenuationElement.h 353include/Inventor/elements/SoLightAttenuationElement.h
290include/Inventor/elements/SoLightElement.h 354include/Inventor/elements/SoLightElement.h
291include/Inventor/elements/SoLightModelElement.h 355include/Inventor/elements/SoLightModelElement.h
292include/Inventor/elements/SoLinePatternElement.h 356include/Inventor/elements/SoLinePatternElement.h
293include/Inventor/elements/SoLineWidthElement.h 357include/Inventor/elements/SoLineWidthElement.h
294include/Inventor/elements/SoListenerDopplerElement.h 358include/Inventor/elements/SoListenerDopplerElement.h
295include/Inventor/elements/SoListenerGainElement.h 359include/Inventor/elements/SoListenerGainElement.h
296include/Inventor/elements/SoListenerOrientationElement.h 360include/Inventor/elements/SoListenerOrientationElement.h
297include/Inventor/elements/SoListenerPositionElement.h 361include/Inventor/elements/SoListenerPositionElement.h
298include/Inventor/elements/SoLocalBBoxMatrixElement.h 362include/Inventor/elements/SoLocalBBoxMatrixElement.h
299include/Inventor/elements/SoLongElement.h 363include/Inventor/elements/SoLongElement.h
@@ -324,26 +388,28 @@ include/Inventor/elements/SoSwitchElemen @@ -324,26 +388,28 @@ include/Inventor/elements/SoSwitchElemen
324include/Inventor/elements/SoTextOutlineEnabledElement.h 388include/Inventor/elements/SoTextOutlineEnabledElement.h
325include/Inventor/elements/SoTexture3EnabledElement.h 389include/Inventor/elements/SoTexture3EnabledElement.h
326include/Inventor/elements/SoTextureCombineElement.h 390include/Inventor/elements/SoTextureCombineElement.h
327include/Inventor/elements/SoTextureCoordinateBindingElement.h 391include/Inventor/elements/SoTextureCoordinateBindingElement.h
328include/Inventor/elements/SoTextureCoordinateElement.h 392include/Inventor/elements/SoTextureCoordinateElement.h
329include/Inventor/elements/SoTextureEnabledElement.h 393include/Inventor/elements/SoTextureEnabledElement.h
330include/Inventor/elements/SoTextureImageElement.h 394include/Inventor/elements/SoTextureImageElement.h
331include/Inventor/elements/SoTextureMatrixElement.h 395include/Inventor/elements/SoTextureMatrixElement.h
332include/Inventor/elements/SoTextureOverrideElement.h 396include/Inventor/elements/SoTextureOverrideElement.h
333include/Inventor/elements/SoTextureQualityElement.h 397include/Inventor/elements/SoTextureQualityElement.h
334include/Inventor/elements/SoTextureUnitElement.h 398include/Inventor/elements/SoTextureUnitElement.h
335include/Inventor/elements/SoTransparencyElement.h 399include/Inventor/elements/SoTransparencyElement.h
336include/Inventor/elements/SoUnitsElement.h 400include/Inventor/elements/SoUnitsElement.h
 401include/Inventor/elements/SoVertexAttributeBindingElement.h
 402include/Inventor/elements/SoVertexAttributeElement.h
337include/Inventor/elements/SoViewVolumeElement.h 403include/Inventor/elements/SoViewVolumeElement.h
338include/Inventor/elements/SoViewingMatrixElement.h 404include/Inventor/elements/SoViewingMatrixElement.h
339include/Inventor/elements/SoViewportRegionElement.h 405include/Inventor/elements/SoViewportRegionElement.h
340include/Inventor/elements/SoWindowElement.h 406include/Inventor/elements/SoWindowElement.h
341include/Inventor/engines/SoBoolOperation.h 407include/Inventor/engines/SoBoolOperation.h
342include/Inventor/engines/SoCalculator.h 408include/Inventor/engines/SoCalculator.h
343include/Inventor/engines/SoCompose.h 409include/Inventor/engines/SoCompose.h
344include/Inventor/engines/SoComposeMatrix.h 410include/Inventor/engines/SoComposeMatrix.h
345include/Inventor/engines/SoComposeRotation.h 411include/Inventor/engines/SoComposeRotation.h
346include/Inventor/engines/SoComposeRotationFromTo.h 412include/Inventor/engines/SoComposeRotationFromTo.h
347include/Inventor/engines/SoComposeVec2f.h 413include/Inventor/engines/SoComposeVec2f.h
348include/Inventor/engines/SoComposeVec3f.h 414include/Inventor/engines/SoComposeVec3f.h
349include/Inventor/engines/SoComposeVec4f.h 415include/Inventor/engines/SoComposeVec4f.h
@@ -351,115 +417,154 @@ include/Inventor/engines/SoComputeBoundi @@ -351,115 +417,154 @@ include/Inventor/engines/SoComputeBoundi
351include/Inventor/engines/SoConcatenate.h 417include/Inventor/engines/SoConcatenate.h
352include/Inventor/engines/SoCounter.h 418include/Inventor/engines/SoCounter.h
353include/Inventor/engines/SoDecomposeMatrix.h 419include/Inventor/engines/SoDecomposeMatrix.h
354include/Inventor/engines/SoDecomposeRotation.h 420include/Inventor/engines/SoDecomposeRotation.h
355include/Inventor/engines/SoDecomposeVec2f.h 421include/Inventor/engines/SoDecomposeVec2f.h
356include/Inventor/engines/SoDecomposeVec3f.h 422include/Inventor/engines/SoDecomposeVec3f.h
357include/Inventor/engines/SoDecomposeVec4f.h 423include/Inventor/engines/SoDecomposeVec4f.h
358include/Inventor/engines/SoElapsedTime.h 424include/Inventor/engines/SoElapsedTime.h
359include/Inventor/engines/SoEngine.h 425include/Inventor/engines/SoEngine.h
360include/Inventor/engines/SoEngineOutput.h 426include/Inventor/engines/SoEngineOutput.h
361include/Inventor/engines/SoEngines.h 427include/Inventor/engines/SoEngines.h
362include/Inventor/engines/SoFieldConverter.h 428include/Inventor/engines/SoFieldConverter.h
363include/Inventor/engines/SoGate.h 429include/Inventor/engines/SoGate.h
 430include/Inventor/engines/SoHeightMapToNormalMap.h
364include/Inventor/engines/SoInterpolate.h 431include/Inventor/engines/SoInterpolate.h
365include/Inventor/engines/SoInterpolateFloat.h 432include/Inventor/engines/SoInterpolateFloat.h
366include/Inventor/engines/SoInterpolateRotation.h 433include/Inventor/engines/SoInterpolateRotation.h
367include/Inventor/engines/SoInterpolateVec2f.h 434include/Inventor/engines/SoInterpolateVec2f.h
368include/Inventor/engines/SoInterpolateVec3f.h 435include/Inventor/engines/SoInterpolateVec3f.h
369include/Inventor/engines/SoInterpolateVec4f.h 436include/Inventor/engines/SoInterpolateVec4f.h
370include/Inventor/engines/SoNodeEngine.h 437include/Inventor/engines/SoNodeEngine.h
371include/Inventor/engines/SoOnOff.h 438include/Inventor/engines/SoOnOff.h
372include/Inventor/engines/SoOneShot.h 439include/Inventor/engines/SoOneShot.h
373include/Inventor/engines/SoOutputData.h 440include/Inventor/engines/SoOutputData.h
374include/Inventor/engines/SoSelectOne.h 441include/Inventor/engines/SoSelectOne.h
375include/Inventor/engines/SoSubEngine.h 442include/Inventor/engines/SoSubEngine.h
376include/Inventor/engines/SoSubNodeEngine.h 443include/Inventor/engines/SoSubNodeEngine.h
 444include/Inventor/engines/SoTexture2Convert.h
377include/Inventor/engines/SoTimeCounter.h 445include/Inventor/engines/SoTimeCounter.h
378include/Inventor/engines/SoTransformVec3f.h 446include/Inventor/engines/SoTransformVec3f.h
379include/Inventor/engines/SoTriggerAny.h 447include/Inventor/engines/SoTriggerAny.h
380include/Inventor/errors/SoDebugError.h 448include/Inventor/errors/SoDebugError.h
381include/Inventor/errors/SoError.h 449include/Inventor/errors/SoError.h
382include/Inventor/errors/SoErrors.h 450include/Inventor/errors/SoErrors.h
383include/Inventor/errors/SoMemoryError.h 451include/Inventor/errors/SoMemoryError.h
384include/Inventor/errors/SoReadError.h 452include/Inventor/errors/SoReadError.h
385include/Inventor/events/SoButtonEvent.h 453include/Inventor/events/SoButtonEvent.h
386include/Inventor/events/SoEvent.h 454include/Inventor/events/SoEvent.h
387include/Inventor/events/SoEvents.h 455include/Inventor/events/SoEvents.h
388include/Inventor/events/SoKeyboardEvent.h 456include/Inventor/events/SoKeyboardEvent.h
389include/Inventor/events/SoLocation2Event.h 457include/Inventor/events/SoLocation2Event.h
390include/Inventor/events/SoMotion3Event.h 458include/Inventor/events/SoMotion3Event.h
391include/Inventor/events/SoMouseButtonEvent.h 459include/Inventor/events/SoMouseButtonEvent.h
392include/Inventor/events/SoSpaceballButtonEvent.h 460include/Inventor/events/SoSpaceballButtonEvent.h
393include/Inventor/events/SoSubEvent.h 461include/Inventor/events/SoSubEvent.h
394include/Inventor/fields/SoField.h 462include/Inventor/fields/SoField.h
395include/Inventor/fields/SoFieldContainer.h 463include/Inventor/fields/SoFieldContainer.h
396include/Inventor/fields/SoFieldData.h 464include/Inventor/fields/SoFieldData.h
397include/Inventor/fields/SoFields.h 465include/Inventor/fields/SoFields.h
398include/Inventor/fields/SoMFBitMask.h 466include/Inventor/fields/SoMFBitMask.h
399include/Inventor/fields/SoMFBool.h 467include/Inventor/fields/SoMFBool.h
400include/Inventor/fields/SoMFColor.h 468include/Inventor/fields/SoMFColor.h
 469include/Inventor/fields/SoMFColorRGBA.h
 470include/Inventor/fields/SoMFDouble.h
401include/Inventor/fields/SoMFEngine.h 471include/Inventor/fields/SoMFEngine.h
402include/Inventor/fields/SoMFEnum.h 472include/Inventor/fields/SoMFEnum.h
403include/Inventor/fields/SoMFFloat.h 473include/Inventor/fields/SoMFFloat.h
404include/Inventor/fields/SoMFInt32.h 474include/Inventor/fields/SoMFInt32.h
405include/Inventor/fields/SoMFLong.h 475include/Inventor/fields/SoMFLong.h
406include/Inventor/fields/SoMFMatrix.h 476include/Inventor/fields/SoMFMatrix.h
407include/Inventor/fields/SoMFName.h 477include/Inventor/fields/SoMFName.h
408include/Inventor/fields/SoMFNode.h 478include/Inventor/fields/SoMFNode.h
409include/Inventor/fields/SoMFPath.h 479include/Inventor/fields/SoMFPath.h
410include/Inventor/fields/SoMFPlane.h 480include/Inventor/fields/SoMFPlane.h
411include/Inventor/fields/SoMFRotation.h 481include/Inventor/fields/SoMFRotation.h
412include/Inventor/fields/SoMFShort.h 482include/Inventor/fields/SoMFShort.h
413include/Inventor/fields/SoMFString.h 483include/Inventor/fields/SoMFString.h
414include/Inventor/fields/SoMFTime.h 484include/Inventor/fields/SoMFTime.h
415include/Inventor/fields/SoMFUInt32.h 485include/Inventor/fields/SoMFUInt32.h
416include/Inventor/fields/SoMFULong.h 486include/Inventor/fields/SoMFULong.h
417include/Inventor/fields/SoMFUShort.h 487include/Inventor/fields/SoMFUShort.h
 488include/Inventor/fields/SoMFVec2b.h
 489include/Inventor/fields/SoMFVec2d.h
418include/Inventor/fields/SoMFVec2f.h 490include/Inventor/fields/SoMFVec2f.h
 491include/Inventor/fields/SoMFVec2i32.h
 492include/Inventor/fields/SoMFVec2s.h
 493include/Inventor/fields/SoMFVec3b.h
419include/Inventor/fields/SoMFVec3d.h 494include/Inventor/fields/SoMFVec3d.h
420include/Inventor/fields/SoMFVec3f.h 495include/Inventor/fields/SoMFVec3f.h
 496include/Inventor/fields/SoMFVec3i32.h
 497include/Inventor/fields/SoMFVec3s.h
 498include/Inventor/fields/SoMFVec4b.h
 499include/Inventor/fields/SoMFVec4d.h
421include/Inventor/fields/SoMFVec4f.h 500include/Inventor/fields/SoMFVec4f.h
 501include/Inventor/fields/SoMFVec4i32.h
 502include/Inventor/fields/SoMFVec4s.h
 503include/Inventor/fields/SoMFVec4ub.h
 504include/Inventor/fields/SoMFVec4ui32.h
 505include/Inventor/fields/SoMFVec4us.h
422include/Inventor/fields/SoMField.h 506include/Inventor/fields/SoMField.h
423include/Inventor/fields/SoSFBitMask.h 507include/Inventor/fields/SoSFBitMask.h
424include/Inventor/fields/SoSFBool.h 508include/Inventor/fields/SoSFBool.h
 509include/Inventor/fields/SoSFBox2d.h
 510include/Inventor/fields/SoSFBox2f.h
 511include/Inventor/fields/SoSFBox2i32.h
 512include/Inventor/fields/SoSFBox2s.h
 513include/Inventor/fields/SoSFBox3d.h
 514include/Inventor/fields/SoSFBox3f.h
 515include/Inventor/fields/SoSFBox3i32.h
425include/Inventor/fields/SoSFBox3s.h 516include/Inventor/fields/SoSFBox3s.h
426include/Inventor/fields/SoSFColor.h 517include/Inventor/fields/SoSFColor.h
 518include/Inventor/fields/SoSFColorRGBA.h
 519include/Inventor/fields/SoSFDouble.h
427include/Inventor/fields/SoSFEngine.h 520include/Inventor/fields/SoSFEngine.h
428include/Inventor/fields/SoSFEnum.h 521include/Inventor/fields/SoSFEnum.h
429include/Inventor/fields/SoSFFloat.h 522include/Inventor/fields/SoSFFloat.h
430include/Inventor/fields/SoSFImage.h 523include/Inventor/fields/SoSFImage.h
431include/Inventor/fields/SoSFImage3.h 524include/Inventor/fields/SoSFImage3.h
432include/Inventor/fields/SoSFInt32.h 525include/Inventor/fields/SoSFInt32.h
433include/Inventor/fields/SoSFLong.h 526include/Inventor/fields/SoSFLong.h
434include/Inventor/fields/SoSFMatrix.h 527include/Inventor/fields/SoSFMatrix.h
435include/Inventor/fields/SoSFName.h 528include/Inventor/fields/SoSFName.h
436include/Inventor/fields/SoSFNode.h 529include/Inventor/fields/SoSFNode.h
437include/Inventor/fields/SoSFPath.h 530include/Inventor/fields/SoSFPath.h
438include/Inventor/fields/SoSFPlane.h 531include/Inventor/fields/SoSFPlane.h
439include/Inventor/fields/SoSFRotation.h 532include/Inventor/fields/SoSFRotation.h
440include/Inventor/fields/SoSFShort.h 533include/Inventor/fields/SoSFShort.h
441include/Inventor/fields/SoSFString.h 534include/Inventor/fields/SoSFString.h
442include/Inventor/fields/SoSFTime.h 535include/Inventor/fields/SoSFTime.h
443include/Inventor/fields/SoSFTrigger.h 536include/Inventor/fields/SoSFTrigger.h
444include/Inventor/fields/SoSFUInt32.h 537include/Inventor/fields/SoSFUInt32.h
445include/Inventor/fields/SoSFULong.h 538include/Inventor/fields/SoSFULong.h
446include/Inventor/fields/SoSFUShort.h 539include/Inventor/fields/SoSFUShort.h
 540include/Inventor/fields/SoSFVec2b.h
 541include/Inventor/fields/SoSFVec2d.h
447include/Inventor/fields/SoSFVec2f.h 542include/Inventor/fields/SoSFVec2f.h
 543include/Inventor/fields/SoSFVec2i32.h
448include/Inventor/fields/SoSFVec2s.h 544include/Inventor/fields/SoSFVec2s.h
 545include/Inventor/fields/SoSFVec3b.h
449include/Inventor/fields/SoSFVec3d.h 546include/Inventor/fields/SoSFVec3d.h
450include/Inventor/fields/SoSFVec3f.h 547include/Inventor/fields/SoSFVec3f.h
 548include/Inventor/fields/SoSFVec3i32.h
451include/Inventor/fields/SoSFVec3s.h 549include/Inventor/fields/SoSFVec3s.h
 550include/Inventor/fields/SoSFVec4b.h
 551include/Inventor/fields/SoSFVec4d.h
452include/Inventor/fields/SoSFVec4f.h 552include/Inventor/fields/SoSFVec4f.h
 553include/Inventor/fields/SoSFVec4i32.h
 554include/Inventor/fields/SoSFVec4s.h
 555include/Inventor/fields/SoSFVec4ub.h
 556include/Inventor/fields/SoSFVec4ui32.h
 557include/Inventor/fields/SoSFVec4us.h
453include/Inventor/fields/SoSField.h 558include/Inventor/fields/SoSField.h
454include/Inventor/fields/SoSubField.h 559include/Inventor/fields/SoSubField.h
455include/Inventor/lists/SbIntList.h 560include/Inventor/lists/SbIntList.h
456include/Inventor/lists/SbList.h 561include/Inventor/lists/SbList.h
457include/Inventor/lists/SbPList.h 562include/Inventor/lists/SbPList.h
458include/Inventor/lists/SbStringList.h 563include/Inventor/lists/SbStringList.h
459include/Inventor/lists/SbVec3fList.h 564include/Inventor/lists/SbVec3fList.h
460include/Inventor/lists/SoActionMethodList.h 565include/Inventor/lists/SoActionMethodList.h
461include/Inventor/lists/SoAuditorList.h 566include/Inventor/lists/SoAuditorList.h
462include/Inventor/lists/SoBaseList.h 567include/Inventor/lists/SoBaseList.h
463include/Inventor/lists/SoCallbackList.h 568include/Inventor/lists/SoCallbackList.h
464include/Inventor/lists/SoDetailList.h 569include/Inventor/lists/SoDetailList.h
465include/Inventor/lists/SoEnabledElementsList.h 570include/Inventor/lists/SoEnabledElementsList.h
@@ -482,26 +587,28 @@ include/Inventor/manips/SoTabBoxManip.h @@ -482,26 +587,28 @@ include/Inventor/manips/SoTabBoxManip.h
482include/Inventor/manips/SoTrackballManip.h 587include/Inventor/manips/SoTrackballManip.h
483include/Inventor/manips/SoTransformBoxManip.h 588include/Inventor/manips/SoTransformBoxManip.h
484include/Inventor/manips/SoTransformManip.h 589include/Inventor/manips/SoTransformManip.h
485include/Inventor/manips/SoTransformerManip.h 590include/Inventor/manips/SoTransformerManip.h
486include/Inventor/misc/SoAudioDevice.h 591include/Inventor/misc/SoAudioDevice.h
487include/Inventor/misc/SoAuditorList.h 592include/Inventor/misc/SoAuditorList.h
488include/Inventor/misc/SoBase.h 593include/Inventor/misc/SoBase.h
489include/Inventor/misc/SoBasic.h 594include/Inventor/misc/SoBasic.h
490include/Inventor/misc/SoByteStream.h 595include/Inventor/misc/SoByteStream.h
491include/Inventor/misc/SoCallbackList.h 596include/Inventor/misc/SoCallbackList.h
492include/Inventor/misc/SoChildList.h 597include/Inventor/misc/SoChildList.h
493include/Inventor/misc/SoContextHandler.h 598include/Inventor/misc/SoContextHandler.h
494include/Inventor/misc/SoGLBigImage.h 599include/Inventor/misc/SoGLBigImage.h
 600include/Inventor/misc/SoGLCubeMapImage.h
 601include/Inventor/misc/SoGLDriverDatabase.h
495include/Inventor/misc/SoGLImage.h 602include/Inventor/misc/SoGLImage.h
496include/Inventor/misc/SoGlyph.h 603include/Inventor/misc/SoGlyph.h
497include/Inventor/misc/SoJavaScriptEngine.h 604include/Inventor/misc/SoJavaScriptEngine.h
498include/Inventor/misc/SoLightPath.h 605include/Inventor/misc/SoLightPath.h
499include/Inventor/misc/SoNormalGenerator.h 606include/Inventor/misc/SoNormalGenerator.h
500include/Inventor/misc/SoNotRec.h 607include/Inventor/misc/SoNotRec.h
501include/Inventor/misc/SoNotification.h 608include/Inventor/misc/SoNotification.h
502include/Inventor/misc/SoProto.h 609include/Inventor/misc/SoProto.h
503include/Inventor/misc/SoProtoInstance.h 610include/Inventor/misc/SoProtoInstance.h
504include/Inventor/misc/SoScriptEngine.h 611include/Inventor/misc/SoScriptEngine.h
505include/Inventor/misc/SoState.h 612include/Inventor/misc/SoState.h
506include/Inventor/misc/SoTempPath.h 613include/Inventor/misc/SoTempPath.h
507include/Inventor/misc/SoTranReceiver.h 614include/Inventor/misc/SoTranReceiver.h
@@ -519,51 +626,62 @@ include/Inventor/nodekits/SoSceneKit.h @@ -519,51 +626,62 @@ include/Inventor/nodekits/SoSceneKit.h
519include/Inventor/nodekits/SoSeparatorKit.h 626include/Inventor/nodekits/SoSeparatorKit.h
520include/Inventor/nodekits/SoShapeKit.h 627include/Inventor/nodekits/SoShapeKit.h
521include/Inventor/nodekits/SoSubKit.h 628include/Inventor/nodekits/SoSubKit.h
522include/Inventor/nodekits/SoWrapperKit.h 629include/Inventor/nodekits/SoWrapperKit.h
523include/Inventor/nodes/SoAnnotation.h 630include/Inventor/nodes/SoAnnotation.h
524include/Inventor/nodes/SoAntiSquish.h 631include/Inventor/nodes/SoAntiSquish.h
525include/Inventor/nodes/SoArray.h 632include/Inventor/nodes/SoArray.h
526include/Inventor/nodes/SoAsciiText.h 633include/Inventor/nodes/SoAsciiText.h
527include/Inventor/nodes/SoBaseColor.h 634include/Inventor/nodes/SoBaseColor.h
528include/Inventor/nodes/SoBlinker.h 635include/Inventor/nodes/SoBlinker.h
529include/Inventor/nodes/SoBumpMap.h 636include/Inventor/nodes/SoBumpMap.h
530include/Inventor/nodes/SoBumpMapCoordinate.h 637include/Inventor/nodes/SoBumpMapCoordinate.h
531include/Inventor/nodes/SoBumpMapTransform.h 638include/Inventor/nodes/SoBumpMapTransform.h
 639include/Inventor/nodes/SoCacheHint.h
532include/Inventor/nodes/SoCallback.h 640include/Inventor/nodes/SoCallback.h
533include/Inventor/nodes/SoCamera.h 641include/Inventor/nodes/SoCamera.h
534include/Inventor/nodes/SoClipPlane.h 642include/Inventor/nodes/SoClipPlane.h
535include/Inventor/nodes/SoColorIndex.h 643include/Inventor/nodes/SoColorIndex.h
536include/Inventor/nodes/SoComplexity.h 644include/Inventor/nodes/SoComplexity.h
537include/Inventor/nodes/SoCone.h 645include/Inventor/nodes/SoCone.h
538include/Inventor/nodes/SoCoordinate3.h 646include/Inventor/nodes/SoCoordinate3.h
539include/Inventor/nodes/SoCoordinate4.h 647include/Inventor/nodes/SoCoordinate4.h
540include/Inventor/nodes/SoCube.h 648include/Inventor/nodes/SoCube.h
541include/Inventor/nodes/SoCylinder.h 649include/Inventor/nodes/SoCylinder.h
 650include/Inventor/nodes/SoDepthBuffer.h
542include/Inventor/nodes/SoDirectionalLight.h 651include/Inventor/nodes/SoDirectionalLight.h
543include/Inventor/nodes/SoDrawStyle.h 652include/Inventor/nodes/SoDrawStyle.h
544include/Inventor/nodes/SoEnvironment.h 653include/Inventor/nodes/SoEnvironment.h
545include/Inventor/nodes/SoEventCallback.h 654include/Inventor/nodes/SoEventCallback.h
546include/Inventor/nodes/SoExtSelection.h 655include/Inventor/nodes/SoExtSelection.h
547include/Inventor/nodes/SoFaceSet.h 656include/Inventor/nodes/SoFaceSet.h
548include/Inventor/nodes/SoFile.h 657include/Inventor/nodes/SoFile.h
549include/Inventor/nodes/SoFont.h 658include/Inventor/nodes/SoFont.h
550include/Inventor/nodes/SoFontStyle.h 659include/Inventor/nodes/SoFontStyle.h
 660include/Inventor/nodes/SoFragmentShader.h
 661include/Inventor/nodes/SoFrustumCamera.h
 662include/Inventor/nodes/SoGeoCoordinate.h
 663include/Inventor/nodes/SoGeoLocation.h
 664include/Inventor/nodes/SoGeoOrigin.h
 665include/Inventor/nodes/SoGeoSeparator.h
 666include/Inventor/nodes/SoGeometryShader.h
551include/Inventor/nodes/SoGroup.h 667include/Inventor/nodes/SoGroup.h
552include/Inventor/nodes/SoImage.h 668include/Inventor/nodes/SoImage.h
553include/Inventor/nodes/SoIndexedFaceSet.h 669include/Inventor/nodes/SoIndexedFaceSet.h
554include/Inventor/nodes/SoIndexedLineSet.h 670include/Inventor/nodes/SoIndexedLineSet.h
 671include/Inventor/nodes/SoIndexedMarkerSet.h
555include/Inventor/nodes/SoIndexedNurbsCurve.h 672include/Inventor/nodes/SoIndexedNurbsCurve.h
556include/Inventor/nodes/SoIndexedNurbsSurface.h 673include/Inventor/nodes/SoIndexedNurbsSurface.h
 674include/Inventor/nodes/SoIndexedPointSet.h
557include/Inventor/nodes/SoIndexedShape.h 675include/Inventor/nodes/SoIndexedShape.h
558include/Inventor/nodes/SoIndexedTriangleStripSet.h 676include/Inventor/nodes/SoIndexedTriangleStripSet.h
559include/Inventor/nodes/SoInfo.h 677include/Inventor/nodes/SoInfo.h
560include/Inventor/nodes/SoLOD.h 678include/Inventor/nodes/SoLOD.h
561include/Inventor/nodes/SoLabel.h 679include/Inventor/nodes/SoLabel.h
562include/Inventor/nodes/SoLevelOfDetail.h 680include/Inventor/nodes/SoLevelOfDetail.h
563include/Inventor/nodes/SoLight.h 681include/Inventor/nodes/SoLight.h
564include/Inventor/nodes/SoLightModel.h 682include/Inventor/nodes/SoLightModel.h
565include/Inventor/nodes/SoLineSet.h 683include/Inventor/nodes/SoLineSet.h
566include/Inventor/nodes/SoLinearProfile.h 684include/Inventor/nodes/SoLinearProfile.h
567include/Inventor/nodes/SoListener.h 685include/Inventor/nodes/SoListener.h
568include/Inventor/nodes/SoLocateHighlight.h 686include/Inventor/nodes/SoLocateHighlight.h
569include/Inventor/nodes/SoMarkerSet.h 687include/Inventor/nodes/SoMarkerSet.h
@@ -588,116 +706,153 @@ include/Inventor/nodes/SoPickStyle.h @@ -588,116 +706,153 @@ include/Inventor/nodes/SoPickStyle.h
588include/Inventor/nodes/SoPointLight.h 706include/Inventor/nodes/SoPointLight.h
589include/Inventor/nodes/SoPointSet.h 707include/Inventor/nodes/SoPointSet.h
590include/Inventor/nodes/SoPolygonOffset.h 708include/Inventor/nodes/SoPolygonOffset.h
591include/Inventor/nodes/SoProfile.h 709include/Inventor/nodes/SoProfile.h
592include/Inventor/nodes/SoProfileCoordinate2.h 710include/Inventor/nodes/SoProfileCoordinate2.h
593include/Inventor/nodes/SoProfileCoordinate3.h 711include/Inventor/nodes/SoProfileCoordinate3.h
594include/Inventor/nodes/SoQuadMesh.h 712include/Inventor/nodes/SoQuadMesh.h
595include/Inventor/nodes/SoResetTransform.h 713include/Inventor/nodes/SoResetTransform.h
596include/Inventor/nodes/SoRotation.h 714include/Inventor/nodes/SoRotation.h
597include/Inventor/nodes/SoRotationXYZ.h 715include/Inventor/nodes/SoRotationXYZ.h
598include/Inventor/nodes/SoRotor.h 716include/Inventor/nodes/SoRotor.h
599include/Inventor/nodes/SoScale.h 717include/Inventor/nodes/SoScale.h
600include/Inventor/nodes/SoSceneTexture2.h 718include/Inventor/nodes/SoSceneTexture2.h
 719include/Inventor/nodes/SoSceneTextureCubeMap.h
601include/Inventor/nodes/SoSelection.h 720include/Inventor/nodes/SoSelection.h
602include/Inventor/nodes/SoSeparator.h 721include/Inventor/nodes/SoSeparator.h
 722include/Inventor/nodes/SoShaderObject.h
 723include/Inventor/nodes/SoShaderParameter.h
 724include/Inventor/nodes/SoShaderProgram.h
603include/Inventor/nodes/SoShape.h 725include/Inventor/nodes/SoShape.h
604include/Inventor/nodes/SoShapeHints.h 726include/Inventor/nodes/SoShapeHints.h
605include/Inventor/nodes/SoShuttle.h 727include/Inventor/nodes/SoShuttle.h
606include/Inventor/nodes/SoSphere.h 728include/Inventor/nodes/SoSphere.h
607include/Inventor/nodes/SoSpotLight.h 729include/Inventor/nodes/SoSpotLight.h
608include/Inventor/nodes/SoSubNode.h 730include/Inventor/nodes/SoSubNode.h
609include/Inventor/nodes/SoSurroundScale.h 731include/Inventor/nodes/SoSurroundScale.h
610include/Inventor/nodes/SoSwitch.h 732include/Inventor/nodes/SoSwitch.h
611include/Inventor/nodes/SoText2.h 733include/Inventor/nodes/SoText2.h
612include/Inventor/nodes/SoText3.h 734include/Inventor/nodes/SoText3.h
 735include/Inventor/nodes/SoTexture.h
613include/Inventor/nodes/SoTexture2.h 736include/Inventor/nodes/SoTexture2.h
614include/Inventor/nodes/SoTexture2Transform.h 737include/Inventor/nodes/SoTexture2Transform.h
615include/Inventor/nodes/SoTexture3.h 738include/Inventor/nodes/SoTexture3.h
616include/Inventor/nodes/SoTexture3Transform.h 739include/Inventor/nodes/SoTexture3Transform.h
617include/Inventor/nodes/SoTextureCombine.h 740include/Inventor/nodes/SoTextureCombine.h
618include/Inventor/nodes/SoTextureCoordinate2.h 741include/Inventor/nodes/SoTextureCoordinate2.h
619include/Inventor/nodes/SoTextureCoordinate3.h 742include/Inventor/nodes/SoTextureCoordinate3.h
620include/Inventor/nodes/SoTextureCoordinateBinding.h 743include/Inventor/nodes/SoTextureCoordinateBinding.h
621include/Inventor/nodes/SoTextureCoordinateCube.h 744include/Inventor/nodes/SoTextureCoordinateCube.h
622include/Inventor/nodes/SoTextureCoordinateCylinder.h 745include/Inventor/nodes/SoTextureCoordinateCylinder.h
623include/Inventor/nodes/SoTextureCoordinateDefault.h 746include/Inventor/nodes/SoTextureCoordinateDefault.h
624include/Inventor/nodes/SoTextureCoordinateEnvironment.h 747include/Inventor/nodes/SoTextureCoordinateEnvironment.h
625include/Inventor/nodes/SoTextureCoordinateFunction.h 748include/Inventor/nodes/SoTextureCoordinateFunction.h
 749include/Inventor/nodes/SoTextureCoordinateNormalMap.h
 750include/Inventor/nodes/SoTextureCoordinateObject.h
626include/Inventor/nodes/SoTextureCoordinatePlane.h 751include/Inventor/nodes/SoTextureCoordinatePlane.h
 752include/Inventor/nodes/SoTextureCoordinateReflectionMap.h
627include/Inventor/nodes/SoTextureCoordinateSphere.h 753include/Inventor/nodes/SoTextureCoordinateSphere.h
 754include/Inventor/nodes/SoTextureCubeMap.h
 755include/Inventor/nodes/SoTextureMatrixTransform.h
628include/Inventor/nodes/SoTextureScalePolicy.h 756include/Inventor/nodes/SoTextureScalePolicy.h
629include/Inventor/nodes/SoTextureUnit.h 757include/Inventor/nodes/SoTextureUnit.h
630include/Inventor/nodes/SoTransform.h 758include/Inventor/nodes/SoTransform.h
631include/Inventor/nodes/SoTransformSeparator.h 759include/Inventor/nodes/SoTransformSeparator.h
632include/Inventor/nodes/SoTransformation.h 760include/Inventor/nodes/SoTransformation.h
633include/Inventor/nodes/SoTranslation.h 761include/Inventor/nodes/SoTranslation.h
634include/Inventor/nodes/SoTransparencyType.h 762include/Inventor/nodes/SoTransparencyType.h
635include/Inventor/nodes/SoTriangleStripSet.h 763include/Inventor/nodes/SoTriangleStripSet.h
636include/Inventor/nodes/SoUnits.h 764include/Inventor/nodes/SoUnits.h
 765include/Inventor/nodes/SoVertexAttribute.h
 766include/Inventor/nodes/SoVertexAttributeBinding.h
637include/Inventor/nodes/SoVertexProperty.h 767include/Inventor/nodes/SoVertexProperty.h
 768include/Inventor/nodes/SoVertexShader.h
638include/Inventor/nodes/SoVertexShape.h 769include/Inventor/nodes/SoVertexShape.h
639include/Inventor/nodes/SoWWWAnchor.h 770include/Inventor/nodes/SoWWWAnchor.h
640include/Inventor/nodes/SoWWWInline.h 771include/Inventor/nodes/SoWWWInline.h
 772include/Inventor/non_winsys.h
 773include/Inventor/oivwin32.h
641include/Inventor/projectors/SbCylinderPlaneProjector.h 774include/Inventor/projectors/SbCylinderPlaneProjector.h
642include/Inventor/projectors/SbCylinderProjector.h 775include/Inventor/projectors/SbCylinderProjector.h
643include/Inventor/projectors/SbCylinderSectionProjector.h 776include/Inventor/projectors/SbCylinderSectionProjector.h
644include/Inventor/projectors/SbCylinderSheetProjector.h 777include/Inventor/projectors/SbCylinderSheetProjector.h
645include/Inventor/projectors/SbLineProjector.h 778include/Inventor/projectors/SbLineProjector.h
646include/Inventor/projectors/SbPlaneProjector.h 779include/Inventor/projectors/SbPlaneProjector.h
647include/Inventor/projectors/SbProjector.h 780include/Inventor/projectors/SbProjector.h
648include/Inventor/projectors/SbProjectors.h 781include/Inventor/projectors/SbProjectors.h
649include/Inventor/projectors/SbSpherePlaneProjector.h 782include/Inventor/projectors/SbSpherePlaneProjector.h
650include/Inventor/projectors/SbSphereProjector.h 783include/Inventor/projectors/SbSphereProjector.h
651include/Inventor/projectors/SbSphereSectionProjector.h 784include/Inventor/projectors/SbSphereSectionProjector.h
652include/Inventor/projectors/SbSphereSheetProjector.h 785include/Inventor/projectors/SbSphereSheetProjector.h
 786include/Inventor/scxml/ScXML.h
 787include/Inventor/scxml/ScXMLEvent.h
 788include/Inventor/scxml/ScXMLInvoke.h
 789include/Inventor/scxml/ScXMLObject.h
 790include/Inventor/scxml/ScXMLStateMachine.h
 791include/Inventor/scxml/ScXMLSubObject.h
 792include/Inventor/scxml/SoScXMLEvent.h
 793include/Inventor/scxml/SoScXMLStateMachine.h
653include/Inventor/sensors/SoAlarmSensor.h 794include/Inventor/sensors/SoAlarmSensor.h
654include/Inventor/sensors/SoDataSensor.h 795include/Inventor/sensors/SoDataSensor.h
655include/Inventor/sensors/SoDelayQueueSensor.h 796include/Inventor/sensors/SoDelayQueueSensor.h
656include/Inventor/sensors/SoFieldSensor.h 797include/Inventor/sensors/SoFieldSensor.h
657include/Inventor/sensors/SoIdleSensor.h 798include/Inventor/sensors/SoIdleSensor.h
658include/Inventor/sensors/SoNodeSensor.h 799include/Inventor/sensors/SoNodeSensor.h
659include/Inventor/sensors/SoOneShotSensor.h 800include/Inventor/sensors/SoOneShotSensor.h
660include/Inventor/sensors/SoPathSensor.h 801include/Inventor/sensors/SoPathSensor.h
661include/Inventor/sensors/SoSensor.h 802include/Inventor/sensors/SoSensor.h
662include/Inventor/sensors/SoSensorManager.h 803include/Inventor/sensors/SoSensorManager.h
663include/Inventor/sensors/SoSensors.h 804include/Inventor/sensors/SoSensors.h
664include/Inventor/sensors/SoTimerQueueSensor.h 805include/Inventor/sensors/SoTimerQueueSensor.h
665include/Inventor/sensors/SoTimerSensor.h 806include/Inventor/sensors/SoTimerSensor.h
 807include/Inventor/system/gl-headers.h
666include/Inventor/system/gl.h 808include/Inventor/system/gl.h
667include/Inventor/system/inttypes.h 809include/Inventor/system/inttypes.h
668include/Inventor/threads/SbBarrier.h 810include/Inventor/threads/SbBarrier.h
669include/Inventor/threads/SbCondVar.h 811include/Inventor/threads/SbCondVar.h
670include/Inventor/threads/SbFifo.h 812include/Inventor/threads/SbFifo.h
671include/Inventor/threads/SbMutex.h 813include/Inventor/threads/SbMutex.h
672include/Inventor/threads/SbRWMutex.h 814include/Inventor/threads/SbRWMutex.h
673include/Inventor/threads/SbStorage.h 815include/Inventor/threads/SbStorage.h
674include/Inventor/threads/SbThread.h 816include/Inventor/threads/SbThread.h
675include/Inventor/threads/SbThreadAutoLock.h 817include/Inventor/threads/SbThreadAutoLock.h
 818include/Inventor/threads/SbThreadMutex.h
676include/Inventor/threads/SbTypedStorage.h 819include/Inventor/threads/SbTypedStorage.h
 820include/Inventor/tools/SbLazyPimplPtr.h
 821include/Inventor/tools/SbLazyPimplPtr.hpp
 822include/Inventor/tools/SbPimplPtr.h
 823include/Inventor/tools/SbPimplPtr.hpp
 824include/SoDebug.h
677include/SoWinEnterScope.h 825include/SoWinEnterScope.h
678include/SoWinLeaveScope.h 826include/SoWinLeaveScope.h
679lib/libCoin.la 827lib/libCoin.la
 828lib/pkgconfig/Coin.pc
680man/man1/coin-config.1 829man/man1/coin-config.1
681share/Coin/conf/coin-default.cfg 830share/Coin/conf/coin-default.cfg
682share/Coin/draggerDefaults/centerballDragger.iv 831share/Coin/draggerDefaults/centerballDragger.iv
683share/Coin/draggerDefaults/directionalLightDragger.iv 832share/Coin/draggerDefaults/directionalLightDragger.iv
684share/Coin/draggerDefaults/dragPointDragger.iv 833share/Coin/draggerDefaults/dragPointDragger.iv
685share/Coin/draggerDefaults/handleBoxDragger.iv 834share/Coin/draggerDefaults/handleBoxDragger.iv
686share/Coin/draggerDefaults/jackDragger.iv 835share/Coin/draggerDefaults/jackDragger.iv
687share/Coin/draggerDefaults/pointLightDragger.iv 836share/Coin/draggerDefaults/pointLightDragger.iv
688share/Coin/draggerDefaults/rotateCylindricalDragger.iv 837share/Coin/draggerDefaults/rotateCylindricalDragger.iv
689share/Coin/draggerDefaults/rotateDiscDragger.iv 838share/Coin/draggerDefaults/rotateDiscDragger.iv
690share/Coin/draggerDefaults/rotateSphericalDragger.iv 839share/Coin/draggerDefaults/rotateSphericalDragger.iv
691share/Coin/draggerDefaults/scale1Dragger.iv 840share/Coin/draggerDefaults/scale1Dragger.iv
692share/Coin/draggerDefaults/scale2Dragger.iv 841share/Coin/draggerDefaults/scale2Dragger.iv
693share/Coin/draggerDefaults/scale2UniformDragger.iv 842share/Coin/draggerDefaults/scale2UniformDragger.iv
694share/Coin/draggerDefaults/scaleUniformDragger.iv 843share/Coin/draggerDefaults/scaleUniformDragger.iv
695share/Coin/draggerDefaults/spotLightDragger.iv 844share/Coin/draggerDefaults/spotLightDragger.iv
696share/Coin/draggerDefaults/tabBoxDragger.iv 845share/Coin/draggerDefaults/tabBoxDragger.iv
697share/Coin/draggerDefaults/tabPlaneDragger.iv 846share/Coin/draggerDefaults/tabPlaneDragger.iv
698share/Coin/draggerDefaults/trackballDragger.iv 847share/Coin/draggerDefaults/trackballDragger.iv
699share/Coin/draggerDefaults/transformBoxDragger.iv 848share/Coin/draggerDefaults/transformBoxDragger.iv
700share/Coin/draggerDefaults/transformerDragger.iv 849share/Coin/draggerDefaults/transformerDragger.iv
701share/Coin/draggerDefaults/translate1Dragger.iv 850share/Coin/draggerDefaults/translate1Dragger.iv
702share/Coin/draggerDefaults/translate2Dragger.iv 851share/Coin/draggerDefaults/translate2Dragger.iv
 852share/Coin/scxml/navigation/examiner.xml
 853share/Coin/shaders/lights/DirSpotLight.glsl
 854share/Coin/shaders/lights/DirectionalLight.glsl
 855share/Coin/shaders/lights/PointLight.glsl
 856share/Coin/shaders/lights/SpotLight.glsl
 857share/Coin/shaders/vsm/VsmLookup.glsl
703share/aclocal/coin.m4 858share/aclocal/coin.m4

cvs diff -r1.22 -r1.23 pkgsrc/graphics/Coin/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/buildlink3.mk 2013/06/04 22:16:13 1.22
+++ pkgsrc/graphics/Coin/buildlink3.mk 2013/06/11 15:22:47 1.23
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: buildlink3.mk,v 1.22 2013/06/04 22:16:13 tron Exp $ 1# $NetBSD: buildlink3.mk,v 1.23 2013/06/11 15:22:47 ryoon Exp $
2 2
3BUILDLINK_TREE+= Coin 3BUILDLINK_TREE+= Coin
4 4
5.if !defined(COIN_BUILDLINK3_MK) 5.if !defined(COIN_BUILDLINK3_MK)
6COIN_BUILDLINK3_MK:= 6COIN_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.Coin+= Coin>=2.2.1 8BUILDLINK_API_DEPENDS.Coin+= Coin>=3.1.3
9BUILDLINK_ABI_DEPENDS.Coin+= Coin>=2.4.4nb13 9BUILDLINK_ABI_DEPENDS.Coin+= Coin>=3.1.3
10BUILDLINK_PKGSRCDIR.Coin?= ../../graphics/Coin 10BUILDLINK_PKGSRCDIR.Coin?= ../../graphics/Coin
11 11
12.include "../../graphics/simage/buildlink3.mk" 12.include "../../graphics/simage/buildlink3.mk"
13.include "../../graphics/freetype2/buildlink3.mk" 13.include "../../graphics/freetype2/buildlink3.mk"
14.include "../../graphics/glu/buildlink3.mk" 14.include "../../graphics/glu/buildlink3.mk"
15.include "../../x11/libSM/buildlink3.mk" 15.include "../../x11/libSM/buildlink3.mk"
 16.include "../../x11/libXext/buildlink3.mk"
16.endif # COIN_BUILDLINK3_MK 17.endif # COIN_BUILDLINK3_MK
17 18
18BUILDLINK_TREE+= -Coin 19BUILDLINK_TREE+= -Coin

cvs diff -r1.4 -r1.5 pkgsrc/graphics/Coin/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/distinfo 2007/03/08 13:39:21 1.4
+++ pkgsrc/graphics/Coin/distinfo 2013/06/11 15:22:47 1.5
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.4 2007/03/08 13:39:21 rillig Exp $ 1$NetBSD: distinfo,v 1.5 2013/06/11 15:22:47 ryoon Exp $
2 2
3SHA1 (Coin-2.4.4.tar.gz) = 5482b8ad371484ab3194b2bef828297a1b059c33 3SHA1 (Coin-3.1.3.tar.gz) = 8e9f05628461963623686d3ec53102214e233dd1
4RMD160 (Coin-2.4.4.tar.gz) = 6bdeabf38809c2cf0873c85f030fe3392dec89f3 4RMD160 (Coin-3.1.3.tar.gz) = e57fd6a4876a06874429f9ad6b96f166f5609362
5Size (Coin-2.4.4.tar.gz) = 3784368 bytes 5Size (Coin-3.1.3.tar.gz) = 5981534 bytes
6SHA1 (patch-aa) = 1da1a55e083d330cd21e41686a248b7d0ea552c7 6SHA1 (patch-aa) = 9d5e5f1cc46344e2c882059d29625762365d628e
7SHA1 (patch-ab) = c09e209fdece24b844e0e747ab8051bce31cdd27 

cvs diff -r1.4 -r1.5 pkgsrc/graphics/Coin/hacks.mk (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/hacks.mk 2007/02/22 19:26:32 1.4
+++ pkgsrc/graphics/Coin/hacks.mk 2013/06/11 15:22:47 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: hacks.mk,v 1.4 2007/02/22 19:26:32 wiz Exp $ 1# $NetBSD: hacks.mk,v 1.5 2013/06/11 15:22:47 ryoon Exp $
2 2
3.if !defined(COIN_HACKS_MK) 3.if !defined(COIN_HACKS_MK)
4COIN_HACKS_MK= defined 4COIN_HACKS_MK= defined
5 5
6### 6###
7### Compiling Coin on NetBSD with optimization causes an internal 7### Compiling Coin on NetBSD with optimization causes an internal
8### compiler error. This is a workaround for PR toolchain/33097. 8### compiler error. This is a workaround for PR toolchain/33097.
9### Not sure if other platforms have the same issue. 9### Not sure if other platforms have the same issue.
10### 10###
11.if ${OPSYS} == "NetBSD" 11.if ${OPSYS} == "NetBSD" && !empty(CC_VERSION:Mgcc-3.*)
12PKG_HACKS+= optimization 12PKG_HACKS+= optimization
13BUILDLINK_TRANSFORM+= rm:-O[0-9]* 13BUILDLINK_TRANSFORM+= rm:-O[0-9]*
14.endif 14.endif
15 15
16.endif # COIN_HACKS_MK 16.endif # COIN_HACKS_MK

cvs diff -r1.1 -r1.2 pkgsrc/graphics/Coin/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/graphics/Coin/patches/patch-aa 2006/05/14 16:50:54 1.1
+++ pkgsrc/graphics/Coin/patches/patch-aa 2013/06/11 15:22:47 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-aa,v 1.1 2006/05/14 16:50:54 wiz Exp $ 1$NetBSD: patch-aa,v 1.2 2013/06/11 15:22:47 ryoon Exp $
2 2
3--- configure.orig 2005-09-19 21:57:49.000000000 +0000 3--- configure.orig 2010-03-02 13:20:09.000000000 +0000
4+++ configure 4+++ configure
5@@ -25221,7 +25221,7 @@ fi; 5@@ -24066,7 +24066,7 @@ fi
6  6
7 echo "$as_me:$LINENO: checking if user is simian" >&5 7 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if user is simian" >&5
8 echo $ECHO_N "checking if user is simian... $ECHO_C" >&6 8 $as_echo_n "checking if user is simian... " >&6; }
9-case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in 9-case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in
10+case `domainname 2>/dev/null || hostname` in 10+case `domainname 2>/dev/null || hostname` in
11 *.sim.no | sim.no ) 11 *.sim.no | sim.no )
12 sim_ac_simian=true 12 sim_ac_simian=true
13 ;; 13 ;;

File Deleted: pkgsrc/graphics/Coin/patches/Attic/patch-ab