OBJ Wavefront reader More...
| Functions/Subroutines | |
| subroutine, public | mod_cg3_obj_wavefront_reader::read_obj_polyhedron (filename, polyhedron) | 
| Read a OBJ Wavefront file (.obj) in a polyhedron structure. | |
OBJ Wavefront reader
| subroutine, public mod_cg3_obj_wavefront_reader::read_obj_polyhedron | ( | character(len=*), intent(in) | filename, | 
| type(t_polyhedron), intent(inout) | polyhedron ) | 
Read a OBJ Wavefront file (.obj) in a polyhedron structure.
This reader ignores normal and texture information. Curve and surfaces (NURBS) are also ignored.
| [in] | filename | .obj file name | 
| [in,out] | polyhedron | resulting polyhedron |