next up previous contents index
Next: 7.40 data/examples/scenenode1.dat Up: 7. Source Files Previous: 7.38 data/examples/polygon3_7.dat   Contents   Index


7.39 data/examples/read_fileformat_obj1.dat


/*
 * 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


next up previous contents index
Next: 7.40 data/examples/scenenode1.dat Up: 7. Source Files Previous: 7.38 data/examples/polygon3_7.dat   Contents   Index
Administrator 2002-01-20