home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / 3Dkit / Simple / SimpleCamera.h < prev    next >
Text File  |  1992-06-02  |  166b  |  14 lines

  1. #import <3Dkit/3Dkit.h>
  2.  
  3. #define TO_CAMERA 0
  4. #define TO_WORLD  1
  5.  
  6. @interface SimpleCamera:N3DCamera
  7. {
  8.   id   theRotator;
  9.   id   rotoMatrix;
  10. }
  11.  
  12. - dumpRib:sender;
  13. @end
  14.