Godot_Film_Grain_Shader icon indicating copy to clipboard operation
Godot_Film_Grain_Shader copied to clipboard

[WIP] update to godot version 3x

Open kondelik opened this issue 3 years ago • 2 comments

fix #1

kondelik avatar Aug 31 '21 08:08 kondelik

Changes:

Shader

  • TIME is not available everywhere (added as parameter)
  • tex(sampler) -> texture(sampler)
  • const added where missing

Scene

  • ViewportContainer instead of juggling with full screen Sprite (ViewportSprite)

kondelik avatar Aug 31 '21 08:08 kondelik

still missing: update readme.md etc

kondelik avatar Aug 31 '21 08:08 kondelik