Made image size bigger cause I am blind

This commit is contained in:
Martin Opat 2025-01-09 12:16:55 +01:00
parent 52a47ed302
commit 10324eb1ca
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ const int VOLUME_WIDTH = 576;
const int VOLUME_HEIGHT = 361; const int VOLUME_HEIGHT = 361;
const int VOLUME_DEPTH = 42; const int VOLUME_DEPTH = 42;
const int IMAGE_WIDTH = 800; const int IMAGE_WIDTH = 1600;
const int IMAGE_HEIGHT = 600; const int IMAGE_HEIGHT = 1200;
const double epsilon = 1e-10f; const double epsilon = 1e-10f;
const double infty = 1e15f; // This value is used to represent missing values in data const double infty = 1e15f; // This value is used to represent missing values in data