Web Browser in a fullscreen Direct3D application

时间秒杀一切 提交于 2020-01-24 11:04:28

问题


I need to have a working web browser in a fullscreen Direct3D application. For example, Valve's Source-based games (sort of) do it in the MotD window when you join a server. Any tips on where to look?


回答1:


Second Life uses ubrowser (http://ubrowser.com/) to embed a browser over a 3D world. As the source code is available for the Second Life client (http://wiki.secondlife.com/wiki/Get_source_and_compile) it would be a good place to see how they have done it.

Note however, they are using OpenGL, not Direct3D... but there is nothing specific in ubrowser itself to OpenGL.



来源:https://stackoverflow.com/questions/202567/web-browser-in-a-fullscreen-direct3d-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!