Skip to content

Fix wind grass shader #67

New issue

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

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Conversation

arukagiri
Copy link
Contributor

Per the migration to Godot 4 tracker issue post here is the fix for the wind grass shader.

Issues found:

  • AnimationPlayer for the "character" got wiped as key names changed from transform to position.
  • Floor shader was nowhere to be found, probably because Godot 3 lets you create a shader and save it in the scene, whereas now you need a proper shader file saved.
  • Some parameter values don't work in the same scales as before.
  • Missing the new source_color hint for the gradient color, which triggered a non linear render of the color.

@NathanLovato NathanLovato merged commit d55191b into gdquest-demos:main Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants