10 #ifndef ShadowTechnique_H_
11 #define ShadowTechnique_H_
14 #include <osgFX/Technique>
17 namespace makOsgShadowFX
27 META_Technique(
"ShadowTechnique",
"Adds shadows To a scene");
29 void getRequiredExtensions(std::vector<std::string>& extensions)
const;
31 void traverse(osg::NodeVisitor& nv, osgFX::Effect* fx);
39 osg::ref_ptr<osg::Camera> makeDebugCockpit();
45 class DrawableDrawWithDepthShadowComparisonOffCallback;