home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povmac.sea / POVRAY / POV-Ray.rsrc / TEXT_325_translate.txt < prev    next >
Text File  |  1994-02-10  |  126b  |  4 lines

  1. // Move object or texture relative to current position
  2. // example: translate -5.0*z
  3. translate <2.0, 4.0, -1.0>  // <dX dY dZ>
  4.