OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

No modal Window

Open Daoudou opened this issue 2 years ago • 2 comments

Hello :)

I want to know if it's possible to build a no modal window ?? thx in advance

my code :

 `else
  {
    osgViewer::Viewer* singleViewer = new osgViewer::Viewer;
    viewer = singleViewer;
    view = singleViewer;
    view->setUpViewInWindow(150, 150, 1024, 768, 0);
 }
view->setSceneData(root.get());`

Daoudou

Daoudou avatar Jun 23 '22 08:06 Daoudou

The osg library does not create modal windows on any platform I know of (linux/windows). but maybe it does on android. What is your question exactly? Regards, Laurens.

LaurensVoerman avatar Jun 23 '22 10:06 LaurensVoerman

Thanks for your answer Sorry sorry I expressed myself badly ^^'

I rephrase: How can i build my own window and past in the view scene ?? with view.realize() ?? Daoudou

Daoudou avatar Jun 23 '22 11:06 Daoudou