home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 10: Quake / ACWARE10.iso / acware10 / editors / qbrgen1 / qbrgen1.txt < prev    next >
Encoding:
Text File  |  1996-08-15  |  1.1 KB  |  37 lines

  1. Quake Brush Generator 1.00 - By Niklata (nichd@norfolk.infi.net)
  2. ----------------------------------------------------------------
  3.  
  4. Here it is - the first Quake editing tool.  It will allow you to
  5. create a rectangular polyhedrical brush.  It's still very much
  6. unfinished, but it's quite useful even in this early stage.
  7. However, I wrote this in VB/32 so it isn't that useful for those
  8. of you without Win32.  You'll need the VB4.0 runtimes to use this.
  9. I've included the source code for those of you that are curious.
  10. This is written in straight VB4 code so it should be portable
  11. to VB 16-bit.  You may not distribute modified versions without
  12. my permission.
  13.  
  14. How to use it:
  15.  
  16. pt1: bottom left back corner of brush
  17. pt2: top right front corner of brush
  18. tex: texture you wish for the brush to have
  19.  
  20. What is created:
  21.  
  22. A brush statement defining six planes, which represent:
  23.  
  24. left side
  25. right side
  26. back side
  27. front side
  28. bottom side
  29. top side
  30.  
  31. I'm going to rewrite this in C++ soon (after I finish the MAP file
  32. specs), so if you can't get this to work, you will soon.  You can
  33. get my latest editing tools/documents off my web site at:
  34.  
  35. http://www.infi.net/~nichd/
  36.  
  37. - Niklata