From 20c32dcb055058b770062b7e9dd07f79d33a8caa Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 11 Feb 2025 16:54:10 -0800 Subject: Add code Implement basic diffuse and specular BRDF based heavily on silent's filamented shader. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8d2c17f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Scripts/ThryEditor"] + path = Scripts/ThryEditor + url = https://github.com/Thryrallo/ThryEditor -- cgit v1.2.3