1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00
Files
godot/doc/classes
Fernando Cosentino ca79373d13 Added material_overlay property to MeshInstance3D
Applying overlay materials into multi-surface meshes currently
requires adding a next pass material to all the surfaces, which
might be cumbersome when the material is to be applied to a range
of different geometries. This also makes it not trivial to use
AnimationPlayer to control the material in case of visual effects.
The material_override property is not an option as it works
replacing the active material for the surfaces, not adding a new pass.

This commit adds the material_overlay property to GeometryInstance3D
(and therefore MeshInstance3D), having the same reach as
material_override (that is, all surfaces) but adding a new material
pass on top of the active materials, instead of replacing them.
2022-01-05 11:47:51 +01:00
..
2021-11-03 13:39:33 +09:00
2022-01-02 01:03:58 -05:00
2022-01-02 21:09:18 +01:00
2022-01-02 21:09:18 +01:00
2021-11-15 13:14:16 +01:00
2021-11-08 17:42:30 +01:00
2022-01-02 21:09:18 +01:00
2022-01-02 21:09:18 +01:00
2021-11-08 19:11:36 +01:00
2021-10-12 16:22:30 +02:00
2021-10-03 12:37:52 -07:00
2022-01-02 01:03:58 -05:00
2021-08-05 14:57:31 -03:00
2021-11-23 12:20:57 +01:00
2021-11-17 18:07:29 +00:00
2021-12-27 21:29:18 -05:00
2021-11-23 12:20:57 +01:00
2022-01-02 01:03:58 -05:00
2022-01-02 01:03:58 -05:00
2022-01-02 21:09:18 +01:00
2022-01-02 21:09:18 +01:00
2022-01-02 01:03:58 -05:00
2022-01-02 01:03:58 -05:00
2022-01-02 01:03:58 -05:00
2021-10-28 10:16:56 -05:00
2022-01-02 21:09:18 +01:00
2021-12-17 19:19:41 +01:00
2021-10-17 12:12:20 +11:00
2021-10-17 12:12:20 +11:00
2021-10-17 12:12:20 +11:00