renamed MaterialInstance to MaterialParameters.

This commit is contained in:
2021-06-16 10:41:04 +08:00
parent 0f42ab3987
commit bc8848afa6
30 changed files with 79 additions and 66 deletions

View File

@@ -29,7 +29,7 @@ private:
RenderList render_list;
Material * material =nullptr;
MaterialInstance * material_instance =nullptr;
MaterialParameters * material_instance =nullptr;
Renderable * ro_rectangle =nullptr;
Renderable * ro_circle =nullptr;