summaryrefslogtreecommitdiffstats
path: root/Third_Party
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-05-11 14:35:59 -0700
committeryum <yum.food.vr@gmail.com>2024-05-11 14:35:59 -0700
commit47d32c9b5a4c809b10b3c198089cd4992281fa36 (patch)
tree45dffa4353c2ac95f654b4d325c84f28cc6aa1bf /Third_Party
parent6eed98ff4e57326ebf7a41f0c180635a7bcac626 (diff)
Make flat normals adjustable
Diffstat (limited to 'Third_Party')
-rw-r--r--Third_Party/at.pimaker.ltcgi/Shaders/.LTCGI.cginc.swpbin16384 -> 0 bytes
-rw-r--r--Third_Party/at.pimaker.ltcgi/Shaders/LTCGI.cginc2
-rw-r--r--Third_Party/at.pimaker.ltcgi/Shaders/LTCGI_config.cginc2
3 files changed, 2 insertions, 2 deletions
diff --git a/Third_Party/at.pimaker.ltcgi/Shaders/.LTCGI.cginc.swp b/Third_Party/at.pimaker.ltcgi/Shaders/.LTCGI.cginc.swp
deleted file mode 100644
index d7a8805..0000000
--- a/Third_Party/at.pimaker.ltcgi/Shaders/.LTCGI.cginc.swp
+++ /dev/null
Binary files differ
diff --git a/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI.cginc b/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI.cginc
index ca4cd24..c6ad0b7 100644
--- a/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI.cginc
+++ b/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI.cginc
@@ -405,4 +405,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#endif \ No newline at end of file
+#endif
diff --git a/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI_config.cginc b/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI_config.cginc
index 561fe93..6b2c99a 100644
--- a/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI_config.cginc
+++ b/Third_Party/at.pimaker.ltcgi/Shaders/LTCGI_config.cginc
@@ -82,6 +82,6 @@ const float LUT_BIAS = 0.5/LUT_SIZE;
#define LTCGI_CYLINDER
// Activate avatar mode, which overrides certain configs from above.
-//#define LTCGI_AVATAR_MODE
+#define LTCGI_AVATAR_MODE
#endif