.. |
OpenThreads
|
Updated OpenThreads version to be in sync with OSG version
|
2013-07-19 17:00:24 +00:00 |
osg
|
From Tom Jolley, "I found a couple more bugs after closely looking at the small piece of deprecated geometry in my model. There were problems with more than one primitive in a couple places. The first was the number of vertices were not being accumulated for DrawArraysPrimitiveType (caused another crash). The second is I had to move target_vindex and source_pindex before the PrimitiveSetList loop so they don't get reset on the next primitive (otherwise you end up with a lot of zeros in per vertex lists)."
|
2013-08-01 10:00:31 +00:00 |
osgAnimation
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
osgDB
|
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 |
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 Rocco Martino, build fix for compiling against ffmpeg/trunk
|
2013-07-23 18:11:35 +00:00 |
osgPresentation
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +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
|
Added osg::RenderInfo::pushRenderBin()/popRenderBin() and RenderInfo::getRenderBinStack() and getCameraStack() access methods for getting access to the current RenderBin/RenderStage.
|
2013-08-01 07:19:45 +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
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +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
|
From Aurelien Albert, Added support for glPrimitiveRestartIndex.
|
2013-06-28 13:43:46 +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 |