mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
merged gui
This commit is contained in:
@@ -11,8 +11,9 @@ const int VOLUME_WIDTH = 97; // lon
|
||||
const int VOLUME_HEIGHT = 71; // lat
|
||||
const int VOLUME_DEPTH = 42; // lev
|
||||
|
||||
const int IMAGE_WIDTH = 1600;
|
||||
const int IMAGE_HEIGHT = 1200;
|
||||
// TODO: replace with window->w and window->h
|
||||
const int IMAGE_WIDTH = 800;
|
||||
const int IMAGE_HEIGHT = 600;
|
||||
|
||||
const double epsilon = 1e-10f;
|
||||
const double infty = 1e15f; // This value is used to represent missing values in data
|
||||
|
||||
Reference in New Issue
Block a user