ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/entity.C
(Generate patch)

Comparing libgender/entity.C (file contents):
Revision 1.58 by root, Mon Nov 1 20:11:35 2004 UTC vs.
Revision 1.59 by root, Mon Nov 1 20:20:22 2004 UTC

524{ 524{
525 maxcnt = 10; 525 maxcnt = 10;
526 thiscnt = 0; 526 thiscnt = 0;
527 mine = 1e38; 527 mine = 1e38;
528 tree->draw (ctx); 528 tree->draw (ctx);
529 printf ("TC %d mine %f\n", thiscnt, mine); 529 //printf (" TC %d mine %f\n", thiscnt, mine);
530} 530}
531 531
532void geometry_heightfield::node::update_normals () 532void geometry_heightfield::node::update_normals ()
533{ 533{
534 GLfloat az = 0.F; 534 GLfloat az = 0.F;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines