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

@@ -150,8 +150,8 @@ class IMICFPS
else
raise
end
@model.current_object.textures << texture
@model.uvs << texture
@model.current_object.uvs << texture
end
end
end