Godlander
Godlander
you can use the visibility option
it is an option in the gui
it is not planned for now since mojang is rewriting the rendering system for Vibrant Visuals, the hope is that objmc will become obsolete in favor of a more robust...
updated to 1.21.8 by discohund
the black and pink cube means there is something wrong with the model. game log should show errors about it.
looks like you selected a folder instead of a file
you have not selected a texture
i believe this is due to optifine discarding alpha values below 26/255 in glsl, `texture(Sampler0, UV0)` should return the texture's RGBA exactly objmc uses all 4 channels to store 32...
the other issue shown in the video is related to the `Normal` uniform in core shaders core shaders do not have access to model rotation, so instead objmc is forced...
> i believe this is due to optifine discarding alpha values below 26/255 apparntly optifine doesnt do this if the texture name ends with `_leaves.png` this does not fix the...