Skip to content

Commit

Permalink
Altered TODO message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavison committed May 6, 2014
1 parent f41e6ff commit 4f67aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Dependencies: SDL2 http://www.libsdl.org/download-2.0.php
TODO List
=========

* Fix the warping of the image near the edges of the screen.
* Fix the warping of the image <s>near the edges of the screen</s> when objects are at high viewing angles and the aspect ratio isn't 1:1.
* Allow variable amount of lights in the scene.
* Implement functionality to allow the user to move the camera via user input to "fly around" the scene.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
int main(int argc, char *argv[])
{
//int width = 1440, height = 852;
int width = 320, height = 240;
int width = 320, height = 320;
//int width = 160, height = 120;
//int width = 640, height = 480;
//int width = 1920, height = 1080;
Expand Down

0 comments on commit 4f67aa8

Please sign in to comment.