Ignore:
Timestamp:
03/19/07 16:53:58 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/CausticTest/include/CausticTest.h

    r2252 r2267  
    183183                std::string occlusion_cfg("OcclusionCulling.cfg"); 
    184184                mSceneMgr->setWorldGeometry(occlusion_cfg); 
     185 
    185186                //createPostproc(); 
    186187                OgreIlluminationManager::getSingleton().setBlurShadowMap(true); 
     
    210211        //      Material* newMat = mat->clone(mat->getName() + "_new").getPointer(); 
    211212 
    212                 sphere->setMaterialName("GTP/Caustic/Glass"); 
     213                sphere->setMaterialName("GTP/Caustic/Glass_PointSprite"); 
    213214                sphereNode = rootNode->createChildSceneNode(); 
    214215                //sphereNode->setScale(0.1, 0.1, 0.1);//sphere 
Note: See TracChangeset for help on using the changeset viewer.