Changeset 3122 in orxonox.OLD for orxonox/branches/images
- Timestamp:
- Dec 7, 2004, 1:17:58 AM (20 years ago)
- Location:
- orxonox/branches/images/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/framework.cc
r3120 r3122 1 1 #include "framework.h" 2 2 3 int verbose = 4;3 int verbose = 1; 4 4 5 5 void DrawGLScene() -
orxonox/branches/images/importer/object.cc
r3121 r3122 689 689 bool Object::readUseMtl (char* matString) 690 690 { 691 if ( mtlFileName)691 if (!mtlFileName) 692 692 { 693 693 if (verbose >= 1)
Note: See TracChangeset
for help on using the changeset viewer.