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 / prefs < prev    next >
Text File  |  1996-03-22  |  4KB  |  79 lines

  1.                            Prefs
  2. -----------------------------------------------------------------
  3.   There are some program-parameters you can modify using
  4.   the SET-command. They are:
  5.  
  6.  Program-Prefs
  7.  
  8.    SFORMAT              - global save-format for ALL object-saving commands
  9.    ALIGNP               - align particles along the face-normals of the
  10.                           structure-object
  11.    BACKFACES            - create backfaces writing Videoscape-objects
  12.                           (default: FALSE !)
  13.    LOG                  - write all text-output in a log-file, too
  14.    LOGFILE              - file-name of the log-file
  15.    QUIET                - supress all text-output (log-file-writing isn't
  16.                           affected
  17.    COMPLETE             - perform command- and parameter-completion
  18.    ACTVAL               - loop-counter for string-formatting outside of loops
  19.    SAVESPHEREP          - create additional particle-files while saving
  20.                           sphere-objects
  21.    EXFILE               - output-file for the particle-info-commands
  22.                           (programmer-interface)
  23.    EXFORMAT             - output format (float (default) or long (for GCC)
  24.    RANDOM               - global random-seed (you get the same objects at
  25.                           the same seed)
  26.    CHECKMOUSE(boolean)  - check mouse to abort drawing
  27.    WARNINGS(boolean)    - warn before killing objects (default: false)
  28.    MODULEDIR            - directory containing external binaries (converters etc.)
  29.    HELPDIR              - directory containing all help-files
  30.                           (default: "DustHelp")
  31.    HELPDIR2             - directory containing external help-files, searched
  32.                           before HELPDIR
  33.    PAGER                - pager to view help-files, if set to "" no pager
  34.                           is used  (best choice: "most")
  35.    ECHO (ON/OFF)        - print command-lines while executing batch-file
  36.  
  37.    SPLINETYPE (splinetype) - default splines-type (e.g. used by SMOOTH)
  38.    SPLINEENDS (splineends) - ends of the splines
  39.    SPLINESUBDIV (int)   - spline-subdivision (default: 20)
  40.    MAXANGLE (0..360)    - largest angle (in degrees) between two edges to
  41.                           take them to create a spline-curve for the
  42.                           SMOOTH-operator
  43.    FORCESWAP (boolean)  - force the swapping of the source-curve (see CDEFORM)
  44.    STARTPCORR (integer) - startpoint-correction for the source-curve (see CDEFORM)
  45.    INTERPMODE (interpmode) - interpolation-mode (see CDEFORM)
  46.  
  47.  Window-Prefs:
  48.  
  49.    ASPECT(real)         - window-aspect (default: 0.7 (Euro72 on my monitor))
  50.    KEEPASPECT(boolean)  - keep aspect  after window-sizing (default: false)
  51.    KEEPSCALE            - keep initial scale
  52.    LEFT(integer)        - window-leftedge
  53.    TOP(integer)         - window-topedge
  54.    WIDTH(integer)       - window-width
  55.    OUTLINED             - draw outlined faces
  56.    ROTX(real)           - x-rotation Angle in degrees
  57.    ROTZ(real)           - z-rotation Angle in degrees
  58.    ZOOM(real)           - zoom-factor
  59.    DRAWMODE(drawmode)   - drawmode
  60.    WINDOWSTACK(longint) - stack-size of draw-tasks (default: 12000)
  61.    WINDOWPRI(-3..3)     - priority of draw-tasks (default: 0)
  62.  
  63.    BREAKWIN(boolean)    - suppress break-requester opened by the most
  64.                           commands
  65.    BWLEFT               - x-coordinate of the command-break-window
  66.    BWTOP                - y-coordinate of the command-break-window
  67.  
  68.    LWCMD1,LWCMD2,LWCMD3 - special Lightwave-commands called at every frame,
  69.                           format-commanfs ('$' and '%') are allowed
  70.                           Example: "saveimages hd1:pic%" will Lightwave cause
  71.                           to create the Images in the format "pic.0001", ...
  72.                           (this is the default)
  73.  
  74.   You can load and save this settings using the commands LOADCONFIG and
  75.   SAVECONFIG. The default config-file is named "s:.dustrc" and will be
  76.   executed at program-start.
  77.  
  78.   To get more information about parameters type "?parameters".
  79.