1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Added triplanar mapping, toon mode, and more specular modes for materials. Added multipass support for materials.

This commit is contained in:
Juan Linietsky
2017-07-08 12:34:05 -03:00
parent 0067982f5e
commit f4c8c552f9
14 changed files with 231 additions and 12 deletions

View File

@@ -685,6 +685,7 @@ public:
BIND2RC(Variant, material_get_param, RID, const StringName &)
BIND2(material_set_line_width, RID, float)
BIND2(material_set_next_pass, RID, RID)
/* MESH API */