home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / scale.hlp < prev    next >
Encoding:
Text File  |  1994-07-07  |  772 b   |  13 lines

  1.     You may change the size of an object or texture pattern by adding the
  2.  'scale' parameter.  It consists of the keyword 'scale' followed by a vector
  3.  or a single float value.  If a vector is used, terms of the vector specify
  4.  the amount of scaling in each of the x, y, and z directions.  If a float
  5.  value is used, the item is uniformly scaled by the same amount in all direc-
  6.  tions.
  7.  
  8.     Scale, is used to 'stretch' or 'squish' an element.  Values larger than 1
  9.  stretch the element on that axis.  Values smaller than one are used to
  10.  squish the element on that axis.  Scale is relative to the current element
  11.  size.  If the element has been previously re-sized using scale, then scale
  12.  will size relative to the new size.  Multiple scale values may used.
  13.