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. | |
subroutine, public mod_cg3_obj_wavefront_reader::read_obj_polyhedron | ( | character(len=*), intent(in) | filename, |
type(t_polyhedron), intent(inout) | polyhedron ) |
This reader ignores normal and texture information. Curve and surfaces (NURBS) are also ignored.
[in] | filename | .obj file name |
[in,out] | polyhedron | resulting polyhedron |