Post #2642220
2026-05-02 12:54 UTC
@bryce@mastodon.brycedixon.dev It's a really big shader with a lot of UV manipulations. I can dilate the pupils and such. 👀
Replies (1)
-
@bryce@mastodon.brycedixon.dev 2026-05-02 12:57
@timkrief@framapiaf.org Ah, cool! So you're generating the whole thing in a shader, then? Does that mean you can procedurally set the iris color and such? Does Godot let you do modular shaders yet (eg: split them into multiple files)? If not, I might experiment with rendering to textures in phases since it would probably help reduce the complexity of each shader step, but that's just me :)