home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 7.ddi / GCD4 / SHADE / SHADE.MSG < prev    next >
Encoding:
Text File  |  1988-06-15  |  7.7 KB  |  189 lines

  1. 1    "\rProcessing surface %5d [of %5d ]"
  2. 3    "\rUpdating perspective extents\n"
  3. 4    "\rMAPPING surface %4d [of %5d ]"
  4. 5    "\nRequired space on drive '%c:'= %8ld bytes"
  5. 6    "\nAvailable space on drive '%c:' = %8ld bytes"
  6. 7    "\rGENERATING lines %4d to %4d [of %4d]: %4ld %% Done"
  7. 8    "\nInvalid modifier %s\n"
  8. 9    "\nRepeated modifier %s\n"
  9. 10    "\nInvalid maximum X value\n"
  10. 11    "\nInvalid maximum Y value\n"
  11. 12    "\nEither -s or -f can be selected at one time\n"
  12. 13    "\nInvalid quality value\n"
  13. 14    "\nInvalid display type value\n"
  14. 15    "\nMissing surface data file name. Must use -i\n"
  15. 16    "\nMissing screen size. Must use -xm\n"
  16. 17    "\nMissing screen Y size. Must use -ym\n"
  17. 18    "SHADING IN PROGRESS. PLEASE WAIT"
  18. 19    "\rGenerating patches for surface %4d of [%4d]"
  19. 20    "\nSorting"
  20. 21    "\nFiling"
  21. 23    "\rReading coefficients for surface [%4d]"
  22. 24    "Can't open the shading parameters file"
  23. 25    "A required field is undefined."
  24. 26    "Invalid Input "
  25. 27    "Not one of the allowed selections"
  26. 28    "Value out of range"
  27. 29    "\rGENERATING lines %4d to %4d [of %4d]:  100 %% Done"
  28. 30    "             SHADING IN PROGRESS. PLEASE WAIT.\n"
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. 51    "Processing surface       [of %5d ]"
  33. 53    "Updating perspective extents"
  34. 54    "MAPPING surface      [of %5d ]"
  35. 55    "Required space on drive  :  =          bytes"
  36. 56    "Available space on drive  : =          bytes"
  37. 57    "GENERATING lines      to      [of %4d]:      %% Done"
  38. 58    "             SHADING IN PROGRESS. PLEASE WAIT"
  39. 59    "Generating patches for surface      of [%4d]"
  40. 60    "Sorting"
  41. 61    "Filing"
  42. 63    "Reading coefficients for surface [    ]"
  43. 64    "Sorting"
  44. 65    "Filing"
  45. 66    "Can't allocate the output file"
  46. 67    "Disk seek error"
  47. 68    "While writing to the output file"
  48. 69    "Required space on drive     =          bytes"
  49. 70    "Available space on drive    =          bytes"
  50.  
  51.  
  52. ----------------------------------------------------------------------
  53. -- Usage for SHADE
  54. ----------------------------------------------------------------------
  55. 100    "\n\tSHADE command usage:\n"
  56. 101    "Interactive Mode:     SHADE\n"
  57. 102    "Batch mode:\n"
  58. 103    "shade -i filename -xm n -ym n{-o filename}{-f|-s}{-r}{-t}{-q n}\n"
  59. 104    "      {-d n}{-v}{-xl f}{-yl f}{-zl f}{-p}\n"
  60. 105    "  -i  Surface data filename. Extension must be SHI\n"
  61. 106    "  -xm Number of horizontal pixels\n"
  62. 107    "  -ym Number of vertical pixels on screen\n"
  63. 108    "  -o  Shaded picture filename. Extention will be SHP\n"
  64. 109    "  -f  Faceted shading. This is the default.\n"
  65. 110    "  -s  Smooth shading\n"
  66. 111     "  -r  All surfaces reflective\n"
  67. 112    "  -t  Transparancy. Default is all opaque surfaces\n"
  68. 113    "  -q  Quality (for smooth shading) [1 to 100]\n"
  69. 114    "      0=Optimal quality/time\n"
  70. 115    "  -d  Display type [1 to 4] for smooth shading. Default=1\n"
  71. 116    "  -v  View the shaded picture after generation\n"
  72. 117    "      Default is no display\n"
  73. 118    "  -xl The X_axis component of the light rays direction\n"
  74. 119    "  -yl The Y_axis component of the light rays direction\n"
  75. 120    "  -zl The Z_axis component of the light rays direction\n"
  76. 121    "  -p  Perspective flag. Default is parallel projection\n"
  77. 122    "      If no 'Eye-Object points in the input file, default is current view\n"
  78. 123    "--more--"
  79. 124    "\nNOTES:\n\n"
  80. 125    "* File names, -xm and -ym are the only required modifiers\n\n"
  81. 126    "* File names must be entered without extension. Extensions are assumed\n\n"
  82. 127    "* Either -f or -s can be selected at a time\n\n"
  83. 128    "* Light direction components will be normalized\n\n"
  84. 129    "* There must be at least one space between command modifiers,\n"
  85. 130    "  and at least one space between the modifier and its value\n\n"
  86. 131    "* Available display types for smooth shading are:\n"
  87. 132    "     1 = Display surfaces only.\n"
  88. 133    "     2 = Display surfaces + the surface mesh.\n"
  89. 134    "     3 = Display surface mesh only.\n"
  90. 135    "     4 = Display surface + surface contour\n"
  91. 136    "  See the DISPLAY command for faceted shading display options.\n\n"
  92. 137    "* xm and ym must be greater than 4, and less than 4096\n"
  93.  
  94. ----------------------------------------------------------------------
  95. -- DISPLAY
  96. ----------------------------------------------------------------------
  97. 200    "\nUsage:\n"
  98. 201    "display {-m}{-o}{-p}{-x n}{-y d}{-s sfile} filename.ext\n\n"
  99. 202    "  -m   Display the mesh (for faceted shading only).\n"
  100. 203    "  -o   Display mesh only (for faceted shading only).\n"
  101. 204    "  -p   Display and do not wait for a character to exit.\n"
  102. 205    "       Use the CLEARS command to return to the DOS screen.\n"
  103. 206    "  -x   Starting X offset in pixels.\n"
  104. 207    "  -y   Starting Y offset in pixels.\n"
  105. 208    "  -s   Save image in format for a specific board;\n"
  106. 209    "       'sfile' is the file name in which to save the picture.\n\n"
  107. 210    " filename Picture file name. If file name starts with '@',\n"
  108. 211    "       then '@fname.ext' is a text file of the following format:\n"
  109. 212    "              X_start   Y_start   picture_file_name\n"
  110. 213    "       where:\n"
  111. 214    "          X_start   is starting horizontal pixel and Y_start is\n"
  112. 215    "                    the starting vertical pixel for the bottom left\n"
  113. 216    "                    corner of the picture in picture_file_name.\n\n"
  114. 217    "*DISPLAY uses the Personal Designer Graphics Driver subsystem.\n"
  115. 218    " Refer to their documentation for set up.\n\n"
  116.  
  117. ----------------------------------------------------------------------
  118. -- SHDSCRN menus
  119. ----------------------------------------------------------------------
  120.  
  121. 300    "Input surface data file name    (without .SHI): "
  122. 301    "Output shaded picture file name (without .SHP): "
  123. 302    "Shading Method - Smooth or faceted (S or F): "
  124. 303    "Number of screen horizontal pixels         : "
  125. 304    "Number of screen vertical pixels           : "
  126. 305    "SMOOTH Shading Parameters"
  127. 306    "Quality -  1 to 100  (0=Default Time)     :  "
  128. 307    "Direction of Light Beam  ( X , Y , Z ) -  X= "
  129. 308    "Y= "
  130. 309    "Z= "
  131. 310    "All surfaces reflective?         (Y / N)  : "
  132. 311    "All surfaces opaque?             (Y / N)  : "
  133. 312    "Perspective view or projection?  (Y / N)  : "
  134. 313    "Display Type -                  (1 to 4)  : "
  135. 314    "1.  No Parametric Mesh"
  136. 315    "2.  Shaded Surfaces and Background Mesh"
  137. 316    "3.  Mesh Only"
  138. 317    "4.  Shaded Surfaces and Edge Highlighting"
  139. 318    "FACETED Shading Parameters"
  140. 330    "ESCAPE     "
  141. 331    "to exit"
  142. 332    "F10  "
  143. 333    "to continue"
  144. 334    "TAB/ENTER  "
  145. 335    "index next field"
  146. 336    "ERROR "
  147. 337    "ENTER "
  148. 338    "to EXIT to DOS"
  149. 339    "to display, then "
  150. 340    "INPUT FILE : "
  151. 341    "OUTPUT FILE: "
  152.  
  153.  
  154. ----------------------------------------------------------------------
  155. --
  156. --    ERROR MESSAGES
  157. --
  158. ----------------------------------------------------------------------
  159.         
  160. 1001    "While allocating a temporary file"
  161. 1002    "While writing to a temporary file"
  162. 1003    "While reading a temporary file"
  163. 1004    "Can't reopen a temporary file"
  164. 1005    "Unexpected EOF while reading the input file"
  165. 1006    "Format error in the input file"
  166. 1007    "ERROR: opening "
  167. 1008    "ERROR: Unexpected EOF while reading "
  168. 1010    "Insufficient memory"
  169. 1011    "Insufficient disk space"
  170. 1012    "Could not open a screen"
  171. 1013    "Graphics board not compatible with device driver"
  172. 1014    "Graphics device initialization failed"
  173. 1015    "Graphics driver error: No HI-RES page"
  174. 1016    "*** CALL ComputerVision for assistance ***"
  175. 1017    "System integrity check failed"
  176. 1018    "Protection device error"
  177. 1019    "Could not run "
  178. 1020    "Can't open the input file"
  179. 1030    "Z-Buffer overflow"
  180. 1031    "QSORT index order error"
  181. 1032    "No surfaces in the input file"
  182. 1033    "Maximum 8 Cpoles in an Spole"
  183. 1034    "Cpole must have poles"
  184. 1035    "Maximum 8 poles per Cpole"
  185. 1036    "Each pole must have 3 coordinates"
  186. 1037    "Spole must have at least 2 Cpoles"
  187. 1038    "All Cpoles in Spole must have same number of poles"
  188. 1039    "ERROR: Format error in "
  189.