Changeset 634
- Timestamp:
- Dec 19, 2007, 1:31:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/BillboardSet.cc
r633 r634 20 20 this->billboardSet_->createBillboard(position, colour); 21 21 this->billboardSet_->setMaterialName(file); 22 std::cout << "########### created billboard set" << std::endl;23 22 } 24 23 25 24 BillboardSet::~BillboardSet() 26 25 { 27 std::cout << "########### deleted billboard set" << std::endl;28 26 if (this->billboardSet_) 29 27 Orxonox::getSingleton()->getSceneManager()->destroyBillboardSet(this->billboardSet_);
Note: See TracChangeset
for help on using the changeset viewer.