Changeset 346 for trunk/VUT/Ogre


Ignore:
Timestamp:
10/21/05 20:28:11 (19 years ago)
Author:
mattausch
Message:

updated terrain removed debug messages from chc

Location:
trunk/VUT/Ogre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/resources/terrain.cfg

    r192 r346  
    2626 
    2727# How large is each tile? Must be (2^n)+1 and be smaller than PageSize 
    28 TileSize=65 
     28TileSize=129 
    2929 
    3030# The maximum error allowed when determining which LOD to use 
     
    3232 
    3333# The size of a terrain page, in world units 
    34 PageWorldX=3000 
    35 PageWorldZ=3000 
     34PageWorldX=5000 
     35PageWorldZ=5000 
    3636# Maximum height of the terrain  
    37 MaxHeight=300 
     37MaxHeight=500 
    3838 
    3939# Upper LOD limit 
  • trunk/VUT/Ogre/src/OgreOctreeHierarchyInterface.cpp

    r345 r346  
    3636                        if (nextChild) 
    3737                        { 
    38                                         std::stringstream d2; d2 << "pushing node " << nextChild; 
    39                                         Ogre::LogManager::getSingleton().logMessage(d2.str()); 
    4038                                mDistanceQueue->push(nextChild); 
    4139                        } 
Note: See TracChangeset for help on using the changeset viewer.