This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
fcb94de7ed99cacf16fbac13d1f7e048a4a6fb2a
OpenSceneGraph
/
include
History
Robert Osfield
e9c406a303
Fixed spacing
2009-11-19 16:53:29 +00:00
..
OpenThreads
Fixed spacing
2009-11-19 16:53:29 +00:00
osg
From Wojciech Lewandowski, "Building on earlier Paul's submission "[osg-users] Main branch MSFBO support change", I have added implicit buffer mask variables to DisplaySettings for setting global defaults for Camera FBOs. These mask variables are named after variables in Camera class. In Paul's submission they were named _renderBufferMask & _resolveBufferMask but I renamed them to _implicitBufferAttachmentRenderMask & _implicitBufferAttachmentResolveMask. DisplaySettings implementation includes reading of environment vars and command line options. Setters and getters follow typical OSG naming convention. I also updated names of ImplictBufferAttachment enum bits to match changed naming scheme.
2009-11-19 10:10:50 +00:00
osgAnimation
From Cedric Pinson, Fix Skeleton to compute correctly bind matrix, fix compile issue on osganimationhardware after fixing Skeleton
2009-11-13 13:39:21 +00:00
osgDB
Added support for trimming the contents of parsed Xml graph
2009-08-19 15:36:23 +00:00
osgFX
Improved the doxygen docs over the various namespaces
2008-08-05 19:17:09 +00:00
osgGA
<iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler
2009-11-17 14:06:07 +00:00
osgIntrospection
Merged in various changes from the OSG-2.8 to being svn/trunk up to date.
2009-02-19 14:24:10 +00:00
osgManipulator
Introduced TabBoxTrackballDragger
2009-08-05 16:02:44 +00:00
osgParticle
Removed remaining glBegin/glEnd usage
2009-10-21 16:40:45 +00:00
osgPresentation
From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them.
2009-11-18 12:15:29 +00:00
osgShadow
Converted viewer camera references to use observer_ptr<> rather than ref_ptr<> or C pointers to avoid issues with circular references/dangling pointers.
2009-01-27 14:11:37 +00:00
osgSim
Fixed warnings
2009-01-07 10:32:59 +00:00
osgTerrain
From Chris Hanson, typo and comment clean ups
2009-07-24 14:45:44 +00:00
osgText
Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0.
2009-10-28 20:31:57 +00:00
osgUtil
Cleaned up the #define's for when GLU is not available
2009-10-08 09:27:54 +00:00
osgViewer
From Jean-Sebastien Guay, "I've made a change to the ScreenCaptureHandler's addCallbackToViewer method, so that it iterates over GraphicsContexts instead of GraphicsWindows. When the viewer has a pbuffer (for offscreen rendering without a window) then it wouldn't add the WindowCaptureCallback to that context since it wasn't in the list returned by ViewerBase::getWindows(). And anyways, I originally wrote the code, and I didn't see any reason why I did it with windows instead of contexts...
2009-11-19 12:01:49 +00:00
osgVolume
Renamed the osgVolume::Layer/ImageDetails parameters RescaleIntercept and RescaleSlope to more general TexelOffset and TexelScale, and changed type to Vec4.
2009-09-03 13:40:50 +00:00
osgWidget
Form Roland Smeenk, "Attached is a small change to the osgWidget::EventInterface so it matches the NotifyWidget and NullWidget interface (added const). Due to this mismatch these widgets never received events.
2009-11-19 11:30:22 +00:00