home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / nextrad.lha / NeXtRad / wireframe.h < prev   
Encoding:
Text File  |  1993-02-22  |  390 b   |  14 lines

  1. /* wireframe.h */
  2.  
  3. /* written by : Jason R. Wilson    2/23/93 */
  4.  
  5.  
  6. void InitWire (Window viewwindow,int winwidth,int winheight);
  7.      /* set-up to use wireframe package */
  8.  
  9. void DrawWire (ObjectCell *ObjectHead);
  10. /* draws the wireframe of all of the objects (only patches) */
  11.  
  12. void DrawWireFull (ObjectCell *ObjectHead);
  13. /* draws the wireframe of all of the objects (including elements) */
  14.