OpenSceneGraph/include
2018-04-06 20:07:57 +01:00
..
OpenThreads Added missing export 2016-10-07 12:17:03 +01:00
osg When testing XYZ/ECEF coordinate values that convert to LLA points with latitude = 90.0 or latitude = -90.0, the heights calculated by EllipsoidModel::convertXYZToLatLongHeight have substantial errors. With the provided change, points at the pole are handled more correctly. This has been tested against US NGA GoldData. 2018-04-04 08:51:38 +01:00
osgAnimation Small readability improvements 2017-11-11 12:45:55 +00:00
osgDB osgDB: Added missing extern OSGDB_EXPORT. 2018-04-05 10:51:24 -04:00
osgFX Fixed threading crash in osgFX that occurred when an osgFX node is added to the scene being rendered in multiple threaded windows. 2018-04-04 15:11:25 +01:00
osgGA Add a comment explaining some confusing code in UpdateVisitor and EventVisitor 2017-02-03 17:39:56 +01:00
osgManipulator osgManiputor: TranslateInLineCommand wants Vec3d instead of Vec3 2016-12-08 10:12:17 -05:00
osgParticle Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects. 2017-11-29 14:22:31 +00:00
osgPresentation 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
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 Refactored ImpostorSprite so that it no longer uses GLBeginEndAdapter 2016-10-11 11:29:29 +01:00
osgTerrain Changed Layer::get*Value(..) methods to const 2018-03-30 12:47:15 +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 fix colliding include guards and spurious #define OSGUI_EXPORT 2016-08-29 09:40:21 +02:00
osgUtil Refactored osgUtil::ShaderGen to use #pragma(tic) shader composition. 2018-03-14 08:22:45 +00:00
osgViewer GraphicsWindowIOS: multithreaded viewer's mode support added; updated for iOS-11 SDK; view rotations fixed; GLES2, GLES3 preprocessors fixed; tested on iPhone4 and upper 2018-03-26 20:40:14 +03:00
osgVolume Added Texture2D include to resolve VS build issue 2017-03-29 09:12:14 +01:00
osgWidget fix vc2017 compile warning 'unsigned int' to 'const char' 2018-01-15 16:42:31 +01:00