Ignore:
Timestamp:
05/02/06 13:45:28 (19 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/OgreIlluminationManager.cpp

    r836 r874  
    361361 
    362362        } 
    363  
    364         Root::getSingleton().renderOneFrame(); 
    365         //Root::getSingleton()._updateAllRenderTargets(); 
    366  
    367  
    368363} 
    369364 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreCausticCasterRenderTechnique.cpp

    r836 r874  
    202202{        
    203203        //reset parameters 
    204         startFrame = 0; 
     204        startFrame = 1; 
    205205        photonMapUpdateInterval = 1; 
    206206        photonMapResolution = 64; 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreConvolvedCubeMapRenderTechnique.cpp

    r836 r874  
    196196{        
    197197        //reset parameters 
    198         startFrame = 0; 
     198        startFrame = 1; 
    199199        cubeMapUpdateInterval = 1; 
    200200        cubeMapResolution = 256; 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreCubeMapRenderTechnique.cpp

    r836 r874  
    165165{        
    166166        //reset parameters 
    167         startFrame = 0; 
     167        startFrame = 1; 
    168168        cubeMapUpdateInterval = 1; 
    169169        cubeMapResolution = 256;                                                                                                 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreDistanceCubeMapRenderTechnique.cpp

    r836 r874  
    166166{        
    167167        //reset parameters 
    168         startFrame = 0; 
     168        startFrame = 1; 
    169169        cubeMapUpdateInterval = 1; 
    170170        cubeMapResolution = 256;                                                                                                 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreSBBRenderTechnique.cpp

    r836 r874  
    6060{        
    6161        //reset parameters 
    62         depthTexID = 0; 
     62        depthTexID = 1; 
    6363         
    6464        parseParams(params); 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreDepthShadowMapRenderingRun.cpp

    r808 r874  
    1010                                                                                                                   ) 
    1111                                                                                                                   :DepthShadowMapRenderingRun(resolutionX, resolutionY) 
    12                                                                                                                    , OgreRenderingRun(0, 1) 
    13                                                                                                                    , RenderingRun(0, 1) 
     12                                                                                                                   , OgreRenderingRun(1, 1) 
     13                                                                                                                   , RenderingRun(1, 1) 
    1414{ 
    1515        this->light = light; 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreSceneCameraDepthRenderingRun.cpp

    r790 r874  
    77                                                                                                                   ) 
    88                                                                                                                   :SceneCameraDepthRenderingRun() 
    9                                                                                                                    , OgreRenderingRun(0, 1) 
    10                                                                                                                    , RenderingRun(0, 1) 
     9                                                                                                                   , OgreRenderingRun(1, 1) 
     10                                                                                                                   , RenderingRun(1, 1) 
    1111{ 
    1212        this->sharedRuns = sharedRuns; 
Note: See TracChangeset for help on using the changeset viewer.