<< Click to Display Table of Contents >> gourd_OBJimport |
{ GOURD_OBJIMPORT.PDE
This sample demonstrates the import of a bounding mesh in OBJ file format.
The OBJ file contains :
mesh vertices and faces with no named objects or groups.
}
title 'Import OBJ Gourd'
coordinates cartesian3
boundaries import OBJ 'gourd.obj'
plots grid(x,y,z)
end