[EMAIL PROTECTED] wrote:
 >
> I have another question. I want to show the window without the frame: 
> black screen an the scene in it. I have tried to search in the 
> documentation, but there are to few discription. Does someone now what 
> is the best way to find something in the doc? The type of window is 
> PassiveWindow.
>
I use a raw Win32 CreateWindow() call to achieve this (with settings for 
a popup window, I can send the details later), together with 
osg::Win32Window, but that doesn't matter. As Dirk said, maybe GLUT 
supports it as well. You should be able to google for the params to 
CreateWindow (if that's what you use) to do fullscreen OpenGL (it works 
pretty good for smaller windows as well.)

Since you use PassiveWindow, OpenGL has no idea how you got that GL 
context. It might be a printer device for all it knows. :)

Cheers,
/Marcus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to