25 #ifndef WGEPOSTPROCESSINGNODE_H
26 #define WGEPOSTPROCESSINGNODE_H
33 #include "../../common/WPropertyVariable.h"
34 #include "../../common/WItemSelection.h"
35 #include "../../common/WSharedAssociativeContainer.h"
37 #include "../offscreen/WGEOffscreenRenderNode.h"
38 #include "../offscreen/WGEOffscreenRenderPass.h"
39 #include "../offscreen/WGEOffscreenFinalPass.h"
40 #include "../callbacks/WGESwitchCallback.h"
41 #include "../callbacks/WGENodeMaskCallback.h"
42 #include "../WGEGroupNode.h"
43 #include "../WGECamera.h"
45 #include "WGEPostprocessor.h"
60 typedef osg::ref_ptr< WGEPostprocessingNode >
RefPtr;
65 typedef osg::ref_ptr< const WGEPostprocessingNode >
ConstRefPtr;
79 WGEPostprocessingNode( osg::ref_ptr< WGECamera > reference,
size_t width = 2048,
size_t height = 2048,
bool noHud =
false );
113 void remove( osg::ref_ptr< osg::Node > node );
135 osg::ref_ptr< osg::Node >,
184 #endif // WGEPOSTPROCESSINGNODE_H