Removed some debugging output.
This commit is contained in:
parent
afffda5076
commit
bc7503700a
1 changed files with 6 additions and 3 deletions
|
@ -416,9 +416,9 @@ int fgObjLoad( const string& path, fgTILE *t) {
|
|||
}
|
||||
|
||||
in >> n3;
|
||||
cout << " triangle = "
|
||||
<< n1 << "," << n2 << "," << n3
|
||||
<< endl;
|
||||
// cout << " triangle = "
|
||||
// << n1 << "," << n2 << "," << n3
|
||||
// << endl;
|
||||
xglNormal3dv(normals[n3]);
|
||||
pp = calc_tex_coords(nodes[n3], center);
|
||||
xglTexCoord2f(pp.lon(), pp.lat());
|
||||
|
@ -595,6 +595,9 @@ int fgObjLoad( const string& path, fgTILE *t) {
|
|||
|
||||
|
||||
// $Log$
|
||||
// Revision 1.15 1999/03/31 13:25:58 curt
|
||||
// Removed some debugging output.
|
||||
//
|
||||
// Revision 1.14 1999/03/30 23:48:24 curt
|
||||
// modifications to obj loader to handle tri fans.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue