Changeset 10312 in orxonox.OLD for branches/mount_points/src/lib
- Timestamp:
- Jan 23, 2007, 11:47:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/static_model.cc
r10311 r10312 116 116 117 117 118 PRINTF( 0)("Found a MountPoint: %s\n", groupName.c_str());118 PRINTF(5)("Found a MountPoint: %s\n", groupName.c_str()); 119 119 120 120 StaticModelData::Face triangle[3]; 121 121 122 122 // now check if it is a mount point identifier 123 if( (*groupIt)._faces.size() != 9)123 if( (*groupIt)._faces.size() != 11) 124 124 { 125 125 PRINTF(1)("the face count of %s is wrong, perhaps you missnamed this object or used the wrong mount point object (got %i faces)\n", … … 134 134 { 135 135 triangle[i++] = (*faceIt); 136 printf("got triangle\n");137 136 } 138 137 }
Note: See TracChangeset
for help on using the changeset viewer.