Thomas
Results
1
comments of
Thomas
Hello Alluseri, you should be able to add create_material by just adding the following code in your i_material_system class: ``` i_material* create_material(char const * material_name, c_key_values * key_values) { using...