Hi All, just a small note: this change did not trigger Cmake to rebuild for within visual studio, resulting in a linker error:
------ Build started: Project: Plugins osg deprecated osg, Configuration: Release x64 ------ AlphaFunc.cpp .... Viewport.cpp LibraryWrapper.obj : error LNK2019: unresolved external symbol dotosgwrapper_Texture2DArray referenced in function "void __cdecl `dynamic initializer for 'proxy_dotosgwrapper_Texture2DArray''(void)" (??__Eproxy_dotosgwrapper_Texture2DArray@@YAXXZ) E:\osg\osgStable34\vc12_3x64\bin\osgPlugins-3.4.0\osgdb_deprecated_osg.dll : fatal error LNK1120: 1 unresolved externals any change to OpenSceneGraph\src\osgWrappers\deprecated-dotosg\osg\CMakeLists.txt will fix this. (like ## -> #) Laurens. On Thu, Sep 24, 2015 at 4:15 PM, Robert Osfield <[email protected]> wrote: > Thanks Johan, changes merged and submitted to OSG svn/trunk and OSG-3.4 > branch. > > On 17 September 2015 at 22:12, Johan Hedström <[email protected]> wrote: > >> Hi Robert, >> >> Here is the Texture2DArray extension for the .osg serializer that we >> discussed in this thread >> http://forum.openscenegraph.org/viewtopic.php?t=15250 >> >> I’ve tested it with the trunk and a modified version of the >> osgtexture2DArray example application. >> >> Cheers, >> >> _______________________________________________ >> osg-submissions mailing list >> [email protected] >> >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >> >> > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
