Changeset 3495 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Mar 11, 2005, 10:20:51 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/model.cc
r3473 r3495 931 931 932 932 if (count != detail) 933 cout << "calculation error, count should be " << detail << " but is " << count << endl;933 PRINTF(1)("calculation error, count should be %d but is %d.\n", detail, count); 934 934 vertices->debug(); 935 935 … … 943 943 p3 = 2*i+4; 944 944 p4 = 2*i+3; 945 cout <<i+1 <<": "<< p1 <<" "<< p2 <<" "<< p3 <<" "<< p4 <<endl;945 // something is wrong here 946 946 this->addFace(4, 0, p1, p2, p3, p4); 947 947 this->addFace(3, 0, p4, p1, 2*detail+1);
Note: See TracChangeset
for help on using the changeset viewer.