home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / povedit / povedit.doc next >
Text File  |  1993-03-13  |  6KB  |  135 lines

  1.                              POVEDIT(c) 1.0 by 
  2.                             Alfonso Hermida 
  3.                      Pi Square BBS (301)725-9080
  4.                                 3/13/93
  5.  
  6. NOTE: POVEDIT(c) is written in Visual Basic 2.0 for Windows (Microsoft Corp).
  7.       To run it you'll need the runtime module VBRUN200.DLL.        
  8.                         
  9. -------------------------------------------------------------------------
  10. Copyright (c) 1993 by Alfonso Hermida.
  11. All rights reserved.  The program POVEDIT.EXE is distributed "As is". 
  12. The author assumes no reponsibility for damages resulting from the use of
  13. this program.  The program has been tested but no software is "bug-free" 
  14. so...use at your own risk!
  15. -------------------------------------------------------------------------
  16.  
  17. Distribution:
  18. Feel free to distribute POVEDIT.EXE and it's companion file POVEDIT.DOC for
  19. non comercial purposes.  Distributors may charge up to $5 for this program.
  20. If you wish to distribute this program with a comercial software please 
  21. contact the author at the BBS number given above or by mail:
  22.        Alfonso Hermida, 9346 Kings Grant Rd, Laurel, MD 20723.
  23.  
  24. This program is distibuted as Shareware.  You may use this program for
  25. a period of 30 days at which you must either register this software or
  26. stop using it.  Registration entitles you to support thru the BBS.  
  27.  
  28. Registration cost is only $15 and helps continuing work to improve this
  29. software.  To register send your check or money order to the above address
  30. with your name, address, phone number and a password(for BBS access).  Check
  31. at the end of this document for the registration form.
  32.  
  33. If you would like to register POVCAD _and_ POVEDIT, the registration cost is
  34. only $25.
  35.  
  36. --------------------------------------------------------------------------
  37.  
  38. What's POVEDIT(c)?
  39.  
  40. POVEDIT(c) is a small editor to create scene files for raytracers.  
  41. It's based primarily on the POV(Persistence of Vision) raytracer written 
  42. by the Persistence of Vision Group.  POV is a copyrighted freeware raytracer.
  43. If you would like to get in contact with them, contact Compuserve (800)848-8990,
  44. Comart forum Raytracing section 16, or call YCCMR BBS (708)358-5611, which is 
  45. a raytracer specific BBS. 
  46.  
  47. POVEDIT(c) was written to complement POVCAD(c) {a wireframed based modeler 
  48. for POV, by the same author}.  Since both are Windows based, a scene, part of 
  49. a scene or an object can be created in POVCAD(c) then moved into POVEDIT(c)
  50. for any final touches and fine tunning.  POVEDIT(c) can be used alone also.  
  51.  
  52. USING POVEDIT(C)
  53. The program runs as a normal editor with a slight difference: most of the
  54. typing has been done for you!  By clicking on menu items, you'll be able to paste
  55. POV shape definitions, colors, objects, textures and their modifiers ect.
  56. Simply, position the cursor where the text will be written, select the appropiate
  57. menu item and the text will appear in the editor.
  58.  
  59. The best way to check the program is clicking on the menu choices.  When
  60. creating TEXTURES, you may click on PROPERTIES and select from a list of
  61. TEXTURES, COLORS and MODIFIERS.  The MODIFIERS dialog box requires you to
  62. check ALL those that apply.  After presing OK, all of those modifiers that were
  63. selected will appear on the editor.
  64.  
  65.  
  66. FILLING REQUIRED DATA
  67. Some statemets in POV require numbers to be filled in, such as ambient value,
  68. diffuse value, ect.  When you select one of the commands, and the text gets
  69. pasted on the editor, question marks will appears after symbols such as #?
  70. or COLOR?, SHAPE?, COLOR_MAP?.  Those symbols indicate that you must replace
  71. those words (or symbols) with appropiate keywords or values.  As an example
  72. if the keyword appears: ambient #?, you must replace the #? with a number.
  73. Another example: gradient <#? #? #?> COLOR_MAP?  means that you must replace
  74. the three #? symbols with numbers and replace COLOR_MAP? with a color_map
  75. definition.  Refer to POV docs for more info on the statements.
  76.  
  77.  
  78. LIMITATIONS
  79. Files can be up to 30K in size. If a file to be edited is bigger than 30K
  80. it will not be loaded.  You may MERGE files up to 30K in size.  As always,
  81. save you files frequently!!!  Hopefully this limitation will be overcome
  82. in future version.
  83.  
  84.  
  85. YOUR SUGGESTIONS
  86. I do welcome your comments and suggestions!  Registered users have a
  87. better chance of seeing their comments incorporated in the program.
  88. If you like it or not let me know!
  89.  
  90. POVCAD(c) can also be downloaded from Pi Square BBS at anytime.  Try it!
  91.  
  92. ------------------------------------------------------------------------
  93.  
  94.     REGISTRATION FORM FOR POVEDIT 1.0  (c) Alfonso Hermida 1993
  95.  
  96.                 COMPLETE THE REQUIRED INFORMATION
  97.                     Send check or money order to
  98.                          Alfonso Hermida
  99.                        9346 Kings Grant Rd
  100.                          Laurel MD 20723
  101.  
  102.  
  103. Name   :_________________________________         Date:_________
  104.  
  105. Address:________________________________________________________   
  106.  
  107.         ________________________________________________________
  108.  
  109.         ________________________________________________________
  110.  
  111.  
  112. Phone  :__________________________________
  113.  
  114.  
  115. Indicate programs to register:  POVEDIT [  ]  version ______  
  116.  
  117.                                  POVCAD [  ]  version ______
  118.  
  119.  
  120. Your registration entitles you to support thru Pi Square BBS.  Write
  121. a temporary password to add your account to the BBS:
  122.  
  123. BBS password: _________________________
  124.  
  125.  
  126. Would you be interested in the source code?  Yes[  ]   No[  ]
  127. (written in Visual Basic 2.0)
  128.  
  129. Comments:__________________________________________________________
  130.  
  131. ___________________________________________________________________
  132.  
  133. ___________________________________________________________________
  134.  
  135. ----------------------------------------------------------------------