CorePerspectiveModels
CorePerspectiveModels copied to clipboard
1.19.4 not work
It just doesn't load, problem is with the alpha variable
It doesn't work at all
if (-zpos < 2.0 && roughly_equal(alpha, 254.0, 0.01)) discard; else if (-zpos >= 2.0 && roughly_equal(alpha, 253.0, 0.01)) discard;
it should've been fixed in the latest commit
It's still not fixed, unfortunately