Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2006, 3:28:41 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche back to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/height_map.cc

    r7526 r7954  
    603603  PRINTF(0)("c: %f \n" ,c);
    604604
     605
    605606  height -= ( (a/c)*(x) + (b/c)*(y));
    606607
    607   PRINTF(0)("height: %f \n" ,height );
     608  // PRINTF(0)("height: %f \n" ,height );
    608609  return (height + offsetZ);
    609 }
     610
     611}
Note: See TracChangeset for help on using the changeset viewer.