Updates
This commit is contained in:
@@ -23,8 +23,18 @@ struct Terrain {
|
||||
|
||||
Ogre::Vector3 mTerrainPos;
|
||||
};
|
||||
struct PlacementObjects {
|
||||
struct item {
|
||||
Ogre::String entity;
|
||||
Ogre::Quaternion rotation;
|
||||
Ogre::Vector3 position;
|
||||
};
|
||||
std::vector<struct item> altar_items;
|
||||
};
|
||||
struct TerrainModule {
|
||||
TerrainModule(flecs::world &ecs);
|
||||
static float get_height(Ogre::TerrainGroup *group,
|
||||
const Ogre::Vector3 &position);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user