I can think of two reasons. 1) Your drawable is outside the current view, or
2) your drawImplementation() gets called just once and then never again,
this would be because the base class is creating a display list then just
calling the list. call useDisplayList( false ) (I think) to disable that.
   -Paul
 


  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Amal 
Sent: Sunday, April 22, 2007 12:12 PM
To: osg users
Subject: Re: [osg-users] DrawImplementation Function in osg::Drawable



Hi Robert,
 Actually iam having a old code base I guess . So in the old code base why
is the implementation of mine not working ?

Amal.



On 4/22/07, Robert Osfield <[EMAIL PROTECTED]> wrote: 

Hi Amal,

On 4/22/07, Amal <[EMAIL PROTECTED]> wrote:
>
> I did compute the Bounding Box . But still its not working .
> And the drawImplementation function is not getting called . 

In the SVN version of the OSG the drawImplementation(State&) method no
longer exists, its been replaced by drawImplementation(RenderInf&).

See the porting guides:

http://www.openscenegraph.com/osgwiki/pmwiki.php/Porting/Porting

Robert.
_______________________________________________
osg-users mailing list
[email protected]  <mailto:[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