On Wed, 25 Nov 2020 at 02:04, OpenSceneGraph Users <
osg-users@lists.openscenegraph.org> wrote:

> I Send  USER  events  loading model  from qt . Is this the right
> approach?
>
> I want the progress bar in the QT to show that the  model  is loaded. So,
> Check whether USER evnet has been processed completely.
>

I don't have any idea why you are talking about USER events in the context
of loading.  The OSG doesn't generate any events when loading files, the
loaders get passed a filename or istream and load the data and when
completed return the loaded object.  THere is no tracking of progress,
there is no event scheme that pass information about loading progress.

If you have your own loading scheme that uses USER events then this it
entirely down to your program and nothing to do with the OSG, it really
isn't something we can help you with,


>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to