本文主要是介绍OSG学习:阴影代码示例,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
效果图:
代码示例:
#include <osgViewer/Viewer>#include <osg/Node>
#include <osg/Geode>
#include <osg/Group>
#include <osg/Camera>
#include <osg/ShapeDrawable>
#include <osg/ComputeBoundsVisitor>
#include <osg/BoundingBox>
#include <osg/BoundingSphere>
#include <osg/AnimationPath>#include <osgDB/ReadFile>
#include <osgDB/WriteFile>#include <osgShadow/ShadowedScene>
#include <osgShadow/ShadowVolume>
这篇关于OSG学习:阴影代码示例的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!