Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
neercs
réplica de
https://github.com/cacalabs/neercs.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
neercs: fix an illegal construct in the copper shader.
master
Sam Hocevar
hace 12 años
padre
12883054aa
commit
023d31848b
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
neercs/video/copper.lolfx
+ 2
- 2
neercs/video/copper.lolfx
Ver fichero
@@ -34,5 +34,5 @@ void main(void)
copper.z=float(int(copper.z*8.0)*32)/256.0;
*/
gl_FragColor=vec4((color==1.0)?copper:color,1.0);
}
gl_FragColor=vec4((
dot(
color
,color)
==1.0)?copper:color,1.0);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar