summaryrefslogtreecommitdiff
path: root/src/new_render/render_scene.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-14 23:55:18 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-14 23:55:18 +1000
commitb9315f9cb625db09c3c41d8adf5230a67510bef7 (patch)
tree8e02010d4e29c82ec9310b02b7924f4c8456ef6f /src/new_render/render_scene.h
parent529a603128d5e9dc4701322f44961f165e2183e1 (diff)
wip shadows
Diffstat (limited to 'src/new_render/render_scene.h')
-rw-r--r--src/new_render/render_scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_render/render_scene.h b/src/new_render/render_scene.h
index 7591d8f..791e862 100644
--- a/src/new_render/render_scene.h
+++ b/src/new_render/render_scene.h
@@ -11,7 +11,7 @@
* Whenever you call draw functions you can think of this as an implicit parameter. */
typedef struct RenderScene {
Camera camera;
- PointLight light;
+ DirectionalLight sun;
} RenderScene;
// --- Public APIs