We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matching overload function even though everything is properly set up.
The text was updated successfully, but these errors were encountered:
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.
remap(1.0,-1.0,1.0,0.0,1.0)
Sorry, something went wrong.
This should be marked as closed, since it's not an issue with the app
No branches or pull requests
No matching overload function even though everything is properly set up.
The text was updated successfully, but these errors were encountered: