OpenSceneGraph/src
OpenSceneGraph git repository ff1acce59e
Merge pull request #436 from mp3butcher/OpenSceneGraph-3.4
add missing NVTT libraries to nvtt plugin linker
2018-01-11 09:31:41 +00:00
..
OpenThreads Build fix for VS. 2016-06-09 14:10:02 +01:00
osg Fixed handling of GL_TEXTURE_CUBE_MAP when using glTextureStorage. 2017-11-10 17:14:03 +00:00
osgAnimation From KOS, "New classes for osgAnimation presented: UpdateFloatUniform, UpdateVec3fUniform and UpdateMatrixfUniform (based on UpdateUniform template) 2015-06-03 09:14:35 +00:00
osgDB Added support for .vs, .fs. .gs, .cs etc, GLSL file extensions 2017-11-29 11:04:02 +00:00
osgFX Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgGA From Philippe Renon, "Fixed potential divide by zero in NodeTrackerManipulator : The divide by zero happens when throwing a NodeTrackerManipulator. 2015-06-10 10:00:27 +00:00
osgManipulator Added Dragger::applyAppropriateFrontFace(StateSet*) to make it easy to handle inverted matrices by toggling the FrontFace to sure the correct face is visible. 2016-11-11 17:16:40 +00:00
osgParticle From Jannik Heller, osgParticle freeze on cull fix, ammended by Robert Osfield to make if statements a little more readable. 2016-02-23 10:14:21 +00:00
osgPlugins improve FindNVTT.cmake 2018-01-11 02:21:19 +01:00
osgPresentation Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgQt From Sebastian Messershmidt, "The uncommented pointer type QTimerEvent */*event*/ leads to a compiler error under visual studio 2010" 2015-10-23 11:07:30 +00:00
osgShadow Warning fixes for Clang-3.6 2015-07-23 11:14:00 +00:00
osgSim Added returns to avoid fall through between case statements 2018-01-11 08:54:20 +00:00
osgTerrain Added built-in support for lighting.vert 2017-10-20 11:38:39 +01:00
osgText Backported GL2/3, GLES2/3 compatible Text and StatsHandler shaders to OSG-3.4 2017-06-19 17:38:25 +01:00
osgUI Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgUtil Adopted the improvements to TangentSpaceGenerator.cpp from master 2017-11-21 15:40:01 +00:00
osgViewer Removed unneccessary DrawArrays->setCount() that was causing a crash. 2017-08-18 16:26:12 +01:00
osgVolume Added Dragger::applyAppropriateFrontFace(StateSet*) to make it easy to handle inverted matrices by toggling the FrontFace to sure the correct face is visible. 2016-11-11 17:16:40 +00:00
osgWidget Rewrote Window::setNextFocusable() to address a bug in the management of the search iterator. Covertiy reported bug "Undefined behavior may result; the program may crash or subtly misbehave. 2016-06-09 12:10:38 +01:00
osgWrappers [+] Two classes added: osgAnimation::UpdateVec2fUniform, osgAnimation::UpdateVec4fUniform 2017-07-31 17:50:08 +03:00
CMakeLists.txt From Rafa Gaitan, "I finally had some time to change the build system for Android using a Toolchain, which, I think, will be easier to maintain and uses cmake standard system to build it. 2014-11-21 10:37:33 +00:00