OpenSceneGraph/include/osgUtil
Robert Osfield 9c8e44659f From Erik van Dekker,
"I made several modifications:

 

    * The cause of my errors was that my OSG source directory path contains spaces. To fix this issue I wrapped all paths with quotes, as stated in doxygen documentation.

 

    * I also received some warning messages about deprecated doxygen settings, which I fixed by updating the doxygen file, i.e. running \u2018doxygen \u2013u doxygen.cmake\u2018. By running this command deprecated doxygen options are removed, some option comments have changed and quite some options have been added (I kept their default settings unless mentioned).

 

    * I was surprised to find that the doxygen OUTPUT_DIRECTORY was set to \u201c${OpenSceneGraph_SOURCE_DIR}/doc\u201d, which does not seem appropriate for out of source builds; I changed this to \u201c${OpenSceneGraph_BINARY_DIR}/doc\u201d. (On the other hand, maybe a cmake selectable option should be given to the user?)

 

    * Fixed two warnings I received about unexpected end-of-list-markers in \u2018osg\AnimationPath and \u2018osgUtil\CullVisitor due to excess trailing points in comments.

 

    * Fixed a warning in osgWidget\StyleInterface due to an #include directive (strangely) placed inside a namespace.

 

    * Fixed a warning in osg\Camera due to the META_Object macro that confused doxygen. Adding a semi-colon fixed this.

 

    * Removed auto_Mainpage from the INCLUDE option, because I am positive that this file does not belong there; It never generated useful documentation anyway.

 

    * I added the OSG version number environment variable to the PROJECT_NUMBER option so that the version number is now shown on the main page of generated documentation (e.g. index.html).

 

    * Changed option FULL_PATH_NAMES to YES, but made sure STRIP_FROM_PATH stripped the absolute path until the include dir. This fixed an issue that created mangled names for identical filenames in different directories. E.g. osg/Export and osgDB/Export are now correctly named.

 

    * Changed option SHOW_DIRECTORIES to yes, which is a case of preference I guess.

 "
2008-08-18 11:00:40 +00:00
..
ConvertVec From David Callu, various classes in support of VirtualPlanetBuilder 2007-12-21 13:07:54 +00:00
CubeMapGenerator Updated copyright years. 2006-07-18 15:21:48 +00:00
CullVisitor From Erik van Dekker, 2008-08-18 11:00:40 +00:00
DelaunayTriangulator From Mike Wittman, C# build fixes 2007-04-04 08:05:23 +00:00
DisplayRequirementsVisitor Updated copyright years. 2006-07-18 15:21:48 +00:00
DrawElementTypeSimplifier Added missing #include <osgUtil/Export> 2008-01-06 17:53:21 +00:00
EdgeCollector From Jean-Sebastien Guay, Warning fixes 2008-01-08 17:18:11 +00:00
Export Updated copyright years. 2006-07-18 15:21:48 +00:00
GLObjectsVisitor Ported across Viewer's to use osgUtil::GLObjectOperation, added second option 2007-07-30 10:52:37 +00:00
HalfWayMapGenerator Updated copyright years. 2006-07-18 15:21:48 +00:00
HighlightMapGenerator Updated copyright years. 2006-07-18 15:21:48 +00:00
IntersectionVisitor Implemented a reference eye point and associated methods in support of intersecting billboards 2008-08-14 14:22:39 +00:00
IntersectVisitor From Paul Martz, speeling fixes for Tessellator/Tessellation. 2007-01-08 21:29:49 +00:00
LineSegmentIntersector From Terry Welsh, fixed typo of getEnd() 2008-05-07 13:49:32 +00:00
OperationArrayFunctor From David Callu, further work in support of shapefile support in VirtualPlanetBuilder 2007-12-26 21:39:29 +00:00
Optimizer merged 2.6 branch changes back into trunk using : svn merge -r 8699:8706 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.6 . 2008-08-03 16:57:09 +00:00
PlaneIntersector From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
PolytopeIntersector From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
PositionalStateContainer Added access methods to PositionStateContainer 2007-01-27 14:27:54 +00:00
ReflectionMapGenerator Updated copyright years. 2006-07-18 15:21:48 +00:00
RenderBin Began work on providing support for threading camera cull traversals in parallel with 2007-01-29 22:44:29 +00:00
RenderLeaf Changed RenderLeaf and StateGraph so that they use ref_ptr<> by default for Drawable and StateSet. 2007-08-31 16:05:24 +00:00
RenderStage From Michael Platings and Paul Palumbo, multi-sample FBO support 2008-06-18 14:09:11 +00:00
ReversePrimitiveFunctor From Jean-Sebastien Guay, added OSGUTIL_EXPORT for Windows build 2008-01-10 11:08:11 +00:00
SceneGraphBuilder Fixed doc comment 2008-03-13 19:48:16 +00:00
SceneView From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit 2008-06-19 14:29:38 +00:00
Simplifier Added an optional use of doubles for computing error metrics to help investigate precision issues seen in VPB when working with small segments of geographic data. 2007-12-20 15:50:07 +00:00
SmoothingVisitor Updated copyright years. 2006-07-18 15:21:48 +00:00
StateGraph From David Callu, warning fixes 2007-09-07 15:03:56 +00:00
Statistics Added support for new double Vec*Array classes in various functors. 2007-12-04 14:46:46 +00:00
TangentSpaceGenerator Updated copyright years. 2006-07-18 15:21:48 +00:00
Tessellator From Ruth Lang, "using osg version 2.5.5 and compiling my program under OpenSUSE 11.0 2008-07-21 21:20:21 +00:00
TransformAttributeFunctor Updated copyright years. 2006-07-18 15:21:48 +00:00
TransformCallback Updated copyright years. 2006-07-18 15:21:48 +00:00
TriStripVisitor Removed the reducent non const get methods 2008-07-21 22:38:11 +00:00
UpdateVisitor Updated copyright years. 2006-07-18 15:21:48 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00