Ignore:
Timestamp:
09/16/06 01:49:27 (18 years ago)
Author:
giegl
Message:

GTPD - Jungle Rumble - better help etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Games/Jungle_Rumble/src/GameSceneLoader.cpp

    r1378 r1383  
    11021102        float fresnel = 0; 
    11031103        float refraction = 0; 
    1104         int nbIteration = 10; 
     1104         
     1105        #if(1) 
     1106                int nbIteration = 10; 
     1107        #else 
     1108                int nbIteration = 3; // MG 
     1109        #endif 
    11051110 
    11061111        for (MSXML::IXMLDOMNodePtr pChild = rendererNode->firstChild;NULL != pChild;pChild = pChild->nextSibling) { 
Note: See TracChangeset for help on using the changeset viewer.