Changeset 825
- Timestamp:
- 07/04/07 04:27:38 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderTraversal/OSGRenderTraversalActionInit.cpp
r784 r825 68 68 #include "OSGStage.h" 69 69 #include "OSGSimpleStage.h" 70 #ifdef OSG_GV_BETA71 70 #include "OSGHDRStage.h" 72 71 #include "OSGAlgorithmStage.h" 73 #endif74 72 #include "OSGRenderPartition.h" 75 73 #include "OSGFrameBufferObject.h" … … 772 770 773 771 774 #ifdef OSG_GV_BETA775 772 ActionBase::ResultE HDRStageRenderEnter(const NodeCorePtr &pCore, 776 773 Action *action) … … 1051 1048 return Action::Skip; 1052 1049 } 1053 #endif1054 1050 1055 1051 ActionBase::ResultE VisitSubTreeRender(const NodeCorePtr &pCore, … … 1243 1239 1244 1240 1245 #ifdef OSG_GV_BETA1246 1241 RenderTraversalAction::registerEnterDefault( 1247 1242 HDRStage::getClassType(), … … 1259 1254 AlgorithmStage::getClassType(), 1260 1255 AlgorithmStageRenderLeave); 1261 #endif1262 1256 1263 1257 trunk/Source/System/NodeCores/Groups/Stage/OSGAlgorithmStage.h
r795 r825 47 47 #include "OSGAlgorithmStageBase.h" 48 48 #include "OSGAction.h" 49 #include "OSGAlgorithm.h" 49 50 50 51 OSG_BEGIN_NAMESPACE
