You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenSceneGraph/include
Robert Osfield 7ab1208c65
Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute
7 years ago
..
OpenThreads Added missing export 8 years ago
osg Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 7 years ago
osgAnimation Small readability improvements 7 years ago
osgDB osgDB: Added missing extern OSGDB_EXPORT. 7 years ago
osgFX Fixed threading crash in osgFX that occurred when an osgFX node is added to the scene being rendered in multiple threaded windows. 7 years ago
osgGA Add a comment explaining some confusing code in UpdateVisitor and EventVisitor 8 years ago
osgManipulator osgManiputor: TranslateInLineCommand wants Vec3d instead of Vec3 8 years ago
osgParticle Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects. 7 years ago
osgPresentation added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes 8 years ago
osgShadow Added a ShadowTechniue::setShadowedScene() virtual method to make it possible to implement techniques as fascades to other techniques 7 years ago
osgSim Refactored ImpostorSprite so that it no longer uses GLBeginEndAdapter 8 years ago
osgTerrain Changed Layer::get*Value(..) methods to const 7 years ago
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. 7 years ago
osgUI fix colliding include guards and spurious #define OSGUI_EXPORT 8 years ago
osgUtil Refactored osgUtil::ShaderGen to use #pragma(tic) shader composition. 7 years ago
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 7 years ago
osgVolume Added Texture2D include to resolve VS build issue 8 years ago
osgWidget fix vc2017 compile warning 'unsigned int' to 'const char' 7 years ago