by zhangxinxu from http://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=2679 二.相关文章以及一些技术点 搜了下,介绍的文章还不少,您可以参考: 武方博原创的html5实现全屏的api方法一文.文章前面属于备忘性质的内容,没看头:不过,最后的心得很不错,实际应用经验,值得一看. heero翻译的“[译]原生全屏Javascript API”.去年时候内容,稍微old的点,多理论,有值得注意
#include <osgGA/StateSetManipulator> #include <osgViewer/ViewerEventHandlers> // add the state manipulator显示统计数据W键显示网格 L键控制光照 viewer->addEventHandler( new osgGA::StateSetManipulator(viewer->getCamera()->getOrCreateStateSet()) ); //