From 02077305a5b63fcf7242ac909d8caed5cc3cf18f Mon Sep 17 00:00:00 2001 From: talha Date: Sun, 31 Mar 2024 18:22:14 +0500 Subject: Completed lighting, Model loading --- source/lessons/lighting/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/lessons/lighting/README.md (limited to 'source/lessons/lighting/README.md') diff --git a/source/lessons/lighting/README.md b/source/lessons/lighting/README.md new file mode 100644 index 0000000..233d351 --- /dev/null +++ b/source/lessons/lighting/README.md @@ -0,0 +1,12 @@ +# Lighting + +This contains state of the codebase up until the lighting lessons from learnopengl +Everything is in a very minimal state, and mostly all contained in the main.cpp +Several maths functions and lighting functions are present. + +In the shaders, the light_subject shader contains code for creating multiple types of lights. This will hopefully be useful moving +forward. + +The rest is pretty messy and I have intentionally avoided abstracting away anything other than to save me the hassle of +declaring stuff. The functions that so far exist, exist for very specific things and are just lines of procedural code +that I did not want to write again and again. -- cgit v1.2.3