[osg-users] OpenSceneGraph-3.6.2 released!

Robert Osfield robert.osfield at gmail.com
Fri Jun 29 03:27:41 PDT 2018


Hi All,

On a gloriously sunny Scottish morning I've wrapped up the 3.6.2,
tagging it, updated the website, tweeted and now the final post to
osg-users ML/forum to tell you all about it:

    https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.6.2

Many thanks to all those who have shake down and improve this release,
well worth the effort creating solid foundations for graphics app
development.

Cheers,
Robert.

-- ChangeLog since 3.6.1

Fri, 29 Jun 2018 10:56:01 +0100
Author : Robert Osfield
Updated date for 3.6.2 releases

Fri, 29 Jun 2018 10:54:13 +0100
Author : Robert Osfield
Updates for 3.6.2 stable release

Fri, 29 Jun 2018 10:53:23 +0100
Author : Robert Osfield
Fixed isPointSpriteModeSupported assignment bug

Fri, 29 Jun 2018 09:52:47 +0100
Author : Robert Osfield
Removed the gl3.h usage for GL3 case as these headers were replaced by
glcorearb.h, it's probably better to just fallback to gl.h and have
the OSG get the extentions at runtime.

Thu, 28 Jun 2018 07:34:49 +0100
Author : Robert Osfield
UPdated ChangeLog

Thu, 28 Jun 2018 07:06:59 +0100
Author : Robert Osfield
Updated for rc3

Wed, 27 Jun 2018 21:21:31 -0700
Author : Larry-Hu
Remove call to nonexistent member seekpos() of std::fpos in VS 2017
version 15.8 or later

Wed, 27 Jun 2018 20:59:09 +0100
Author : OpenSceneGraph git repository
Merge pull request #568 from
emminizer/fix-flt-texture-export-gl3OpenFlight: Textures now correctly
export in GLCORE mode.

Wed, 27 Jun 2018 12:57:20 -0400
Author : Daniel Emminizer
OpenFlight: Textures now correctly export in GLCORE mode.

Wed, 27 Jun 2018 09:17:00 +0100
Author : Robert Osfield
Updated for 3.6.2-rc2

Wed, 27 Jun 2018 09:06:58 +0100
Author : Robert Osfield
Fixed relaseGLObjects() calls

Tue, 26 Jun 2018 20:50:55 +0100
Author : Robert Osfield
Merge branch 'OpenSceneGraph-3.6' of
https://github.com/openscenegraph/OpenSceneGraph into
OpenSceneGraph-3.6

Tue, 26 Jun 2018 20:46:49 +0100
Author : Robert Osfield
Replaced creation of a temporary Settings object on the heap with
creation on the stack to improve performance

Tue, 26 Jun 2018 20:17:07 +0100
Author : OpenSceneGraph git repository
Merge pull request #566 from emminizer/fix-gl_rb-in-gluscaleimageGL_RG
is now a supported format in gluScaleImage().

Tue, 26 Jun 2018 20:10:51 +0100
Author : Robert Osfield
Added GLExtensions::isPointSpriteModeSupported to allow it to be
enable for GL versions that support
GL_POINT_SPRITE_ARB/GL_POINT_SPRITE_OES

Tue, 26 Jun 2018 14:44:34 -0400
Author : Daniel Emminizer
GL_RG is now a support format in gluScaleImage().

Mon, 25 Jun 2018 20:02:30 +0100
Author : Robert Osfield
Moved osg::clampProjectionMatrix() template from CullVisitor.cpp into
include/osg/CullSettings to make it easier to implement custom
clampProjectionMatrix callbacks

Wed, 20 Jun 2018 13:59:10 +0100
Author : Robert Osfield
Updates for 3.6.2-rc1

Tue, 19 Jun 2018 17:09:56 +0100
Author : Calum Robinson
Fix z near calculation for lines

Tue, 19 Jun 2018 11:50:38 +0100
Author : OpenSceneGraph git repository
Merge pull request #558 from LaurensVoerman/submit-ffmpeg3.2resolve av
sync failure with ffmpeg 3.2 and up

Tue, 19 Jun 2018 09:21:02 +0200
Author : Laurens Voerman
resolve av sync failure with ffmpeg 3.2 and up

Tue, 19 Jun 2018 00:33:03 +0800
Author : 弥继平
Fixed the position of the viewport for the cameraThe position of
viewport doesn't setup properly, some part of viewer is out of
CMFC_OSG_MDIView,  and not visible.

Thu, 14 Jun 2018 14:31:28 +0200
Author : Laurens Voerman
remove include/osgQt from doxyfiles; add osgPresentation and osgUI

Thu, 14 Jun 2018 14:44:16 +0100
Author : OpenSceneGraph git repository
Merge pull request #555 from emminizer/fix-noisy-flt-loadingFLT:
Missing optional attr files on textures no longer generates a co…

Thu, 14 Jun 2018 07:33:08 -0400
Author : Daniel Emminizer
FLT: Missing optional attr files on textures no longer generates a
console warning.

Thu, 14 Jun 2018 08:54:21 +0100
Author : Robert Osfield
Changed version to 3.6.2 in prep for next release

Thu, 14 Jun 2018 08:51:00 +0100
Author : Robert Osfield
To handle calling Array::setBinding() after Geometry::set*Array()
call, to the Geometry::addVertexBufferObjectIfRequired(osg::Array*
array) added treatment of array->getBinding()==Array::BIND_UNDEFINED
as BIND_PER_VERTEX as a safe fallback.

Wed, 13 Jun 2018 12:23:29 +0100
Author : Robert Osfield
Moved Stae::setUseVertexAttributeAliasing(bool) implementation to .cpp
an added call to _globalVertexArrayState->assignAllDispatchers(); to
ensure state is consistent

Sun, 3 Jun 2018 10:27:00 +0100
Author : Robert Osfield
Updated LICENSE to use the WxWidgets-3.1 and updates to the
LGPL-2.1-only that updates addresses and tighten up language
used.Functionality the OSGPL-1.0 is the same as OSGPL-0.0, All the
OpenSceneGraph users can use either OSGPL-0.0 or OSGPL-1.0.


Thu, 31 May 2018 15:11:19 +0100
Author : Robert Osfield
Removed deprecated xine plugin to simplify licensing (xine plugin is GPL'd)

Thu, 31 May 2018 14:45:37 +0100
Author : Robert Osfield
As the author of all the files in osgPresentation and present3D have
rectified the license notices to reflect their intended license rather
than histoical license they had prior to being merged into the
OpenSceneGraph project.  OSGPL was always intended but missed during
merge. Replaced the GPL notices with OSGPL usge in present3D and
include/osgPresentation as this was intended when Present3D was merged
back into OpenSceneGraph but missed.


More information about the osg-users mailing list