Open bvssvni opened 10 years ago
Since .mtl files are shared among .obj files, one could put all the materials in one HashMap.
HashMap
Alternative is to put it in a Vec and use indexes for mapping.
Vec
Since .mtl files are shared among .obj files, one could put all the materials in one
HashMap
.