OpenSceneGraph/src
2017-11-22 11:05:17 +00:00
..
OpenThreads openthread: silence some log output 2017-03-30 11:29:53 +02:00
osg Attached is a fix in GLExtension, which is based on latest git version, that fixes the usage of uniform buffer objects on macOS. Under macOS core OpenGL features aren't exported as extension. OpenGL 3.1 includes the GL_ARB_uniform_buffer_object as core feature for example. On macOS a simple osg::isGLExtensionSupported() call would fail. It is required to use the isGLExtensionOrVersionSupported() method. This is what my fix does. 2017-11-13 10:24:31 +00:00
osgAnimation FIxed two CoverityScan detected memory leaks 2017-11-13 12:49:33 +00:00
osgDB tellg call removed from StreamOperator's checkStream function, because reading of files (readNodeFile etc.) with tellg on 'every iter' is approximately 100 times slower on Emscripten platform 2017-09-22 11:43:07 +03:00
osgFX Fixed method to match parent class. 2016-06-02 14:30:58 +01:00
osgGA Added conditionals for GLES3, added correct gl headers for GLES3 on iOS and Android to GL.in 2017-03-20 18:33:08 +00:00
osgManipulator osgManipulator: Constraint: snap_point_to_grid wants Vec3d instead of Vec3 2017-02-16 10:37:03 -05:00
osgParticle Added conditionals for GLES3, added correct gl headers for GLES3 on iOS and Android to GL.in 2017-03-20 18:33:08 +00:00
osgPlugins Removed use of local static to avoid threading issue. 2017-11-22 11:05:17 +00:00
osgPresentation Changed the key binding for opening and editor to edit presentation to 'E' and to trigger update the presentation by pressing 'e' 2017-11-02 16:39:32 +00:00
osgShadow misc. typo fixes 2017-08-15 12:23:49 -04:00
osgSim Added conditionals for GLES3, added correct gl headers for GLES3 on iOS and Android to GL.in 2017-03-20 18:33:08 +00:00
osgTerrain Fixed copy and paste error 2017-11-02 11:51:03 +00:00
osgText Added Text::getCharacterCorners(...) method to help applications that want to find out the positions of characters being rendered. 2017-11-21 13:41:57 +00: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 Fixed missing initialization of B_ and N_ in constructor 2017-11-21 13:54:45 +01:00
osgViewer Cleaned up getEnvVar usage 2017-11-02 11:42:25 +00:00
osgVolume Removed unused class 2017-01-16 17:18:58 +00:00
osgWidget Deprecated Text:BackdropImplementation, removing the backend as it no longer required when using shaders for backdrop effects 2017-10-13 11:42:25 +01:00
osgWrappers Fixed typo 2017-11-13 13:08:39 +00:00
CMakeLists.txt Add CMake option to not build deprecated serializers 2017-02-07 20:23:14 +01:00