Changeset 2458 for code/branches/physics_merge/src/orxonox/objects
- Timestamp:
- Dec 15, 2008, 12:37:09 AM (16 years ago)
- Location:
- code/branches/physics_merge/src/orxonox/objects/worldentities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/worldentities/Planet.cc
r2442 r2458 33 33 34 34 #include <OgreEntity.h> 35 #include <Ogre Mesh.h>35 #include <OgreBillboardSet.h> 36 36 #include <OgreHardwareVertexBuffer.h> 37 37 #include <OgreMeshManager.h> -
code/branches/physics_merge/src/orxonox/objects/worldentities/Planet.h
r2436 r2458 31 31 32 32 #include "OrxonoxPrereqs.h" 33 34 #include <OgreMesh.h> 33 35 34 36 #include "tools/BillboardSet.h"
Note: See TracChangeset
for help on using the changeset viewer.