home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / 2D_3D / ShaderInspector / Source / SimpleShape.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-02  |  284 b   |  19 lines

  1. //    Copyright 1992  Thomas A. Dilligan
  2. //        All Rights Reserved
  3. //
  4. // For best results, set tabstop=4
  5.  
  6. #import <3Dkit/3Dkit.h>
  7. #import <ri/ri.h>
  8.  
  9. #ifndef SIMPLESHAPEH
  10. #define SIMPLESHAPEH
  11.  
  12. @interface SimpleShape : N3DShape
  13. {
  14. }
  15.  
  16. - renderSelf:(RtToken)context;
  17. - resetShaders;
  18. @end
  19. #endif