.. |
OpenThreads
|
Updated OpenThreads version to be in sync with OSG version
|
2013-07-19 17:00:24 +00:00 |
osg
|
Changed NodeVisitor so that is subclasses from osg::Object rather than osg::Referenced to enable it to be used with serialization and scripting
|
2013-09-24 15:08:23 +00:00 |
osgAnimation
|
Fixed double copy in StackedTransform copy constructor
|
2013-09-02 09:12:24 +00:00 |
osgDB
|
Added initial cut of white and black lists
|
2013-09-20 10:44:24 +00:00 |
osgFX
|
Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths.
|
2013-06-18 11:18:28 +00:00 |
osgGA
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgManipulator
|
From Sebastian Messerschmidt, "I've taken some time and refactored some places where the old set*Binding were used."
|
2013-06-26 16:16:23 +00:00 |
osgParticle
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgPlugins
|
From Giuseppe Donvito, "I'm using OSG 320 and I need to flush a DDS 3D texture on disk.
|
2013-09-10 15:17:59 +00:00 |
osgPresentation
|
Added osgPresentation::Show node and implementations with basic property reporting for various internal nodes of presentation graph
|
2013-09-10 09:23:30 +00:00 |
osgQt
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgShadow
|
Reverted the usage of OSG_UNUSED and OT_UNUSED as in hindsight these should never have been merged. Adding code to quieten
|
2013-07-01 08:21:13 +00:00 |
osgSim
|
Replaced deprecated Geometry::set*Binding() usage
|
2013-06-26 18:06:09 +00:00 |
osgTerrain
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgText
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgUtil
|
Refactored the use of epsilon in the clamping of the start/end points of the LineSegmentIntersector to better handle numerical precision issues.
|
2013-09-02 10:56:14 +00:00 |
osgViewer
|
From Christian Ruzicka, "with the current touch implementation on iOS the touches are not forwarded to parent views because the base implementation is not called. Also see the "Best Practices" in the iOS documentation for event handling:
|
2013-07-19 21:05:54 +00:00 |
osgVolume
|
Removed unnceccesary setNumChildrenRequiringUpdateTraversal from VolumeTile constructor.
|
2013-09-20 15:43:24 +00:00 |
osgWidget
|
Reverted the usage of OSG_UNUSED and OT_UNUSED as in hindsight these should never have been merged. Adding code to quieten
|
2013-07-01 08:21:13 +00:00 |
osgWrappers
|
Added osgPresentation::Show node and implementations with basic property reporting for various internal nodes of presentation graph
|
2013-09-10 09:23:30 +00:00 |
CMakeLists.txt
|
From Kristofer Tingdahl, with additions from Riccardo Corsi and Robert Milharcic, support for Qt5 build
|
2013-06-10 14:34:25 +00:00 |