Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7567 in orxonox.OLD for branches/network/src/lib/graphics


Ignore:
Timestamp:
May 10, 2006, 1:44:33 PM (18 years ago)
Author:
rennerc
Message:

removed some output of heightMap. commented out old code in networkGameManager

File:
1 edited

Legend:

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

    r7221 r7567  
    595595 float c = normalVectorField [(xInt)][yInt].y;
    596596
    597  PRINTF(0)("a: %f \n" ,a);
    598   PRINTF(0)("b: %f \n" ,b);
    599    PRINTF(0)("c: %f \n" ,c);
     597// PRINTF(0)("a: %f \n" ,a);
     598//  PRINTF(0)("b: %f \n" ,b);
     599//   PRINTF(0)("c: %f \n" ,c);
    600600
    601601 height -= ( (a/c)*(x) + (b/c)*(y));
    602602
    603  PRINTF(0)("height: %f \n" ,height );
     603// PRINTF(0)("height: %f \n" ,height );
    604604 return (height + offsetZ);
    605605}
Note: See TracChangeset for help on using the changeset viewer.