Hi Eduardo

I think you may need to use

USE_OSGPLUGIN(osg2)

as well as USE_SERIALIZER_WRAPPER_LIBRARY)

USE_OSGPLUGIN(osg2) is saying import the plugin

USE_SERIALIZER_WRAPPER_LIBRARY is saying add all the sub components.
i.e. you can either use that or add just the ones you need like

USE_SERIALIZER_WRAPPER(AlphaFunc)
USE_SERIALIZER_WRAPPER(AnimationPath)
USE_SERIALIZER_WRAPPER(AnimationPathCallback)

I've used osgb format before for skinning so can confirm it has worked

Cheers
Tom


> 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