From 6f7c2f028208d4a0c852145eda3b0dbdf5c39fba Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Jan 2003 05:10:18 +0000 Subject: upgrade to 0.9.2 add WWW utilize PORTDOCS, DOCSDIR, DATADIR --- graphics/osg/Makefile | 20 +- graphics/osg/distinfo | 2 +- graphics/osg/files/patch-ab | 11 - graphics/osg/pkg-descr | 2 +- graphics/osg/pkg-plist | 1165 +++++++++++++++++++++++++++---------------- 5 files changed, 759 insertions(+), 441 deletions(-) delete mode 100644 graphics/osg/files/patch-ab (limited to 'graphics/osg') diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 3befaf61f571..26149e45ac06 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -6,9 +6,10 @@ # PORTNAME= osg -PORTVERSION= 0.8.45 +PORTVERSION= 0.9.2 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/download/snapshots/ +DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -18,8 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 -DISTNAME= OpenSceneGraph-${PORTVERSION} - +USE_REINPLACE= yes USE_X_PREFIX= yes USE_MESA= yes INSTALLS_SHLIB= yes @@ -29,10 +29,16 @@ MAKE_ENV= OSGHOME=${WRKSRC} # opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default ALL_TARGET= opt +post-patch: + @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ + -e "s|malloc\.h|stdlib.h|" + post-install: - ${LN} -sf ${PREFIX}/share/osg/bin/sgv ${PREFIX}/bin - ${LN} -sf ${PREFIX}/share/osg/bin/osgconv ${PREFIX}/bin - @${MKDIR} ${DOCSDIR} - ${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} + ${LN} -sf ${DATADIR}/bin/sgv ${PREFIX}/bin + ${LN} -sf ${DATADIR}/bin/osgconv ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} +.endif .include diff --git a/graphics/osg/distinfo b/graphics/osg/distinfo index 765b6a353d43..c6935b370bd1 100644 --- a/graphics/osg/distinfo +++ b/graphics/osg/distinfo @@ -1 +1 @@ -MD5 (OpenSceneGraph-0.8.45.tar.gz) = 2d325c9222ebd55dfb18c13591c82201 +MD5 (OpenSceneGraph-0.9.2.tar.gz) = 11f597bc4e1b1486343eaca2a4bfe940 diff --git a/graphics/osg/files/patch-ab b/graphics/osg/files/patch-ab deleted file mode 100644 index 5517990cb61f..000000000000 --- a/graphics/osg/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/osgDB/ORIG/FileUtils_Unix.cpp Wed Apr 24 10:52:53 2002 -+++ src/osgDB/FileUtils_Unix.cpp Fri May 24 19:19:14 2002 -@@ -30,7 +30,7 @@ - #if defined(__CYGWIN__) - static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; - #else --static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; -+static const char *s_default_dso_path = "/usr/lib/:/usr/X11R6/lib/:"; - #endif // __CYGWIN__ - static char *s_filePath = ".:"; - #endif diff --git a/graphics/osg/pkg-descr b/graphics/osg/pkg-descr index bca74ba52f6d..614609091396 100644 --- a/graphics/osg/pkg-descr +++ b/graphics/osg/pkg-descr @@ -3,4 +3,4 @@ real-time, photo-realistic rendering of large 3D models. Uses range from visual simulation, to scientific modelling, to games, to whatever you can think of! -http://www.openscenegraph.org/ +WWW: http://www.openscenegraph.org/ diff --git a/graphics/osg/pkg-plist b/graphics/osg/pkg-plist index 60cfed550889..4d8a9bdecad7 100644 --- a/graphics/osg/pkg-plist +++ b/graphics/osg/pkg-plist @@ -2,22 +2,30 @@ bin/sgv bin/osgconv include/osg/AlphaFunc include/osg/AnimationPath +include/osg/Array include/osg/Billboard +include/osg/BlendFunc include/osg/BoundingBox include/osg/BoundingSphere include/osg/BoundsChecking include/osg/Camera +include/osg/ClearNode +include/osg/ClipNode include/osg/ClipPlane -include/osg/ClippingVolume +include/osg/CollectOccludersVisitor include/osg/ColorMask include/osg/ColorMatrix +include/osg/ConvexPlanarOccluder +include/osg/ConvexPlanarPolygon include/osg/CopyOp include/osg/CullFace +include/osg/CullStack +include/osg/CullingSet +include/osg/DOFTransform include/osg/Depth include/osg/DisplaySettings include/osg/DrawPixels include/osg/Drawable -include/osg/EarthSky include/osg/Export include/osg/Fog include/osg/FrameStamp @@ -27,6 +35,7 @@ include/osg/GLExtensions include/osg/GLU include/osg/GeoSet include/osg/Geode +include/osg/Geometry include/osg/Group include/osg/Image include/osg/Impostor @@ -41,21 +50,30 @@ include/osg/LineWidth include/osg/Material include/osg/Math include/osg/Matrix +include/osg/MatrixTransform include/osg/MemoryManager include/osg/Node include/osg/NodeCallback include/osg/NodeVisitor include/osg/Notify include/osg/Object +include/osg/OccluderNode include/osg/Plane include/osg/Point include/osg/PolygonMode include/osg/PolygonOffset +include/osg/PolygonStipple +include/osg/Polytope include/osg/PositionAttitudeTransform +include/osg/PrimitiveSet include/osg/Projection include/osg/Quat include/osg/Referenced +include/osg/Sequence include/osg/ShadeModel +include/osg/ShadowVolumeOccluder +include/osg/Shape +include/osg/ShapeDrawable include/osg/State include/osg/StateAttribute include/osg/StateSet @@ -63,19 +81,26 @@ include/osg/Statistics include/osg/Stencil include/osg/Switch include/osg/TexEnv +include/osg/TexEnvCombine include/osg/TexGen include/osg/TexMat include/osg/Texture +include/osg/Texture1D +include/osg/Texture2D +include/osg/Texture3D include/osg/TextureCubeMap include/osg/Timer include/osg/Transform -include/osg/Transparency include/osg/Types +include/osg/UByte4 +include/osg/UnitTestFramework include/osg/Vec2 include/osg/Vec3 include/osg/Vec4 include/osg/Version include/osg/Viewport +include/osg/buffered_value +include/osg/fast_back_stack include/osg/ref_ptr include/osgDB/DotOsgWrapper include/osgDB/DynamicLibrary @@ -92,32 +117,71 @@ include/osgDB/ReaderWriter include/osgDB/Registry include/osgDB/Version include/osgDB/WriteFile +include/osgGA/AnimationPathManipulator +include/osgGA/CameraManipulator +include/osgGA/DriveManipulator +include/osgGA/Export +include/osgGA/FlightManipulator +include/osgGA/GUIActionAdapter +include/osgGA/GUIEventAdapter +include/osgGA/GUIEventHandler +include/osgGA/GUIEventHandlerVisitor +include/osgGA/KeySwitchCameraManipulator +include/osgGA/SetSceneViewVisitor +include/osgGA/StateSetManipulator +include/osgGA/TrackballManipulator +include/osgGA/Version include/osgGLUT/Export include/osgGLUT/GLUTEventAdapter include/osgGLUT/Version include/osgGLUT/Viewer include/osgGLUT/Window include/osgGLUT/glut +include/osgParticle/AccelOperator +include/osgParticle/CenteredPlacer +include/osgParticle/Counter +include/osgParticle/Emitter +include/osgParticle/Export +include/osgParticle/FluidFrictionOperator +include/osgParticle/ForceOperator +include/osgParticle/Interpolator +include/osgParticle/LinearInterpolator +include/osgParticle/ModularEmitter +include/osgParticle/ModularProgram +include/osgParticle/MultiSegmentPlacer +include/osgParticle/Operator +include/osgParticle/Particle +include/osgParticle/ParticleProcessor +include/osgParticle/ParticleSystem +include/osgParticle/ParticleSystemUpdater +include/osgParticle/Placer +include/osgParticle/PointPlacer +include/osgParticle/Program +include/osgParticle/RadialShooter +include/osgParticle/RandomRateCounter +include/osgParticle/SectorPlacer +include/osgParticle/SegmentPlacer +include/osgParticle/Shooter +include/osgParticle/VariableRateCounter +include/osgParticle/Version +include/osgParticle/range include/osgText/Export include/osgText/Font include/osgText/Paragraph include/osgText/Text include/osgText/Version include/osgUtil/AppVisitor -include/osgUtil/CameraManipulator +include/osgUtil/CubeMapGenerator include/osgUtil/CullVisitor -include/osgUtil/DepthSortedBin include/osgUtil/DisplayListVisitor include/osgUtil/DisplayRequirementsVisitor -include/osgUtil/DriveManipulator include/osgUtil/Export -include/osgUtil/FlightManipulator -include/osgUtil/GUIActionAdapter -include/osgUtil/GUIEventAdapter -include/osgUtil/GUIEventHandler +include/osgUtil/HalfWayMapGenerator +include/osgUtil/HighlightMapGenerator include/osgUtil/InsertImpostorsVisitor include/osgUtil/IntersectVisitor include/osgUtil/Optimizer +include/osgUtil/ReflectionMapGenerator include/osgUtil/RenderBin include/osgUtil/RenderGraph include/osgUtil/RenderLeaf @@ -125,11 +189,8 @@ include/osgUtil/RenderStage include/osgUtil/RenderStageLighting include/osgUtil/RenderToTextureStage include/osgUtil/SceneView -include/osgUtil/SceneViewManipulator include/osgUtil/SmoothingVisitor -include/osgUtil/StateSetManipulator include/osgUtil/Tesselator -include/osgUtil/TrackballManipulator include/osgUtil/TransformCallback include/osgUtil/TriStripVisitor include/osgUtil/Version @@ -141,15 +202,21 @@ lib/libosgText.so lib/libosgUtil.so lib/osgPlugins/.README lib/osgPlugins/osgdb_3ds.so +lib/osgPlugins/osgdb_ac.so lib/osgPlugins/osgdb_bmp.so lib/osgPlugins/osgdb_dw.so lib/osgPlugins/osgdb_dx.so lib/osgPlugins/osgdb_flt.so +lib/osgPlugins/osgdb_geo.so lib/osgPlugins/osgdb_gif.so +lib/osgPlugins/osgdb_iv.so lib/osgPlugins/osgdb_jpeg.so +lib/osgPlugins/osgdb_logo.so lib/osgPlugins/osgdb_lwo.so lib/osgPlugins/osgdb_obj.so lib/osgPlugins/osgdb_osg.so +lib/osgPlugins/osgdb_osgParticle.so +lib/osgPlugins/osgdb_osgText.so lib/osgPlugins/osgdb_osgtgz.so lib/osgPlugins/osgdb_pic.so lib/osgPlugins/osgdb_png.so @@ -159,417 +226,673 @@ lib/osgPlugins/osgdb_tgz.so lib/osgPlugins/osgdb_tiff.so lib/osgPlugins/osgdb_txp.so lib/osgPlugins/osgdb_zip.so -share/osg/bin/.README -share/osg/bin/osgbillboard -share/osg/bin/osgcluster -share/osg/bin/osgconv -share/osg/bin/osgcopy -share/osg/bin/osgcube -share/osg/bin/osghangglide -share/osg/bin/osghud -share/osg/bin/osgimpostor -share/osg/bin/osgreflect -share/osg/bin/osgscribe -share/osg/bin/osgstereoimage -share/osg/bin/osgtext -share/osg/bin/osgtexture -share/osg/bin/osgversion -share/osg/bin/osgviews -share/osg/bin/sgv -share/osg/src/Make/makedefs -share/osg/src/Make/makerules -share/osg/src/demos/hangglide/GliderManipulator.cpp -share/osg/src/demos/hangglide/GliderManipulator.h -share/osg/src/demos/hangglide/Makefile -share/osg/src/demos/hangglide/ReaderWriterFLY.cpp -share/osg/src/demos/hangglide/base.cpp -share/osg/src/demos/hangglide/hangglide.cpp -share/osg/src/demos/hangglide/hat.cpp -share/osg/src/demos/hangglide/hat.h -share/osg/src/demos/hangglide/sky.cpp -share/osg/src/demos/hangglide/tank.cpp -share/osg/src/demos/hangglide/terrain.cpp -share/osg/src/demos/hangglide/terrain_coords.h -share/osg/src/demos/hangglide/terrain_normals.h -share/osg/src/demos/hangglide/terrain_texcoords.h -share/osg/src/demos/hangglide/trees.cpp -share/osg/src/demos/osgbillboard/Makefile -share/osg/src/demos/osgbillboard/osgbillboard.cpp -share/osg/src/demos/osgcluster/Makefile -share/osg/src/demos/osgcluster/broadcaster.cpp -share/osg/src/demos/osgcluster/broadcaster.h -share/osg/src/demos/osgcluster/osgcluster.cpp -share/osg/src/demos/osgcluster/receiver.cpp -share/osg/src/demos/osgcluster/receiver.h -share/osg/src/demos/osgconv/Makefile -share/osg/src/demos/osgconv/OrientationConverter.cpp -share/osg/src/demos/osgconv/OrientationConverter.h -share/osg/src/demos/osgconv/osgconv.cpp -share/osg/src/demos/osgcopy/Makefile -share/osg/src/demos/osgcopy/osgcopy.cpp -share/osg/src/demos/osgcube/Makefile -share/osg/src/demos/osgcube/osgcube.cpp -share/osg/src/demos/osghud/Makefile -share/osg/src/demos/osghud/osghud.cpp -share/osg/src/demos/osgimpostor/Makefile -share/osg/src/demos/osgimpostor/osgimpostor.cpp -share/osg/src/demos/osgreflect/Makefile -share/osg/src/demos/osgreflect/osgreflect.cpp -share/osg/src/demos/osgscribe/Makefile -share/osg/src/demos/osgscribe/osgscribe.cpp -share/osg/src/demos/osgstereoimage/Makefile -share/osg/src/demos/osgstereoimage/osgstereoimage.cpp -share/osg/src/demos/osgtext/Makefile -share/osg/src/demos/osgtext/main.cpp -share/osg/src/demos/osgtexture/Makefile -share/osg/src/demos/osgtexture/osgtexture.cpp -share/osg/src/demos/osgversion/Makefile -share/osg/src/demos/osgversion/osgversion.cpp -share/osg/src/demos/osgviews/Makefile -share/osg/src/demos/osgviews/osgviews.cpp -share/osg/src/demos/sgv/Makefile -share/osg/src/demos/sgv/sgv.cpp -share/doc/osg/Doxyfiles/all_Doxyfile -share/doc/osg/Doxyfiles/auto_Doxyfile -share/doc/osg/Doxyfiles/auto_Mainpage -share/doc/osg/Doxyfiles/core_Doxyfile -share/doc/osg/Doxyfiles/custom_Footer.html -share/doc/osg/MindMaps/DesignPatterns.mmp -share/doc/osg/MindMaps/DesignPatterns/DesignPatterns.gif -share/doc/osg/MindMaps/DesignPatterns/DesignPatterns.html -share/doc/osg/MindMaps/Mission.mmp -share/doc/osg/MindMaps/Mission/Mission.gif -share/doc/osg/MindMaps/Mission/Mission.html -share/doc/osg/UML/osg.png -share/doc/osg/UML/osgutils.png -share/doc/osg/contents.html -share/doc/osg/data.html -share/doc/osg/demos.html -share/doc/osg/dependencies.html -share/doc/osg/doc++/osg/AlphaFunc.html -share/doc/osg/doc++/osg/AnimationPath.html -share/doc/osg/doc++/osg/AttributeFunctor.html -share/doc/osg/doc++/osg/Billboard.html -share/doc/osg/doc++/osg/BoundingBox.html -share/doc/osg/doc++/osg/BoundingSphere.html -share/doc/osg/doc++/osg/COMPARE_StateAttribute_Parameter.html -share/doc/osg/doc++/osg/COMPARE_StateAttribute_Types.html -share/doc/osg/doc++/osg/Camera.html -share/doc/osg/doc++/osg/ClassGraph.class -share/doc/osg/doc++/osg/ClassGraphPanel.class -share/doc/osg/doc++/osg/ClassLayout.class -share/doc/osg/doc++/osg/ClipPlane.html -share/doc/osg/doc++/osg/ClippingVolume.html -share/doc/osg/doc++/osg/ColorMask.html -share/doc/osg/doc++/osg/ColorMatrix.html -share/doc/osg/doc++/osg/CopyOp.html -share/doc/osg/doc++/osg/CullFace.html -share/doc/osg/doc++/osg/Depth.html -share/doc/osg/doc++/osg/DisplaySettings.html -share/doc/osg/doc++/osg/DrawPixels.html -share/doc/osg/doc++/osg/Drawable.html -share/doc/osg/doc++/osg/EarthSky.html -share/doc/osg/doc++/osg/Fog.html -share/doc/osg/doc++/osg/FrameStamp.html -share/doc/osg/doc++/osg/FrontFace.html -share/doc/osg/doc++/osg/General.html -share/doc/osg/doc++/osg/GeoSet.html -share/doc/osg/doc++/osg/Geode.html -share/doc/osg/doc++/osg/Group.html -share/doc/osg/doc++/osg/HIER.html -share/doc/osg/doc++/osg/HIERjava.html -share/doc/osg/doc++/osg/Image.html -share/doc/osg/doc++/osg/Impostor.html -share/doc/osg/doc++/osg/ImpostorSprite.html -share/doc/osg/doc++/osg/ImpostorSpriteManager.html -share/doc/osg/doc++/osg/LOD.html -share/doc/osg/doc++/osg/Light.html -share/doc/osg/doc++/osg/LightModel.html -share/doc/osg/doc++/osg/LightSource.html -share/doc/osg/doc++/osg/LineSegment.html -share/doc/osg/doc++/osg/LineStipple.html -share/doc/osg/doc++/osg/LineWidth.html -share/doc/osg/doc++/osg/METANODE.html -share/doc/osg/doc++/osg/METAOBJ.html -share/doc/osg/doc++/osg/META_Node.html -share/doc/osg/doc++/osg/META_Object.html -share/doc/osg/doc++/osg/META_StateAttribute.html -share/doc/osg/doc++/osg/Material.html -share/doc/osg/doc++/osg/Matrix.html -share/doc/osg/doc++/osg/MatrixMode.html -share/doc/osg/doc++/osg/MatrixNew.html -share/doc/osg/doc++/osg/MatrixNewProduct.html -share/doc/osg/doc++/osg/MatrixOld.html -share/doc/osg/doc++/osg/MatrixProduct.html -share/doc/osg/doc++/osg/MemoryAdapter.html -share/doc/osg/doc++/osg/NavigatorButton.class -share/doc/osg/doc++/osg/Node.html -share/doc/osg/doc++/osg/NodeAcceptOp.html -share/doc/osg/doc++/osg/NodeCallback.html -share/doc/osg/doc++/osg/NodePath.html -share/doc/osg/doc++/osg/NodeVisitor.html -share/doc/osg/doc++/osg/NotifySeverity.html -share/doc/osg/doc++/osg/OSG_GL_DEBUG.html -share/doc/osg/doc++/osg/OSG_NODECALLBACK.html -share/doc/osg/doc++/osg/Object.html -share/doc/osg/doc++/osg/Plane.html -share/doc/osg/doc++/osg/Point.html -share/doc/osg/doc++/osg/PolygonMode.html -share/doc/osg/doc++/osg/PolygonOffset.html -share/doc/osg/doc++/osg/PositionAttitudeTransform.html -share/doc/osg/doc++/osg/Projection.html -share/doc/osg/doc++/osg/Quat.html -share/doc/osg/doc++/osg/Referenced.html -share/doc/osg/doc++/osg/ShadeModel.html -share/doc/osg/doc++/osg/State.html -share/doc/osg/doc++/osg/StateAttribute.html -share/doc/osg/doc++/osg/StateSet.html -share/doc/osg/doc++/osg/Statistics.html -share/doc/osg/doc++/osg/Stencil.html -share/doc/osg/doc++/osg/Switch.html -share/doc/osg/doc++/osg/TexEnv.html -share/doc/osg/doc++/osg/TexGen.html -share/doc/osg/doc++/osg/TexMat.html -share/doc/osg/doc++/osg/Texture.html -share/doc/osg/doc++/osg/TextureCubeMap.html -share/doc/osg/doc++/osg/Timer.html -share/doc/osg/doc++/osg/Transform.html -share/doc/osg/doc++/osg/Transparency.html -share/doc/osg/doc++/osg/Vec2.html -share/doc/osg/doc++/osg/Vec3.html -share/doc/osg/doc++/osg/Vec4.html -share/doc/osg/doc++/osg/Viewport.html -share/doc/osg/doc++/osg/clampArray3BetweenRange.html -share/doc/osg/doc++/osg/clampArray3GEQUAL.html -share/doc/osg/doc++/osg/clampArray3LEQUAL.html -share/doc/osg/doc++/osg/clampArray4BetweenRange.html -share/doc/osg/doc++/osg/clampArray4GEQUAL.html -share/doc/osg/doc++/osg/clampArray4LEQUAL.html -share/doc/osg/doc++/osg/clampArrayElementBetweenRange.html -share/doc/osg/doc++/osg/clampArrayElementGEQUAL.html -share/doc/osg/doc++/osg/clampArrayElementLEQUAL.html -share/doc/osg/doc++/osg/clampArrayElementsBetweenRange.html -share/doc/osg/doc++/osg/clampArrayElementsGEQUAL.html -share/doc/osg/doc++/osg/clampArrayElementsLEQUAL.html -share/doc/osg/doc++/osg/clampBetweenRange.html -share/doc/osg/doc++/osg/clampGEQUAL.html -share/doc/osg/doc++/osg/clampLEQUAL.html -share/doc/osg/doc++/osg/createGeodeForImage.2.html -share/doc/osg/doc++/osg/createGeodeForImage.html -share/doc/osg/doc++/osg/for_each_triangle.html -share/doc/osg/doc++/osg/g_NotifyInit.html -share/doc/osg/doc++/osg/g_NotifyLevel.html -share/doc/osg/doc++/osg/g_NotifyNulStream.html -share/doc/osg/doc++/osg/getGLExtensionFuncPtr.html -share/doc/osg/doc++/osg/getNotifyLevel.html -share/doc/osg/doc++/osg/icon1.gif -share/doc/osg/doc++/osg/icon2.gif -share/doc/osg/doc++/osg/index.html -share/doc/osg/doc++/osg/initNotifyLevel.html -share/doc/osg/doc++/osg/isGLExtensionSupported.html -share/doc/osg/doc++/osg/mem_ptr.html -share/doc/osg/doc++/osg/notify.html -share/doc/osg/doc++/osg/osg.html -share/doc/osg/doc++/osg/osgGetLibraryName.html -share/doc/osg/doc++/osg/osgGetVersion.html -share/doc/osg/doc++/osg/ref_ptr.html -share/doc/osg/doc++/osg/setNotifyLevel.html -share/doc/osg/doc++/osg/tag_au.html -share/doc/osg/doc++/osgDB/ClassGraph.class -share/doc/osg/doc++/osgDB/ClassGraphPanel.class -share/doc/osg/doc++/osgDB/ClassLayout.class -share/doc/osg/doc++/osgDB/DirectoryContents.html -share/doc/osg/doc++/osgDB/DotOsgWrapper.html -share/doc/osg/doc++/osgDB/DynamicLibrary.html -share/doc/osg/doc++/osgDB/Field.html -share/doc/osg/doc++/osgDB/FieldReader.html -share/doc/osg/doc++/osgDB/FieldReaderIterator.html -share/doc/osg/doc++/osgDB/General.html -share/doc/osg/doc++/osgDB/HIER.html -share/doc/osg/doc++/osgDB/HIERjava.html -share/doc/osg/doc++/osgDB/Input.html -share/doc/osg/doc++/osgDB/NavigatorButton.class -share/doc/osg/doc++/osgDB/Options.html -share/doc/osg/doc++/osgDB/Output.html -share/doc/osg/doc++/osgDB/ReadResult.html -share/doc/osg/doc++/osgDB/ReaderWriter.html -share/doc/osg/doc++/osgDB/RegisterDotOsgWrapperProxy.html -share/doc/osg/doc++/osgDB/RegisterReaderWriterProxy.html -share/doc/osg/doc++/osgDB/Registry.html -share/doc/osg/doc++/osgDB/WriteResult.html -share/doc/osg/doc++/osgDB/findDSO.html -share/doc/osg/doc++/osgDB/findFile.html -share/doc/osg/doc++/osgDB/findFileInDirectory.html -share/doc/osg/doc++/osgDB/findFileInPath.html -share/doc/osg/doc++/osgDB/getDirectoryContents.html -share/doc/osg/doc++/osgDB/getFilePath.html -share/doc/osg/doc++/osgDB/icon1.gif -share/doc/osg/doc++/osgDB/icon2.gif -share/doc/osg/doc++/osgDB/index.html -share/doc/osg/doc++/osgDB/initFilePath.html -share/doc/osg/doc++/osgDB/osgDB.html -share/doc/osg/doc++/osgDB/osgDBGetLibraryName.html -share/doc/osg/doc++/osgDB/osgDBGetVersion.html -share/doc/osg/doc++/osgDB/readCommandLine.html -share/doc/osg/doc++/osgDB/readImageFile.html -share/doc/osg/doc++/osgDB/readNodeFile.html -share/doc/osg/doc++/osgDB/readNodeFiles.html -share/doc/osg/doc++/osgDB/readObjectFile.html -share/doc/osg/doc++/osgDB/setFilePath.html -share/doc/osg/doc++/osgDB/writeImageFile.html -share/doc/osg/doc++/osgDB/writeNodeFile.html -share/doc/osg/doc++/osgDB/writeObjectFile.html -share/doc/osg/doc++/osgGLUT/ClassGraph.class -share/doc/osg/doc++/osgGLUT/ClassGraphPanel.class -share/doc/osg/doc++/osgGLUT/ClassLayout.class -share/doc/osg/doc++/osgGLUT/GLUTEventAdapter.html -share/doc/osg/doc++/osgGLUT/General.html -share/doc/osg/doc++/osgGLUT/HIER.html -share/doc/osg/doc++/osgGLUT/HIERjava.html -share/doc/osg/doc++/osgGLUT/NavigatorButton.class -share/doc/osg/doc++/osgGLUT/Viewer.html -share/doc/osg/doc++/osgGLUT/Window.html -share/doc/osg/doc++/osgGLUT/icon1.gif -share/doc/osg/doc++/osgGLUT/icon2.gif -share/doc/osg/doc++/osgGLUT/index.html -share/doc/osg/doc++/osgGLUT/osgGLUT.html -share/doc/osg/doc++/osgGLUT/osgGLUTGetLibraryName.html -share/doc/osg/doc++/osgGLUT/osgGLUTGetVersion.html -share/doc/osg/doc++/osgText/BitmapFont.html -share/doc/osg/doc++/osgText/ClassGraph.class -share/doc/osg/doc++/osgText/ClassGraphPanel.class -share/doc/osg/doc++/osgText/ClassLayout.class -share/doc/osg/doc++/osgText/Font.html -share/doc/osg/doc++/osgText/General.html -share/doc/osg/doc++/osgText/HIER.html -share/doc/osg/doc++/osgText/HIERjava.html -share/doc/osg/doc++/osgText/META_Font.html -share/doc/osg/doc++/osgText/NavigatorButton.class -share/doc/osg/doc++/osgText/OutlineFont.html -share/doc/osg/doc++/osgText/Paragraph.html -share/doc/osg/doc++/osgText/PixmapFont.html -share/doc/osg/doc++/osgText/PolygonFont.html -share/doc/osg/doc++/osgText/RasterFont.html -share/doc/osg/doc++/osgText/Text.html -share/doc/osg/doc++/osgText/TextureFont.html -share/doc/osg/doc++/osgText/VectorFont.html -share/doc/osg/doc++/osgText/icon1.gif -share/doc/osg/doc++/osgText/icon2.gif -share/doc/osg/doc++/osgText/index.html -share/doc/osg/doc++/osgText/osgText.html -share/doc/osg/doc++/osgText/osgTextGetLibraryName.html -share/doc/osg/doc++/osgText/osgTextGetVersion.html -share/doc/osg/doc++/osgUtil/AppVisitor.html -share/doc/osg/doc++/osgUtil/BufferRequirementsVisitor.html -share/doc/osg/doc++/osgUtil/CameraManipulator.html -share/doc/osg/doc++/osgUtil/ClassGraph.class -share/doc/osg/doc++/osgUtil/ClassGraphPanel.class -share/doc/osg/doc++/osgUtil/ClassLayout.class -share/doc/osg/doc++/osgUtil/CombineLODsVisitor.html -share/doc/osg/doc++/osgUtil/CullVisitor.html -share/doc/osg/doc++/osgUtil/DepthSortedBin.html -share/doc/osg/doc++/osgUtil/DisplayListVisitor.html -share/doc/osg/doc++/osgUtil/DisplayRequirementsVisitor.html -share/doc/osg/doc++/osgUtil/DriveManipulator.html -share/doc/osg/doc++/osgUtil/FlattenStaticTransformsVisitor.html -share/doc/osg/doc++/osgUtil/FlightManipulator.html -share/doc/osg/doc++/osgUtil/GUIActionAdapter.html -share/doc/osg/doc++/osgUtil/GUIEventAdapter.html -share/doc/osg/doc++/osgUtil/GUIEventHandler.html -share/doc/osg/doc++/osgUtil/General.html -share/doc/osg/doc++/osgUtil/HIER.html -share/doc/osg/doc++/osgUtil/HIERjava.html -share/doc/osg/doc++/osgUtil/Hit.html -share/doc/osg/doc++/osgUtil/InsertImpostorsVisitor.html -share/doc/osg/doc++/osgUtil/IntersectState.html -share/doc/osg/doc++/osgUtil/IntersectVisitor.html -share/doc/osg/doc++/osgUtil/NavigatorButton.class -share/doc/osg/doc++/osgUtil/OptimizeStateVisitor.html -share/doc/osg/doc++/osgUtil/OptimizeVisitor.html -share/doc/osg/doc++/osgUtil/Optimizer.html -share/doc/osg/doc++/osgUtil/RegisterRenderBinProxy.html -share/doc/osg/doc++/osgUtil/RemoveRedundentNodesVisitor.html -share/doc/osg/doc++/osgUtil/RenderBin.html -share/doc/osg/doc++/osgUtil/RenderGraph.html -share/doc/osg/doc++/osgUtil/RenderLeaf.html -share/doc/osg/doc++/osgUtil/RenderStage.html -share/doc/osg/doc++/osgUtil/RenderStageLighting.html -share/doc/osg/doc++/osgUtil/RenderToTextureStage.html -share/doc/osg/doc++/osgUtil/SceneView.html -share/doc/osg/doc++/osgUtil/SceneViewManipulator.html -share/doc/osg/doc++/osgUtil/SmoothingVisitor.html -share/doc/osg/doc++/osgUtil/StateSetManipulator.html -share/doc/osg/doc++/osgUtil/StateVisitor.html -share/doc/osg/doc++/osgUtil/Statistics.html -share/doc/osg/doc++/osgUtil/Tesselator.html -share/doc/osg/doc++/osgUtil/TrackballManipulator.html -share/doc/osg/doc++/osgUtil/TransformCallback.html -share/doc/osg/doc++/osgUtil/TriStripVisitor.html -share/doc/osg/doc++/osgUtil/VisualsRequirementsVisitor.html -share/doc/osg/doc++/osgUtil/icon1.gif -share/doc/osg/doc++/osgUtil/icon2.gif -share/doc/osg/doc++/osgUtil/index.html -share/doc/osg/doc++/osgUtil/osgUtil.html -share/doc/osg/doc++/osgUtil/osgUtilGetLibraryName.html -share/doc/osg/doc++/osgUtil/osgUtilGetVersion.html -share/doc/osg/documentation.html -share/doc/osg/images/OpenSceneGraphBanner_Distribution.jpg -share/doc/osg/images/hangglide.jpg -share/doc/osg/images/osgbillboard.jpg -share/doc/osg/images/osgcube.jpg -share/doc/osg/images/osghud.jpg -share/doc/osg/images/osgimpostor.jpg -share/doc/osg/images/osgreflect.jpg -share/doc/osg/images/osgscribe.jpg -share/doc/osg/images/osgstereoimage.jpg -share/doc/osg/images/osgtext.jpg -share/doc/osg/images/osgtexture.jpg -share/doc/osg/images/osgviews.jpg -share/doc/osg/images/sgv_cow.jpg -share/doc/osg/images/sgv_stereo.jpg -share/doc/osg/index.html -share/doc/osg/install.html -share/doc/osg/introduction.html -share/doc/osg/plan.html -share/doc/osg/sgv.html -share/doc/osg/stereo.html @dirrm include/osg @dirrm include/osgDB @dirrm include/osgGLUT @dirrm include/osgText @dirrm include/osgUtil @dirrm lib/osgPlugins -@dirrm share/osg/bin -@dirrm share/osg/src/Make -@dirrm share/osg/src/demos/hangglide -@dirrm share/osg/src/demos/osgbillboard -@dirrm share/osg/src/demos/osgcluster -@dirrm share/osg/src/demos/osgconv -@dirrm share/osg/src/demos/osgcopy -@dirrm share/osg/src/demos/osgcube -@dirrm share/osg/src/demos/osghud -@dirrm share/osg/src/demos/osgimpostor -@dirrm share/osg/src/demos/osgreflect -@dirrm share/osg/src/demos/osgscribe -@dirrm share/osg/src/demos/osgstereoimage -@dirrm share/osg/src/demos/osgtext -@dirrm share/osg/src/demos/osgtexture -@dirrm share/osg/src/demos/osgversion -@dirrm share/osg/src/demos/osgviews -@dirrm share/osg/src/demos/sgv -@dirrm share/osg/src/demos -@dirrm share/osg/src -@dirrm share/osg -@dirrm share/doc/osg/Doxyfiles -@dirrm share/doc/osg/MindMaps/DesignPatterns -@dirrm share/doc/osg/MindMaps/Mission -@dirrm share/doc/osg/MindMaps -@dirrm share/doc/osg/UML -@dirrm share/doc/osg/doc++/osg -@dirrm share/doc/osg/doc++/osgDB -@dirrm share/doc/osg/doc++/osgGLUT -@dirrm share/doc/osg/doc++/osgText -@dirrm share/doc/osg/doc++/osgUtil -@dirrm share/doc/osg/doc++ -@dirrm share/doc/osg/images -@dirrm share/doc/osg +%%DATADIR%%/bin/.README +%%DATADIR%%/bin/osganimate +%%DATADIR%%/bin/osgbillboard +%%DATADIR%%/bin/osgcallback +%%DATADIR%%/bin/osgclip +%%DATADIR%%/bin/osgcluster +%%DATADIR%%/bin/osgconv +%%DATADIR%%/bin/osgcopy +%%DATADIR%%/bin/osgcube +%%DATADIR%%/bin/osgcubemap +%%DATADIR%%/bin/osggeodemo +%%DATADIR%%/bin/osggeometry +%%DATADIR%%/bin/osghangglide +%%DATADIR%%/bin/osghud +%%DATADIR%%/bin/osgimpostor +%%DATADIR%%/bin/osglight +%%DATADIR%%/bin/osgmultitexture +%%DATADIR%%/bin/osgoccluder +%%DATADIR%%/bin/osgparticle +%%DATADIR%%/bin/osgprerender +%%DATADIR%%/bin/osgreflect +%%DATADIR%%/bin/osgscribe +%%DATADIR%%/bin/osgsequence +%%DATADIR%%/bin/osgshape +%%DATADIR%%/bin/osgstereoimage +%%DATADIR%%/bin/osgteapot +%%DATADIR%%/bin/osgtext +%%DATADIR%%/bin/osgtexture1D +%%DATADIR%%/bin/osgtexture2D +%%DATADIR%%/bin/osgtexture3D +%%DATADIR%%/bin/osgunittests +%%DATADIR%%/bin/osgversion +%%DATADIR%%/bin/osgviews +%%DATADIR%%/bin/sgv +%%DATADIR%%/src/Make/makedefs +%%DATADIR%%/src/Make/makerules +%%DATADIR%%/src/demos/osganimate/Makefile +%%DATADIR%%/src/demos/osganimate/osganimate.cpp +%%DATADIR%%/src/demos/osgbillboard/Makefile +%%DATADIR%%/src/demos/osgbillboard/osgbillboard.cpp +%%DATADIR%%/src/demos/osgcallback/Makefile +%%DATADIR%%/src/demos/osgcallback/osgcallback.cpp +%%DATADIR%%/src/demos/osgclip/Makefile +%%DATADIR%%/src/demos/osgclip/osgclip.cpp +%%DATADIR%%/src/demos/osgcluster/Makefile +%%DATADIR%%/src/demos/osgcluster/broadcaster.cpp +%%DATADIR%%/src/demos/osgcluster/broadcaster.h +%%DATADIR%%/src/demos/osgcluster/osgcluster.cpp +%%DATADIR%%/src/demos/osgcluster/receiver.cpp +%%DATADIR%%/src/demos/osgcluster/receiver.h +%%DATADIR%%/src/demos/osgconv/Makefile +%%DATADIR%%/src/demos/osgconv/OrientationConverter.cpp +%%DATADIR%%/src/demos/osgconv/OrientationConverter.h +%%DATADIR%%/src/demos/osgconv/osgconv.cpp +%%DATADIR%%/src/demos/osgcopy/Makefile +%%DATADIR%%/src/demos/osgcopy/osgcopy.cpp +%%DATADIR%%/src/demos/osgcube/Makefile +%%DATADIR%%/src/demos/osgcube/osgcube.cpp +%%DATADIR%%/src/demos/osgcubemap/Makefile +%%DATADIR%%/src/demos/osgcubemap/osgcubemap.cpp +%%DATADIR%%/src/demos/osggeodemo/Makefile +%%DATADIR%%/src/demos/osggeodemo/osggeodemo.cpp +%%DATADIR%%/src/demos/osggeometry/Makefile +%%DATADIR%%/src/demos/osggeometry/osggeometry.cpp +%%DATADIR%%/src/demos/osghangglide/GliderManipulator.cpp +%%DATADIR%%/src/demos/osghangglide/GliderManipulator.h +%%DATADIR%%/src/demos/osghangglide/Makefile +%%DATADIR%%/src/demos/osghangglide/ReaderWriterFLY.cpp +%%DATADIR%%/src/demos/osghangglide/base.cpp +%%DATADIR%%/src/demos/osghangglide/hat.cpp +%%DATADIR%%/src/demos/osghangglide/hat.h +%%DATADIR%%/src/demos/osghangglide/osghangglide.cpp +%%DATADIR%%/src/demos/osghangglide/sky.cpp +%%DATADIR%%/src/demos/osghangglide/tank.cpp +%%DATADIR%%/src/demos/osghangglide/terrain.cpp +%%DATADIR%%/src/demos/osghangglide/terrain_coords.h +%%DATADIR%%/src/demos/osghangglide/terrain_normals.h +%%DATADIR%%/src/demos/osghangglide/terrain_texcoords.h +%%DATADIR%%/src/demos/osghangglide/trees.cpp +%%DATADIR%%/src/demos/osghud/Makefile +%%DATADIR%%/src/demos/osghud/osghud.cpp +%%DATADIR%%/src/demos/osgimpostor/Makefile +%%DATADIR%%/src/demos/osgimpostor/TestManipulator.cpp +%%DATADIR%%/src/demos/osgimpostor/osgimpostor.cpp +%%DATADIR%%/src/demos/osglight/Makefile +%%DATADIR%%/src/demos/osglight/osglight.cpp +%%DATADIR%%/src/demos/osgmultitexture/Makefile +%%DATADIR%%/src/demos/osgmultitexture/osgmultitexture.cpp +%%DATADIR%%/src/demos/osgoccluder/Makefile +%%DATADIR%%/src/demos/osgoccluder/osgoccluder.cpp +%%DATADIR%%/src/demos/osgparticle/Makefile +%%DATADIR%%/src/demos/osgparticle/osgparticle.cpp +%%DATADIR%%/src/demos/osgprerender/Makefile +%%DATADIR%%/src/demos/osgprerender/osgprerender.cpp +%%DATADIR%%/src/demos/osgreflect/Makefile +%%DATADIR%%/src/demos/osgreflect/osgreflect.cpp +%%DATADIR%%/src/demos/osgscribe/Makefile +%%DATADIR%%/src/demos/osgscribe/osgscribe.cpp +%%DATADIR%%/src/demos/osgsequence/Makefile +%%DATADIR%%/src/demos/osgsequence/osgsequence.cpp +%%DATADIR%%/src/demos/osgshape/Makefile +%%DATADIR%%/src/demos/osgshape/osgshape.cpp +%%DATADIR%%/src/demos/osgstereoimage/Makefile +%%DATADIR%%/src/demos/osgstereoimage/osgstereoimage.cpp +%%DATADIR%%/src/demos/osgteapot/Makefile +%%DATADIR%%/src/demos/osgteapot/osgteapot.cpp +%%DATADIR%%/src/demos/osgtext/Makefile +%%DATADIR%%/src/demos/osgtext/main.cpp +%%DATADIR%%/src/demos/osgtexture1D/Makefile +%%DATADIR%%/src/demos/osgtexture1D/osgtexture1D.cpp +%%DATADIR%%/src/demos/osgtexture2D/Makefile +%%DATADIR%%/src/demos/osgtexture2D/osgtexture2D.cpp +%%DATADIR%%/src/demos/osgtexture3D/Makefile +%%DATADIR%%/src/demos/osgtexture3D/osgtexture3D.cpp +%%DATADIR%%/src/demos/osgunittests/Makefile +%%DATADIR%%/src/demos/osgunittests/osgunittests.cpp +%%DATADIR%%/src/demos/osgversion/Makefile +%%DATADIR%%/src/demos/osgversion/osgversion.cpp +%%DATADIR%%/src/demos/osgviews/Makefile +%%DATADIR%%/src/demos/osgviews/osgviews.cpp +%%DATADIR%%/src/demos/sgv/Makefile +%%DATADIR%%/src/demos/sgv/sgv.cpp +@dirrm %%DATADIR%%/bin +@dirrm %%DATADIR%%/src/Make +@dirrm %%DATADIR%%/src/demos/osganimate +@dirrm %%DATADIR%%/src/demos/osgbillboard +@dirrm %%DATADIR%%/src/demos/osgcallback +@dirrm %%DATADIR%%/src/demos/osgclip +@dirrm %%DATADIR%%/src/demos/osgcluster +@dirrm %%DATADIR%%/src/demos/osgconv +@dirrm %%DATADIR%%/src/demos/osgcopy +@dirrm %%DATADIR%%/src/demos/osgcube +@dirrm %%DATADIR%%/src/demos/osgcubemap +@dirrm %%DATADIR%%/src/demos/osggeodemo +@dirrm %%DATADIR%%/src/demos/osggeometry +@dirrm %%DATADIR%%/src/demos/osghangglide +@dirrm %%DATADIR%%/src/demos/osghud +@dirrm %%DATADIR%%/src/demos/osgimpostor +@dirrm %%DATADIR%%/src/demos/osglight +@dirrm %%DATADIR%%/src/demos/osgmultitexture +@dirrm %%DATADIR%%/src/demos/osgoccluder +@dirrm %%DATADIR%%/src/demos/osgparticle +@dirrm %%DATADIR%%/src/demos/osgprerender +@dirrm %%DATADIR%%/src/demos/osgreflect +@dirrm %%DATADIR%%/src/demos/osgscribe +@dirrm %%DATADIR%%/src/demos/osgsequence +@dirrm %%DATADIR%%/src/demos/osgshape +@dirrm %%DATADIR%%/src/demos/osgstereoimage +@dirrm %%DATADIR%%/src/demos/osgteapot +@dirrm %%DATADIR%%/src/demos/osgtext +@dirrm %%DATADIR%%/src/demos/osgtexture1D +@dirrm %%DATADIR%%/src/demos/osgtexture2D +@dirrm %%DATADIR%%/src/demos/osgtexture3D +@dirrm %%DATADIR%%/src/demos/osgunittests +@dirrm %%DATADIR%%/src/demos/osgversion +@dirrm %%DATADIR%%/src/demos/osgviews +@dirrm %%DATADIR%%/src/demos/sgv +@dirrm %%DATADIR%%/src/demos +@dirrm %%DATADIR%%/src +@dirrm %%DATADIR%% +%%PORTDOCS%%%%DOCSDIR%%/Doxyfiles/all_Doxyfile +%%PORTDOCS%%%%DOCSDIR%%/Doxyfiles/auto_Doxyfile +%%PORTDOCS%%%%DOCSDIR%%/Doxyfiles/auto_Mainpage +%%PORTDOCS%%%%DOCSDIR%%/Doxyfiles/core_Doxyfile +%%PORTDOCS%%%%DOCSDIR%%/Doxyfiles/custom_Footer.html +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/DesignPatterns.mmp +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/DesignPatterns/DesignPatterns.gif +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/DesignPatterns/DesignPatterns.html +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/Mission.mmp +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/Mission/Mission.gif +%%PORTDOCS%%%%DOCSDIR%%/MindMaps/Mission/Mission.html +%%PORTDOCS%%%%DOCSDIR%%/UML/osg.png +%%PORTDOCS%%%%DOCSDIR%%/UML/osgutils.png +%%PORTDOCS%%%%DOCSDIR%%/contents.html +%%PORTDOCS%%%%DOCSDIR%%/data.html +%%PORTDOCS%%%%DOCSDIR%%/demos.html +%%PORTDOCS%%%%DOCSDIR%%/dependencies.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/AlphaFunc.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/AnimationPath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/AnimationPathCallback.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/AnimationPathCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Array.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ArrayVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/AttributeFunctor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Billboard.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/BlendFunc.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/BoundingBox.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/BoundingSphere.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Box.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/COMPARE_StateAttribute_Parameter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/COMPARE_StateAttribute_Types.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Camera.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClearNode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClipNode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClipPlane.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ClippingVolume.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CollectOccludersVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ColorMask.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ColorMatrix.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CompositeShape.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Cone.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConstArrayVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConstAttributeFunctor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConstShapeVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConstValueVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConvexHull.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConvexPlanarOccluder.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConvexPlanarPolygon.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConvexPlanerOccluder.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ConvexPlanerPolygon.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CopyOp.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CullFace.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CullStack.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/CullingSet.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Cylinder.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DOFTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Depth.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DisplaySettings.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawArrayLengths.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawArrays.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawElementsUByte.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawElementsUInt.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawElementsUShort.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/DrawPixels.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Drawable.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Extensions.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Fog.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/FrameStamp.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/FrontFace.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/GeoSet.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Geode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Geometry.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Grid.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Group.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/HeightField.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Image.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Impostor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ImpostorSprite.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ImpostorSpriteManager.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/IndexArray.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/InfinitePlane.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LOD.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Light.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LightModel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LightSource.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LineSegment.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LineStipple.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/LineWidth.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/METANODE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/METAOBJ.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/META_Node.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/META_Object.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/META_Shape.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/META_StateAttribute.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Material.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Matrix.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixMode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixNew.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixNewProduct.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixOld.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixProduct.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MatrixTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/MemoryAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Node.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NodeAcceptOp.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NodeCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NodePath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NodeVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/NotifySeverity.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_ADD_TESTCASE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_ADD_TESTSUITE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_AUTOREGISTER_TESTSUITE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_AUTOREGISTER_TESTSUITE_AT.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_BEGIN_TESTSUITE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_END_TESTSUITE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_TESTSUITE.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_TEST_E.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSGUTX_TEST_F.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSG_GL_DEBUG.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OSG_NODECALLBACK.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Object.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/OccluderNode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Plane.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Point.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PolygonMode.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PolygonOffset.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PolygonStipple.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Polytope.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PositionAttitudeTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Primitive.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PrimitiveFunctor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/PrimitiveSet.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Projection.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/QualifiedTestPrinter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Quat.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Referenced.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Sequence.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShadeModel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShadowOccluderVolume.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShadowVolumeOccluder.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShadowVolumeOccluderList.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Shape.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShapeDrawable.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ShapeVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Sphere.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/State.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/StateAttribute.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/StateSet.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Statistics.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Stencil.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/SubloadCallback.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/SubloadCallback.3.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/SubloadCallback.4.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/SubloadCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Switch.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TemplateArray.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TemplateIndexArray.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TessellationHints.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Test.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestCase.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestCase_.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestContext.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestErrorX.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestFailureX.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestGraph.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestQualifier.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestRecord.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestReport.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestRunner.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestSuite.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestSuiteAutoRegistrationAgent.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TestX.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TexEnv.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TexEnvCombine.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TexGen.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TexMat.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Texture.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Texture1D.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Texture2D.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Texture3D.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TextureCubeMap.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Timer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TraceStream.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Transform.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TriangleFunctor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/TriangleMesh.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/UByte4.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ValueVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Vec2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Vec3.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Vec4.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/VectorSizei.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/VectorUByte.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/VectorUInt.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/VectorUShort.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/Viewport.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/buffered_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray3BetweenRange.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray3GEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray3LEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray4BetweenRange.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray4GEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArray4LEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementBetweenRange.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementGEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementLEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementsBetweenRange.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementsGEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampArrayElementsLEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampBetweenRange.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampGEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/clampLEQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/createGeodeForImage.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/createGeodeForImage.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/fast_back_stack.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/for_each_triangle.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/g_NotifyInit.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/g_NotifyLevel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/g_NotifyNulStream.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/getGLExtensionFuncPtr.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/getGLExtensionFuncPtr.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/getNotifyLevel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/globalnotifylevel..html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/globalnotifynulstream..html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/initNotifyLevel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/isGLExtensionSupported.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/isGLUExtensionSupported.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/mem_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/notify.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/operator.2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/operator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/osg.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/osgGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/osgGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/osgUtx.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/ref_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/setNotifyLevel.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osg/tag_au.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/DirectoryContents.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/DotOsgWrapper.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/DynamicLibrary.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/Field.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/FieldReader.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/FieldReaderIterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/FilePathList.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/Input.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/Options.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/Output.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/PushAndPopDataPath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/ReadResult.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/ReaderWriter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/RegisterDotOsgWrapperProxy.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/RegisterReaderWriterProxy.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/Registry.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/WriteResult.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/fileExists.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/findDSO.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/findFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/findFileInDirectory.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/findFileInPath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/getDirectoryContents.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/getFilePath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/initFilePath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/osgDB.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/osgDBGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/osgDBGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/readCommandLine.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/readImageFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/readNodeFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/readNodeFiles.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/readObjectFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/setFilePath.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/writeImageFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/writeNodeFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgDB/writeObjectFile.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/AnimationPathManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/CameraManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/CmdLineArgs.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/CompositeGUIEventHandler.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/DriveManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/FlightManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/GUIActionAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/GUIEventAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/GUIEventHandler.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/GUIEventHandlerVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/KeySwitchCameraManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/SetSceneViewVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/StateSetManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/TrackballManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/osgGA.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/osgGAGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/osgGAGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGA/spaceosgGA.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/GLUTEventAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/Viewer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/Window.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/osgGLUT.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/osgGLUTGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgGLUT/osgGLUTGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/AccelOperator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/CenteredPlacer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Counter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Emitter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/FluidFrictionOperator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ForceOperator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Interpolator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/LinearInterpolator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ModularEmitter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ModularProgram.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/MultiSegmentPlacer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/OSGPARTICLE_SECTORPLACER_.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Operator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Particle.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ParticleProcessor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ParticleSystem.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/ParticleSystemUpdater.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Placer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/PointPlacer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Program.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/RadialShooter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/RandomRateCounter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/SectorPlacer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/SegmentPlacer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/Shooter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/VariableRateCounter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/osgParticle.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/range.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/rangef.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/rangev2.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/rangev3.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgParticle/rangev4.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/BitmapFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/Font.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/META_Font.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/OutlineFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/Paragraph.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/PixmapFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/PolygonFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/RasterFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/Text.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/TextureFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/VectorFont.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/osgText.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/osgTextGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgText/osgTextGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/AppVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/BufferRequirementsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/CameraManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/ClassGraph.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/ClassGraphPanel.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/ClassLayout.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/CombineLODsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/ConvertGeoSetsToGeometryVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/CubeMapGenerator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/CullVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/DepthSortedBin.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/DisplayListVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/DisplayRequirementsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/DriveManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/FlattenStaticTransformsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/FlightManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/GUIActionAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/GUIEventAdapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/GUIEventHandler.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/General.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/HIER.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/HIERjava.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/HalfWayMapGenerator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/HighlightMapGenerator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/Hit.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/InsertImpostorsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/IntersectState.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/IntersectVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/LeafDepthSortFunctor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/MergeGeometryVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/NavigatorButton.class +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/OptimizeStateVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/OptimizeVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/Optimizer.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/ReflectionMapGenerator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RegisterRenderBinProxy.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RemoveEmptyNodesVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RemoveLowestStaticTransformsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RemoveRedundentNodesVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderBin.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderGraph.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderLeaf.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderStage.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderStageLighting.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/RenderToTextureStage.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/SceneView.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/SceneViewManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/SmoothingVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/StateSetManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/StateVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/Statistics.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/Tesselator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/TrackballManipulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/TransformCallback.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/TriStripVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/VisualsRequirementsVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/icon1.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/icon2.gif +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/osgUtil.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/osgUtilGetLibraryName.html +%%PORTDOCS%%%%DOCSDIR%%/doc++/osgUtil/osgUtilGetVersion.html +%%PORTDOCS%%%%DOCSDIR%%/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/images/OpenSceneGraphBanner_Distribution.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/hangglide.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgbillboard.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgcube.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osghud.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgimpostor.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgreflect.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgscribe.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgstereoimage.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgtext.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgtexture.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/osgviews.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/sgv_cow.jpg +%%PORTDOCS%%%%DOCSDIR%%/images/sgv_stereo.jpg +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/plan.html +%%PORTDOCS%%%%DOCSDIR%%/sgv.html +%%PORTDOCS%%%%DOCSDIR%%/stereo.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/Doxyfiles +%%PORTDOCS%%@dirrm %%DOCSDIR%%/MindMaps/DesignPatterns +%%PORTDOCS%%@dirrm %%DOCSDIR%%/MindMaps/Mission +%%PORTDOCS%%@dirrm %%DOCSDIR%%/MindMaps +%%PORTDOCS%%@dirrm %%DOCSDIR%%/UML +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osg +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgDB +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgGA +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgGLUT +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgParticle +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgText +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++/osgUtil +%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc++ +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3