home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Tools / RIP_DUST.LHA / dust / dusthelp / prefs < prev    next >
Encoding:
Text File  |  1995-03-05  |  3.7 KB  |  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.    OPTEDGES             - optimize edges while loading Lightwave-/VS-objects,
  14.                           makes loading slow
  15.    LOG                  - write all text-output in a log-file
  16.    LOGFILE              - file-name of the log-file
  17.    QUIET                - supress all text-output (log-file-writing isn't
  18.                           affected
  19.    COMPLETE             - do command- and parameter-completion
  20.    ONLINECALC           - try to evaluate all expressions which are no
  21.                           Dust-commands
  22.    ACTVAL               - loop-counter for string-formatting outside of loops
  23.    SAVESPHEREP          - create additional particle-files while saving
  24.                           sphere-objects
  25.    EXFILE               - output-file for the particle-info-commands
  26.                           (programmer-interface)
  27.    EXFORMAT             - output format (float (default) or long (for GCC)
  28.    RANDOM               - global random-seed (you get the same objects at
  29.                           the same seed)
  30.    CHECKMOUSE(boolean)  - check mouse to abort drawing
  31.    WARNINGS(boolean)    - warn before killing objects (default: false)
  32.  
  33.    HELPDIR              - directory containing all help-files
  34.                           (default: "DustHelp")
  35.    HELPDIR2             - directory containing external help-files, searched
  36.                           before HELPDIR
  37.    PAGER                - pager to view help-files, if set to "" no pager
  38.                           is used
  39.                           (best choice: "most")
  40.  
  41.  Window-Prefs:
  42.  
  43.    ASPECT(real)         - window-aspect (default: 0.7 (Euro72 on my monitor))
  44.    KEEPASPECT(boolean)  - keep aspect  after window-sizing (default: false)
  45.    KEEPSCALE            - keep initial scale
  46.    LEFT(integer)        - window-leftedge
  47.    TOP(integer)         - window-topedge
  48.    WIDTH(integer)       - window-width
  49.    OUTLINED             - draw outlined faces
  50.    ROTX(real)           - x-rotation Angle in degrees
  51.    ROTZ(real)           - z-rotation Angle in degrees
  52.    ZOOM(real)           - zoom-factor
  53.    DRAWMODE(drawmode)   - drawmode
  54.    WINDOWSTACK(longint) - stack-size of draw-tasks (default: 12000)
  55.    WINDOWPRI(-3..3)     - priority of draw-tasks (default: 0)
  56.  
  57.    BREAKWIN(boolean)    - suppress break-requester opened by the most
  58.                           commands
  59.    BWLEFT               - x-coordinate of the command-break-window
  60.    BWTOP                - y-coordinate of the command-break-window
  61.  
  62.    SCREEN(boolean)      - open the preview-window on a custom-screen
  63.    SCREENWIDTH          - Minimum 160
  64.    SCREENHEIGHT         - Minimum 128
  65.    SCREENDEPTH          - 4..8
  66.    SCREENID(longint)    - decimal ! (e.g. 430116 for Euro72:Multiscan)
  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.