Good Day,
I'm currently working on a Rust rewrite of Assimp and have been using tobj to assist with OBJ file parsing.
While comparing how tobj and Assimp handle material definitions, I noticed that several properties commonly found in .mtl files are parsed by Assimp but not explicitly provided by tobj. These values are instead accessible via the unknown_param field.
To help improve compatibility and completeness, I’d like to provide an account of the following properties:
Thank you for your hard work on this project.
Good Day,
I'm currently working on a Rust rewrite of Assimp and have been using tobj to assist with OBJ file parsing.
While comparing how tobj and Assimp handle material definitions, I noticed that several properties commonly found in .mtl files are parsed by Assimp but not explicitly provided by tobj. These values are instead accessible via the unknown_param field.
To help improve compatibility and completeness, I’d like to provide an account of the following properties:
map_emissive,map_Ke)map_Kn,norm)refl)map_disp,disp)map_Pr)map_Pm)map_Ps)Pr)Pm)Ps)Pcr)Pct)a)Tf)Tr)Ke)Thank you for your hard work on this project.