home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / graphic / qrt / errors.doc < prev    next >
Text File  |  1989-03-26  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.                                  QRT ERROR CODES
  9.         
  10.         
  11.         
  12.         Illegal Parameter
  13.            
  14.            This error code no longer used.  See Undefined Parameter.
  15.            
  16.            
  17.         Too Few Parameters
  18.            
  19.            All the required parameters  were  not specified.  See the QRT
  20.            Language  Reference Guide for a list of required parameters to
  21.            this command.  This error  message  also  appears if a command
  22.            line option with no argument is passed to QRT.
  23.            
  24.            
  25.         Illegal Object Type
  26.            
  27.            QRT does not understand this primitive type.
  28.            
  29.            
  30.         Malloc Failure
  31.            
  32.            QRT was unable to allocate  enough  memory.  Either reduce the
  33.            object tree size, or run QRT on a machine with more memory.
  34.            
  35.            
  36.         Syntax Error
  37.            
  38.            Improper QRT syntax, such  as  a  BEGIN_BBOX  with no matching
  39.            END_BBOX.
  40.            
  41.            
  42.         Internal Error
  43.            
  44.            (May  be 'Programmer Confusion Error'  on some versions). This
  45.            error should never occur.  If  it  does,  either there is some
  46.            illegal value not caught  during  input parsing, or there is a
  47.            programming error in the QRT system.
  48.            
  49.            
  50.         File Error
  51.            
  52.            QRT couldn't open or close  the  output  file.  Check that the
  53.            file name adheres  to  the  naming  convention  used  for your
  54.            computer.
  55.            
  56.            
  57.  
  58.  
  59.  
  60.         QRT Ray Tracer               Page 1                   Error Codes
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.         Pattern not found
  74.            
  75.            A pattern was attached to a  primitive,  but  this pattern was
  76.            never defined.
  77.            
  78.            
  79.         Pattern already defined
  80.            
  81.            Two patterns were defined with the same name.
  82.            
  83.            
  84.         No observer defined
  85.            
  86.            No observer was defined to QRT.
  87.            
  88.            
  89.         Undefined parameter
  90.            
  91.            QRT does not recognize this parameter  type.  Either it is not
  92.            legal, or not legal in this context.
  93.            
  94.            
  95.         World contains non-homogeneous object
  96.            
  97.            Error code not supported by this version of QRT.
  98.            
  99.            
  100.         An index of refraction is 0
  101.            
  102.            An object that is transparent has an index of refraction equal
  103.            to zero.
  104.            
  105.            
  106.         Illegal color_info value
  107.            
  108.            An object surface characteristic  was defined improperly. Most
  109.            take values in the range 0.00 to 1.00.
  110.            
  111.            
  112.         Parameter should be >= 0
  113.            
  114.            This parameter only takes values greater than zero, but it was
  115.            given a value less than zero.
  116.            
  117.            
  118.         Zero multiplier
  119.            
  120.            A pattern size multiplier is zero.  Use only positive values.
  121.            
  122.            
  123.  
  124.  
  125.  
  126.         QRT Ray Tracer               Page 2                   Error Codes
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.         Undefined name
  140.            
  141.            An INSTANCE_OF primitive attempted  to use a name that was not
  142.            defined in the instance definition tree.
  143.            
  144.            
  145.         Left paren expected
  146.            
  147.            There should be a left parenthesis on this line.
  148.            
  149.            
  150.         Right paren expected
  151.            
  152.            There should be a right parenthesis on this line.
  153.            
  154.            
  155.         Illegal vector structure
  156.            
  157.            A  position  or  direction  vector  of  the  form  (x,y,z) was
  158.            specified improperly.
  159.            
  160.            
  161.         Illegal color triple
  162.            
  163.            A color triple of the form (r,g,b) was specified improperly.
  164.            
  165.            
  166.         Illegal command line argument
  167.            An illegal  command  line  option  was  specified.   The legal
  168.            command line options are:  -xres, -yres, -aspect, and -foclen.
  169.            The first two take integer arguments; the others take floating
  170.            point arguments.
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.         QRT Ray Tracer               Page 3                   Error Codes
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.