Ignore:
Timestamp:
06/26/06 09:33:12 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/OgreMain/src/OgreSceneManager.cpp

    r948 r1053  
    809809 
    810810                // The rest of the settings are the same no matter whether we use programs or not 
    811  
    812                 // Set scene blending 
     811// Set scene blending 
     812#ifdef GAMETOOLS_ILLUMINATION_MODULE 
     813                mDestRenderSystem->_setSceneBlending( 
     814                        pass->getSourceBlendFactor(),  
     815                        pass->getDestBlendFactor(), 
     816                        pass->getSceneBlendOperation(), 
     817                        pass->getSeparateAlphaBlend(), 
     818                        pass->getAlphaSceneBlendingSrcFactor(), 
     819                        pass->getAlphaSceneBlendingDestFactor(), 
     820                        pass->getSceneBlendOperationAlpha()); 
     821#else 
    813822                mDestRenderSystem->_setSceneBlending( 
    814823                        pass->getSourceBlendFactor(), pass->getDestBlendFactor()); 
     824#endif 
    815825 
    816826                // Set point parameters 
Note: See TracChangeset for help on using the changeset viewer.