Actually I'm playing with 'osgART' library that has a wrapper...and I find
out that it doesn't build anymore because of the changes I talked
about...actually I'm not sure yet that osgart wrapper is really needed for
building osgart application...

One more problem I'm facing concerns osgViewer and osgart
applications...because osgart apps used the classical while loop in which,
beside refresh and update the viewer, many other things were carried
on...(trackers update...) but now I cannot realize what osgViewer's methods
put in such a loop and how to init the osgViewer in a simple but complete
way.

Alessandro

On 3/31/07, Robert Osfield <[EMAIL PROTECTED]> wrote:

Hi Alessandro,

The macro's in osgIntrospection are primarily to assist the automatic
generation of the wrappers, rather to be used directly in user code.

Should I read it that you are manually creating you own wrappers?

Robert.

On 3/31/07, alessandro terenzi <[EMAIL PROTECTED]> wrote:
> I've just moved from OSG September '06 distribution to current svn level
and
> I see that there are many changes.
> Unfortunately, now I have some problems with some 'old' libraries that
are
> based on OSG. In particular I need to build a component that uses the
> I_Constructor1 macro (defined in ReflectionMacros) but I see that now
that
> macro (and macros like that) takes 4 more parameters:
>
> isExplicit, signature, briefHelp, detailHelp
>
> may I use some default values in my component (...or NULL values
maybe...)
> for those parameters and achive the same results?
> At least I'd like to be able to build that component with little
changes...
>
> Thanks.
> Alessandro
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
>
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to