0 votes

I'm in the process of creating a 3D character and was wondering if Godot can handle transparency/alpha in albedo textures and how?

I've read into the spatialmaterial doc and it looks like if you want to add transparency of any kind, you forfeit the control for mid/post processes, like SSS and SSR, which I'd also like to use.

Is there an easy way to use alpha channels in this engine?

in Engine by (363 points)

2 Answers

+2 votes
Best answer

According to the docs:
https://docs.godotengine.org/en/stable/tutorials/3d/spatial_material.html
you can alternatively use alpha scissors to implement some kind of 1/0 transparency.

Maybe refraction could be worth a try although I'm unsure if it goes to the alpha or opaque pipeline. This could be helpful if you think of the characters glasses or similar.

by (3,358 points)
selected by

Thanks for responding. I messed around with the settings more and I can get what I'm looking for using an alpha in the albedo while refraction is activated. Without having to set the flag to transparency.

0 votes

Hi! You'll have to set the SpatialMaterial's flag for transparency :-)

by (28 points)

From what I've read and experimented with, it seems like this disables things like, refraction and subsurface scattering. Is there a work around for this?

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.