Description: Read and Write Wavefront OBJ geometry and MTL files.
The function read_wobj allow Wavefront object files including material MTL files to be read into a Matlab structure. The function write_wobj exports a Matlab structure to an OBJ file.
It doesn t matter if the object file contains splines or polygon based geometry, it reads and writes almost all .obj files.
See help read_wobj and help write_wobj
https://github.com/quxiaofeng/WOBJ_toolbox
To Search:
File list (Check if you may need any files):
WOBJ_toolbox-master
...................\.gitignore
...................\README.md
...................\examples
...................\........\example1.obj
...................\........\example10.bmp
...................\........\example10.mtl
...................\........\example10.obj
...................\........\example11.obj
...................\........\example12.obj
...................\........\example2.obj
...................\........\example3.obj
...................\........\example4.obj
...................\........\example5.obj
...................\........\example6.obj
...................\........\example7.obj
...................\........\example8.obj
...................\........\example9.obj
...................\help file format
...................\................\MTL_format.html
...................\................\OBJ_format.html
...................\license.txt
...................\read_wobj.m
...................\write_wobj.m