[closed] Using OpenCL in Minetest client and/or server
Split from this topic
Please add a setting to allow minetest to use OpenCl.
thanks. (I suppose you mean my simple and slow shadows mod.)
I need to change it that it works faster. The current version is just the first one which works. I may use voxelmanipulation to change the light at the specific positions instead of adding dark nodes there...
In my opinion fsaa (fast sample antialiasing) reduces the graphics quality. Sometimes I use fxaa (fast approximate antialiasing), which smooths the corners only if they are diagonal.Calinou wrote:This is likely possible, but demanding on the hardware and not easy to implement.
Improving graphics is easier done by enabling anti-aliasing, add this line in minetest.conf:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
fsaa = 4
Please add a setting to allow minetest to use OpenCl.
davidforsure!!! wrote:So i saw a mod called SHADOWS that adds nice shadow in the game. its just like shaders but more unrealistic but its works fine.....
thanks. (I suppose you mean my simple and slow shadows mod.)
I need to change it that it works faster. The current version is just the first one which works. I may use voxelmanipulation to change the light at the specific positions instead of adding dark nodes there...