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
170ed5c9dff16f23dfbfb574bd620ac3494ba3d4
OpenSceneGraph
/
include
History
Robert Osfield
d8cc1648ca
Fixed type of index to int.
2010-01-06 10:41:14 +00:00
..
OpenThreads
Fixed spacing
2009-11-19 16:53:29 +00:00
osg
Updated version to 2.9.7 in prep for next dev release
2009-12-15 11:47:38 +00:00
osgAnimation
Fixed type of index to int.
2010-01-06 10:41:14 +00:00
osgDB
Moved the supports*() method into public scope to allow external injection of supported formats. Added docs to clearly state this type of inject is not generally supported by ReaderWriters.
2009-12-16 15:48:34 +00:00
osgFX
From Ulrich Hertlein, removed email address
2009-12-09 13:13:02 +00:00
osgGA
Added set/getDistance() method
2010-01-05 11:09:18 +00:00
osgIntrospection
Replaced nullptr with isNullPointer
2010-01-05 20:03:02 +00:00
osgManipulator
…
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
osgPresentation
…
osgShadow
…
osgSim
…
osgTerrain
From Jason Beverage, "I posted a question on osg users about resources not being properly released when using osgTerrain databases and multiple viewers are used a few weeks ago and I've found that at least part of the problem comes down to the fact that the nodes that are traversed by the GeometryTechnique are never actually added to the scene graph, and thus don't have releaseGLObjects called on them. I'm submitting a few changes that takes care of this by allowing the TerrainTechnique to provide a releaseGLObjects implementation. I've applied these changes in osgEarth and this example program no longer crashes on the second run, although I get corrupt geometry (see attached shot) which could be down to a driver issue. If I increment the context ID for the second viewer, I no longer get the corrupt geometry.
2009-11-20 11:08:40 +00:00
osgText
From Terry Welsh, "As I mentioned here
2009-11-24 14:12:54 +00:00
osgUtil
…
osgViewer
From Stephan Huber, "attached you'll find the missing GraphicsHandleCocoa-implementation."
2009-12-10 17:52:40 +00:00
osgVolume
…
osgWidget
…