This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
TorqueEngine
/
Torque3D
espejo de
https://github.com/TorqueGameEngines/Torque3D.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix waterBasicP.glsl for HDR.
LuisAntonRebollo
hace 10 años
padre
74a05854d5
commit
049de72cc5
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadí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 fichero
@@ -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 fichero
@@ -210,7 +210,7 @@ void main()
#endif
- OUT_col = OUT;
+ OUT_col =
hdrEncode(
OUT
)
;
#endif
}