Hello Sunil, On 28/06/10 19:30 , Sunil S Nandihalli wrote: > * osg::Geode* plane=new osg::Geode;* > * osg::InfinitePlane* p = new osg::InfinitePlane;* > * p->set(osg::Vec3d(1,0,0),* > * osg::Vec3d(0,0,0));* > * plane->addDrawable(new osg::ShapeDrawable(p));* > > I am unable to see the plane... > Can anybody help?
ShapeDrawable(InfinitePlane) is not implemented. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

