Changeset 708 for code/branches/FICN/src/orxonox/objects/BillboardSet.cc
- Timestamp:
- Dec 28, 2007, 10:30:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/BillboardSet.cc
r670 r708 28 28 #include <sstream> 29 29 30 #include <OgreSceneManager.h> 31 32 #include "../Orxonox.h" 33 #include "misc/Vector3.h" 34 #include "misc/ColourValue.h" 35 30 36 #include "BillboardSet.h" 31 #include "../Orxonox.h"32 37 33 38 namespace orxonox … … 40 45 } 41 46 42 void BillboardSet::setBillboardSet(const std::string& file, const Ogre::ColourValue& colour, int count, const Ogre::Vector3& position)47 void BillboardSet::setBillboardSet(const String& file, const ColourValue& colour, int count, const Vector3& position) 43 48 { 44 49 std::ostringstream name;
Note: See TracChangeset
for help on using the changeset viewer.