home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / tests / ambient.d15 < prev    next >
Encoding:
Text File  |  1991-02-13  |  591 b   |  26 lines

  1. begin_structure 20 ;        % Static structure 20 %
  2. % ****************************************************************** %
  3. % Set up basic object                                                %
  4. % ****************************************************************** %
  5.       Non_uniform_bspline_surface
  6.       non_rational
  7.       2 2
  8.       2 2
  9.           -50    50     0
  10.           100    50     0
  11.           -50  -100     0
  12.           100  -100     0
  13.       ; 
  14.  
  15.       Non_uniform_bspline_surface
  16.       non_rational
  17.       2 2
  18.       2 2
  19.          -100   -50     0
  20.            50   -50     0
  21.          -100   100     0
  22.            50   100     0
  23.       ; 
  24. end_structure ;            % Structure 20  %
  25.  
  26.