mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-06 08:55:35 +00:00
update boo
This commit is contained in:
parent
6c9b4d57f5
commit
cc8415b4f6
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
@ -1 +1 @@
|
||||
Subproject commit 5bc17c753c0e15862423a7ae54fcdc1bd1b9c2e4
|
||||
Subproject commit ff3dca2b3af378990093d50de302d4587eafb985
|
@ -136,6 +136,7 @@ std::string GLSL::GenerateReflectionExpr(ReflectionType type) const
|
||||
switch (type)
|
||||
{
|
||||
case ReflectionType::None:
|
||||
default:
|
||||
return "vec3(0.0, 0.0, 0.0)";
|
||||
case ReflectionType::Simple:
|
||||
return "texture(reflectionTex, vtf.reflectTcgs[1]).rgb * vtf.reflectAlpha";
|
||||
|
Loading…
x
Reference in New Issue
Block a user