depressed-pho / natural-mystic-shaders

Shader pack for Minecraft Bedrock aliming to be as realistic as possible
Creative Commons Zero v1.0 Universal
30 stars 3 forks source link

Shader settings GUI? #44

Open pasithea2 opened 5 years ago

pasithea2 commented 5 years ago

I was reading the features on mcpedl, the last phrase: (Exposure adjustment...) this made me think. Could you add a GUI where the user could costomize the exposure, cloud density, light density, etc. The GUI is possible, this could help with #37 and #29. This shader has so much potential!

depressed-pho commented 5 years ago

It's true that we can create custom GUI now, but it's still not possible to change the configuration of shaders dynamically. That is, we can't inject new "uniform" variables into the render pipeline nor change those values through a custom GUI.

I really hope we can do this in future versions of Bedrock though.

depressed-pho commented 5 years ago

Relates to #23.