home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR37 / POVCAD1C.ZIP / POVCAD.TXT < prev   
Text File  |  1993-04-05  |  3KB  |  59 lines

  1.                              POVCAD 1.0c by 
  2.                             Alfonso Hermida 
  3.                      Pi Square BBS (301)725-9080
  4.                                 4/2/93
  5.  
  6. NOTE: POVCAD 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. Copyright (c) 1993 by Alfonso Hermida.
  10. All rights reserved.  The program POVCAD.EXE is distributed "As is". 
  11. The author assumes no reponsibility for damages resulting from the use of
  12. this program.  The program has been tested but no software is "bug-free" 
  13. so...use at your own risk!
  14.  
  15. What's POVCAD?
  16.  
  17. POVCAD is a small solid object modeling tool to create scene files for
  18. raytracers.  It's based primarily on the POV(Persistence of Vision)
  19. raytracer written by the Persistence of Vision Group.  POV is a copyrighted
  20. freeware raytracer.  If you would like to get in contact with them, 
  21. contact Compuserve (800)848-8990, Comart forum Raytracing section 16, or
  22. call YCCMR BBS (708)358-5611, which is a raytracer specific BBS.
  23.  
  24. With POVCAD you're able to create visually the scene file and have a
  25. pretty good idea (geometry-wise) of how the objects are positioned in 
  26. 3D space.  There is no support for textures and color visualization since
  27. POVCAD is a wire frame-based program.  Nor, you'll see the results of
  28. any constructive solid geometry operation (boolean operation..for short).
  29.  
  30.  
  31. POVCAD supports the following objects:
  32. * planes
  33. * cylinder
  34. * cone
  35. * sphere
  36. * ellipsoid
  37. * torus 
  38. * box
  39. * height_field
  40. * Raw data files (loading)
  41. * Sweep (solid of revolution)
  42. * light_source 
  43.  
  44. and operations such as union, difference,intersection and composite 
  45. objects.  Textures can be selected from a list without need of typing.
  46. The scene view can be changed between isometric,YX,YZ and ZX.
  47. A session list shows the steps you took to create any image and you may
  48. select any of the objects from the list by clicking on it.
  49.  
  50. An interesting feature is the ability to create or read data files
  51. with path information for animation software.  You can create linear
  52. interpolated data, circular motion, parabolic, helix or just freehand
  53. mode, where you sketch the path with the mouse.  POVCAD does not do
  54. animation but it plots the path files so you can see how things look
  55. on the screen.  The data can be transformed like any object in POVCAD.
  56.  
  57. In the File menu, there is an option to save the session file and to 
  58. Export to POV (that is to create the POV session file).
  59.