shader options #477
-
hi, this black sky in project luma shaders is a normal thing, easly fixable by touching shader config, but IRIS shader mod for fabric seems to ignore the shader config file, im wondering if its posible to make the "config -> built-in shader zip" or include some kind of config function on iris shader mod. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have found a way to change the settings from the shaders files. Obviously you must have unzipped the zip file. I give an example with BSL_shader. Go inside the BSL / shaders / lib folder, inside you will find a file called setting.glsl, open it with a text editor program. All the settings preceded by // will be disabled by default so if you want to have them active you have to delete the // same thing vice versa if you want to disable them add the // in front of the setting |
Beta Was this translation helpful? Give feedback.
I have found a way to change the settings from the shaders files. Obviously you must have unzipped the zip file. I give an example with BSL_shader. Go inside the BSL / shaders / lib folder, inside you will find a file called setting.glsl, open it with a text editor program. All the settings preceded by // will be disabled by default so if you want to have them active you have to delete the // same thing vice versa if you want to disable them add the // in front of the setting