summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorbrett weiland <brettsweiland@gmail.com>2024-06-01 01:36:18 -0500
committerbrett weiland <brettsweiland@gmail.com>2024-06-01 01:36:18 -0500
commitb0dd97ee6bf8d5daa587da40ad941efac68152df (patch)
treef162d32767e0b0f84bed284f6e8ab2c5309ff248 /scene.h
parent093200a449ea38952de52012e324036c106e294b (diff)
got raycasting laid out
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/scene.h b/scene.h
deleted file mode 100644
index 05ce2af..0000000
--- a/scene.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SCENE_H
-#include SCENE_H
-#include "camera.cuh"
-#include "render_object.cuh"
-
-//for now we only neeed once scene, later we'll expand this to just be a virtual template
-template <class T> class scene {
-
-
-}
-
-#endif \ No newline at end of file