Specular reflections now sample from the texture color.

This commit is contained in:
Justin Marshall
2026-05-21 19:50:23 -07:00
parent 345e6bfc81
commit 7b60a99f96
7 changed files with 44 additions and 22 deletions
+3 -1
View File
@@ -7,7 +7,7 @@
This file has been generated with the Type Info Generator v1.1 (c) 2004 id Software
1185 constants
1186 constants
133 enums
579 classes/structs/unions
38 templates
@@ -381,6 +381,7 @@ static constantInfo_t constantInfo[] = {
{ "int", "GEOMETRY_FLAG_NONE", "0" },
{ "int", "GEOMETRY_FLAG_SKELETAL", "1" },
{ "int", "GEOMETRY_FLAG_UNLIT", "2" },
{ "int", "GEOMETRY_FLAG_GLASS", "4" },
{ "static const uint32_t", "GL_RAYTRACING_MAX_LIGHTS", "256" },
{ "static const int", "GL_RAYTRACING_LIGHT_TYPE_POINT", "0" },
{ "static const int", "GL_RAYTRACING_LIGHT_TYPE_RECT", "1" },
@@ -1666,6 +1667,7 @@ static enumValueInfo_t GeometryFlag_t_typeInfo[] = {
{ "GEOMETRY_FLAG_NONE", 0 },
{ "GEOMETRY_FLAG_SKELETAL", 1 },
{ "GEOMETRY_FLAG_UNLIT", 2 },
{ "GEOMETRY_FLAG_GLASS", 4 },
{ NULL, 0 }
};