home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / formdat.txt < prev    next >
Text File  |  1995-03-30  |  634b  |  42 lines

  1. .dat file:
  2. ----------
  3.   points
  4.   vectors
  5.   planes
  6.  
  7. points:
  8. -------
  9.   number of points
  10.     number of points * (x y z)
  11.  
  12. vectors:
  13. --------
  14.   number of vectors
  15.     number of vectors * (x y z)
  16.  
  17. planes:
  18. -------
  19.   number of planes
  20.     number of planes * (plane)
  21.  
  22. plane:
  23. ------
  24.   opt type  basecol numcol
  25.      type&128 => midvect
  26.    numvert  numvert * (points)
  27.      type==6 => texthandle  numvert * (x y)
  28.  
  29.   opt:
  30.     1: show front
  31.     2: show back ?
  32.   128: override mid
  33.  
  34.   type:
  35.     0: fill
  36.     1: flat shade
  37.     2: rounded shade
  38.     3: mirror
  39.     4: or-fill
  40.     5: texture
  41.     6: transparent texture
  42.