Angelica

Angelica

9.7k Downloads

Beta Burndown List

mitchej123 opened this issue ยท 7 comments

commented

Burndown list for an beta release:

  • Fix annoying crosshair/shader interaction - Appears to be an interaction with a certain resource pack
  • Chunk loading order & transparency sorting
  • UseSeparateAO uses Sodium's AO and is wrong - @ah-OOG-ah
  • Fog w/ shaders looks weird - @unicornbloods
  • Chunk overlay (F9) not always showing

Before the end of Beta:

  • MCPF wired up to sodium renderer
commented

Use SeparateAO borked - fix sodium AO

image

commented

Fog w/ shaders causing weirdness

image

commented

Chunk loading order & transparency sorting:
image

commented

Crosshair & Shaders:
image
image

commented

This is the problematic crosshair texture from assets/minecraft/textures/gui/icons.png - from f32 modded.

Currently unclear as to why it's causing issues.

Edit: Playing around with GIMP - exporting it with Save color values from transparent pixels causes the issue, exporting it without that option set does not cause any issues.

Color value was 255, 255, 255, 0 vs 0,0,0,0 -- fixed with explicitly enabling GL_ALPHA_TEST

icons

commented

Going underwater with Comp v4 enabled
2024-06-24_10 11 27