mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
corrected unit navigation
minor refactoring
This commit is contained in:
@@ -139,6 +139,10 @@ namespace battleship{
|
||||
Camera *cam = root->getCamera();
|
||||
cam->setPosition(Vector3(1, 1, 1) * 40);
|
||||
cam->lookAt(Vector3(-1, -1, -1).norm(), Vector3(-1, 1, -1).norm());
|
||||
|
||||
//TODO replace hardcoded values
|
||||
size = Vector3(100, 33, 100);
|
||||
bottom = 33;
|
||||
}
|
||||
|
||||
void Map::unload() {}
|
||||
|
||||
Reference in New Issue
Block a user