mirror of https://github.com/AxioDL/metaforce.git
update boo
This commit is contained in:
parent
6c9b4d57f5
commit
cc8415b4f6
|
@ -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…
Reference in New Issue