when I want to allocate memory for a group, I can use:
1)  osg::ref_ptr< osg::Group > myGroup = new osg::Group;
2)  osg::ref_ptr< osg::Group > myGroup = new osg::Group();

Are there some differences between these two method?



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

Reply via email to