home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR37 / CHARS1.ZIP / CHARS.DOC next >
Text File  |  1993-01-10  |  2KB  |  40 lines

  1. DOCUMENT of CHARS.INC R1.02
  2.             Characters for POV-RAY V1.0
  3.             An including file.
  4.             by Ken Maeno 1992-93
  5.  
  6. This is an explanation of CHARS.INC and CHARS.POV.
  7.  
  8. CHARS.INC includes 26 upper-case characters defined as objects.
  9. The size of most characters is 4 * 5 * 1. 'A','M', and 'V' have
  10. 5 * 5 * 1, and 'W' has 6 * 5 * 1. The center of the bottom side of 
  11. a character face is set to the origin, so please translate a character
  12. appropriately before rotating it about the x or z axes. All characters
  13. are bounded by a box.
  14. This include file requires that SHAPES.INC be included previously.
  15.  
  16.     Usage:
  17.         #include "colors.inc"
  18.         #include "shapes.inc"
  19.         #include "chars.inc"
  20.         object{  // character A
  21.             char_A
  22.             texture{ color Red }
  23.         }
  24.  
  25. CHARS.POV attached in CHARS.ZIP is an example POV file for POV-RAY V1.0.
  26. It creates an image of all characters in CHARS.INC.
  27.  
  28. ----------------------------------------------------------------------------
  29. I've been playing with POV-Ray for a month, and I feel I owe a lot
  30. to people in this forum. So I wish I can contribute anything by
  31. uploading this file, though there might be more beautiful characters 
  32. or font generators somewhere in this forum, and I'm not sure whether 
  33. these characters are efficiently designed. Actually the characters 
  34. in this file have very primitive shapes.
  35. Please use, modify, or destroy these files freely. These files are provided
  36. as is without any limitations, guarantees or warranty.
  37. Jan 10, 1993
  38. Ken Maeno [101063,2456]
  39.  
  40.