The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+2 votes

What are situational cases where one or the other makes more sense?

Thanks!

Comparison:

in Engine by (22 points)

1 Answer

+4 votes
Best answer

The surface materials are those who are usually assigned when you import a mesh from a 3D editor. Surfaces define the areas of a mesh for which you can assign different materials. If the 3D model was designed well, then those surfaces relate to logical parts of the model. (On a car i.e. the material of: wheels, hubcaps, windows ...)
You can use the same Mesh in different MeshInstances. If you change a surface material of a mesh then it will be changed for all MeshInstances (unless you use copies of the Mesh).

The MeshInstance Material slots override the surface materials. So you can use the same mesh but replace/redefine selected materials of the mesh in a different way for each MeshInstance.

by (3,370 points)
selected by

Thanks for the clarification!

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.