home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povsrc.sea / POVSRC / SOURCE / POV.π.rsrc.rsrc / TEXT_323_sphere.txt < prev    next >
Text File  |  1994-02-04  |  108b  |  7 lines

  1. // create a sphere shape
  2. sphere
  3. {
  4.   <0, 0, 0> // center of sphere <X Y Z>
  5.   2.0       // radius of sphere
  6. }
  7.