Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 7:14:41 PM (16 years ago)
Author:
landauf
Message:

finally found the damn fkng bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Mesh.cc

    r586 r589  
    1313    }
    1414
    15     Mesh::Mesh(const std::string& file)
     15    void Mesh::setMesh(const std::string& file)
    1616    {
    17         std::cout << "Mesh: 1\n";
    1817        std::ostringstream name;
    19         std::cout << "Mesh: 2\n";
    2018        name << (Mesh::meshCounter_s++);
    21         std::cout << "Mesh: 3, entity before creation: " << this->entity_ << "\n";
    22         std::cout << ("Mesh: name: Mesh" + name.str()) << std::endl;
    23         std::cout << "Mesh: file: " << file << std::endl;
    2419        this->entity_ = Orxonox::getSingleton()->getSceneManager()->createEntity("Mesh" + name.str() + "gugus", file);
    25         std::cout << "Mesh: 4, entity after creation: " << this->entity_ << "\n";
    2620    }
    2721
Note: See TracChangeset for help on using the changeset viewer.