Kaynağa Gözat

neercs: disable the copperbars because they're not very nice, lol.

master
Sam Hocevar 12 yıl önce
ebeveyn
işleme
f7bf988fa6
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +3
    -1
      neercs/video/copper.lolfx

+ 3
- 1
neercs/video/copper.lolfx Dosyayı Görüntüle

@@ -38,5 +38,7 @@ void main(void)
color.y = float(int(color.y * 8.0) * 32) / 256.0;
color.z = float(int(color.z * 8.0) * 32) / 256.0;

gl_FragColor = vec4((source == mask_color) ? color : source, 1.0);
// XXX: copper disabled because it's not very nice, lol
//gl_FragColor = vec4((source == mask_color) ? color : source, 1.0);
gl_FragColor = vec4(source, 1.0);
}

Yükleniyor…
İptal
Kaydet