home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / objects.hlp < prev    next >
Encoding:
Text File  |  1994-07-04  |  1.4 KB  |  24 lines

  1.     Objects are the building blocks of your scene.  There are 20 different
  2.  types of objects supported by POV-Ray.  Seven of them are finite solid pri-
  3.  mitives, 4 are finite patch primitives, 5 are infinite solid polynomial pri-
  4.  mitives, 3 are types of Constructive Solid Geometry types and one is a spe-
  5.  cialized object that is a light source.
  6.  
  7.     The basic syntax of an object is a keyword describing its type, some
  8.  floats, vectors or other parameters which further define its location and/or
  9.  shape and some optional object modifiers such as texture, pigment, normal,
  10.  finish, bounding, clipping or transformations.
  11.  
  12.     The texture describes what the object looks like, ie. its material.  Tex-
  13.  tures are combinations of pigments, normals and finishes.  Pigment is the
  14.  color or pattern of colors inherent in the material.  Normal is a method of
  15.  simulating various patterns of bumps, dents, ripples or waves by modifying
  16.  the surface normal vector.  Finish describes the reflective and refractive
  17.  properties of a material.
  18.  
  19.     Bounding shapes are finite, invisible shapes which wrap around complex,
  20.  slow rendering shapes in order to speed up rendering time.  Clipping shapes
  21.  are used to cut away parts of shapes to expose a hollow interior.  Transfor-
  22.  mations tell the ray tracer how to move, size or rotate the shape and/or the
  23.  texture in the scene.
  24.