More debug output

This commit is contained in:
Jan Möbius
2023-02-27 15:59:45 +01:00
parent 60df0f6c19
commit 347c5ca12e

View File

@@ -440,6 +440,12 @@ public:
OpenMesh::MPropHandleT< std::map< int, std::string > > property; OpenMesh::MPropHandleT< std::map< int, std::string > > property;
std::cerr <<"HALLOOOOOOOOOOOO" << std::endl; std::cerr <<"HALLOOOOOOOOOOOO" << std::endl;
std::cerr << "ID: " << _id << std::endl;
std::cerr << "name: " << _name << std::endl;
std::cerr << "name size: " << _name.size() << std::endl;
std::cerr << "name front: " << _name.front() << std::endl;
std::cerr << "name back: " << _name.back() << std::endl;
std::cerr << "add_texture_information " << _id << " name : " << _name << std::endl; std::cerr << "add_texture_information " << _id << " name : " << _name << std::endl;
if ( !mesh_.get_property_handle(property,"TextureMapping") ) { if ( !mesh_.get_property_handle(property,"TextureMapping") ) {
std::cerr << "Added Texturemapping property" << std::endl; std::cerr << "Added Texturemapping property" << std::endl;