add entity shader

This commit is contained in:
MihailRis
2024-07-20 17:13:03 +03:00
parent 8e159009eb
commit 4197746c69
8 changed files with 83 additions and 16 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef CONSTANTS_GLSL_
#define CONSTANTS_GLSL_
#define PI 3.1415926535897932384626433832795
#define PI2 (PI*2)
// geometry
#define CURVATURE_FACTOR 0.002