home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Tools / RIP_DUST.LHA / dust / dusthelp / window < prev    next >
Encoding:
Text File  |  1994-12-27  |  519 b   |  13 lines

  1.   COMMAND WINDOW
  2. -----------------------------------------------------------------
  3.     Purpose: open a preview window
  4.       Usage: WINDOW(<objectID>,[<left>,<top>,<width>,<drawmode>,
  5.                     <rotX>,<rotZ>,<zoom>,<keepscale>,<outlined>])
  6.  
  7.         drawmode=("WIRE"|"SOLID"|"GREY"|"COLOR"|"FACE")"
  8.         keepscale: keep initial scale-values unless you press <r> (Rescale)
  9.  
  10.   Examples: window(1,40,60,400,wire,12,-24,0.5,true,true)
  11.             window(5)
  12.             window(3,0,0,0,grey,18,-42,1.0,false,true)
  13.