mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
fix: stuff not actually rendering (pretty important)
This commit is contained in:
@@ -13,7 +13,7 @@ const int IMAGE_WIDTH = 800;
|
||||
const int IMAGE_HEIGHT = 600;
|
||||
|
||||
const double epsilon = 1e-10f;
|
||||
const double infty = 1e15f; // This vlalue is used to represent missing values in data
|
||||
const double infty = 1e15f; // This value is used to represent missing values in data
|
||||
|
||||
|
||||
// --------------------------- Raycasting Constants ---------------------------
|
||||
|
||||
Reference in New Issue
Block a user