Hello!
Tell me, please, is it possible to apply the shader effect to only one scene object?
I tried using this script from Afrlme
function setObjectEffect(eff)
shaderAddEffect(eff)
shaderRemoveEffect(eff)
shader_effects[eff].num.strength=1
bind(eff, "time", field("shader_iTime"))
shaderSetOptions({{shader = shader_effects[eff].num(), comp_dst=5, comp_src=4 }}, 1)
end
But for some reason it doesn't work for me (Visionaire version 5.1.8.1),
the object to which I apply is simply not displayed (smeared with a black square).
Thanks