Please disregard my question.

After some experimenting, I found out that for the .osg format you have to use:
USE_OSGPLUGIN(osg)
USE_DOTOSGWRAPPER_LIBRARY(osg)

However for .osgb and .osgt formats it should be:
USE_OSGPLUGIN(osg2)
USE_SERIALIZER_WRAPPER_LIBRARY(osg)

Cheers
Eduardo


On Sun, Apr 22, 2012 at 8:44 AM, Eduardo Poyart <poy...@gmail.com> wrote:
> Hello,
>
> For iOS, is it necessary to use dotosg wrappers
> (USE_DOTOSGWRAPPER_LIBRARY(osg)) instead of the newer serializer?
>
> I tried to use USE_SERIALIZER_WRAPPER_LIBRARY(osg) without success.
>
> Thanks
> Eduardo
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to