aboutsummaryrefslogtreecommitdiff
path: root/resources/shaders/algorithms/ray_marching.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'resources/shaders/algorithms/ray_marching.glsl')
-rw-r--r--resources/shaders/algorithms/ray_marching.glsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/shaders/algorithms/ray_marching.glsl b/resources/shaders/algorithms/ray_marching.glsl
new file mode 100644
index 0000000..d984c0e
--- /dev/null
+++ b/resources/shaders/algorithms/ray_marching.glsl
@@ -0,0 +1,5 @@
+
+
+RayMarching(vec3 ro, vec3 rd){
+
+} \ No newline at end of file