Hi,

If I append in the function wxOsgApp::OnInit() this lines now I can see a 
cessna :


    frame->Show(true);
    
    wxGLContext *glContexte =new wxGLContext(canvas);
    canvas->SetCurrent(*glContexte);
        GLubyte *verGl=(GLubyte*)glGetString(GL_VERSION);
        HGLRC WINAPI wwww=wglGetCurrentContext();

    return true;


Thank you!

Cheers,
Laurent

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42493#42493





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to