home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / backmap / backmap.doc next >
Encoding:
Text File  |  1993-08-30  |  4.1 KB  |  103 lines

  1.    Backmap - A collection for Vivid's "background {xxx.map}"
  2.    *********************************************************
  3.  
  4.    (C) 1993 - Paul Smith - RAYTECH BBS
  5.  
  6.  
  7.  I really like the under-used background map facility included in the 
  8.  Vivid Raytracer's studio definition. It's great for making effective
  9.  use of reflective objects in quick scenes.
  10.  
  11.  Only two suitable .MAP files are commonly available, and one of those
  12.  (SKY.MAP) is flawed ! You see a green line on the horizon where one of 
  13.  the colour values is wrong. Oooops. 
  14.  
  15.  This pack includes 24 different Vivid compatible .MAP files and a 
  16.  quick Qbasic program to generate tons more. The supplied MAPs are
  17.  supported by a reference / catalogue image which shows the approximate
  18.  colours offered.
  19.  
  20.  The Qbasic program will interpolate smooth graduations between any number
  21.  of "control points" in the 256 entry MAP file. 
  22.  
  23.  You use the program as follows :
  24.  
  25.  Enter  "Qbasic /run map" at the DOS prompt. 
  26.  
  27.  The program first asks for the output filename, you will usually be  
  28.  creating a .MAP file so enter something like MYMAP.MAP. Hit return.
  29.  
  30.  Next, you are prompted for the number of control points. This means the 
  31.  number of colour points from which the program will interpolate the smooth
  32.  MAP. Suppose you enter 3. That would be the "north pole", a part-way point
  33.  and the "south pole". You can have any reasonable number of control points.
  34.  
  35.  Once the program knows how many control points you want, you need to tell it
  36.  where they are. It assumes a control point at the north pole and the south
  37.  pole. So in our example (using three points) you might enter "128" which
  38.  would specify the mid-point in the 255 entry map file that you are creating.
  39.  
  40.  Once the program knows where the control points are you are asked for 
  41.  colour values for each of the control points. You enter a RED, GREEN, BLUE
  42.  triple in the range 0-255. For example : 
  43.  
  44.  Full White would be entered as : 255,255,255 
  45.  Half Red would be entered as   : 128,0,0
  46.               
  47.  Having entered the control point colours the program generates the MAP
  48.  file on disc.
  49.  
  50.  Use the MAP file in your Vivid scenes in the usual way. Refer to the Vivid
  51.  documentation for more details.
  52.  
  53.  The tiny vivid scene file "MAPTST.V" will create an image of any of the 
  54.  MAPs. similar to those used to make the catalogue image.
  55.                                                          
  56.                     **************************
  57.  
  58. Disclaimer :
  59.  
  60. These programs are supplied "as is" without warranty of any kind. If you 
  61. decide to use them you assume the entire risk, including, but not limited,
  62. to damage to hardware or software, loss of data, unexpected rainstorms and
  63. visitations by alien beings.
  64.  
  65. BACKMAP is not guaranteed to do anything at all. 
  66.        
  67.  
  68. Limited Licence :
  69.  
  70. You are entitled to use this program for up to 30 days for the purposes
  71. of evaluation. If you wish to continue to use it beyond that time you 
  72. should make a small payment to the author.
  73.  
  74. This program and the accompanying documentation are copyright Paul Smith
  75. 1993. They are not public domain or freeware and a small payment 
  76. should be made to the author if found useful. Distribute freely, but you 
  77. must include ALL the original files and documentation.
  78.  
  79. For a non-commercial use on a single machine the author suggests a single
  80. payment of 5 pounds stirling. Different offers of payment will be accepted.
  81. Whatever you think is right will probably be fine by me.
  82.  
  83.  
  84.                           **************************
  85.  
  86. Vivid is a trademark of the most excellent God of Raytracing - Stephen Coy
  87. MS DOS and QBasic are a trademarks of Microsoft
  88.  
  89.                           **************************
  90.  
  91.  
  92. BACKMAP programs and documentation are copyright : 
  93.  
  94. Paul Smith                    Author's  BBS : RAYTECH BBS +44 86288 340
  95. Rubicon                             fidonet : 2:259/49
  96. Clashmore                           PCGnet  : 9:/526/464   
  97. near Dornoch
  98. Sutherland                          or FAX  : +44 86288 377
  99. Scotland
  100. IV25 3RG                            The UK's only Raytracing BBS !
  101.  
  102. Comments are welcome.      Enjoy !
  103.