Finished chapter 4.

This commit is contained in:
Michael Smith
2019-01-15 18:11:20 +01:00
parent 3f6c04cde4
commit 37f1a18d1d
4 changed files with 23 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
const char *WindowTitle = "Ray Tracing in a Weekend";
const uint32_t TARGET_FRAME_RATE = 30;
const uint32_t TARGET_FRAME_RATE = 15;
const uint32_t TICKS_PER_FRAME = 1000 / TARGET_FRAME_RATE;
const uint32_t WINDOW_WIDTH = 500;
const uint32_t WINDOW_HEIGHT = 250;