Hi, at the end it worked with overriding virtual osg::BoundingBox computeBoundingBox() const;
the other one virtual osg::BoundingSphere computeBound() const; and attaching a callback for compute the bb is not working. Don't have time to investigate but it looks a small bug somewhere Nick On Mon, Nov 24, 2014 at 1:41 PM, Julien Valentin <[email protected] > wrote: > Have you tried > geom->setUseDisplayList(false) > geom->setUseVertexBufferObject(true) > ? > > > Trajce Nikolov NICK wrote: > > I have attached a callback for this, but it is never called as well ..... > > > > Nick > > > > > > On Mon, Nov 24, 2014 at 12:06 PM, Sebastian Messerschmidt < ()> wrote: > > > > > Hi Nick, > > > > > > I I think you will have to provide a valid intial bound in any case > > > > > > > > > > Hi Community, again :-) > > > > > > > > what can be the reason for the drawImplementation to not be called? > I have set setCullingActive(false) to not cull the node but still I am not > hiting the call to this method. > > > > > > > > > > > > Thanks a lot, > > > > Nick > > > > > > > > -- > > > > trajce nikolov nick > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > osg-users mailing list > > > > > () > > > > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > (http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > ) > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > osg-users mailing list > > > () > > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > (http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > ) > > > > > > > > > > > > > > > > -- > > trajce nikolov nick > > > > ------------------ > > Post generated by Mail2Forum > > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=61814#61814 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- trajce nikolov nick
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

