<div dir="ltr"><div>Hi All,</div><div><br></div><div>I have just tagged the OpenSceneGraph-3.6.5 release!</div><div><div><br></div><div>Source Code:<br></div>
<ul style="margin: 15px 0px; padding: 0px; border: 0px; list-style: none; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 19px;"><li style="margin: 0px 0px 5px; padding: 0px 0px 0px 30px; border: 0px; background-image: url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif'); line-height: 20px; overflow: visible; background-position: 20px 7px; background-repeat: no-repeat no-repeat;">Github tag for 3.6.5:<a href="https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.6.5">https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.6.5</a></li><li style="margin: 0px 0px 5px; padding: 0px 0px 0px 30px; border: 0px; background-image: url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif'); line-height: 20px; overflow: visible; background-position: 20px 7px; background-repeat: no-repeat no-repeat;">git clone --branch OpenSceneGraph-3.6.5 https://github.com/openscenegraph/OpenSceneGraph.git</li></ul><div>It's mostly a maintenance release, so the focus has been primarily bug and build fixes, a few feature improvements made their way in as well, though don't recall these off the top of my head as I've been so focused on merging PRs and bug fixes and the VSG over the past 6 months. There a couple of minor API changes so the ABI is different, and SO version number is bumped up.  Most users should be able to just compile against 3.6.5 if your application is already compiling against 3.6.x.</div><div><br></div><div>Thanks to all who have contributed features, bug fixes and helped with testing.</div><div><br></div><div>Robert.</div><div><br></div><div>-- ChangeLog since 3.6.4</div><div><br></div><div>Fri, 31 Jan 2020 11:02:47 +0000<br>Author : Robert Osfield<br>Updates for 3.6.5 release<br><br>Fri, 31 Jan 2020 10:37:25 +0000<br>Author : Robert Osfield<br>Added mutex lock to avoid threading issues when glyphs are added to a Font from multiple threads<br><br>Thu, 30 Jan 2020 19:25:50 +0000<br>Author : Robert Osfield<br>Updates for 3.6.5-rc3<br><br>Thu, 30 Jan 2020 16:30:41 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #911 from LaurensVoerman/FbxSdkFixFix for older versions of fbxsdk without xml or zlib libraries,<br><br>Thu, 30 Jan 2020 16:21:32 +0000<br>Author : Robert Osfield<br>Added explicit clean up removeView<br><br>Thu, 30 Jan 2020 16:32:42 +0100<br>Author : Laurens Voerman<br>Fix for older versions of fbxsdk without xml or zlib libraries, fix cmake multiconfig generators (msvc) with irrelevant CMAKE_BUILD_TYPE.<br><br>Mon, 27 Jan 2020 10:11:23 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #907 from DeadParrot/OpenSceneGraph-3.6FBX plugin updates / PREFIX-NOTFOUND work-around<br><br>Sun, 26 Jan 2020 14:28:56 -0500<br>Author : Stuart Mentzer<br>FBX plugin updates / PREFIX-NOTFOUND work-around<br><br>Tue, 21 Jan 2020 10:11:30 +0000<br>Author : Robert Osfield<br>Updater rc number for 3.6.5-rc2, and CHangeLog<br><br>Tue, 21 Jan 2020 09:43:08 +0000<br>Author : Robert Osfield<br>Removed stray space<br><br>Tue, 21 Jan 2020 09:32:57 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #902 from mp3butcher/oqn3.6 OQN API convergence <br><br>Tue, 21 Jan 2020 09:16:51 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #903 from dedowsdi/renderstageAdd getPreRenderList, getPostRenderList to RenderStage.<br><br>Fri, 17 Jan 2020 18:47:49 +0800<br>Author : dedowsdi<br>Add getPreRenderList getPostRenderList to RenderStage.<br><br>Fri, 23 Aug 2019 09:59:54 +0200<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: make all usages of 'updateDefaultQueryGeometry' thread safe<br><br>Fri, 23 Aug 2019 09:46:02 +0200<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: fix resetting to default query geometryWhen the query geometry gets reset to its default then its<br>vertices have to be updated by the bounding box dimensions of<br>the current children of the OcclusionQueryNode.<br><br><br>Wed, 14 Aug 2019 11:27:40 +0200<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: fix use case of user defined query geometryThe user defined query geometry handling has been broken in several ways.<br><br>The previous way of defining a query geometry was using the non const<br>`getQueryGeometry` method and overriding its members. But then<br>`OcclusionQueryNode` wasn't aware of the geometry change and couldn't<br>internally handle it correctly.<br><br>The `computeBound` method never considered a user defined query geometry and<br>always just overrode the vertices of the geometry.<br><br>The member `_validQueryGeometry` wasn't correctly set.<br><br>This change should fix all this issues by introducing a small backward<br>compatibility break. The non const `getQueryGeometry` method is removed<br>forcing the user to use the `setQueryGeometry` method. But then `OcclusionQueryNode`<br>is aware of the user defined query geometry and can handle it correctly.<br><br><br>Tue, 29 Jan 2019 14:40:16 +0100<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: reset the test result of the invalid geometryThere're cases that the occlusion test result has been retrieved<br>after the query geometry has been changed, it's the result of the<br>geometry before the change.<br><br><br>Tue, 29 Jan 2019 11:37:28 +0100<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: ensure a valid query geometryIf the query geometry is invalid then don't do any occlusion queries and<br>never traverse the subgraphs.<br><br><br>Fri, 25 Jan 2019 15:02:45 +0100<br>Author : Daniel Trstenjak<br>OcclusionQueryNode: ensure a consistent value for '_passed'<br><br>Sat, 26 Jan 2019 16:33:23 +0000<br>Author : Robert Osfield<br>Introduced a QueryGeometry::getQueryResult(const osg::Camera*) method as a more informative replacedment for QueryGeometry::getNumPixels().<br><br>Mon, 20 Jan 2020 10:37:12 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #900 from dedowsdi/fix_particle_rotationFix particle rotation.<br><br>Fri, 17 Jan 2020 11:18:30 +0800<br>Author : dedowsdi<br>Fix particle rotation.<br><br>Fri, 17 Jan 2020 09:28:09 +0000<br>Author : Robert Osfield<br>Updated ChangeLog<br><br>Fri, 17 Jan 2020 09:07:58 +0000<br>Author : Robert Osfield<br>Moved setting of isftream locale to Model::readOBJ(..) and Model::readMTL(..).<br><br>Fri, 17 Jan 2020 08:54:52 +0000<br>Author : Robert Osfield<br>Added explict setting of local to classic to avoid local platform settings affecting parsing<br><br>Tue, 14 Jan 2020 16:32:29 +0000<br>Author : Robert Osfield<br>Updated README.md for 3.6.5-rc1<br><br>Tue, 14 Jan 2020 16:30:14 +0000<br>Author : Robert Osfield<br>Updated ChangeLog and set rc candidate 1 for 3.6.5-rc1<br><br>Tue, 14 Jan 2020 16:29:07 +0000<br>Author : Robert Osfield<br>Fixed warnings<br><br>Tue, 14 Jan 2020 14:57:15 +0000<br>Author : Robert Osfield<br>Fixed build warning due to auto_ptr<><br><br>Tue, 14 Jan 2020 14:42:01 +0000<br>Author : Robert Osfield<br>Fixed workaround for invalid indices<br><br>Mon, 13 Jan 2020 14:14:48 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #895 from openscenegraph/CurrentThreadIdAdded commment explaining that OpenThreads::Thread::CurrentThread() r…<br><br>Mon, 13 Jan 2020 14:12:54 +0000<br>Author : Robert Osfield<br>Added commment explaining that OpenThreads::Thread::CurrentThread() return NULL on non OpenThreads thread.<br><br>Mon, 13 Jan 2020 13:41:37 +0000<br>Author : Robert Osfield<br>Added support for using CurrentCodePage functionality with osgText::String To the DXF plugin added Option string support for using CurrentCodePage|WidePage, UTF8, UTF16, UTF32 and FontFile=filename<br><br>Mon, 13 Jan 2020 09:58:47 +0000<br>Author : Robert Osfield<br>Added encoding and font setting to dxfText as a first step towards making these user controllable to enble handling of non default settings<br><br>Sat, 11 Jan 2020 14:39:46 +0000<br>Author : Robert Osfield<br>Added creation of image directories when required<br><br>Fri, 10 Jan 2020 10:12:13 +0000<br>Author : Robert Osfield<br>Fixed handling of _autoScaleTransitionWidthRatio<=0.0<br><br>Tue, 7 Jan 2020 11:12:18 +0000<br>Author : Robert Osfield<br>Implemented TextBase::compileGLObjects() with handling of VAO/VBOs to address bugs associated with VAO usage of Text.<br><br>Mon, 6 Jan 2020 18:39:51 +0000<br>Author : Robert Osfield<br>Added Thread::CurrentThreadId() method to wrap up thread id functionality in a more platform appropriate way.<br><br>Mon, 6 Jan 2020 10:27:18 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #887 from limbolily/patch-1Fix navagation error about Android GLES2 example.<br><br>Mon, 6 Jan 2020 14:48:34 +0800<br>Author : limbolily<br>Fix navagation error about Android GLES2 example.Android GLES2 example use event queue without initializing window rectangle with graphics context,that produce navigation error.<br><br>Mon, 23 Dec 2019 14:20:26 +0100<br>Author : Michael Danilov<br>Fix #877 "Shift key stuck if both shifts switch keymap"Adapted the patch from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687332<br><br><br>Mon, 23 Dec 2019 14:53:17 +0000<br>Author : Robert Osfield<br>Adopted CMake's FindDCMTK.cmake variables<br><br>Sun, 22 Dec 2019 12:29:47 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #874 from blobfish/occt7.4Occt7.4<br><br>Thu, 19 Dec 2019 11:46:05 -0500<br>Author : blobfish<br>Plugins: OpenCasCade: Adding 'std' prefix where needed. See Following.Prior to 7.4, occt had a 'using namespace std' in a header file that<br>was polluting dependent projects. They have since fixed it and so these<br>changes are required.<br><br><br>Thu, 19 Dec 2019 10:16:09 -0500<br>Author : blobfish<br>Plugins: Cmake: OpenCasCade: Changing header used for include directory search. See Following.BRepMesh.hxx is gone in occt 7.4. Now searching for Standard_Version.hxx, which should be more consistent.<br><br><br>Wed, 18 Dec 2019 14:25:07 +0000<br>Author : Robert Osfield<br>Added classic locale setting to avoid local setting of locale affecting the GLSL code generated.<br><br>Mon, 16 Dec 2019 17:10:39 +0000<br>Author : Robert Osfield<br>Updated ChangeLog<br><br>Mon, 16 Dec 2019 16:51:16 +0000<br>Author : Robert Osfield<br>Added automatically removal from the OjbectCache when a object or it's subgraph contain Texture that no longer have an osg::Image.<br><br>Mon, 16 Dec 2019 11:54:12 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #871 from LaurensVoerman/commit_tgaFixfix debug compile error for ReaderWriterTGA<br><br>Mon, 16 Dec 2019 11:02:41 +0100<br>Author : Laurens Voerman<br>fix debug compile error for ReaderWriterTGA<br><br>Mon, 16 Dec 2019 09:40:30 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #870 from eligovision/OpenSceneGraph-3.6_glext_fixGLExtensions's isPBOSupported and isVAOSupported flags fixed<br><br>Mon, 16 Dec 2019 09:40:00 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #869 from eligovision/OpenSceneGraph-3.6_glextAdded FBO GL extensions (useful for mobile VR etc.)<br><br>Fri, 13 Dec 2019 19:40:11 +0300<br>Author : konstantin.matveyev<br>GLExtensions's isPBOSupported and isVAOSupported flags fixed for GLES2+GLES3 configuration<br><br>Fri, 13 Dec 2019 19:42:30 +0300<br>Author : konstantin.matveyev<br>GLExtensions's isInvalidateFramebufferSupported flag improved<br><br>Tue, 26 Nov 2019 17:17:38 +0800<br>Author : PntAndCnt<br>Fontconfig should be external library.Add Fontconfig to TARGET_LIBRARIES cause osg3::osgText target looking for<br>openscegraph-Fontconfig-import-targets.cmake, which doesn't exists.<br><br><br>Sun, 13 Oct 2019 20:24:36 +0800<br>Author : PntAndCnt<br>Fix a typo and invisible 3dtext in examples/osgtext.Second text alignment is wrong when "--alignment" specified.<br><br>3D text radius is too small, only SCREEN_COORDS can be seen.<br><br>Text position should multiply radius.<br><br><br>Tue, 3 Sep 2019 16:11:14 +0800<br>Author : Kent<br>Mered fix for internalFormat<br><br>Thu, 12 Dec 2019 18:41:23 +0300<br>Author : valid-ptr<br>glInvalidateFramebuffer added to GLExtensions<br><br>Thu, 31 Oct 2019 18:59:04 +0300<br>Author : konstantin.matveyev<br>glFramebufferTexture2DMultisample added to GLExtensions<br><br>Tue, 10 Dec 2019 15:08:25 +0300<br>Author : Dmitry Marakasov<br>Add FreeBSD-specific code bits for pthread_setaffinity_np support<br><br>Thu, 12 Dec 2019 13:25:44 +0000<br>Author : Robert Osfield<br>Fix linking with Xinerama<br><br>Thu, 12 Dec 2019 13:09:33 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #861 from aluaces/default-ffmpegSet ffmpeg as the default plugin for video files.<br><br>Fri, 22 Nov 2019 21:07:36 +0100<br>Author : elsid<br>Fix clang 8 & libc++ build errorsReplace operators for implicit type conversion by explicit data() method to<br>access implementation pointer and subscript operator to access element by<br>index just like in std::vector.<br><br>src/osgPlugins/tga/ReaderWriterTGA.cpp:455:22: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>        if (colormap == NULL)<br>            ~~~~~~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:525:16: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>    if (buffer == NULL || linebuf == NULL)<br>        ~~~~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:525:35: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>    if (buffer == NULL || linebuf == NULL)<br>                          ~~~~~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:548:30: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>            if (formattedMap == NULL)<br>                ~~~~~~~~~~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:574:40: error: use of overloaded operator '[]' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                        index = linebuf[x];<br>                                ~~~~~~~^~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:577:50: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                        index = getInt16(linebuf + x * 2);<br>                                         ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:580:50: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                        index = getInt24(linebuf + x * 3);<br>                                         ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:583:50: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                        index = getInt32(linebuf + x * 4);<br>                                         ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:592:72: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                        (dest + adjustedX * format)[i] = (formattedMap + index * format)[i];<br>                                                          ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:626:30: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>            if (formattedMap == NULL)<br>                ~~~~~~~~~~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:642:21: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>            if (buf == NULL)<br>                ~~~ ^  ~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:664:44: error: use of overloaded operator '[]' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                            index = linebuf[x];<br>                                    ~~~~~~~^~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:667:54: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                            index = getInt16(linebuf + x * 2);<br>                                             ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:670:54: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                            index = getInt24(linebuf + x * 3);<br>                                             ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:673:54: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                            index = getInt32(linebuf + x * 4);<br>                                             ~~~~~~~ ^ ~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:688:76: error: use of overloaded operator '+' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'int')<br>                            (dest + adjustedX * format)[i] = (formattedMap + index * format)[i];<br>                                                              ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~<br>src/osgPlugins/tga/ReaderWriterTGA.cpp:708:21: error: use of overloaded operator '==' is ambiguous (with operand types 'SafeArray<unsigned char>' and 'long')<br>            if (buf == NULL)<br>                ~~~ ^  ~~~~<br>17 errors generated.<br><br><br>Thu, 12 Dec 2019 10:55:35 +0000<br>Author : OpenSceneGraph git repository<br>Fixed indentation, replacing tabs with spaces<br><br>Mon, 4 Nov 2019 05:37:37 +0100<br>Author : Tim Moore<br>Fix bug in matrix transpose() and transpose3x3The diagonal elements were not copied from the source matrix.<br><br><br>Fri, 1 Nov 2019 09:26:28 -0700<br>Author : flashk<br>Support reading RGB float DDS imagesThe DDS plugin is not able to load floating point RGB images saved out by itself. There doesn't appear to be a fourcc code for RGB float/half-float data, so I added the appropriate entries to the RGBFormat table so the images can be loaded properly.<br><br>Thu, 12 Dec 2019 10:08:32 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #851 from LaurensVoerman/submitCpSubImgfix copySubImage crash on compressed files<br><br>Wed, 25 Sep 2019 12:16:51 -0500<br>Author : DCFennell<br>GL_CLAMP_VERTEX_COLOR and GL_CLAMP_FRAGMENT_COLOR deprecated in GL core profile according to OpenGL 4.5 specification.<br><br>Mon, 23 Sep 2019 15:05:54 +0200<br>Author : Johannes Pabst<br>Fix: LuaCallbackObject could form circular references to LuaScriptEngine that prevented its destruction. Destruction of LuaScriptEngine now disarms all callbacks into Lua.<br><br>Fri, 13 Sep 2019 12:50:29 +0200<br>Author : Riccardo Corsi<br>Fbx Plugin: added plugin option to set the target axis system. Default left to OpenGL.<br><br>Thu, 12 Sep 2019 13:54:28 -0700<br>Author : grdowns<br>Add vcpkg installation instructions<br><br>Wed, 11 Dec 2019 17:51:02 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #837 from LaurensVoerman/carbonFixfix apple carbon reference<br><br>Wed, 11 Dec 2019 17:07:27 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #833 from cj-mcdonald/osga-fixUpdate ReaderWriterOSGA.cpp<br><br>Fri, 30 Aug 2019 16:48:25 +0200<br>Author : Guilhem Saurel<br>fix dae readme<br><br>Wed, 11 Dec 2019 16:58:50 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #828 from eligovision/OpenSceneGraph-3.6_ios_build_fixFix build iOS: when using Toolchain or building with Makefiles (not X…<br><br>Wed, 11 Dec 2019 16:47:44 +0000<br>Author : OpenSceneGraph git repository<br>Merge pull request #822 from mp3butcher/patch-32optimize indexed color DDS conversion<br><br>Wed, 4 Dec 2019 22:10:46 +0100<br>Author : Alberto Luaces<br>Set ffmpeg as the default plugin for video files.As xine is not used anymore, there is no plugin in charge of loading<br>video files, and osgmovie and other programs are not able to open<br>them.<br><br>If ffmpeg is present, it is registered for opening video files.<br><br><br>Fri, 1 Nov 2019 16:42:50 +0100<br>Author : Laurens Voerman<br>fix copySubImage crash on compressed files<br><br>Wed, 11 Sep 2019 10:22:16 +0200<br>Author : Laurens Voerman<br>fix apple carbon reference<br><br>Mon, 2 Sep 2019 17:43:38 +0100<br>Author : Colin McDonald<br>Update ReaderWriterOSGA.cppFix typo in osga archives which stops node files working<br><br>Fri, 23 Aug 2019 18:31:22 +0300<br>Author : Konstantin S. Matveyev<br>Fix build iOS: when using Toolchain or building with Makefiles (not Xcode)<br><br>Sun, 18 Aug 2019 17:56:51 +0200<br>Author : Julien Valentin<br>use memcpy instead of union<br><br>Sat, 17 Aug 2019 22:05:38 +0200<br>Author : Julien Valentin<br>optimize conversion with a union<br><br>Thu, 22 Aug 2019 14:49:43 +0100<br>Author : Robert Osfield<br>Removed exlict keyword to address build problems with VS older than 2015.<br><br>Sun, 18 Aug 2019 20:14:17 +0200<br>Author : Remo E<br>Debugging: Hint to debug LoadLibrary issuesThis helps to debug loading dynamic libraries in an environment without implemented "dlopen". For example emscripten with static compiled OSG.<br><br>Sat, 17 Aug 2019 20:04:38 +0100<br>Author : Robert Osfield<br>Merge branch 'OpenSceneGraph-3.6' of https://github.com/openscenegraph/OpenSceneGraph into OpenSceneGraph-3.6<br><br>Sat, 17 Aug 2019 20:04:30 +0100<br>Author : OpenSceneGraph git repository<br>Merge pull request #820 from Capostrophic/ddsDDS plugin: add support for DDPF_PALETTEINDEXED8 pixel format reading<br><br>Fri, 16 Aug 2019 13:52:56 +0200<br>Author : Björn Blissing<br>Fixed spelling error in warning message<br><br>Sat, 17 Aug 2019 15:11:49 +0300<br>Author : capostrophic<br>Fix memory leaks<br><br>Sat, 17 Aug 2019 01:43:47 +0300<br>Author : capostrophic<br>Add support for DDPF_PALETTEINDEXED8 pixel format reading<br><br>Fri, 16 Aug 2019 10:27:28 +0100<br>Author : Robert Osfield<br>Added TKXCAF to find package list<br><br>Thu, 15 Aug 2019 20:21:15 +0200<br>Author : Julien Valentin<br>remove return of local pointer<br><br>Fri, 16 Aug 2019 09:35:00 +0100<br>Author : OpenSceneGraph git repository<br>Merge pull request #818 from mp3butcher/patch-31fix comment block CMake syntax<br><br>Thu, 15 Aug 2019 20:46:52 +0200<br>Author : Julien Valentin<br>fix cmake block comment syntax<br><br>Thu, 15 Aug 2019 20:27:05 +0200<br>Author : Julien Valentin<br>remove unproperly parsed CMake commenthttps://github.com/openscenegraph/OpenSceneGraph/issues/812<br><br>Wed, 7 Aug 2019 10:56:59 +0100<br>Author : OpenSceneGraph git repository<br>Merge pull request #808 from 640kb/OpenSceneGraph-3.6las plugin: fix linking against static boost library under windows<br><br>Wed, 7 Aug 2019 09:49:16 +0200<br>Author : Daniel Wendt<br>las plugin: fix linking against static boost library under windowsSigned-off-by: Daniel Wendt<br><br><br>Wed, 31 Jul 2019 14:11:59 +0100<br>Author : Robert Osfield<br>Added a _fontFallback to TextBase to cache any fallback font (usually DefaultFont) that is used when the Textbase::_font is null.<br><br>Mon, 29 Jul 2019 13:01:00 +0100<br>Author : Robert Osfield<br>Replaced GL_QUADS usage with GL_TRIANGLE_STRIP<br><br>Mon, 29 Jul 2019 12:29:25 +0100<br>Author : Robert Osfield<br>Refactored the mesh setup to use GL_TRIANGLE_STIP instead of GL_QUADS<br><br>Mon, 29 Jul 2019 09:59:57 +0100<br>Author : Robert Osfield<br>Updated version to 3.6.5<br><br>Mon, 29 Jul 2019 08:57:56 +0100<br>Author : OpenSceneGraph git repository<br>Merge pull request #804 from eligovision/OpenSceneGraph-3.6_GLQUADS[*] ParticleSystem: Use GL_TRIANGLES instead if GL_QUADS when GL{1,2}…<br><br>Fri, 26 Jul 2019 21:14:45 +0300<br>Author : Konstantin S. Matveyev<br>[*] ParticleSystem: Use GL_TRIANGLES instead if GL_QUADS when GL{1,2} or GLES1 are unavailable<br><br></div></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com">osg-users+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/350c6f52-e6d9-4dac-908f-7b6ea57be5d6%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/osg-users/350c6f52-e6d9-4dac-908f-7b6ea57be5d6%40googlegroups.com</a>.<br />