Updated for rc7

This commit is contained in:
Robert Osfield
2019-07-19 09:20:50 +01:00
parent cd124228fd
commit 060a641c2b
3 changed files with 40 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 160)
# set to 0 when not a release candidate, non zero means that any generated
# git tags will be treated as release candidates of given number
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 6)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 7)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

View File

@@ -1,3 +1,41 @@
Thu, 18 Jul 2019 12:44:59 +0100
Author : Robert Osfield
Fixed indentation
Thu, 18 Jul 2019 09:13:25 +0800
Author : Long Huan
Add OutputTextureFiles OptionAdd OutputTextureFiles Option support Write out the texture images to file
Wed, 17 Jul 2019 15:07:38 +0800
Author : Long Huan
Update OBJWriterNodeVisitor.cpp
Wed, 17 Jul 2019 14:52:10 +0800
Author : Long Huan
fix obj-Plugin export texture fileFix obj-plugin to support export texture file
Thu, 18 Jul 2019 12:18:04 +0100
Author : Robert Osfield
Added handling of zero radius models
Thu, 18 Jul 2019 11:16:08 +0100
Author : Robert Osfield
Removed references OpenVRML plugin
Thu, 18 Jul 2019 11:14:10 +0100
Author : Robert Osfield
Removed vrml plugin from build as OpenVRML plugin relies on no longer supported functionality
Thu, 18 Jul 2019 10:34:53 +0100
Author : Robert Osfield
Added calls to curl_global_init and curl_global_cleanup to improve the robustness of threaded curl plugin usage
Tue, 16 Jul 2019 13:50:02 +0100
Author : Robert Osfield
Updated for rc6
Tue, 16 Jul 2019 11:53:24 +0100
Author : OpenSceneGraph git repository
Merge pull request #789 from rhabacker/OpenSceneGraph-3.6cmake: Add find_package module for fontconfig

View File

@@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to
Robert Osfield.
Project Lead.
16th July 2019.
18th July 2019.
---