started working on gl3 rasters

This commit is contained in:
aap
2020-04-27 20:51:35 +02:00
parent 4db08e15e8
commit eb71ca25d0
8 changed files with 294 additions and 58 deletions

View File

@@ -84,5 +84,5 @@ float DoFog(float w)
}
#define DIRECTIONALS
//#define POINTLIGHTS
//#define SPOTLIGHTS
#define POINTLIGHTS
#define SPOTLIGHTS

View File

@@ -85,5 +85,5 @@ const char *header_vert_src =
"}\n"
"#define DIRECTIONALS\n"
"//#define POINTLIGHTS\n"
"//#define SPOTLIGHTS\n";
"#define POINTLIGHTS\n"
"#define SPOTLIGHTS\n";