Sodium

Sodium

35M Downloads

Allow render passes to specify their own shaders

jellysquid3 opened this issue ยท 1 comments

commented

In the development branch, Sodium uses the same chunk rendering shader for both the opaque and translucent render pass. The opaque pass currently drops fragments which are less than 50% transparent in order to create a "cutout" appearance, which leads to translucent textures not rendering correctly at all.

The issue is fairly simple, but I'm still hashing out how we want to structure this in the codebase.

commented

This was solved in Sodium 0.5.