OpenSceneGraph/include
Robert Osfield 053ba0c543 From Wojciech Lewandowski, "I did few tests to see whether adding PreDraw callback would help us with SPI problems when using Viewer. Results were positive so I decided to give it a try and ask you to verify and maybe merge with existing codebase.
I added _preDrawCallback member and neccessary access methods plus modified osgUtil RenderStage.cpp to invoke it before all drawInner calls are made. I tried to maintain symmetry with postDrawCallback but you know better where is a proper place for this call ;-)
"
2007-06-01 19:45:24 +00:00
..
osg From Wojciech Lewandowski, "I did few tests to see whether adding PreDraw callback would help us with SPI problems when using Viewer. Results were positive so I decided to give it a try and ask you to verify and maybe merge with existing codebase. 2007-06-01 19:45:24 +00:00
osgDB Updated wrappers 2007-05-27 19:35:50 +00:00
osgFX Updated copyright years. 2006-07-18 15:21:48 +00:00
osgGA From Rafa Giatan and Robert Osfield, added support for User defined events, by adding 2007-05-19 13:39:55 +00:00
osgIntrospection From David Callu, " bug: 2007-03-16 14:28:27 +00:00
osgManipulator From Frauciel Luc, "Added support for other pointers than mouses by using a nearpoint and farpoint instead of mousex,mousey + Camera (see Dragger and Dragger.cpp). 2007-05-28 10:14:29 +00:00
osgParticle Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
osgShadow From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
osgSim Updates to OverlayData 2007-06-01 19:44:09 +00:00
osgTerrain From Mike Wittman, "Just found another issue building the C# wrappers: the osgTerrain ValidDataOperator file uses osg::Vec2, osg::Vec3, and osg::Vec4, but does not include their headers. The file with the relevant includes is attached. 2007-06-01 19:10:59 +00:00
osgText Reorganised the managment of margins around glyphs so that is done entirely 2007-05-04 12:05:29 +00:00
osgUtil Fixes to help C# binding dev. 2007-05-26 15:49:35 +00:00
osgViewer From Mathias Froelich, "have done an interface to change the mouse cursor in the X11 graphics 2007-06-01 19:43:28 +00:00