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

@@ -47,7 +47,6 @@ class IMICFPS
@materials.each do |key, material|
if material.texture_id
@has_texture = true
@textured_material = key
end
end