Files
NixOS-configs/modules/wallpaper-engine/effects/fluidsimulation/materials/effects/fluidsimulation_advection.json
2025-02-07 17:04:43 -06:00

13 lines
242 B
JSON

{
"passes": [{
"shader": "effects/fluidsimulation_advection",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull",
"constantshadervalues" : {
"dissipation" : 0.2
}
}]
}