Changeset 845a2cb in opengl-game for new-game.cpp


Ignore:
Timestamp:
Apr 22, 2020, 12:58:07 AM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
points-test
Parents:
73a10ca
Message:

test point size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r73a10ca r845a2cb  
    254254
    255255const int KEY_STATE_UNCHANGED = -1;
     256/*** START OF REFACTORED CODE ***/
    256257const bool FULLSCREEN = false;
    257258const int EXPLOSION_PARTICLE_COUNT = 300;
     259/*** END OF REFACTORED CODE ***/
    258260unsigned int MAX_UNIFORMS = 0; // Requires OpenGL constants only available at runtime, so it can't be const
    259261
     
    262264
    263265/*** START OF REFACTORED CODE ***/
    264 int windowWidth = 640;
    265 int windowHeight = 480;
     266int windowWidth = 800;
     267int windowHeight = 600;
    266268
    267269vec3 cam_pos;
Note: See TracChangeset for help on using the changeset viewer.