Closed jothikannan closed 10 years ago
How can we convert the OBJMTL models into json, any command available to do it?? because the models should be here in object.obj and object.mtl files, how can we combine them and convert it into json??
Build assimp2json as in the instruction and follow the documentation. Pass in the OBJ file, the importer fetches the MTL file automatically.
How can we convert the OBJMTL models into json, any command available to do it?? because the models should be here in object.obj and object.mtl files, how can we combine them and convert it into json??