Changeset 845a2cb in opengl-game for new-game.cpp
- Timestamp:
- Apr 22, 2020, 12:58:07 AM (6 years ago)
- Branches:
- points-test
- Parents:
- 73a10ca
- File:
-
- 1 edited
-
new-game.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
new-game.cpp
r73a10ca r845a2cb 254 254 255 255 const int KEY_STATE_UNCHANGED = -1; 256 /*** START OF REFACTORED CODE ***/ 256 257 const bool FULLSCREEN = false; 257 258 const int EXPLOSION_PARTICLE_COUNT = 300; 259 /*** END OF REFACTORED CODE ***/ 258 260 unsigned int MAX_UNIFORMS = 0; // Requires OpenGL constants only available at runtime, so it can't be const 259 261 … … 262 264 263 265 /*** START OF REFACTORED CODE ***/ 264 int windowWidth = 640;265 int windowHeight = 480;266 int windowWidth = 800; 267 int windowHeight = 600; 266 268 267 269 vec3 cam_pos;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)