home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BackspaceViews / Teapot / Teapot.h < prev    next >
Encoding:
Text File  |  1992-06-08  |  124 b   |  9 lines

  1. #import <3Dkit/3Dkit.h>
  2.  
  3. @interface Teapot : N3DShape
  4. {
  5. }
  6. - renderSelf:(RtToken)context;
  7. - setResolution:(RtFloat)val;
  8. @end
  9.