Collada parser mostly works for single object/material models

This commit is contained in:
2020-01-30 13:36:34 -06:00
parent b8e53c7a88
commit dbf4edbb93
4 changed files with 39 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class IMICFPS
when 'usemtl'
set_material(array[1])
when 'o'
change_object(array[1])
change_object(nil, array[1])
when 's'
set_smoothing(array[1])
when 'v'