Changeset 825

Show
Ignore:
Timestamp:
07/04/07 04:27:38 (1 year ago)
Author:
vossg
Message:

removed : some gv_betas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Action/RenderTraversal/OSGRenderTraversalActionInit.cpp

    r784 r825  
    6868#include "OSGStage.h" 
    6969#include "OSGSimpleStage.h" 
    70 #ifdef OSG_GV_BETA 
    7170#include "OSGHDRStage.h" 
    7271#include "OSGAlgorithmStage.h" 
    73 #endif 
    7472#include "OSGRenderPartition.h" 
    7573#include "OSGFrameBufferObject.h" 
     
    772770 
    773771 
    774 #ifdef OSG_GV_BETA 
    775772ActionBase::ResultE HDRStageRenderEnter(const NodeCorePtr &pCore, 
    776773                                              Action      *action) 
     
    10511048    return Action::Skip; 
    10521049} 
    1053 #endif 
    10541050 
    10551051ActionBase::ResultE VisitSubTreeRender(const NodeCorePtr &pCore, 
     
    12431239 
    12441240 
    1245 #ifdef OSG_GV_BETA 
    12461241    RenderTraversalAction::registerEnterDefault( 
    12471242        HDRStage::getClassType(),  
     
    12591254        AlgorithmStage::getClassType(),  
    12601255              AlgorithmStageRenderLeave); 
    1261 #endif 
    12621256 
    12631257 
  • trunk/Source/System/NodeCores/Groups/Stage/OSGAlgorithmStage.h

    r795 r825  
    4747#include "OSGAlgorithmStageBase.h" 
    4848#include "OSGAction.h" 
     49#include "OSGAlgorithm.h" 
    4950 
    5051OSG_BEGIN_NAMESPACE