/*
* FILE: read_fileformat_obj1.dat
*
* reads a trimmed freeform surface
* from an Alias Wavefront OBJ file.
* (the freeform surface was taken from the
* OBJ fileformat specification 3.0)
*/
obj1 = READ_FILEFORMAT_OBJ( ("obj1.obj") );
SCENEROOT = SCENENODE( ([obj1]), (), () );
The OBJ source file can be found here:
data/examples/obj1.obj