This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
TorqueEngine
/
Torque3D
réplica de
https://github.com/TorqueGameEngines/Torque3D.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Fix waterBasicP.glsl for HDR.
LuisAntonRebollo
%!s(int64=10) %!d(string=hai) anos
pai
74a05854d5
achega
049de72cc5
Modificáronse 2 ficheiros
con
2 adicións
e
2 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
Templates/Empty/game/shaders/common/water/gl/waterBasicP.glsl
1
1
Templates/Full/game/shaders/common/water/gl/waterBasicP.glsl
+ 1
- 1
Templates/Empty/game/shaders/common/water/gl/waterBasicP.glsl
Ver ficheiro
@@ -210,7 +210,7 @@ void main()
#endif
- OUT_col = OUT;
+ OUT_col =
hdrEncode(
OUT
)
;
#endif
}
+ 1
- 1
Templates/Full/game/shaders/common/water/gl/waterBasicP.glsl
Ver ficheiro
@@ -210,7 +210,7 @@ void main()
#endif
- OUT_col = OUT;
+ OUT_col =
hdrEncode(
OUT
)
;
#endif
}