Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2006, 2:03:02 AM (19 years ago)
Author:
patrick
Message:

network: skybox is now fixed, there is no seam on the border anymore, some more texture work for the stars background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/graphics_engine.cc

    r6441 r6511  
    270270    this->hwExtensions = new SubString((char*)glGetString(GL_EXTENSIONS), " \n\t,");
    271271
    272   PRINT(4)("Running on : %s %s %s\n", vendor, renderer, version);
     272  PRINT(4)("Running on : vendor: %s,  renderer: %s,  version:%s\n", vendor, renderer, version);
    273273  PRINT(4)("Extensions:\n");
    274274  if (this->hwExtensions != NULL)
Note: See TracChangeset for help on using the changeset viewer.