Changeset 1592


Ignore:
Timestamp:
10/09/06 21:36:12 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1425 r1592  
    11#include "OgreRenderingrun.h" 
     2#include "OgreIlluminationManager.h" 
    23 
    34MovablePlane* OgreRenderingRun::fullScreenQuad = NULL; 
     
    8788                cam->setFOVy(Radian(Degree(90))); 
    8889                cam->setNearClipDistance(0.1); 
    89  
     90                cam->setFarClipDistance(OgreIlluminationManager::getSingleton(). 
     91                                                                                getMainCamera()->getFarClipDistance()); 
     92                                                                         
    9093                //set camera orientation 
    9194                switch(i) 
Note: See TracChangeset for help on using the changeset viewer.