mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Forgot to do atomic commits so ... booyah
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include <cmath>
|
||||
|
||||
// --------------------------- Basic Constants ---------------------------
|
||||
const int VOLUME_WIDTH = 49;
|
||||
const int VOLUME_HEIGHT = 51;
|
||||
const int VOLUME_WIDTH = 576;
|
||||
const int VOLUME_HEIGHT = 361;
|
||||
const int VOLUME_DEPTH = 42;
|
||||
|
||||
const int IMAGE_WIDTH = 800;
|
||||
|
||||
Reference in New Issue
Block a user