.. |
osg2cpp
|
|
|
osganalysis
|
From Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +00:00 |
osgAndroidExampleGLES1
|
From Jordi Torres, "We must use JNI_FALSE instead of false in JNI code. Otherwise the examples will not compile. This patch should be applied to osgAndroidExampleGLES1/jni and osgAndroidExampleGLES2/jni. the osgNativeLib.cpp is the same. "
|
2013-05-24 17:06:08 +00:00 |
osgAndroidExampleGLES2
|
|
|
osganimate
|
|
|
osganimationeasemotion
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:59:33 +00:00 |
osganimationhardware
|
|
|
osganimationmakepath
|
Converted FrameStamp::g/setFrameNumber from int to uint
|
2010-12-22 20:11:05 +00:00 |
osganimationmorph
|
|
|
osganimationnode
|
|
|
osganimationskinning
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:59:33 +00:00 |
osganimationsolid
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:59:33 +00:00 |
osganimationtimeline
|
|
|
osganimationviewer
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:59:33 +00:00 |
osgatomiccounter
|
|
|
osgautocapture
|
|
|
osgautotransform
|
|
|
osgbillboard
|
|
|
osgblenddrawbuffers
|
From Wand Rui, "I've rewritten the osgblenddrawbuffers example to use the new BlendFunci and Capability classes. Hope it will tell others how to make use of the new functionality and why they are important in modern MRT-based applications."
|
2014-12-09 19:20:05 +00:00 |
osgblendequation
|
Fixed typo
|
2014-12-02 15:21:24 +00:00 |
osgcallback
|
Fixed build
|
2014-08-19 09:00:42 +00:00 |
osgcamera
|
|
|
osgcatch
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osgclip
|
|
|
osgcluster
|
Fixed warnings.
|
2014-11-26 16:04:33 +00:00 |
osgcompositeviewer
|
Introduced new scheme for handling mouse events with osgViewer. The new scheme enables robust event handling even when using distortion correction render to texture Cameras.
|
2013-05-03 19:26:27 +00:00 |
osgcomputeshaders
|
From Sebastian Messerschmidt, "Original shader was not running on various NVidia cards due to old syntax in shader."
|
2014-01-07 16:15:50 +00:00 |
osgcopy
|
|
|
osgcubemap
|
MOved SampleMaski::Extensions into osg::GL2Extensions
|
2014-12-07 17:31:49 +00:00 |
osgdatabaserevisions
|
|
|
osgdelaunay
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgdepthpartition
|
|
|
osgdepthpeeling
|
|
|
osgdirectinput
|
|
|
osgdistortion
|
|
|
osgdrawinstanced
|
|
|
osgfadetext
|
|
|
osgfont
|
From Andreas Henne, Support for GL3 core profile in osgText
|
2015-02-25 18:56:29 +00:00 |
osgforest
|
|
2014-05-14 10:19:43 +00:00 |
osgfpdepth
|
Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
|
2014-12-10 10:38:12 +00:00 |
osgframerenderer
|
|
|
osgfxbrowser
|
|
|
osggameoflife
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osggeometry
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osggeometryshaders
|
|
|
osggpucull
|
From PawelKsiezopolski, "This submission contains a new example for OSG : a geometry instancing rendering
|
2014-11-25 10:58:23 +00:00 |
osggpx
|
|
|
osggraphicscost
|
|
|
osghangglide
|
|
|
osghud
|
|
|
osgimagesequence
|
Refactored ImageSequence to better handle random access usage.
|
2012-11-08 11:19:31 +00:00 |
osgimpostor
|
With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use
|
2013-06-25 16:10:24 +00:00 |
osgintersection
|
From Martin Lavery and Robert Osfield, Updated examples to use a variation of the MIT License
|
2007-06-12 14:20:16 +00:00 |
osgkdtree
|
Cleaned up osgkdtree example
|
2008-07-12 11:19:25 +00:00 |
osgkeyboard
|
|
|
osgkeyboardmouse
|
|
|
osgkeystone
|
|
|
osglauncher
|
|
|
osglight
|
|
|
osglightpoint
|
From Martin Lavery and Robert Osfield, Updated examples to use a variation of the MIT License
|
2007-06-12 14:20:16 +00:00 |
osglogicop
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osglogo
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgmanipulator
|
|
|
osgmemorytest
|
|
|
osgmotionblur
|
|
|
osgmovie
|
Fixed warning
|
2014-12-18 11:09:43 +00:00 |
osgmultiplemovies
|
|
|
osgmultiplerendertargets
|
Added osg::Capability and Cabibilityi base classes to wrap up glEnable/glDisable + glEnablei/glDisablei functionality, with osg::Enablei and osg::Disablei concrete implementations.
|
2014-12-03 17:31:16 +00:00 |
osgmultitexture
|
Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
|
2014-12-10 10:38:12 +00:00 |
osgmultitexturecontrol
|
|
|
osgmultitouch
|
|
|
osgmultiviewpaging
|
|
|
osgoccluder
|
|
|
osgocclusionquery
|
|
|
osgoit
|
Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
|
2014-12-10 10:38:12 +00:00 |
osgoscdevice
|
From Stephan Huber, * GUIEventAdapter: add support for getting normalized touch points
|
2013-11-18 13:25:55 +00:00 |
osgoutline
|
|
|
osgpackeddepthstencil
|
|
|
osgpagedlod
|
From Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +00:00 |
osgparametric
|
|
|
osgparticle
|
From Martin Scheffler, "osgParticle: method to set start and end tile for particle texture (for animated particles). I also updated examples/osgParticle to show the feature.
|
2009-11-24 15:00:11 +00:00 |
osgparticleeffects
|
Reverted change of Node::ParentList from being a vector<Node*> back to a vector<Group*>
|
2014-06-03 09:52:55 +00:00 |
osgparticleshader
|
From Wang Rui, reverted changes to osgPartcile that caused problems with osgparticleeffects.
|
2010-09-20 11:50:24 +00:00 |
osgpdf
|
|
|
osgphotoalbum
|
|
|
osgpick
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgplanets
|
|
|
osgpoints
|
|
|
osgpointsprite
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgposter
|
|
|
osgprecipitation
|
|
|
osgprerender
|
|
|
osgprerendercubemap
|
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 |
osgpresentation
|
Added readScript/writeScript methods to ReaderWriter
|
2014-07-14 15:59:06 +00:00 |
osgqfont
|
|
|
osgQtBrowser
|
Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging.
|
2014-11-04 10:46:59 +00:00 |
osgQtWidgets
|
From Wang Rui, "The submission includes some fixes for osgQt library and osgQtWidgets example: (1) QTextEdit now works with mouse/drag events, (2) scrollbars will change when OSG window is resizing, (3) improve rendering efficiency of QGraphicsViewAdapter so that it works with complex Qt UI, (4) add new setBackgroundWidget() method to indicate a 'background widget', which will ignore mouse/key events on it and pass them to the 3D scene."
|
2014-11-19 11:30:53 +00:00 |
osgreflect
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgrobot
|
From Jean-Sebastien Guay, replaced M_PI with osg::PI.
|
2008-11-08 17:53:51 +00:00 |
osgscalarbar
|
From Kristofer Tingdahl, "the vertical bar is upside down, and hence not as the documentation says it should be. This is corrected with this patch"
|
2014-01-28 11:01:28 +00:00 |
osgscreencapture
|
Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
|
2014-12-10 10:38:12 +00:00 |
osgscribe
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osgsequence
|
|
|
osgshadercomposition
|
Deprecated the old ShaderComposition example code so that it's now only invoked if you add a --old to the osgshadercomposition command line.
|
2015-02-13 10:56:59 +00:00 |
osgshadergen
|
Ran svn propset -R svn:eol-style native . on the OpenSceneGraph
|
2011-04-19 11:40:22 +00:00 |
osgshaders
|
|
|
osgshaderterrain
|
Removed old GL2Extensions class, replacing it with a typedef to GL2Extensions
|
2014-12-10 10:44:58 +00:00 |
osgshadow
|
|
|
osgshape
|
|
|
osgsharedarray
|
|
|
osgsidebyside
|
|
|
osgsimplegl3
|
Fixed osgsimplegl3 example's set up of the main camera.
|
2014-11-24 14:09:14 +00:00 |
osgsimpleshaders
|
From Christian Buchner, "The attached openscenegraph example is much simpler than
|
2012-03-06 10:29:47 +00:00 |
osgsimplifier
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osgsimulation
|
|
|
osgslice
|
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 |
osgspacewarp
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgspheresegment
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgspotlight
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osgSSBO
|
Build fix
|
2014-12-10 18:23:32 +00:00 |
osgstaticviewer
|
|
|
osgstereoimage
|
|
|
osgstereomatch
|
Replaced deprecated osg::Geometry::set*Binding() usage.
|
2013-06-27 09:54:12 +00:00 |
osgteapot
|
|
2014-05-14 10:19:43 +00:00 |
osgterrain
|
Changed the toggle of defines so that it works with assumed defaults now set up by the GeometryPool so that when toggling it doesn't have a delay in what the user would expect
|
2015-02-20 15:12:57 +00:00 |
osgtessellate
|
|
|
osgtessellationshaders
|
From Michael McDonnell, "I have changed the code so that the plus key increases both the inner
|
2015-02-25 16:59:43 +00:00 |
osgtext
|
From Andreas Henne, Support for GL3 core profile in osgText
|
2015-02-25 18:56:29 +00:00 |
osgtext3D
|
|
|
osgtexture1D
|
|
|
osgtexture2D
|
|
|
osgtexture3D
|
|
|
osgtexturecompression
|
|
|
osgtexturerectangle
|
|
|
osgthirdpersonview
|
|
|
osgthreadedterrain
|
|
|
osgtransferfunction
|
Fixed windows build warnings
|
2014-12-05 10:37:20 +00:00 |
osgtransformfeedback
|
Fixed warning
|
2015-01-22 15:07:50 +00:00 |
osguniformbuffer
|
From Tim Moore, "Here is initial support for uniform buffer objects. The binding between a buffer object and an indexed target is implemented as a new StateAttribute, UniformBufferBinding. I've included an example program based on the code in the ARB_uniform_buffer_object specification.
|
2010-11-29 17:43:27 +00:00 |
osgunittests
|
Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging.
|
2014-11-04 10:46:59 +00:00 |
osguserdata
|
|
|
osguserstats
|
Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging.
|
2014-11-04 10:46:59 +00:00 |
osgvertexattributes
|
|
|
osgvertexprogram
|
Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
|
2014-12-10 10:38:12 +00:00 |
osgviewerCocoa
|
|
|
osgviewerFLTK
|
Added setting of the Camera's projection matrix to fit the windowing aspect ratio.
|
2007-06-23 11:21:54 +00:00 |
osgviewerFOX
|
From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues.
|
2012-09-05 21:03:41 +00:00 |
osgviewerGLUT
|
From Jean-Sebastien Guay, warning fixes
|
2009-02-05 10:14:49 +00:00 |
osgviewerGTK
|
|
|
osgviewerIPhone
|
From Stephan Huber, "attached are some fixes to the osc-plugin and the touch-implementations for iOS and os x and other small bugfixes. These fixes will normalize the orientation of the touch points, and transmitting the touch points over osc via the TUIO-protocol works now more robustly between two osg-applications.
|
2014-01-23 15:37:48 +00:00 |
osgviewerMFC
|
Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging.
|
2014-11-04 10:46:59 +00:00 |
osgviewerQt
|
|
|
osgviewerSDL
|
|
|
osgviewerWX
|
|
|
osgvirtualprogram
|
|
|
osgvnc
|
|
|
osgvolume
|
Changed osgvolume example to use the new tf plugin rather than having local code for reading transfer function
|
2014-09-16 17:40:13 +00:00 |
osgwidgetaddremove
|
From Mattias Helsing, "Fixes two of the osgWidget examples that were broken due to changed
|
2011-04-26 12:07:37 +00:00 |
osgwidgetbox
|
Introduced new scheme for handling mouse events with osgViewer. The new scheme enables robust event handling even when using distortion correction render to texture Cameras.
|
2013-05-03 19:26:27 +00:00 |
osgwidgetcanvas
|
|
|
osgwidgetframe
|
|
|
osgwidgetinput
|
|
|
osgwidgetlabel
|
|
|
osgwidgetmenu
|
|
|
osgwidgetmessagebox
|
|
|
osgwidgetnotebook
|
From Jeremy Moles, updates to osgwidget examples.
|
2008-11-28 14:36:39 +00:00 |
osgwidgetperformance
|
From Jeremy Moles, updates to osgwidget examples.
|
2008-11-28 14:36:39 +00:00 |
osgwidgetprogress
|
|
|
osgwidgetscrolled
|
|
|
osgwidgetshader
|
|
|
osgwidgetstyled
|
|
|
osgwidgettable
|
From Cedric Pinson and Jeremey Moles, Changes to OpenSceneGraph-osgWidget-dev branch.
|
2008-12-16 20:29:00 +00:00 |
osgwidgetwindow
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
osgwindows
|
Replaced .osg with .osgt file usage
|
2011-06-14 16:54:20 +00:00 |
CMakeLists.txt
|
From Julien Valentin, "To sum up changes, I had:
|
2015-01-06 17:12:51 +00:00 |