Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8965 in orxonox.OLD for branches/terrain/src/world_entities


Ignore:
Timestamp:
Jun 30, 2006, 4:09:47 PM (18 years ago)
Author:
ponder
Message:

Added debug information to the terrain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/world_entities/terrain_entity.cc

    r8929 r8965  
    137137                                PRINTF(0)( "%s not found\n", detailmap.c_str() );
    138138                        }       
     139                        else
     140                                PRINTF(0)( "loaded %s\n", detailmap.c_str() );
    139141                        TiXmlElement *repeat = (TiXmlElement*)detail->FirstChild( "repeat" );
    140142                        if ( repeat ) {
     
    152154                                        info->alpha = (Texture*)manager->load( alphamap,
    153155                                                IMAGE, RP_GAME, (int)GL_TEXTURE_2D );
     156                                        if ( !info->alpha )     
     157                                                PRINTF(0)( "%s not found\n", alphamap.c_str() );
     158                                        else
     159                                                PRINTF(0)( "loaded %s\n", alphamap.c_str() );
    154160                                }
    155161                }       
Note: See TracChangeset for help on using the changeset viewer.