Send messages to the OSG view Viewer

Source: Internet
Author: User

The handle is passed to osgViewer in the following way: Viewer,
OsgViewer: View. getCamera (). setGraphicsContext (osg: GraphicsContext );
The following method is used to obtain the handle.
This handle is the handle of the MFC CView.

PostMsgToViewer (osgViewer: Viewer * pViewer, unsigned msg, WPARAM wp, LPARAM lp)
{
OsgViewer: ViewerBase: Windows windows;
PViewer-> getViewerBase ()-> getWindows (windows );
(Windows. size () =)
;
OsgViewer: GraphicsWindow * pWin = dynamic_cast <osgViewer: GraphicsWindow *> (windows ());
PostMessage (pWin, msg, wp, lp );
}

Url: http://greatverve.cnblogs.com/p/PostMsgToViewer.html
No environment, and the code may be inaccurate.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.