Goodbye matcaps, hello envmaps.

This commit is contained in:
Mari the Deer 2022-05-07 22:39:40 +02:00
commit 27bba4605c
102 changed files with 609 additions and 268 deletions

9
textures.envmap Normal file
View file

@ -0,0 +1,9 @@
// duplicate envmaps for two special materials
Texture "ERRORENV", 512, 512
{
Patch "models/envmap/redenv.png", 0, 0
}
Texture "BARRIENV", 512, 512
{
Patch "models/envmap/glss3env.png", 0, 0
}