0 votes

I am trying to create a photorealistic glass material in godot 3.1, but I can't seem to find proper tutorials. I have read the docs and more specifically this part. So far I have created a new material for the sphere that I am testing this on, I have enabled transparency and I have tweaked the metallic and roughness settings. I also have rim and refraction settings checked. The test spheres are berely transparent in game and they look nothing like the photorealistic image in the docs. They do not seem to refract light in any way. What is the problem?

in Engine by (1,888 points)

1 Answer

0 votes
Best answer

Are you using any maps in the texture slots for the params?

I wouldn't call this "photorealistic", but this is something I threw together just using a generic cloud noise texture from Gimp in various texture map slots on the material.

https://i.imgur.com/Ukmed7i.gifv

You'll want to use things like normal maps to offset the refraction as well as an albedo with an alpha (or detail maps) to add things like dirt. Experiment with all the maps on enabled params. You'll also want to use things like reflection probes and anistropy, too. The 3D Materials demo is a good place to start.

Some of these features are fairly new to Godot, so there's not a ton of specific tutorials around yet. I'd suggest trying glass material tutorials for other engines, and trying to apply some of their concepts to Godot.

by (60 points)
selected by

I included a normal map, but I still dont get the desired effect. If anything, it should at least appear to be refracting light, which right now it doesn't.

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.