From b0dd97ee6bf8d5daa587da40ad941efac68152df Mon Sep 17 00:00:00 2001 From: brett weiland Date: Sat, 1 Jun 2024 01:36:18 -0500 Subject: got raycasting laid out --- scene.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 scene.h (limited to 'scene.h') 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 scene { - - -} - -#endif \ No newline at end of file -- cgit v1.2.3