More debug output
This commit is contained in:
@@ -439,6 +439,7 @@ public:
|
|||||||
{
|
{
|
||||||
OpenMesh::MPropHandleT< std::map< int, std::string > > property;
|
OpenMesh::MPropHandleT< std::map< int, std::string > > property;
|
||||||
|
|
||||||
|
std::cerr <<"HALLOOOOOOOOOOOO" << 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user