home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / VCAD2P.ZIP / READ.ME next >
Encoding:
Text File  |  1991-09-19  |  1.9 KB  |  36 lines

  1. VCAD2PV Program Description
  2.  
  3. I created these files to use with VersaCAD and the DKB/STARLite/PVTrace
  4. Ray Tracer.  Unfortunately PV Trace doesn't support complex polygons, so I
  5. didn't have a straightforward path for translating my VersaCAD models to
  6. the raytracer.  Since this process has two separate steps (the CAD macro
  7. and the PV Trace File program, you could modify the BASIC program for other
  8. Ray Tracers, or write your own macro for a different CAD or applications
  9. program.
  10.  
  11. The macro file VCAD2PV.MAC is intended to be run from within VersaCAD, it
  12. assumes you have a model built,  and when run, will add the coordinates to
  13. the file as you enter them (by clicking with the mouse after snapping to
  14. the desired object).  When finished you will have an ASCII file containing
  15. the RAW coordinate data.  
  16.  
  17. Note that you can use the macro to produce coordinates defining a complex
  18. polygon OR coordinates to produce a Z axis extrusion.  You would produce a
  19. number of separate files for a very complex object (a logo for instance).
  20.  
  21. The program VCAD2PV.EXE (the source is included) is intended to be run
  22. against the RAW coordinate file and produces a nicely formatted PV Trace
  23. compatible file consisting of 3 sided triangles.
  24.  
  25. Lastly, you may have to change the comment line characters in the output
  26. file if you are using the older DKB Trace program.  This program produces
  27. "C Like" comment lines i.e. ...    /*  This is a PV  Trace Comment */
  28. whereas DKB Trace expects   ...    {   This is a DKB Trace Comment  }
  29.  
  30. Please let me know if you find this program of ANY use, if you do - I'll
  31. upload any updates and fixes.  Forward any comments and/or suggestions to
  32.  
  33.                 Robert Cleere (CIS 72050,3677)
  34.                     7199 Moores Mill Rd.
  35.                     Huntsville, AL 35811
  36.