Changeset 7567 in orxonox.OLD for branches/network/src/lib/graphics/importer
- Timestamp:
- May 10, 2006, 1:44:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/graphics/importer/height_map.cc
r7221 r7567 595 595 float c = normalVectorField [(xInt)][yInt].y; 596 596 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); 600 600 601 601 height -= ( (a/c)*(x) + (b/c)*(y)); 602 602 603 PRINTF(0)("height: %f \n" ,height );603 // PRINTF(0)("height: %f \n" ,height ); 604 604 return (height + offsetZ); 605 605 }
Note: See TracChangeset
for help on using the changeset viewer.