home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #6 / AmigaPlus-eXtra-6-96.iso.7z / AmigaPlus-eXtra-6-96.iso / programme / dust / dusthelp2 / parameters < prev    next >
Text File  |  1996-03-22  |  2KB  |  33 lines

  1.                        Parameters
  2. -----------------------------------------------------------------
  3.       objectID = INTEGER >= 0
  4.     particleID = INTEGER >= 0
  5.       windowID = INTEGER >= 0
  6.      textureID = INTEGER >= 0
  7.        brushID = INTEGER >= 0
  8.     saveFormat = STRING  ("TDDD"|"LW"|"VS"|"NONE")
  9.         frames = INTEGER (1..9999)
  10.          frame = INTEGER (1..frames)
  11.     splinetype = STRING  ("CUBICB"|"QUADB"|"CATMULLROM"|"CUBICBEZIER"|"QUADBEZIER")
  12.     splineends = STRING  ("OPEN"|"CLOSED")
  13.     interpmode = STRING  ("MODEN"|"MODEU")
  14.        boolean = CHAR    ("T"|"F")
  15.       filename = STRING  (without quotes, if STRING is empty a filerequester
  16.                           apears)
  17.       drawmode = STRING  ("WIRE"|"SOLID"|"COLOR"|"BBOX")
  18.          color = INTEGER (0..255)
  19.   particleMode = STRING  ("F"|"P") (faces or points)
  20.   particleSave = STRING  ("P"|"O") (particle or object (the object-format is
  21.                                     specified by SFORMAT)
  22.  exfile-format = STRING  ("F"|"L") (float,long: long means: multiply floats
  23.                                     by 65536 an write them as longints
  24.                                     (good for GCC))
  25.  NOTES: 1. If an argument contains characters like "(" or "," quotes are
  26.            required, e.g. func(2,"sin(x0+y0)",2,z) else the parser aborts with
  27.            a syntax-error.
  28.         2. All Dust-commands accept mathematical expressions instead of plain
  29.            numbers, strings can contain format-commands, e.g.
  30.  
  31.             load(4/3,obj.%) will load object.0033 into buffer 1 if the
  32.             loop-counter was 33
  33.