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

Legend:

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

    r1055 r1628  
    108108                        Matrix4 proj; 
    109109                        proj = Matrix4::IDENTITY; 
    110                         proj.setScale(Vector3(1.0/r, 1.0/r, -1.0/r)); 
    111                         proj.setTrans(Vector3(0,0,-1)); 
     110                        proj.setScale(Vector3(1.0/r, 1.0/r, -1.5/r)); 
     111                        //proj.setTrans(Vector3(0,0,-1)); 
    112112                        photonMapCamera->setCustomProjectionMatrix(true,proj); 
    113113                } 
Note: See TracChangeset for help on using the changeset viewer.