"Gianni Ambrosio" writes:

> Alberto Luaces wrote:
>> Initially osgWidgets relies on the size you specify when you create the
>> WindowManager, and it can be different than the actual size of your
>> rendering context.  OSG doesn't send a RESIZE event at window creation
>> time, so you have to check this for yourself.
>> 
>
> Alberto, but building against osg 3.0.1 it works fine. How could you explain 
> that?

I don't really know what is happening with your code :-) What I said was
what I found inspecting and debugging my own code.  Besides that, all
the OSG examples work that way.  That is the reason why all osgWidget
examples run in windowed mode at the beginning, because the
WindowManagers and the windows are set to the same size.

It could be nice if you could extract a minimal test case to try it out...

-- 
Alberto

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

Reply via email to