I actually checked the shader and it's not the loop. The Julia function is not even called. It is very heavy by itself. It even runs on a very slow framerate on my laptop. Forget about that, sometimes I got to restart my computer :-) Runs smooth in the computer but is still a heavy one.
Now that I roughly look over it I see that many functions are called many times per frame and these functions call other functions many times as well.
Smoke calls FBM multiple times, FBM calls noise multiple times, noise calls hash multiple times.... There is much going on here.
In fact, calling smoke causes smoke coming out of the VEX, hahaha
Now that I roughly look over it I see that many functions are called many times per frame and these functions call other functions many times as well.
Smoke calls FBM multiple times, FBM calls noise multiple times, noise calls hash multiple times.... There is much going on here.
In fact, calling smoke causes smoke coming out of the VEX, hahaha
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!

