home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / MNM.INI < prev    next >
Text File  |  1994-11-27  |  952b  |  28 lines

  1. // Must include the full Path Without a trailing "\".
  2. MNM_DIR     ("D:\MNM2")
  3. WORK_DIR    ("D:\MNM2\WORK")
  4. SUPPORT_DIR ("D:\MNM2\SUPPORT")
  5. SCENE_DIR   ("D:\MNM2\SCENES")
  6. OUT_DIR     ("D:\MNM2\IMAGES")
  7. POV_DIR     ("C:\POVRAY")
  8. LIB_DIR     ("C:\POVRAY\INCLUDE") 
  9.  
  10. // Only filenames allowed.
  11. POV_EXE    ("POVRAY.EXE")
  12. MAINMENU   ("MAIN.MNU")
  13. SIDEMENU   ("SIDE.MNU")
  14. // NOTE: POVRAY.EXE may be changed to FTPOV.EXE but you must render
  15. // using a *.BAT file from within MNM (See the "Directories Dialog").
  16.  
  17. // The number of decimal places used when exporting files (POV/RAW/DXF).
  18. Decimals(6)
  19.  
  20. CROSSHAIR_COLOR(0) // 1 = White, 0 = Light Gray (default)
  21. CROSSHAIR_TYPE(0)  // 0 = Full-Crosshairs. (default)
  22. // If cross type equals 1, then a second argument deturmines how big it is.
  23. //example:
  24. //     CROSSHAIR_TYPE(1, 10)    // 10 is the default size if not included.
  25. // This says make the cross-hairs 10 pixels wide by 10 high.
  26.  
  27.  
  28.