Added support for renderering multiple textures per Model

This commit is contained in:
2020-05-11 22:47:14 -05:00
parent d03c3ffcd8
commit f72a8d4c35
6 changed files with 35 additions and 18 deletions

View File

@@ -55,6 +55,7 @@ class IMICFPS
def set_material(name)
@model.current_material = name
@model.current_object.materials << current_material
end
def add_material(name, material)