ShaderEditor icon indicating copy to clipboard operation
ShaderEditor copied to clipboard

No matching overload function

Open Njenjo opened this issue 1 year ago • 2 comments

Screenshot_20240113_144248_Shader Editor No matching overload function even though everything is properly set up.

Njenjo avatar Jan 13 '24 13:01 Njenjo

You used integers, change them to floats. It should be remap(1.0,-1.0,1.0,0.0,1.0) Or even better, use a macro, this way you could remap any type.

fekga avatar Jan 13 '24 16:01 fekga

This should be marked as closed, since it's not an issue with the app

RpxdYTX avatar Apr 16 '24 20:04 RpxdYTX