OpenSceneGraph/src
2018-04-07 17:59:55 +01:00
..
OpenThreads Added check if thraeding is running before executing start thread. 2018-03-25 12:13:50 +01:00
osg Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 2018-04-07 17:59:55 +01:00
osgAnimation remove unused variable "maxBonePerVertex" 2018-01-15 15:59:56 +01:00
osgDB Quietened down debug message output for osgText shader setup and Drawable::createVertexArrayStateImplementation 2018-04-05 14:18:30 +01:00
osgFX Fixed warning 2018-04-06 14:17:35 +01:00
osgGA From Jordi Torres, removed unused local variables 2017-12-02 17:58:17 +00:00
osgManipulator osgManipulator: Constraint: snap_point_to_grid wants Vec3d instead of Vec3 2017-02-16 10:37:03 -05:00
osgParticle Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects. 2017-11-29 14:22:31 +00:00
osgPlugins Remove duplicated and incorrect fetching of 'map_bump' attributes in obj plugin 2018-04-05 08:46:33 +01:00
osgPresentation Restructured the system() fallback to be usable for C and C++ 2018-01-21 12:09:49 +00:00
osgShadow Added a ShadowTechniue::setShadowedScene() virtual method to make it possible to implement techniques as fascades to other techniques 2018-04-03 15:30:58 +01:00
osgSim Added returns to avoid fall through between case statements 2018-01-11 08:51:08 +00:00
osgTerrain Fixed double calling of TerrainTechnique::init(). 2018-03-29 11:38:53 +01:00
osgText Refactored the way that margin is applied to the text buounding box to prevent growth of the bounding box each time Text::setPosition() is called. 2018-04-06 20:07:57 +01:00
osgUI added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes 2016-08-29 10:41:40 +02:00
osgUtil Restructured merge geometry code to make it easier to follow 2018-04-02 14:09:57 +01:00
osgViewer mingw: fix compile error in GraphicsWindowWin32.cpp 2018-04-05 11:15:49 +01:00
osgVolume Removed unused class 2017-01-16 17:18:58 +00:00
osgWidget Removed stray CMAkeLists.txt from TARGET_SRC list 2018-04-01 10:40:25 +01:00
osgWrappers Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 2018-04-07 17:59:55 +01:00
CMakeLists.txt Add CMake option to not build deprecated serializers 2017-02-07 20:23:14 +01:00