Sphere (sphr)

key: sphr

type: SCffff(C)*

  1. string: object name.
  2. mat'l: object materialindex.
  3. float : x coord of center.
  4. float : y coord of center.
  5. float : z coord of center.
  6. float : radius.

Description

A sphere object.

Examples

sphr "red sphere" 
   lmbrtn rgb 0.8 0.2 0.2 end end
   0.0 0.0 0.0 1.0  % center,radius
end