home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m470 / 1.ddi / TOPAS.CFG < prev    next >
Encoding:
Text File  |  1990-12-01  |  10.4 KB  |  218 lines

  1. #*********************************************************************
  2. #
  3. #        TOPAS 3.6 Configuration File - 11/30/90
  4. #
  5. #    May be Carefully Editted to Set System Parameters
  6. #        Please Read the Manual when doing so
  7. #
  8. #*********************************************************************
  9.  
  10.         # FILE SYSTEM #
  11.  
  12. animpath  anim\            # default path for animation script.
  13.  
  14. camerapath  models\        # default path for cameras.
  15.  
  16. fontpath  fonts\           # default path for reading fonts.
  17.  
  18. modelpath  models\         # default path for model search.
  19.  
  20. picturepath  pics\         # default path for picture files.
  21. hiresext  tga              # sets ext. for files from Save Hi Res.
  22. pictureext  tga            # name of image extension file.
  23.  
  24. #buffer  1  (picturename)  # automatically loads picture to buffer.
  25. #bgbuffer  1               # sets default background buffer.
  26.  
  27. #nocompress                # records to disk in non-compressed format.
  28.  
  29. asciipath  models\         #sets default path for ascii models.
  30. obfpath  models\           #sets default path for object search.
  31.  
  32.         # RENDER MODES #
  33.  
  34. #circmin  30               # defines min. # of pts. on a circle.
  35. #circmax  80               # defines max. # of pts. on a circle.
  36. #arcmin  30                # defines min. # of pts. on a arc.
  37. #arcmax  80                # defines max. # of pts. on a arc.
  38. #sphrmin  30               # defines min. # of pts on a sphere.
  39. #sphrmax  40               # defines max. # of pts on a sphere.
  40. #splnmin  5                # defines min. # of pts in a spline.
  41. #splnmax  40               # defines max. # of pts in a spline.
  42.  
  43.         # ASPECT RATIO #
  44.  
  45. #aspect  1.0               # sets screen aspect ratio.
  46. #bigaspect  1.0            # aspect ratio used for SaveHiRes images.
  47.  
  48.         # USER FEEDBACK  #
  49.  
  50. #colorxy  0 0              # position of the color palette.
  51. #menuxy  0 0               # position of program menu on screen.
  52. #numericxy  0 0            # position of numerical values on screen.
  53. #promptxy  0 0             # position of prompt box on screen.
  54. #tutorialxy  0 0           # position of info box on screen.
  55. #expert  1                 # expert TOPAS mode.
  56.  
  57. numeric                    # flag for numerical info display.
  58. tutorial                   # displays tutorial info on screen.
  59. #infotext                  # flag to display tutorial info.
  60. #moverel                   # shows numeric feedback for move
  61. #showmem                   # gives amt. of main memory & EMS.
  62.                            #  commands in relative values.
  63. #showstat                  # displays the number of buffers, etc.
  64.  
  65. cammode                    # sets 3-D camera cursor.
  66. #depthcue                  # flag to set 3-D depth for wireframe objects.
  67. #filter                    # flag to set Filter on/off by default.
  68. #hialias                   # set render quality to high for antialiasing.
  69. #fuzzylights               # sets rendering specular highlights on
  70.                            # phong shaded objects to fuzzy quality.
  71. #phong medium              # sets phong accuracy to medium or high.
  72. #edgesmooth medium         # sets rendering quality for edge smoothness:
  73.                            #  the choices are low, medium, or high.
  74. #edgeprecision medium      # sets rendering quality for edge precision:
  75.                            #  the choices are low, medium, or high
  76. highlights optimal         # sets specular highlights on Phong shaded.
  77.                            #  objects to optimal quality.
  78. #motionblur none           # Blurs moving objects to help eliminate edge.
  79.                            #  crawl. Set to none, blurry, slight, very, all.
  80. #motiontrail 1             # Causes moving objects to leave a trail. Trail
  81.                            #  length can be set from 0 to 6.
  82. #perspectoff               # flag to set Perspective OFF by default
  83. #perspective 100           # sets camera feedback to 25mm lens
  84. #nobarrel                  # flag for if no cancel button on pen.
  85. #screenclear               # flag to clear screen at start.
  86. sideexit                   # flag to exit pen off side of tablet.
  87. bigcrosshair               # flag to display large cross hair cursor on
  88.                            #  transformation type commands.
  89. backface                   # turns backface elimination on.
  90.  
  91. loadover                   # flag to set to load temp overlays into EMS. 
  92.                            #  Uses approximately 300 K of EMS.
  93.  
  94. #shiftfkey (key number) (function) # user defineable function key setting.
  95.  
  96. help  help                 # sets the Help filename for program to load.
  97. bottompalette              # activates Materials palette when
  98.                            #  pen/mouse is swept off bottom of tablet.
  99.  
  100.         # EXTERNAL PROGRAMS #
  101.  
  102. #filmrec  (name.exe)       # sets name of film recorder driver.
  103. #imagproc  (name.exe)      # calls an image processing program to
  104.                            #  render special effects during animation.
  105.  
  106. #unittype ft               # sets default unit type.  Options are:
  107.                            #  ft (feet); in (inches); yd (yards);
  108.                            #  mm (millimeters); cm (centimeters);
  109.                            #  mt (meters).
  110.  
  111.        # BUFFER SIZE #
  112.  
  113. #xmax 2048                 # sets max x-res for Hi-Res output.
  114. #ymax 1368                 # sets max y-res for Hi-Res output.
  115.  
  116. #Shading G                 # sets default shading of objects. Can be
  117.                            #  U(Uniform),P(phong),G(Gouraud),M(Metallic).
  118. ambient 12 12 12           # default color/intensity for ambient light.
  119. background  0 0 0          # default color/intensity for background.
  120. #I 79                      # sets default highlight intensity.
  121. #W 50                      # sets default highlight width.
  122. #T 0                       # sets default transparency.
  123.  
  124. #driver 10000              # gives more memory for device driver.
  125.  
  126. colortype cmy              # sets color value feedback. Can be
  127.                            #  set to CMY, HSV, YIQ, or HLS.
  128.  
  129.         # VIRTUAL MEMORY #
  130.  
  131. vmem 4                     # allocates 4 MB disk space to EMS.
  132. #vdata  1                  # reserves minimum 1 MB of disk space not
  133.                            #  to be used by virtual memory (vmem).
  134.  
  135.         # CAD Translation #
  136.  
  137. #circprec 1                # sets the default precision level at 1-20.
  138. cadcolors                  # sets the default for CAD Colors to YES.
  139. camoverwrite               # default is overwrite, if you want to be
  140.                            #  prompted about each camera, add a # sign.
  141.  
  142. dxfext dxf                 # sets the extension for DXF files to .dxf.
  143. dxfpath igesdxf\           # sets the default path for DXF files to the
  144.                            #  CAD subdirectory of the current directory.
  145. dxfversion 10              # creates DXF files compatible with version 10
  146.                            #  of AutoCAD.  The other option is 9.
  147.  
  148. igesext igs                # sets the extension for IGES files to .igs.
  149. igespath igesdxf\          # sets the default path for IGES files to the
  150.                            #  CAD subdirectory of the current directory
  151. #linewidth 1               # sets the default width for converting lines.
  152.                            #  The range is 1-25.
  153. materials                  # sets the attributes mode to assign color,
  154.                            #  shininess, and shading from materials files.
  155. matext mat                 # sets the extension for material files to .mat.
  156. matpath models\            # sets the path for materials files to the
  157.                            # models subdirectory of the current directory.
  158.  
  159. #pntsiz 1                  # sets the default size of CAD points. The 
  160.                            #  range is 1-25.
  161. #polyline                  # changes the default to translate polygons into
  162.                            #  polylines.
  163. #ptdist 1                  # sets the distance at which two vertices
  164.                            #  collapse into a single point.
  165. #splnprec 1                # sets the precision level for spline
  166.                            # translation.  The range is 1-20.
  167. supergroup                 # creates a large group from every object
  168.                            #  in the model during translation.
  169. #surfface 24               # sets the default number of faces to be
  170.                            #  used when translating a surface of revolution.
  171.                            # The range is 3-80.
  172. translate all              # sets the translate option to all.  The other
  173.                            #  options are hidden or visible.
  174. #viewdist 8                # sets the default distance (in feet) from the
  175.                            #  camera to the drawing plane.
  176. zoomlens 50                # sets the default camera lens in millimeters.
  177.  
  178.      # MOVIE PARAMETERS #
  179.  
  180. ColorTablePer animation    # sets default for MakeMovie to per frame or
  181.                            #  per animation. 
  182.  
  183.    # RENDERMAN (RIB) SETTINGS #
  184.  
  185. # For details on RenderMan settings, see your RenderMan documentation.
  186.  
  187. ribpath rman\              # sets default path for RIB files.
  188. rmandisplay framebuffer    # output medium.
  189. rmanxres 640               # output x resolution.
  190. rmanyres 480               # output y resolution.
  191. #rmanfilter triangle       # filter type (triangle, box, gaussian,
  192.                            #  catmull_rom, sinc)..
  193. rmanfiltersize 1x1         # filter size, range 1 to rmanxres by
  194.                            #  1 to rmanyres.
  195. #rmanjitter                # turn jittering on.
  196. rmanshadingrate 1.0        # shading rate, range - floating point > 0.
  197. rmansamplingrate 3x3       # sampling rate; range is 1 to 16.
  198. rmaninterpolation smooth   # interpolation type (constant or smooth).
  199. rmanbucketsize 8x8         # rendering bucket size, range 1 to rmanxres by
  200.                            #  1 to rmanyres.
  201. rmangridsize 64            # grid size for rendering.
  202. rmanaspectratio -1         # output aspect ratio, range - floating point
  203.                            #  > 0, -1 will use aspect ratio of output
  204.                            #  device.
  205. rmantexturefix             # allows TOPAS texture maps to work correctly
  206.                            # while Pixar fixes their texture map problems.
  207. tempdrive C:               # set drive to which temp files are written.
  208.  
  209.         # MOUSE OR TABLET #
  210.  
  211.  
  212. tablet mouse.ovr        # sets name/path for tablet driver.
  213.  
  214.         # DISPLAY BOARD #
  215.  
  216. screen vga.ovr        # gives name/path for video driver.
  217.  
  218.