On 9/17/07, Carlos Nava <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   I need to declare arrays of various types of objects, like transformations
> and groups, can you help me?

C++ question really:

typedef std::list< osg::ref_ptr<osg::Transform> >  TransformList;
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to