OpenSceneGraph/include
Hartwig 1b3928a017 Removal of compiler warnings caused by integer conversions
In most systems today sizeof(size_t) is larger than sizeof(GLsizei). Therefore, the inclusion of GLExtensions may introduce a lot of compiler warnings as array.size() (of type size_t) is passed to a function with a parameter of type GLsizei.
2018-03-25 19:04:10 +02:00
..
OpenThreads
osg Removal of compiler warnings caused by integer conversions 2018-03-25 19:04:10 +02:00
osgAnimation Small readability improvements 2017-11-11 12:45:55 +00:00
osgDB Fixed indentation 2018-03-23 17:00:00 +00:00
osgFX
osgGA
osgManipulator
osgParticle Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects. 2017-11-29 14:22:31 +00:00
osgPresentation
osgShadow Added template addShader() method to make it easier to pass ref_ptr<osg::Shader> 2017-11-27 15:40:21 +00:00
osgSim
osgTerrain Typo fix 2017-11-29 21:20:10 +00:00
osgText Introduced Drawable::CreateVertexArrayStateCallback to enable customization of how VertexArrayState objects. 2017-11-29 14:22:31 +00:00
osgUI
osgUtil Refactored osgUtil::ShaderGen to use #pragma(tic) shader composition. 2018-03-14 08:22:45 +00:00
osgViewer Added script to identify Windows version 2017-11-30 12:53:24 +01:00
osgVolume
osgWidget fix vc2017 compile warning 'unsigned int' to 'const char' 2018-01-15 16:42:31 +01:00