summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-28 09:04:54 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-28 09:04:54 (GMT)
commit0bef3e6c65cc76cf52e5ce6448c833680ba43e21 (patch)
treee346ae0f3d4c8b699222b3d3531cf7a3a9b04c0e /matchblox/main.cpp
parent335f0cdff6264d6d8be9e32bd1fe6dc4fd93521a (diff)
download2iv55-0bef3e6c65cc76cf52e5ce6448c833680ba43e21.zip
2iv55-0bef3e6c65cc76cf52e5ce6448c833680ba43e21.tar.gz
2iv55-0bef3e6c65cc76cf52e5ce6448c833680ba43e21.tar.bz2
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index 528fcc0..9090443 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -316,7 +316,7 @@ int main(int argc, char **argv)
g_GameState.m_FrustumParms.m_dYAngleCorrection = 0.0; //to be initialised correctly
g_GameState.m_FrustumParms.m_dScreenHeightWorld = 20.0;
g_GameState.m_FrustumParms.m_dCameraYOffset = 130.0;
- g_GameState.m_FrustumParms.m_dScreenHeightMM = 2100.0;
+ g_GameState.m_FrustumParms.m_dScreenHeightMM = 500.0;//210.0;
g_GameState.m_FrustumParms.m_dScreenAspect = 4.0/3.0;*/
g_GameState.m_GSConvScale[0] = 0.299;
g_GameState.m_GSConvScale[1] = 0.587;
@@ -331,7 +331,7 @@ int main(int argc, char **argv)
GameSettings l_set = {10, 1.1, 2};
g_pEngine = new C_MatchBloxEngine("models", "", l_set);
- //glutFullScreen();
+ glutFullScreen();
glutMainLoop();