OpenSceneGraph/src
2018-04-03 13:58:22 +01:00
..
OpenThreads Added check if thraeding is running before executing start thread. 2018-03-25 12:17:07 +01:00
osg Rewrote the handling of AutoTransform::setAutoScaleToScreen(bool) functionality so that is disabling CullingActive when switched on. 2018-04-02 18:26:26 +01:00
osgAnimation remove unused variable "maxBonePerVertex" 2018-01-15 15:59:56 +01:00
osgDB Fixed build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2018-03-30 16:34:51 +01:00
osgFX Fixed method to match parent class. 2016-06-02 14:30:58 +01:00
osgGA From Jordi Torres, removed unused local variables 2017-12-02 17:58:17 +00:00
osgManipulator osgManipulator: Constraint: snap_point_to_grid wants Vec3d instead of Vec3 2017-02-16 10:37:03 -05:00
osgParticle Merge branch 'master' into shader_pipeline 2017-12-01 09:14:52 +00:00
osgPlugins Small fix (from the 3.6 branch) in the osgjs plugin, avoiding a double addition of the CullFace attribute when it has been turned off. This resulted in an empty json object in the osgjs file causing warnings in osgjs. 2018-04-01 10:18:45 +01:00
osgPresentation Restructured the system() fallback to be usable for C and C++ 2018-01-21 12:09:49 +00:00
osgShadow Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead 2017-12-18 13:54:08 +00:00
osgSim Added returns to avoid fall through between case statements 2018-01-11 08:51:08 +00:00
osgTerrain Fixed double calling of TerrainTechnique::init(). 2018-03-29 11:38:04 +01:00
osgText Added __VERSION__<140 check for usage of gl_ClipVertex to avoid GL3 core profile usage issues 2018-04-02 16:21:20 +01: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 Restructured merge geometry code to make it easier to follow 2018-04-02 14:08:47 +01:00
osgViewer missing gles2 check 2018-04-03 13:58:22 +01:00
osgVolume Renamed the osgVolume/Shaders directory to osgVolume/shaders to make it consistent with OpenSceneGraph-Data/shaders 2017-03-24 13:47:05 +00:00
osgWidget Removed stray CMAkeLists.txt from TARGET_SRC list 2018-04-01 10:41:26 +01:00
osgWrappers Removed serailizers that are now supplied by osg::Node 2018-03-23 20:07:43 +00:00
CMakeLists.txt Add CMake option to not build deprecated serializers 2017-02-07 20:23:14 +01:00